Re: [Pyunit-interest] PyUnit failing on WinXP
Brought to you by:
purcell
From: Steve P. <ste...@ya...> - 2003-11-26 19:23:51
|
Jim, I'm not sure what's wrong there. It certainly appears to be a Tcl installation issue. Perhaps there's a mailing list for ActivePython that covers this. Best wishes, -Steve On Wednesday 26 November 2003 05:36, Python wrote: > Hello, > > I just got PyUnit and tried to run it. I am getting the following error: > > C:\PyUnit>unittestgui.py > Traceback (most recent call last): > File "C:\PyUnit\unittestgui.py", line 399, in ? > main() > File "C:\PyUnit\unittestgui.py", line 387, in main > root = tk.Tk() > File "D:\ACTIVESTATE\PYTHON23\lib\lib-tk\Tkinter.py", line 1564, in > __init__ self.tk = _tkinter.create(screenName, baseName, className) > _tkinter.TclError: Can't find a usable init.tcl in the following > directories: D:\\ActiveState\\Tcl\\lib\\ D:\\ActiveState\\Tcl\\lib\\ > D:/ActiveState/Tcl/t cl8.4 D:/ActiveState/Python23/lib/tcl8.4 > D:/ActiveState/lib/tcl8.4 D:/lib/tcl8.4 D:/ActiveState/library D:/library > D:/../tcl8.4.4/library > > This probably means that Tcl wasn't installed properly. > > Any idea what might be wrong? I have ActivePython-2.3.2-232-win32-ix86 > installed so I'm not sure what it means by Tcl wasn't installed properly. > > Thanks for the help, > Jim |