Hi !
I'm new user for pyglet.
I have one error , when i run   Heffalump.py:
"
python Heff*.py
Traceback (most recent call last):
  File "Heffalump.py", line 49, in <module>
    from pyglet import graphics
ImportError: cannot import name graphics
"
The pyglet working on my system , see:
"
Python 2.5.2 (r252:60911, May 28 2008, 08:35:32)
[GCC 4.2.4 (Debian 4.2.4-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyglet
>>> from pyglet import *
>>> dir(pyglet)
['__builtins__', '__doc__', '__docformat__', '__file__', '__name__',
'__path__', '__version__', '_enable_optimisations', '_option_types',
'_read_environment', '_require_ctypes_version', 'options', 'os',
'sys', 'version']
>>> print pyglet.version
1.0
"
Thank you !
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to pyglet-users@googlegroups.com
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