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