[wxPython-mac] Problems with wx.Process & wx.Execute
Robin Dunn
robin at alldunn.com
Thu Mar 13 08:13:58 PDT 2008
John Jackson wrote:
>
> However, what I was doing wrong was that the expansion of ~ doesn't work:
Sorry, I should have remembered that. I've run into it before myself.
The various command-line expansions like ~ and etc. is purely a function
of the shell, not the system exec APIs, and since you're executing
Python directly there isn't a shell to do that work for you.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-mac
mailing list