Author roee88
Recipients
Date 2006-07-16.20:47:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1111143

I'm really sorry, I got confused because of a change 
between 2.4 and 2.5 in the return value of open_new.
Python 2.4 always returns None so there is no exception.

After reading the docs I saw I need to use:
Thread(target = open_new, args = [dest]).start()
Sorry again. Have a nice day :)
History
Date User Action Args
2007-08-23 14:41:22adminlinkissue1523465 messages
2007-08-23 14:41:22admincreate