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
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
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