Your message dated Mon, 20 Oct 2008 22:17:13 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#498403: fixed in pyopengl 3.0.0~b3-2 has caused the Debian Bug report #498403, regarding python-opengl: GL.glRenderMode(GL.GL_SELECT) causes IndexError 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.) -- 498403: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498403 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: python-opengl Version: 3.0.0~b3-1 Severity: important Entering the OpenGL selection mode causes an error: GL.glRenderMode(GL.GL_SELECT) File "/usr/lib/python2.5/site-packages/OpenGL/GL/pointers.py", line 261, in glRenderMode currentMode = currentMode[0] IndexError: invalid index to scalar variable. A possible fix is changing the relevant section of the above file: try: currentMode = currentMode[0] except (TypeError,ValueError), err: pass to try: currentMode = currentMode[0] except (TypeError,ValueError,IndexError), err: pass This works for me. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.25-2-amd64 (SMP w/1 CPU core) Locale: LANG=nl_BE.UTF-8, LC_CTYPE=nl_BE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages python-opengl depends on: ii freeglut3 2.4.0-5.2 OpenGL Utility Toolkit ii libgl1-mesa-glx [libgl1] 7.0.3-5 A free implementation of the OpenG ii libglu1-mesa [libglu1] 7.0.3-5 The OpenGL utility library (GLU) ii python 2.5.2-1 An interactive high-level object-o ii python-central 0.6.7 register and build utility for Pyt ii python-ctypes 1.0.2-5 Python package to create and manip ii python-pkg-resources 0.6c8-4 Package Discovery and Resource Acc python-opengl recommends no packages. Versions of packages python-opengl suggests: pn libgle3 <none> (no description available) ii python-numpy 1:1.1.0-3 Numerical Python adds a fast array ii python-tk 2.4.4-1 Tkinter - Writing Tk applications -- no debconf information
--- End Message ---
--- Begin Message ---Source: pyopengl Source-Version: 3.0.0~b3-2 We believe that the bug you reported is fixed in the latest version of pyopengl, which is due to be installed in the Debian FTP archive: pyopengl_3.0.0~b3-2.diff.gz to pool/main/p/pyopengl/pyopengl_3.0.0~b3-2.diff.gz pyopengl_3.0.0~b3-2.dsc to pool/main/p/pyopengl/pyopengl_3.0.0~b3-2.dsc python-opengl-doc_3.0.0~b3-2_all.deb to pool/main/p/pyopengl/python-opengl-doc_3.0.0~b3-2_all.deb python-opengl_3.0.0~b3-2_all.deb to pool/main/p/pyopengl/python-opengl_3.0.0~b3-2_all.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. Debian Python Modules Team <[EMAIL PROTECTED]> (supplier of updated pyopengl 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: Mon, 20 Oct 2008 23:35:55 +0200 Source: pyopengl Binary: python-opengl python-opengl-doc Architecture: source all Version: 3.0.0~b3-2 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team <[EMAIL PROTECTED]> Changed-By: Debian Python Modules Team <[EMAIL PROTECTED]> Description: python-opengl - Python bindings to OpenGL python-opengl-doc - Documentation for PyOpenGL Closes: 498403 Changes: pyopengl (3.0.0~b3-2) unstable; urgency=low . [ Piotr Ożarowski ] * Add patch to catch IndexError in glRenderMode (backported from 3.0.0~b4, Closes: #498403) Checksums-Sha1: 63ba5254728bee57b23829ef790e1b28648bfa9b 1495 pyopengl_3.0.0~b3-2.dsc b1dd9ab36d403666c1d09bd6db693a190975d5c0 8866 pyopengl_3.0.0~b3-2.diff.gz 987f4f0fc0847811b685a66bedb44e299753bcb3 452260 python-opengl_3.0.0~b3-2_all.deb b978a1a9eb10b94e47817dd752475bed1e801a40 991208 python-opengl-doc_3.0.0~b3-2_all.deb Checksums-Sha256: 6e88ea27f6b7d8359207aac6b9c1085337059822900b8a8eaefe8a58294016d2 1495 pyopengl_3.0.0~b3-2.dsc e5b82d225a88f79392e4a13ecf89ccdaad6506b93497c1d2013ea22834834b56 8866 pyopengl_3.0.0~b3-2.diff.gz d68ab58108bb820314626abf8d8b2e640094b46e658d7063d95c9e6d28a174a9 452260 python-opengl_3.0.0~b3-2_all.deb be093b3e3045107f314456047e71ba19b570af9e92f7baf84c33c1f6cfa57720 991208 python-opengl-doc_3.0.0~b3-2_all.deb Files: 0eff48dab93131d8facb328c03497968 1495 python optional pyopengl_3.0.0~b3-2.dsc 72822db5b7693d4247adfeda69ce6450 8866 python optional pyopengl_3.0.0~b3-2.diff.gz 7d3a97f0d63b6ad69ed5c9ada223a44b 452260 python optional python-opengl_3.0.0~b3-2_all.deb d4da72143f0fc26561aa07b814e60cac 991208 doc optional python-opengl-doc_3.0.0~b3-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkj8/zYACgkQB01zfu119ZmbRACfR09Dl7U/1+aE+djJ8Eti5vqh 2jgAoLTGjWlx0E3hm2w2WVNFyKL7G9qp =SxaH -----END PGP SIGNATURE-----
--- End Message ---

