Pyglet is essentially an abstraction on top of OpenGL, and runs
directly on the user's PC. GAE is, of course, a web application
server. The Python bits of GAE run server-side and cannot interact
directly with OpenGL on the client-side as Pyglet requires. Therefore
you cannot run Pyglet on a web server, at least not in such a way that
it can be used interactively. I highly doubt you can run Pyglet at all
under GAE since it uses the ctypes library, and I don't think it would
be useful even if you could.

What is it you are trying to do? There are various ways to serve games
over the web. I don't know of any decent Python-based solutions for
this, presently.

-Casey

On Mon, Aug 30, 2010 at 8:41 AM, Alexandre Blondin Massé
<[email protected]> wrote:
> Hello, everyone,
>
> I would like to code a psychology online experiment and, preferably,
> using Python. The thing is, I haven't found any satisfying solution so
> far (and I don't want to go back to Java). I've never really used
> pyglet (just tried it a few days ago) and it says that it's pure
> Python. On the other hand, Google App Engine (which I have never tried
> neither) says it accepts only pure Python.
>
> Which leads me to the following question: does Pyglet work with GAE ?
> I haven't found anything on the web about that. If it does, are there
> any limitations I should be aware of ?
>
> Thank for your help.
>
> Alexandre
>
> --
> You received this message because you are subscribed to the Google Groups 
> "pyglet-users" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/pyglet-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en.

Reply via email to