On 21/06/13 20:38, Tom Goldstein wrote: > That does work so it must be something on my end. I have Python 2.7.3 > installed and on path - the .msi was not working so I used the .zip and > "python setup.py install " on the command line. It appeared to be > successful and pyglet imports. Can you recomend any diagnostics?
In this bundle I didn't install Pyglet (1.2 alpha1), it's included with the game code (and Cocos2d). I installed it in a previous test and I didn't have any problems (Vista Home Basic 32-bit, Python 2.7.3). The only thing I can think of is that there's something different with your Python installation, probably related to win32 API. > Seeing as how the bundle you provided works fine, I'll probably just do > development with my Ubuntu partition. Thanks very much! In my experience Pyglet 1.2 alpha1 works OK, although you may need to run some tests. For example I've found OpenAL more reliable on Windows [1], but still I had to add one local patch [2]. 1: http://code.google.com/p/pyglet/issues/detail?id=638 2: http://code.google.com/p/pyglet/issues/detail?id=636 As you can see it's not a big deal to include OpenAL dll and call the garbage collector before exiting the game ;). These issues will be fixed eventually and meanwhile you can use one of the workarounds as this is open source! Regards, Juan -- jjm's home: http://www.usebox.net/jjm/ blackshell: http://blackshell.usebox.net/ -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/groups/opt_out.
