Martin v. Löwis wrote:
Try pythonw.
Thanks, that was it.
One more question, when I use the EasyDialogs module to, for example, display a message in a dialog box, the dialog box doesn't appear directly.
I need to switch to 'python' by clicking on it on the dock or alt-tabbing to 'python' in order to see the dialog box.
------------------
scott$ pythonw Python 2.4.1 (#2, Mar 31 2005, 00:05:10) [GCC 3.3 20030304 (Apple Computer, Inc. build 1666)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import EasyDialogs >>> EasyDialogs.Message('hi')
(At this point the 'python' icon appears on the dock and starts jumping. The actual dialog box won't appear until I manually switch to python with alt-tab.)
-------------------
This again is in contrast to using Pyshell, where the dialog box automagically appears without further user input upon entry of EasyDialogs.Message('hi').
Question: Can I get this Pyshell behavior using python from the terminal? -- http://mail.python.org/mailman/listinfo/python-list