Re: Spawning a new UI process

2008-11-09 Thread Steve Holden
Ed Leafe wrote: I'm working on a wxPython app (well, a Dabo app, but it's basically the same thing) that presents the user with a selection of several wxPython apps that exist on their system. They choose one, and I want to then launch that app, as if they had typed python myapp.py from a

Re: Spawning a new UI process

2008-11-09 Thread Ed Leafe
On Nov 9, 2008, at 4:42 PM, Steve Holden wrote: Ed! Good to see you on c.l.py! I usually only get around to reading the list when I'm having a problem I can't figure out. blush. Simply too busy most of the time. a) Try using the subprocess module b) Use *.pyw programs to

Spawning a new UI process

2008-11-08 Thread Ed Leafe
I'm working on a wxPython app (well, a Dabo app, but it's basically the same thing) that presents the user with a selection of several wxPython apps that exist on their system. They choose one, and I want to then launch that app, as if they had typed python myapp.py from a terminal