Tkinter is a separate Python module that's an interface to the Tcl Tk library. It's probably just not installed on your system, but it is included in the RH 9 distribution (tkinter-2.2.2-26.i386.rpm) so it should be easy to find and install.
On Wed, 22 Oct 2003 fr...@mit.edu wrote: > Hi PyMOLers, > > Can someone tell me why I don't get the Tk window with all of the menus when I > start PyMOL under redhat 9.0? I installed the RPM file > pymol-0.90-1.rh90.py22.i386.rpm and got no errors during installation. > > Here's the content of the shell window after starting PyMOL: > > ------------------------------------------------------------ > Xlib: extension "XFree86-DRI" missing on display ":0.0". > > PyMOL(TM) Molecular Graphics System, Version 0.90. > Copyright (C) 1998-2003 by DeLano Scientific LLC. > All Rights Reserved. > > Created by Warren L. DeLano, Ph.D. > > Other Major Authors and Contributors: > > Ralf W. Grosse-Kunstleve, Ph.D. > > PyMOL is user-supported open-source software. Although most versions > are freely available, PyMOL is not in the public domain. > > If PyMOL is helpful in your work or study, then please volunteer > support for our ongoing campaign to create open and affordable software > for molecular research. > > Updates and other information can be found at "http://www.pymol.org". > > Please cite PyMOL in publications and presentations: > > Warren L. DeLano "The PyMOL Molecular Graphics System." > DeLano Scientific LLC, San Carlos, CA, USA. http://www.pymol.org > > Enter "help" for a list of commands. > Enter "help <command-name>" for information on a specific command. > > Hit ESC anytime to toggle between text and graphics. > > OpenGL based graphics front end: > GL_VENDOR: Mesa project: www.mesa3d.org > GL_RENDERER: Mesa GLX Indirect > GL_VERSION: 1.3 Mesa 4.0.4 > Traceback (most recent call last): > File "modules/pymol/__init__.py", line 177, in exec_str > exec s in globals(),globals() > File "<string>", line 1, in ? > File "modules/pymol/__init__.py", line 292, in launch_gui > __import__(invocation.options.gui) > File "modules/pmg_tk/__init__.py", line 22, in ? > # as /usr/lib/python2.1/site-packages > File "modules/pmg_tk/PMGApp.py", line 15, in ? > ImportError: No module named Tkinter > ---------------------------------------------------------------- > > Thanks everyone. > > > > > ------------------------------------------------------- > This SF.net email is sponsored by OSDN developer relations > Here's your chance to show off your extensive product knowledge > We want to know what you know. Tell us and you have a chance to win $100 > http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 > _______________________________________________ > PyMOL-users mailing list > PyMOL-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pymol-users >