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
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
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
3 matches
Mail list logo