Re: [Pythonmac-SIG] How to make 2 scripts in one application

2007-03-05 Thread Chris Van Bael
On 3/5/07, Dethe Elza <[EMAIL PROTECTED]> wrote: > On 5-Mar-07, at 4:45 AM, Chris Van Bael wrote: > > > Hi all, > > > > doesn't anybody have an idea on how to solve this issue? > > Sorry, didn't see your original post. > > You can address the python instance in the application bundle (which > will

Re: [Pythonmac-SIG] How to make 2 scripts in one application

2007-03-05 Thread Dethe Elza
On 5-Mar-07, at 4:45 AM, Chris Van Bael wrote: > Hi all, > > doesn't anybody have an idea on how to solve this issue? Sorry, didn't see your original post. You can address the python instance in the application bundle (which will use the modules in the application bundle), but I think you'll

Re: [Pythonmac-SIG] How to make 2 scripts in one application

2007-03-05 Thread Chris Van Bael
Hi all, doesn't anybody have an idea on how to solve this issue? Thanks, Chris On 2/27/07, Chris Van Bael <[EMAIL PROTECTED]> wrote: > Hi all, > > Maybe a totally noob question, but I'll ask it anyway since I couldn't > find an answer on the series of tubes... > I'm working on a pygame program