Re: [Pythonmac-SIG] check if wxpython has been installed properly

2009-08-21 Thread Chris Barker
Edward Moy wrote: I seem to think that on Tiger, one needed to use pythonw to get GUI access (the regular python is just the plain command line tool, and the window server doesn't allow plain commands to access the GUI). This was changed in Leopard so that either python or pythonw worked. O

Re: [Pythonmac-SIG] check if wxpython has been installed properly

2009-08-21 Thread Edward Moy
I seem to think that on Tiger, one needed to use pythonw to get GUI access (the regular python is just the plain command line tool, and the window server doesn't allow plain commands to access the GUI). This was changed in Leopard so that either python or pythonw worked. Ed On Aug 20, 200

[Pythonmac-SIG] check if wxpython has been installed properly

2009-08-20 Thread beegee beegee
hi guys i opened my terminal window on a mac os x tiger 10.4.11 and tried to do the following guruprasad-gopinaths-computer:~/Desktop/pylot guruprasadgopinath$ python run.py -g Pylot was unable to start the GUI. Check if wxPython is installed properly. guruprasad-gopinaths-computer:~/Desktop/pyl