Problem in the program flow...please help?

2008-01-09 Thread jatin patni
I am making a python application with a GUI using WXGlade which connects to a website and extracts some information, this takes around 5-20 seconds of time per website. I have a button(GUI) which when clicked, calls a function connect( ) which takes around 5-20 seconds to complete(As I mentioned

Re: Problem in the program flow...please help?

2008-01-09 Thread Jerry Hill
On Jan 9, 2008 7:44 AM, jatin patni [EMAIL PROTECTED] wrote: I have a button(GUI) which when clicked, calls a function connect( ) which takes around 5-20 seconds to complete(As I mentioned Earlier) The problem is, during this time the other part of the code is rendered useless, I cannot access

Re(Thanks...Re: Problem in the program flow...please help?)

2008-01-09 Thread jatin patni
Thanks Jerry..For the link...I am looking into it... On Jan 9, 2008 2:36 PM, Jerry Hill [EMAIL PROTECTED] wrote: On Jan 9, 2008 7:44 AM, jatin patni [EMAIL PROTECTED] wrote: I have a button(GUI) which when clicked, calls a function connect( ) which takes around 5-20 seconds to complete(As