Your message dated Thu, 19 Nov 2009 21:49:58 +0000
with message-id <[email protected]>
and subject line Bug#555834: fixed in python2.5 2.5.4-3
has caused the Debian Bug report #555834,
regarding python-opengl: cannot import most submodules
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
555834: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555834
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-opengl
Version: 3.0.0~c1-1
Severity: grave
Justification: renders package unusable
I found this problem trying to use impressive, that tries to import OpenGL.GL.
It is the same for most submodules of OpenGL, such as GL, GLU, GLE, platform:
>>> import OpenGL.GLU
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/pymodules/python2.5/OpenGL/GLU/__init__.py", line 2, in
<module>
from OpenGL import platform
File "/usr/lib/pymodules/python2.5/OpenGL/platform/__init__.py", line 36, in
<module>
_load()
File "/usr/lib/pymodules/python2.5/OpenGL/platform/__init__.py", line 27, in
_load
plugin_class = plugin.load()
File "/usr/lib/pymodules/python2.5/OpenGL/plugins.py", line 14, in load
return importByName( self.import_path )
File "/usr/lib/pymodules/python2.5/OpenGL/plugins.py", line 28, in
importByName
module = __import__( ".".join(moduleName), {}, {}, moduleName)
File "/usr/lib/pymodules/python2.5/OpenGL/platform/glx.py", line 8, in
<module>
class GLXPlatform( baseplatform.BasePlatform ):
File "/usr/lib/pymodules/python2.5/OpenGL/platform/glx.py", line 16, in
GLXPlatform
mode=ctypes.RTLD_GLOBAL
File "/usr/lib/pymodules/python2.5/OpenGL/platform/ctypesloader.py", line 48,
in loadLibrary
return dllType( name, mode )
File "/usr/lib/python2.5/ctypes/__init__.py", line 348, in __init__
self._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 will always fail.
Good luck. :-)
Regards,
--
Tanguy Ortolo
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-opengl depends on:
ii freeglut3 2.4.0-8 OpenGL Utility Toolkit
ii libgl1-mesa-glx [libgl1] 7.6-1 A free implementation of the OpenG
ii libglu1-mesa [libglu1] 7.6-1 The OpenGL utility library (GLU)
ii python [python-ctypes] 2.5.4-2 An interactive high-level object-o
ii python-support 1.0.4 automated rebuilding support for P
python-opengl recommends no packages.
Versions of packages python-opengl suggests:
ii libgle3 3.1.0-7 OpenGL tubing and extrusion librar
ii python-numpy 1:1.3.0-3 Numerical Python adds a fast array
ii python-tk 2.5.2-1.1 Tkinter - Writing Tk applications
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: python2.5
Source-Version: 2.5.4-3
We believe that the bug you reported is fixed in the latest version of
python2.5, which is due to be installed in the Debian FTP archive:
idle-python2.5_2.5.4-3_all.deb
to main/p/python2.5/idle-python2.5_2.5.4-3_all.deb
python2.5-dbg_2.5.4-3_i386.deb
to main/p/python2.5/python2.5-dbg_2.5.4-3_i386.deb
python2.5-dev_2.5.4-3_i386.deb
to main/p/python2.5/python2.5-dev_2.5.4-3_i386.deb
python2.5-examples_2.5.4-3_all.deb
to main/p/python2.5/python2.5-examples_2.5.4-3_all.deb
python2.5-minimal_2.5.4-3_i386.deb
to main/p/python2.5/python2.5-minimal_2.5.4-3_i386.deb
python2.5_2.5.4-3.diff.gz
to main/p/python2.5/python2.5_2.5.4-3.diff.gz
python2.5_2.5.4-3.dsc
to main/p/python2.5/python2.5_2.5.4-3.dsc
python2.5_2.5.4-3_i386.deb
to main/p/python2.5/python2.5_2.5.4-3_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Klose <[email protected]> (supplier of updated python2.5 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 19 Nov 2009 11:00:44 -0600
Source: python2.5
Binary: python2.5 python2.5-minimal python2.5-examples python2.5-dev
idle-python2.5 python2.5-dbg
Architecture: source all i386
Version: 2.5.4-3
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description:
idle-python2.5 - An IDE for Python (v2.5) using Tkinter
python2.5 - An interactive high-level object-oriented language (version 2.5)
python2.5-dbg - Debug Build of the Python Interpreter (version 2.5)
python2.5-dev - Header files and a static library for Python (v2.5)
python2.5-examples - Examples for the Python language (v2.5)
python2.5-minimal - A minimal subset of the Python language (version 2.5)
Closes: 528439 530170 530171 548556 551759 555834
Changes:
python2.5 (2.5.4-3) unstable; urgency=low
.
* Fix compatibility issues with readline6. Closes: #551759.
* Really build with readline6. Closes: #548556.
* ctypes.util._find_lib: Don't depend on the locale. Closes: #555834.
* Fix bashism in makesetup shell script. Closes: #530170, #530171.
* Fix build issues on avr (Bradley Smith). Closes: #528439.
- Configure --without-ffi.
- Don't run lengthly tests.
Checksums-Sha1:
de76931c2f15f65006aec9cf1359988c1846677a 1838 python2.5_2.5.4-3.dsc
f21391786d5cf2915acbb529618700ddd9e1175b 213465 python2.5_2.5.4-3.diff.gz
ec988de06e2ac804ea7f5e854adde764a2ce7600 648622
python2.5-examples_2.5.4-3_all.deb
aadb95300dcbf2c96bcc378bda04c8b22d3bcdd0 68606 idle-python2.5_2.5.4-3_all.deb
aeabc5b4d2209cb288c3127fc6c28be37f46db11 2916598 python2.5_2.5.4-3_i386.deb
83b6b735d60cb60a8b18b7ac66a36dbf69996132 1200322
python2.5-minimal_2.5.4-3_i386.deb
75b13c1f5365d1b2981a81e26723ba23663a8e94 1886552 python2.5-dev_2.5.4-3_i386.deb
f2122d5e918915eec24d15c19833fc8f7a5b2092 7411750 python2.5-dbg_2.5.4-3_i386.deb
Checksums-Sha256:
eec17dbeff2274885b9116c24ebae182f3b2154377c5b755d2274218f538b5c7 1838
python2.5_2.5.4-3.dsc
ecb64dfb5d1ec81da5f1cf1f88b4e1a0d71758311b75951690ce21faa44f0d51 213465
python2.5_2.5.4-3.diff.gz
1afb58c0b9c891aaef2fd0e1136c04dcb94500911fb23601bd703545506f61c9 648622
python2.5-examples_2.5.4-3_all.deb
0ee22ba4eec3de5abe7d1538f2b7b72974120381a1193e4251ad9c768450ab05 68606
idle-python2.5_2.5.4-3_all.deb
2c02f6983edb5cf4aca5afd101c61df8070a4326d25ba238af52a2e4328d0f4e 2916598
python2.5_2.5.4-3_i386.deb
4feecc40f2d5bc9278f2c97fa2be064efd03cb5639d6ceb88e33dedb737b9ebe 1200322
python2.5-minimal_2.5.4-3_i386.deb
30f4f7a60b17b0ca6a21ebd06e8ee4cebcb9aaa46ba8ad1b68781bd1655d9aa4 1886552
python2.5-dev_2.5.4-3_i386.deb
6d4f4a9ee5e7817ac76132bc0c546d05588390f4a7d05f446885a79943fe364c 7411750
python2.5-dbg_2.5.4-3_i386.deb
Files:
33e1fdc2cbb953e480a29994aceca9a1 1838 python optional python2.5_2.5.4-3.dsc
c0fe98d263ab769d50694b589bd2633c 213465 python optional
python2.5_2.5.4-3.diff.gz
acff19576dd0f80d65c5c505ea29f4a3 648622 python optional
python2.5-examples_2.5.4-3_all.deb
acaf305bf29bd527838fa7b0ca4c3ead 68606 python optional
idle-python2.5_2.5.4-3_all.deb
124e05b36c20c3f971b72ddf3281559d 2916598 python optional
python2.5_2.5.4-3_i386.deb
9489a85a1c565ea4adc2e3abb067ed74 1200322 python optional
python2.5-minimal_2.5.4-3_i386.deb
96dd0d766f4620b9923e5ffe9dad954f 1886552 python optional
python2.5-dev_2.5.4-3_i386.deb
2f2047c9321990266dbdee0ddf2388bd 7411750 python extra
python2.5-dbg_2.5.4-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAksFoVYACgkQStlRaw+TLJwJrACfekVcXO78+zcDAYmLNuISU+j7
ZBkAn2GbBSCuEcXClJQvlsANZw23XlRw
=9BTu
-----END PGP SIGNATURE-----
--- End Message ---