On 29/01/14 11:18, [email protected] wrote:
> Thanks again!
> 
> python -c 'import struct;print( 8 * struct.calcsize("P"))'  does output 32!

That's good and bad at the same time because I don't know what's going
on :) Pyglet (well, Python probably) fails to find your AVBin library.

Can you run "sudo ldconfig"?

(just in case)

Now run:

python -c "from ctypes import util; print util.find_library('GL')"

(should print something like libGL.so.1)

python -c "from ctypes import util; print util.find_library('avbin')"

(I guess it will print None if it can't find the library, but hey! may
be the ldconfig did the trick)

> I never installed pyglet using apt-get, but I just downloaded the source
> distribution of 1.1.4 and installed with the setup.py.

OK, it was worth asking.

May be Nathan (AVBin maintainer) can help you further :(

Regards,

Juan

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to