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:

Traceback (most recent call last):
 File "C:\Temp\test.py", line 1, in <module>
from pyglet import font
 File "c:\programming\python\Lib\site-packages\pyglet\font
\__init__.py", line 79, in <module>
from pyglet import window
 File "c:\programming\python\Lib\site-packages\pyglet\window
\__init__.py", line 1513, in <module>
from pyglet.window.win32 import Win32Platform, Win32Window
 File "c:\programming\python\Lib\site-packages\pyglet\window
\win32\__init__.py", line 43, in <module>
import unicodedata
ImportError: Module use of python24.dll conflicts with this version of
Python.
Script terminated.

I have only Python 2.5.1 loaded.  Any idea what is trying to use
python24?

Thanks!


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