is'nt Tkinter a standard module?

Rajarshi Guha rxg218 at psu.edu
Tue Mar 26 18:35:20 EST 2002


Hi,
  I'm trying to run Sketch on my Linux box (RH 7.2) with Python 1.5.2
However when I run sketch I get:

Traceback (innermost last):
  File "/usr/local/bin/sketch", line 34, in ?
    Sketch.main.main()
  File "/usr/local/lib/sketch-0.6.13/Sketch/Base/main.py", line 142, in main
    Sketch.init_ui()
  File "/usr/local/lib/sketch-0.6.13/Sketch/__init__.py", line 187, in 
init_ui
    __import__(name)
  File "/usr/local/lib/sketch-0.6.13/Script/export_raster.py", line 46, in ?
    from Sketch.UI.sketchdlg import SKModal 
  File "/usr/local/lib/sketch-0.6.13/Sketch/UI/sketchdlg.py", line 64, in ?
    from Tkinter import Toplevel, IntVar, Frame, Checkbutton, Label
ImportError: No module named Tkinter

Is'nt the Tkinter module supposed to be a standard part of Python? I 
installed Pythomn from RPM's - or am I supposed to get the Tkinter modules 
from somewhere else?

-- 
-------------------------------------------------------------------
Rajarshi Guha                  | email: rajarshi at presidency.com
417 Davey Laboratory           | web  : http:// www.jijo.cjb.net
Dept. Of Chemistry             | ICQ  : 123242928
Pennsylvania State University  | AIM  : LoverOfPanda
-------------------------------------------------------------------
GPG Fingerprint: DCCB 4D1A 5A8B 2F5A B5F6  1F9E CDC4 5574 9017 AF2A 
Public Key     : http://pgp.mit.edu/
-------------------------------------------------------------------
Paper or plastic?
Not 'Not paper AND not plastic!!'
               -- Augustus DeMorgan in a grocery store         




More information about the Python-list mailing list