Re: about widget construction kit

2005-11-12 Thread Fredrik Lundh
"Shi Mu" wrote: > > > I tried again and got the follwoing message: > > > *** cannot find Tcl/Tk headers and library files > > > change the TCL_ROOT variable in the setup.py file > > > but i have already installed TCL under python23 > > > > hmm. I still think it would be easier if you used a p

Re: about widget construction kit

2005-11-12 Thread Shi Mu
On 11/12/05, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > Shi Mu wrote: > > > I tried again and got the follwoing message: > > *** cannot find Tcl/Tk headers and library files > > change the TCL_ROOT variable in the setup.py file > > but i have already installed TCL under python23 > > hmm. I sti

Re: about widget construction kit

2005-11-12 Thread Fredrik Lundh
Shi Mu wrote: > I tried again and got the follwoing message: > *** cannot find Tcl/Tk headers and library files > change the TCL_ROOT variable in the setup.py file > but i have already installed TCL under python23 hmm. I still think it would be easier if you used a prebuilt version, like eve

Re: about widget construction kit

2005-11-12 Thread Shi Mu
very hard for me to understand the difference between try...except and try...finally -- http://mail.python.org/mailman/listinfo/python-list

Re: about widget construction kit

2005-11-11 Thread Shi Mu
On 11 Nov 2005 16:06:37 -0800, Martin Miller <[EMAIL PROTECTED]> wrote: > Shi Mu wrote: > > On 11/11/05, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > > > 1. pass in the full path to the executable: > > > > > >cd tkinter3000-1.0-20031212 > > >c:\python23\python setup.py install > > > ... > > >

Re: about widget construction kit

2005-11-11 Thread Martin Miller
Shi Mu wrote: > On 11/11/05, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > > 1. pass in the full path to the executable: > > > >cd tkinter3000-1.0-20031212 > >c:\python23\python setup.py install > > ... > > > still confused by th first way you mentioned. If I cd > tkinter3000-1.0-20031212, i w

Re: about widget construction kit

2005-11-11 Thread Shi Mu
On 11/11/05, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > 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\set

Re: about widget construction kit

2005-11-11 Thread Fredrik Lundh
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

Re: about widget construction kit

2005-11-11 Thread Shi Mu
On 11/11/05, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > 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

Re: about widget construction kit

2005-11-11 Thread Fredrik Lundh
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") >