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

2012-02-24 Thread Tanguy Ortolo
y patch to make that work regardless of the locale, changing the ldconfig call in ctypes/utils.py:236 so that is forces the C locale: f = os.popen('LC_ALL=C /sbin/ldconfig -p 2>/dev/null') Regards, -- ,--. : /` ) Tanguy Ortolo | `-'Debian Developer \_ --- /tmp/util.py

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

2012-02-23 Thread Tanguy Ortolo
but it sure has a major effect on its usability, so I am updating the severity of this bug. Regards, -- Tanguy Ortolo signature.asc Description: Digital signature ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#495439: Fix published upstream

2010-01-06 Thread Tanguy Ortolo
Hello, In the upstream bug report page <https://bugs.launchpad.net/ipython/+bug/290677>, a patch has finally been released. Can you take it into account to close this bug? Regards, -- Tanguy Ortolo signature.asc Description: Digital sig

[Python-modules-team] Bug#555834: Output of "/sbin/ldconfig -p"

2009-11-17 Thread Tanguy Ortolo
uot; to the bug > report? Sure: % /sbin/ldconfig -p | grep GL libGLU.so.1 (libc6) => /usr/lib/libGLU.so.1 libGLEW.so.1.5 (libc6) => /usr/lib/libGLEW.so.1.5 libGL.so.1 (libc6, Système d'exploitation ABI : Linux 2.4.20) => /usr/lib/libGL.so.1

[Python-modules-team] Bug#555834: python-opengl: cannot import most submodules

2009-11-11 Thread Tanguy Ortolo
elf._handle = _dlopen(self._name, mode) OSError: ('GL: cannot open shared object file: No such file or directory', 'GL', None) The file that it tries to load as a dynamic library is “GL”. Not “libGL.so”, but “GL”! I do not know what is missing on the code, but as it is, it wil