On 1/28/08, Gary <[EMAIL PROTECTED]> wrote:
> python -c 'import pyglet.clock'
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File "clock.py", line 165, in <module>
>   File "/usr/lib/python2.5/site-packages/pyglet/lib.py", line 44, in
> load_library
>     return ctypes.cdll.LoadLibrary(path)
>   File "/usr/lib/python2.5/site-packages/ctypes/__init__.py", line
> 395, in LoadLibrary
>     return self._dlltype(name)
>   File "/usr/lib/python2.5/site-packages/ctypes/__init__.py", line
> 312, in __init__
>     self._handle = _dlopen(self._name, mode)
> OSError: /usr/lib/libc.so: invalid ELF header

This traceback doesn't make sense.  The LoadLibrary call in lib.py is
at lines 73 and 78, not 44.  Both of these calls are inside try blocks
that catch OSError (and then pass, so as to attempt the next search
term).  Why is your lib.py different?

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

Reply via email to