Re: [Tutor] Can anyone teach me...?

2005-10-12 Thread Raduz
inter app to be pretty tedious work. > Try the Qt then. It works under Linux and Windows, has Python bindings via PyQt, it's signal/slot system is really great, and designing the GUI with Qt Designer is a breeze. -- Raduz ___ Tutor maillist -

Re: [Tutor] Stopping function after given time

2005-10-11 Thread Raduz
> the download if necessary. You should be able to do this without threads. > I'm not sure how you stop a download once it's started though! > > Olly Thanks for an idea, I will look into it. I'm not sure how to stop running download, but at least I have something

[Tutor] Stopping function after given time

2005-10-10 Thread Raduz
which will start the download, let it run for some time, and then stop it correctly. I just don't know how to time the download. Can anybody give some sugestions, please? Is the threading way to go? Thanks. -- Raduz ___ Tutor maillist - Tuto