I gather that Togl is the 3D extension to the graphics that come with scipy.
It seems likely that glchess relies on it, as does my project. I didn't get the seg fault reported here: http://www.scipy.org/WilnaDuToit, but my Python session crashed when I tried help(modules); maybe that was seg fault? I found some suggestions on line, including an apparent successor called Tcl3D reported in this thread http://www.groupsrv.com/computers/about259495.html. I'm running Ubuntu 7.10, Python 2.5, Tk8.4, and Tcl 8.4 (all up to date) on an i386 laptop that once ran XP. The Python code listed at http://www.scipy.org/WilnaDuToit yields the following error message: Python 2.5.1 (r251:54863, Oct 5 2007, 13:36:32) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2 ... IDLE 1.2.1 ==== No Subprocess ==== >>> Traceback (most recent call last): File "/home/browerg/mat3DEx.py", line 13, in <module> x = M.mesh(x,y,z, fill_mesh=1, precision=1, num_ticks = 3) File "/home/browerg/mat3d.py", line 694, in __init__ self.make_plot(colors) File "/home/browerg/mat3d.py", line 667, in make_plot o = Opengl(width = 640, height = 480, double = 1, depth = 1) File "/usr/lib/python2.5/site-packages/OpenGL/Tk/__init__.py", line 245, in __init__ apply(RawOpengl.__init__, (self, master, cnf), kw) File "/usr/lib/python2.5/site-packages/OpenGL/Tk/__init__.py", line 194, in __init__ Widget.__init__(self, master, 'Togl', cnf, kw) File "lib-tk/Tkinter.py", line 1933, in __init__ (widgetName, self._w) + extra + self._options(cnf)) TclError: invalid command name "Togl" >>> -- Python : help('modules') fails. Package Togl missing on Gutsy https://bugs.launchpad.net/bugs/137210 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