yes, I got an error with your command Richard. With the version 2, no
problem:
>>> import ctypes
>>> ctypes.cdll.LoadLibrary('libavbin.so')
<CDLL 'libavbin.so', handle 827b870 at b78e4e6c>
With the latest version (5) this is what I got:
>>> import ctypes
>>> ctypes.cdll.LoadLibrary('libavbin.so')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 431,
in LoadLibrary
File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 348,
in __init__
OSError: /usr/lib/libavbin.so: undefined symbol: __isoc99_sscanf
What does that mean?
Richard Jones wrote:
> On Mon, 9 Jun 2008, Nathan wrote:
> > I believe it ought to be in /usr/local/lib.
>
> No, it shouldn't matter. It's installed (and working) in /usr/lib on my Ubuntu
> Hardy machine.
>
> Try this to see if it gives a more useful error:
>
> ctypes.cdll.LoadLibrary('libavbin.so')
>
>
> Richard
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---