In article <4b1864db.2090...@velseis.com.au>, John McMonagle <jmcmona...@velseis.com.au> 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 > > Regards, > > John I'm not Windows expert, but from my limited use (building the windows version of a cross-platform package) you don't normally specify the python at all. To build my software I do this: cd <path to package> setup.py py2exe I have never found a way to specify the python, though there presumably is some way to do it. -- Russell _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss