Re: Unusual Python interpreter problem with os.fork()

2009-03-06 Thread DLitgo
On Mar 6, 7:20 am, Jean-Paul Calderone wrote: > On Fri, 6 Mar 2009 05:00:03 -0800 (PST), DLitgo wrote: > >Hello everyone, > > >I have a curious problem which I'm wondering if anyone here can shed > >some light on. I'm basically just following along with a guide which > >is going through some of t

Re: Unusual Python interpreter problem with os.fork()

2009-03-06 Thread Jean-Paul Calderone
On Fri, 6 Mar 2009 05:00:03 -0800 (PST), DLitgo wrote: Hello everyone, I have a curious problem which I'm wondering if anyone here can shed some light on. I'm basically just following along with a guide which is going through some of the os module, and I'm running some examples in the python in

Unusual Python interpreter problem with os.fork()

2009-03-06 Thread DLitgo
Hello everyone, I have a curious problem which I'm wondering if anyone here can shed some light on. I'm basically just following along with a guide which is going through some of the os module, and I'm running some examples in the python interpreter on mac os x (accessed through terminal/ bash).