[Bug 211962] Re: keyjnote exits with OpenGL error

2011-08-10 Thread Bug Watch Updater
** Changed in: python2.6 (Debian) Status: Unknown => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/211962 Title: keyjnote exits with OpenGL error To manage notifications about t

[Bug 211962] Re: keyjnote exits with OpenGL error

2010-02-06 Thread stani
I think this is a duplicate of https://bugs.launchpad.net/ubuntu/+source/fretsonfire/+bug/357076 This solution solved it for me: sudo ln -s /usr/lib/libGL.so.1 /usr/lib/libGL.so Besides it is not a bug in impressive or fretsonfire... it is a bug in python-opengl which is reproducable by: $ pytho

[Bug 211962] Re: keyjnote exits with OpenGL error

2009-12-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/python2.5 -- keyjnote exits with OpenGL error https://bugs.launchpad.net/bugs/211962 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubun

[Bug 211962] Re: keyjnote exits with OpenGL error

2009-11-12 Thread Hugo Roy
I still have the problem with Karmic Koala. 'binutils' is already installed. -- keyjnote exits with OpenGL error https://bugs.launchpad.net/bugs/211962 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-b

[Bug 211962] Re: keyjnote exits with OpenGL error

2009-09-13 Thread Matthias Klose
reassigning to pyopengl. ** Package changed: python2.6 (Ubuntu) => pyopengl (Ubuntu) -- keyjnote exits with OpenGL error https://bugs.launchpad.net/bugs/211962 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing lis

[Bug 211962] Re: keyjnote exits with OpenGL error

2009-07-25 Thread Iain Harris
I'm gettin the same (or similar) error on OS X with Python 2.6 and the latest PyOpenGL:- >>> import OpenGL.GL Traceback (most recent call last): File "", line 1, in File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/OpenGL/GL/__init__.py", line 2, in fr

[Bug 211962] Re: keyjnote exits with OpenGL error

2009-06-12 Thread Luca Falavigna
We could consider to backport changes for both python2.5 and python2.6 ** Package changed: keyjnote (Ubuntu) => python2.6 (Ubuntu) ** Changed in: python2.6 (Ubuntu) Importance: Undecided => High ** Changed in: python2.6 (Ubuntu) Status: Confirmed => Triaged -- keyjnote exits with Ope

[Bug 211962] Re: keyjnote exits with OpenGL error

2009-06-12 Thread Paolo Sammicheli
Fixed in Debian with Python 2.5.2-15 ** Bug watch added: Debian Bug tracker #509821 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509821 ** Also affects: python2.6 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509821 Importance: Unknown Status: Unknown ** Chang

[Bug 211962] Re: keyjnote exits with OpenGL error

2009-05-04 Thread stani
binutils fixed keyjnote for me on ubuntu intrepid -- keyjnote exits with OpenGL error https://bugs.launchpad.net/bugs/211962 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https:

[Bug 211962] Re: keyjnote exits with OpenGL error

2009-04-30 Thread Lino Mastrodomenico
I still see a problem very similar to this in Ubuntu 9.04. Running: python -c 'import OpenGL.GL' produces an error very similar to the one reported. Installing binutils didn't fix this for me. I think this is the same as bug #334213. See that bug for two possible workarounds. -- keyjnote

[Bug 211962] Re: keyjnote exits with OpenGL error

2008-12-26 Thread David Herbert
Same problem with Impressive 0.10.2r-2 on Debian Lenny, installing binutils fixed it, reported as Debian bug #509821. -- keyjnote exits with OpenGL error https://bugs.launchpad.net/bugs/211962 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 211962] Re: keyjnote exits with OpenGL error

2008-12-07 Thread Daniel T Chen
Is this symptom still reproducible in 8.10 or 9.04? ** Changed in: keyjnote (Ubuntu) Status: New => Incomplete -- keyjnote exits with OpenGL error https://bugs.launchpad.net/bugs/211962 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 211962] Re: keyjnote exits with OpenGL error

2008-05-05 Thread Stéphan Kochen
I had a similar problem trying to run a Python-based OpenGL application on a minimal install. It turns out, the Python OpenGL module uses the ctypes module to find libGL, which in turns relies on binutils' objdump. Try installing the binutils package, and see if this solves your problem. -- key