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
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).
On Mar 4, 1:34 am, "Diez B. Roggisch" 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
> > litt
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 wo
On Feb 12, 12:39 am, r 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 start for those