In article <[email protected]>, John McMonagle <[email protected]> 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 [email protected] http://mail.python.org/mailman/listinfo/tkinter-discuss
