On 29/01/14 12:42, [email protected] wrote:
> Hi :)
> 
> Runnind sudo ldconfig does not ouput anything.

Correct!

> Running python -c "from ctypes import util; print
> util.find_library('avbin')" outputs:
> libavbin.so.10

Oh, so it is there!

> But running python -c "from ctypes import util; print
> util.find_library('GL')"  outputs 
> 'None', which I suppose isn't quite right.

That's bad :(

> Can you point somewhere to how to get that library please.
> 
> Maybe I should add that I'm running ubuntu server without any desktop,
> just terminal.

OK, pyglet requires OpenGL and GLX; and a X11 server (Linux GUI), so
that could explain your weird experience :)

See: https://code.google.com/p/pyglet/source/browse/README

You could try a headless X11 installation but I think that beyond what
pyglet supports.

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