On 22/10/2010 15:25, gb345 wrote:
3. Both versions of the app work fine on Windows 7, as long as I do the following: a. run CMD b. cd to where the GUI script and my original script live c. execute eitherC:\Python27\python myapp_tk.py or C:\Python27\python myapp_wx.py
The standard python.org associates .py & .pyw files with the installed interpreter. If you double-click on either of those files it should just run. If you were to rename the .py to a .pyw it would run without a console window showing up. TJG -- http://mail.python.org/mailman/listinfo/python-list
