Re: [Tkinter-discuss] Python with Snack

2009-12-04 Thread Russell E. Owen
In article <[email protected]>, John McMonagle wrote: >... > Although I'm not on windows, it seems to me that you are in the wrong > folder when you try to run setup.py. Try changing to the appropriate > folder first: > > cd C:\Users\user\Desktop\snack\python > setup.py install >

Re: [Tkinter-discuss] Python with Snack

2009-12-03 Thread chachachacha
Hi everyone. Thanks for your responses! So I did manage to get Snack installed. It turned out to be a very simple process (arg...). As Russell points out, the binaries stopped at python 2.3. However, as suggested by Michael, I was able to copy the snacklib into the Tcl folder. I then copied

Re: [Tkinter-discuss] Python with Snack

2009-12-03 Thread John McMonagle
chachachacha wrote: > Hi everyone, > > I have been trying to install the Snack library (so I can run it with Python > 2.5.4). I have Windows Vista and have been trying to install through the > command line. I have downloaded the source release for Snack Version 2.2.10 > from the page http://www.

Re: [Tkinter-discuss] Python with Snack

2009-12-03 Thread Russell E. Owen
In article <[email protected]>, Kevin Walzer wrote: > On 12/3/09 10:40 AM, Michael Lange wrote: > > > > I don't know what's going wrong here, but I think it should be fine to > > simply copy the tkSnack module into Python's site-packages folder. > > > > Will distutils/setuptools

Re: [Tkinter-discuss] Python with Snack

2009-12-03 Thread Kevin Walzer
On 12/3/09 10:40 AM, Michael Lange wrote: I don't know what's going wrong here, but I think it should be fine to simply copy the tkSnack module into Python's site-packages folder. Will distutils/setuptools actually build the binary Snack library? It's a Tcl/Tk library, not a Python librar

Re: [Tkinter-discuss] Python with Snack

2009-12-03 Thread Michael Lange
Hi, On Wed, 2 Dec 2009 19:25:32 -0800 (PST) chachachacha wrote: > > Hi everyone, > > I have been trying to install the Snack library (so I can run it with > Python 2.5.4). I have Windows Vista and have been trying to install > through the command line. I have downloaded the source release fo