Bug#509125: Missing dependency

2012-02-24 Thread Jakub Wilk
* Tanguy Ortolo , 2012-02-24, 10:30: reassign 509125 python retitle 509125 ctypes.utils.find_library() fails to find some libraries with non-English locales tags 509125 + patch thanks There might be a bug in Python interpreter (BTW, "python" is just a metapackage); ISTR filing a very similar

Bug#509125: Missing dependency

2012-02-24 Thread Tanguy Ortolo
reassign 509125 python retitle 509125 ctypes.utils.find_library() fails to find some libraries with non-English locales tags 509125 + patch thanks Well, that was a tricky (and funny) bug. After investigating, it appears the problem does not come from Impressive! or from PyOpenGL but from Pyth

Bug#509125: Missing dependency

2012-02-23 Thread Tanguy Ortolo
package python-opengl severity 509125 important thanks Hello, This has become worse. It used to look for some lib/libGL.so which was already wrong, but now it looks for a lib/GL, without even to .so suffix! Trying to strace the following Python script: import OpenGL.GL gives the following tr

Bug#509125: Missing dependency

2009-03-09 Thread Torsten Marek
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 th