[Bug 626010] New: import gtk.gtkgl in python fails
http://bugzilla.novell.com/show_bug.cgi?id=626010 http://bugzilla.novell.com/show_bug.cgi?id=626010#c0 Summary: import gtk.gtkgl in python fails Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: x86-64 OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: mjr19@cam.ac.uk QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-GB; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 python fails to import gtk.gtkgl. Amongst other things, this means that glchess refuses to display in 3D (though 2D works). Reproducible: Always Steps to Reproduce: 1. python 2. import OpenGL.GL 3. import gtk.gtkgl Actual Results: $ python Python 2.6.5 (r265:79063, Jul 5 2010, 11:46:13) [GCC 4.5.0 20100604 [gcc-4_5-branch revision 160292]] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import OpenGL.GL import gtk.gtkgl Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.6/site-packages/gtk-2.0/gtk/gtkgl/__init__.py", line 21, in <module> from _gtkgl import * ImportError: /usr/lib64/libgtkglext-x11-1.0.so.0: undefined symbol: GTK_WIDGET_REALIZED
Expected Results: No traceback moaning about undefined symbols in libgtkglext. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=626010 http://bugzilla.novell.com/show_bug.cgi?id=626010#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |jmatejek@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=626010 http://bugzilla.novell.com/show_bug.cgi?id=626010#c Jan Matejek <jmatejek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=626010 http://bugzilla.novell.com/show_bug.cgi?id=626010#c1 Michael Rutter <mjr19@cam.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #1 from Michael Rutter <mjr19@cam.ac.uk> 2010-08-06 13:44:42 UTC --- Fixed in gtkglext-1.2.0-183.1.1 Sorry for not noticing this. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com