about widget construction kit
Fredrik Lundh
fredrik at pythonware.com
Fri Nov 11 16:42:16 EST 2005
Shi Mu wrote:
> I tried to install WCK(Widget Construction Kit (WCK)):
>
> C:\Python23>python tkinter3000-1.0-20031212\setup.py install
> Traceback (most recent call last):
> File "tkinter3000-1.0-20031212\setup.py", line 23, in ?
> WCK_VERSION = setuplib.find_version("WCK/__init__.py")
> File "C:\wget2\tkinter3000-1.0-20031212\setuplib.py", line 74, in find_version
> for line in open(filename).readlines():
> IOError: [Errno 2] No such file or directory: 'WCK/__init__.py'
>
> I checked my files and found there is a __init__.py and got confused
> why the error came out?
if you're using windows, please use a prebuilt version of the WCK.
I also recommend using the 1.1b1 release; it's a lot better than 1.0.
if you really want to build it yourself, and you have the right compilers
and all Tcl/Tk build files in the right places, change to the source directory
before running the setup script.
</F>
More information about the Python-list
mailing list