inno setup 5.5
inq1ltd
inq1ltd at inqvista.com
Thu Jun 21 19:03:03 EDT 2012
On Friday, June 22, 2012 08:30:16 AM Chris Angelico wrote:
> On Fri, Jun 22, 2012 at 1:34 AM, inq1ltd <inq1ltd at inqvista.com> wrote:
> > Can't find _thinter
>
> Is this supposed to be _tkinter?
>
> Try copying and pasting the entire error message, including traceback.
> That often helps. At the moment, I can't know whether the error is in
> your transcription of the message or if in a source file somewhere (a
> misspelled import, for instance).
>
> Chris Angelico
Thanks for responding,
The following is as it is in the exe text doc.
Traceback (most recent call last):
File "INQVISTA.py", line 23, in <module>
File "INQVISTA.py", line 19, in __init__
File "INQVISTA_0.pyc", line 23, in __init__
File "INQVISTA_0.pyc", line 75, in __init__
File "INQVISTA_0.pyc", line 78, in FmakeBox
File "Tkinter.pyc", line 1643, in __init__
_tkinter.TclError: Can't find a usable init.tcl in the following directories:
{C:/Program Files/lib/tcl8.5} {C:/Program Files/lib/tcl8.5} C:/lib/tcl8.5
{C:/Program Files/library} C:/library C:/tcl8.5.2/library C:/tcl8.5.2/library
This probably means that Tcl wasn't installed properly.
----//----
the line of code that the error msg refers to is:
Mwelc = Tk ()
jd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120621/90cc1308/attachment.html>
More information about the Python-list
mailing list