I try
python setup.py install
python setup.py build
python setup.py build_py
python setup.py install_lib

the output is :
python
Python 2.5.1 (r251:54863, Jun 30 2008, 10:30:15)
[GCC 4.3.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyglet
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.5/site-packages/pyglet/__init__.py",
line 69, in <module>
    _require_ctypes_version('1.0.0')
  File "/usr/local/lib/python2.5/site-packages/pyglet/__init__.py",
line 64, in _require_ctypes_version
    import ctypes
  File "/usr/local/lib/python2.5/ctypes/__init__.py", line 10, in
<module>
    from _ctypes import Union, Structure, Array
ImportError: No module named _ctypes
>>>
What is wrong ?
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 [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