Need help with SetupTk.py.

OneDay at A.Time OneDay at A.Time
Sun Nov 12 21:54:43 EST 2000


In article <20001109164213.19625.00000489 at ng-fb1.aol.com>, fxital at aol.comnospam (FxItAL) wrote:
>Hello All,
>
>Thanks for the response.
>
>I've downloaded the windows installer from
>http://www.mcmillan-inc.com/install1.html.  While running SetupTk.py I received
>the following Error Messages:
>
>analyzing _tkinter
>        found kernel32.dll
>        found tcl80.dll
>        lib not found:  tcl80.dll dependency of found tk80.dll
>        lib not found:  tk80.dll dependency of found python15.dll
>        found MSVCRT.DLL
>Could not find tcl binarys!
>Operation aborted
>
>Python 1.5.2 on Win ME 
>tcl in installed.
>
>Thanks for any help with this,
>Al

Edit the SET PATH line in your autoexec.bat file to include 
;C:\python;C:\tcl\bin be sure to use a semi-colon as a separator. This will 
make the .dll's available 

Good luck, AL



More information about the Python-list mailing list