Bugs item #1315434, was opened at 2005-10-06 16:46
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=1315434&group_id=5988
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tk
Group: v2.0.1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Segfault with OpenGL.Tk under Linux
Initial Comment:
Here's the problem:
dusty:~ $ python
Python 2.4.1 (#1, Apr 5 2005, 11:00:51)
[GCC 3.4.3] on linux2
Type "help", "copyright", "credits" or "license" for
more information.
>>> import OpenGL.Tk
Segmentation fault
Pyopengl is version 2.0.2.01
Distro is Arch Linux
dusty:~ $ uname -a
Linux buchuki 2.6.13-ARCH #1 SMP Fri Sep 30 13:08:16
CEST 2005 i686 AMD Athlon(tm) 64 Processor 3200+
AuthenticAMD GNU/Linux
The OpenGL.Tk demos that come with OpenGL don't work,
but they work fine under Windows.
Dusty
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2007-07-12 02:53
Message:
Logged In: NO
Same problem, Ubuntu Feisty.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2006-02-24 06:02
Message:
Logged In: NO
I had the same problem with SuSE 10.0
Deinstallation of the SuSe version and re-compilation of the
latest PyOpenGL version gave the same result.
After several unsuccessfull trials I found a solution by
(only) recompiling Togl-1.6 (with the tcl/tk headers from
Suse's tcl/tk-version) and replacing Togl.so in
/usr/lib/python/site-packages/OpenGL/Tk/linux2-tk8.4/Togl.so
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=1315434&group_id=5988
|