Well, I am on a late 2006 iMac with 10.4. The link thing is weird, help would be appreciated. If I do something like link /usr/bin/python /usr/local/bin/python it just says "File exists". Using ls -l on the folder the old 2.3 link -> is still there. Using google and the Mac OS X help I see no way of deleting links first, if that was to be done before setting a new one.
However, /usr/local/bin/python starts 2.6 as it should be. I then re- installed pyglet in 2.6. Opening up the pyglet 1.1.2 hello_world example in TextWrangler with #! /usr/bin/python as the first line throws me a syntax error, with #! /usr/local/bin/python the example works as it should. Going to the 2.6 python console in Terminal and then pasting in the hello_world example code opens a 640x480 window with white background and no letters, the window immediately freezes (spinning beach ball). What does that mean for distribution? I want to produce a rather demanding game, so I am aiming for distribution via py2app and py2exe anway, so it should not be an issue? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
