tromnek opened this issue on Nov 23, 2005 ยท 44 posts
photojoe posted Wed, 22 March 2006 at 11:35 AM
I keep getting the following error message. What isn't set up properly? I'm using Poser 6 and WinXP.
Joe
Traceback (most recent call last):
File "", line 1817, in ?
File "C:Program FilesPoser 6RuntimePythonliblib-tktkMessageBox.py", line 87, in showerror
return apply(_show, (title, message, ERROR, OK), options)
File "C:Program FilesPoser 6RuntimePythonliblib-tktkMessageBox.py", line 75, in _show
return apply(Message, (), options).show()
File "C:Program FilesPoser 6RuntimePythonliblib-tktkCommonDialog.py", line 49, in show
w = Frame(self.master)
File "C:Program FilesPoser 6RuntimePythonliblib-tkTkinter.py", line 2249, in init
Widget.init(self, master, 'frame', cnf,, extra)
File "C:Program FilesPoser 6RuntimePythonliblib-tkTkinter.py", line 1750, in init
BaseWidget._setup(self, master, cnf)
File "C:Program FilesPoser 6RuntimePythonliblib-tkTkinter.py", line 1725, in _setup
_default_root = Tk()
File "C:Program FilesPoser 6RuntimePythonliblib-tkTkinter.py", line 1487, in init
self.tk = _tkinter.create(screenName, baseName, className)
TclError: Can't find a usable init.tcl in the following directories:
{C:/Program Files/lib/tcl8.3} {C:/Program Files/lib/tcl8.3} C:/lib/tcl8.3 C:/lib/tcl8.3/library C:/library C:/../tcl8.3/library ../tcl8.3/library
This probably means that Tcl wasn't installed properly.
Message edited on: 03/22/2006 11:37