[Python-modules-team] Bug#509125: Missing dependency

Torsten Marek shlomme at gmx.net
Mon Mar 9 16:50:11 UTC 2009


Hi,

it shouldn't need the development packages.

PyOpenGL uses ctypes.util.find_library, which resolves library names.

What happens if you run the following two lines of Python code:

>>> from ctypes import util
>>> util.find_library("GL")

It *should* print 'libGL.so.1'. The docs also suggest that on Linux,
find_library uses ldconfig, which should make it independent of
development symlinks.


best,


Torsten
-- 
.: Torsten Marek
.: http://shlomme.diotavelli.net
.: torsten at diotavelli.net -- GnuPG: 1024D/A244C858

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20090309/00e0c755/attachment.pgp 


More information about the Python-modules-team mailing list