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).

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

2009-03-06 Thread DLitgo
On Mar 6, 7:20 am, Jean-Paul Calderone exar...@divmod.com wrote: On Fri, 6 Mar 2009 05:00:03 -0800 (PST), DLitgo ssj4_d...@hotmail.com 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

Re: Packaging modules with Bundlebuilder

2009-03-05 Thread DLitgo
On Mar 4, 1:34 am, Diez B. Roggisch de...@nospam.web.de wrote: DLitgo schrieb: Hello everyone, I'm curious about creating .app files for the mac using bundlebuilder (or py2app or even py2exe). I'm just about done creating a GUI for a little set of scripts which basically perform batch

Packaging modules with Bundlebuilder

2009-03-03 Thread DLitgo
Hello everyone, I'm curious about creating .app files for the mac using bundlebuilder (or py2app or even py2exe). I'm just about done creating a GUI for a little set of scripts which basically perform batch image editing. If I send this app to friends and family will they be able to use it? Or

Re: Thank you, Tkinter. (easy to use)

2009-02-14 Thread DLitgo
On Feb 12, 12:39 am, r rt8...@gmail.com wrote: Hello, Tkinter is a great GUI toolkit, for what it lacks in prettiness it more than makes up for in simple and quick GUI building. I think this is the main reason Tkinter continues to be Python's built-in GUI toolkit. It is a great place to