My IDLE editor wont work!

Dag Hansteen d-hanst at online.no
Sat Aug 28 05:17:45 EDT 2004


RE: My IDLE editor wont work!Hi Facundo!
This is the error I get:

"Traceback (most recent call last):
  File "C:\PYTHON23\lib\site-packages\Pythonwin\pywin\framework\scriptutils.py", line 310, in RunScript
    exec codeObject in __main__.__dict__
  File "C:\Python23\Lib\idlelib\idle.py", line 23, in ?
    idlelib.PyShell.main()
  File "C:\Python23\lib\idlelib\PyShell.py", line 1274, in main
    root = Tk(className="Idle")
  File "C:\Python23\lib\lib-tk\Tkinter.py", line 1564, in __init__
    self.tk = _tkinter.create(screenName, baseName, className)
TclError: Can't find a usable init.tcl in the following directories: 
    {c:\ruby\tcl\lib\tcl8.3} {c:\ruby\tcl\lib\tcl8.3} c:/ruby/tcl/lib/tcl8.4 C:/PYTHON23/lib/tcl8.4 C:/lib/tcl8.4 C:/library

c:/ruby/tcl/lib/tcl8.3/init.tcl: version conflict for package "Tcl": have 8.4, need 8.3
version conflict for package "Tcl": have 8.4, need 8.3
    while executing
"package require -exact Tcl 8.3"
    (file "c:/ruby/tcl/lib/tcl8.3/init.tcl" line 19)
    invoked from within
"source c:/ruby/tcl/lib/tcl8.3/init.tcl"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 [list source $tclfile]"
c:/ruby/tcl/lib/tcl8.3/init.tcl: version conflict for package "Tcl": have 8.4, need 8.3
version conflict for package "Tcl": have 8.4, need 8.3
    while executing
"package require -exact Tcl 8.3"
    (file "c:/ruby/tcl/lib/tcl8.3/init.tcl" line 19)
    invoked from within
"source c:/ruby/tcl/lib/tcl8.3/init.tcl"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 [list source $tclfile]"


This probably means that Tcl wasn't installed properly."

  ----- Original Message ----- 
  From: Batista, Facundo 
  To: Python-List (E-mail) 
  Sent: Friday, August 27, 2004 10:47 PM
  Subject: RE: My IDLE editor wont work!


  [Dag Hansteen] 

  # hi, I have a problem on my comp - I'm using win2000, and the IDLE editor won't open when I try to execute it. 
  # I tried to uninstall the python versions(yes I had one older installed also) and reinstalled 2.3.4. That doesn't help.

  Execute it from the command line, to see the errors, and tell us. 

  .       Facundo 



------------------------------------------------------------------------------


  -- 
  http://mail.python.org/mailman/listinfo/python-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20040828/4e9a8bef/attachment.html>


More information about the Python-list mailing list