Steve wrote: > When I follow the hello world example from an interactive prompt, it > works. When I try to run it from SPE, I get the following traceback: > > [..] > I have only Python 2.5.1 loaded. Any idea what is trying to use > python24? > I couldn't reproduce this using SPE-0.8.3.c-wx2.6.1.0-py24.exe <http://prdownload.berlios.de/python/SPE-0.8.3.c-wx2.6.1.0-py24.exe> and Python 2.5 (or Python 2.4). Given that the only SPE binaries are Python 2.4 though, I suspect your problem is that the unicodedata module is being accidentally loaded from SPE's Python, rather than your local Python installation. I'd recommend installing Python 2.4 and reinstalling SPE to target that path instead of 2.5 (you'll need to update the shortcut, as the setup program skips this). Alternatively, you could attempt to build SPE from source against Python 2.5.
However, I did encounter other problems running pyglet within SPE on Windows. At the CreateWindowExW call a "File not found" error is returned from Windows. I've seen this before to mean the module handle is incorrect (it isn't) or a mismatch between Unicode and ASCII windows (possible, but I didn't check). I've opened issue 134 at http://code.google.com/p/pyglet/issues/detail?id=134 to track this bug, and also to collect any other reports (positive and negative) of how pyglet fares under other IDEs such as Wing, IDLE, and so on. Any investigation from people who use these environments would be welcome. Alex. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
