fixtk.py error
aaron
aaront at mail.com
Wed Apr 11 10:18:19 EDT 2001
I just installed ActivePython-2.0.0.203.4.msi on a win 98 machine. I
previously had BeOpen-Python-2.0.exe installed.
I had an application that ran fine on BeOpen-Python-2.0.exe and now it fails
on ActivePython-2.0.0.203.4.msi
------------------------------
Traceback (most recent call last):
File "menu.py", line 8, in ?
from Tkinter import *
File "c:\python20\lib\lib-tk\Tkinter.py", line 34, in ?
import FixTk # Attempt to configure Tcl/Tk without requiring PATH
File "c:\python20\lib\lib-tk\FixTk.py", line 1, in ?
import sys, os, _tkinter
ImportError: DLL load failed: One of the library files needed to run this
applic
ation cannot be found.
------------------------------
any idea how I can get this working?
Thank you
Aaron Tsur
More information about the Python-list
mailing list