[Bug 211962] Re: keyjnote exits with OpenGL error

2011-08-11 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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyopengl/+bug/211962/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
$ python
 from OpenGL.GL  import *

-- 
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 stdin, line 1, in module
  File 
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/OpenGL/GL/__init__.py,
 line 2, in module
from OpenGL.raw.GL import *
  File 
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/OpenGL/raw/GL/__init__.py,
 line 6, in module
from OpenGL.raw.GL.constants import *
  File 
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/OpenGL/raw/GL/constants.py,
 line 7, in module
from OpenGL import platform, arrays
  File 
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/OpenGL/platform/__init__.py,
 line 36, in module
_load()
  File 
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/OpenGL/platform/__init__.py,
 line 27, in _load
plugin_class = plugin.load()
  File 
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/OpenGL/plugins.py,
 line 14, in load
return importByName( self.import_path )
  File 
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/OpenGL/plugins.py,
 line 28, in importByName
module = __import__( ..join(moduleName), {}, {}, moduleName)
  File 
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/OpenGL/platform/glx.py,
 line 8, in module
class GLXPlatform( baseplatform.BasePlatform ):
  File 
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/OpenGL/platform/glx.py,
 line 16, in GLXPlatform
mode=ctypes.RTLD_GLOBAL 
  File 
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/OpenGL/platform/ctypesloader.py,
 line 53, in loadLibrary
return dllType( name, mode )
  File 
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ctypes/__init__.py,
 line 353, in __init__
self._handle = _dlopen(self._name, mode)
OSError: ('dlopen(GL, 10): image not found', 'GL', None)

-- 
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

** Changed in: keyjnote (Ubuntu)
   Status: Incomplete = Confirmed

-- 
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

-- 
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.ubuntu.com/mailman/listinfo/ubuntu-bugs