[Bug 334213] Re: impressive does not work

2009-06-12 Thread Pietro Battiston
Can confirm on an updated jaunty ** Changed in: impressive (Ubuntu) Status: New = Confirmed -- impressive does not work https://bugs.launchpad.net/bugs/334213 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 334213] Re: impressive does not work

2009-06-12 Thread Paolo Sammicheli
*** This bug is a duplicate of bug 211962 *** https://bugs.launchpad.net/bugs/211962 ** Changed in: impressive (Ubuntu) Status: Confirmed = New ** Changed in: impressive (Ubuntu) Assignee: (unassigned) = Paolo Sammicheli (xdatap1) ** Changed in: impressive (Ubuntu)

[Bug 334213] Re: impressive does not work

2009-04-30 Thread Lino Mastrodomenico
I've seen this problem with glchess, but I didn't want to install libgl1 -mesa-dev. The problem is that ctypes.util.find_library('GL') should return 'libGL.so.1' and instead returns None. So an alternative workaround can be: from ctypes import util def find_library(name):

[Bug 334213] Re: impressive does not work

2009-02-26 Thread Michele Mordenti
workaround: sudo aptitude install libgl1-mesa-dev -- impressive does not work https://bugs.launchpad.net/bugs/334213 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

[Bug 334213] Re: impressive does not work

2009-02-26 Thread Michele Mordenti
before installing libgl1-mesa-dev ~$ ls -l /usr/lib/libGL* lrwxrwxrwx 1 root root 12 2009-02-24 08:18 /usr/lib/libGL.so.1 - libGL.so.1.2 -rw-r--r-- 1 root root 395024 2009-02-23 16:36 /usr/lib/libGL.so.1.2 lrwxrwxrwx 1 root root 20