[Tutor] Problems with Gauge Bar.

Alan Gauld alan.gauld at btinternet.com
Sun Aug 10 10:15:39 CEST 2008


"Olrik Lenstra" <o.lenstra at gmail.com> wrote

> I've been developing a program for a while now (I am still a 
> beginner
> though) and I want to add a progress bar (gauge bar) to my program.
> I am having quite some trouble actually implementing it though. I 
> attached
> the file TSO.pyw which is my current project.

Can you show us what you have tried so far?

> I want to keep it within 1 python file if it's possible. Because I 
> want to
> turn it into a single executable file.

You can use multiple files and still produce an EXE using
py2exe or similar. There is no need to keep it in one file.

Alan G 




More information about the Tutor mailing list