Re: [clutter] Does pyclutter require GTK/X11?

2008-10-14 Thread Emmanuele Bassi
On Mon, 2008-10-06 at 09:30 -0400, Jason Tackaberry wrote: On Fri, 2008-10-03 at 19:58 +0100, Emmanuele Bassi wrote: using python on embedded devices in my experiene isn't such a good idea, especially for long running tasks, given the tendency of python 2.6 to leak like a victorian pipe.

Re: [clutter] Does pyclutter require GTK/X11?

2008-10-06 Thread Jason Tackaberry
On Fri, 2008-10-03 at 19:58 +0100, Emmanuele Bassi wrote: using python on embedded devices in my experiene isn't such a good idea, especially for long running tasks, given the tendency of python 2.6 to leak like a victorian pipe. Don't you mean 2.5? The arena-freeing obmalloc landed in 2.5.

[clutter] Does pyclutter require GTK/X11?

2008-10-03 Thread Schmottlach, Glenn
I built clutter using -with-flavour=eglnative and it is my intention to use it with the native OpenGLES libraries available for my embedded target (an iMX31-3Stack eval board). In this environment, there will be no X11 support nor GTK (since GTK only supports X11 or DirectFB backends). I'd like to

Re: [clutter] Does pyclutter require GTK/X11?

2008-10-03 Thread Emmanuele Bassi
On Fri, 2008-10-03 at 13:29 -0400, Schmottlach, Glenn wrote: I built clutter using “–with-flavour=eglnative” and it is my intention to use it with the native OpenGLES libraries available for my embedded target (an iMX31-3Stack eval board). In this environment, there will be no X11 support nor