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