On 27/10/11 06:16, Richard Jones wrote:
> On 27 October 2011 15:39, Thomas A R Woelz <[email protected]> wrote:
>> I'd love to see pyglet 1.2 to work, and see improvements specially in video
>> decoding and joystick input. I run both Win7 64bit (running Python 32 bit)
>> and Linux 64 bit (Ubuntu: using included Python, not sure if it is 32 or 64
>> right now).
> 
> The 32- or 64-bit'ness refers solely to the Python binary used. So on
> Windows you're fine.
> 
> On OS X 32-bit mode may be forced (assuming you have a default fat build) 
> using:
> 
>   export VERSIONER_PYTHON_PREFER_32_BIT=yes
>   export ARCHFLAGS='-arch i386'
> 
> ... though in some of my virtualenvs I've gone so far as to "lipo
> -thin i386 ..." to force Python to be 32-bit just for that virtualenv.
> 
> Not sure how such things are achieved on Linux.
> 
> 
>      Richard
> 

I'm running 64-bit linux mint 11 and pyglet seems to run without any
problems although I haven't run the test suite yet, I'll do that later
today. Pulse works mostly fine although seems to be the buggiest driver,
I have a fix awaiting review on googlecode if anyone would mind patching
and checking it doesn't break anything on there systems. OpenAL seems to
work well too and probably runs through pulseaudio if you have that too.

Adam.

-- 
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