Re: WINXP vs. LINUX in threading.Thread

2009-04-23 Thread Kent
Thanx you guys. Now my program is working. I used the Thread subclass. and at the end of the run method, i call wx.CallAfter(mainFrame.somefunction, para) to show the dialog or change some text. I tested in winxplinux. both worked. Kent On Apr 23, 6:16 am, Carl Banks pavlovevide...@gmail.com

Re: WINXP vs. LINUX in threading.Thread

2009-04-23 Thread Mike Driscoll
On Apr 22, 2:57 pm, Kent kent.y...@gmail.com wrote: hello all, i want to add a new update notification feature to my wxPython appl. The codes below do the job. The logic is simple enough, I don't think it needs to be explained. since sometimes, under windows, proxy setting was a script. and

WINXP vs. LINUX in threading.Thread

2009-04-22 Thread Kent
hello all, i want to add a new update notification feature to my wxPython appl. The codes below do the job. The logic is simple enough, I don't think it needs to be explained. since sometimes, under windows, proxy setting was a script. and was set in IE. In this case, connecting to the HTML will

Re: WINXP vs. LINUX in threading.Thread

2009-04-22 Thread Diez B. Roggisch
Kent schrieb: hello all, i want to add a new update notification feature to my wxPython appl. The codes below do the job. The logic is simple enough, I don't think it needs to be explained. since sometimes, under windows, proxy setting was a script. and was set in IE. In this case, connecting

Re: WINXP vs. LINUX in threading.Thread

2009-04-22 Thread Lie Ryan
Diez B. Roggisch wrote: Kent schrieb: hello all, i want to add a new update notification feature to my wxPython appl. The codes below do the job. The logic is simple enough, I don't think it needs to be explained. since sometimes, under windows, proxy setting was a script. and was set in IE.

Re: WINXP vs. LINUX in threading.Thread

2009-04-22 Thread Carl Banks
On Apr 22, 5:34 pm, Lie Ryan lie.1...@gmail.com wrote: Diez B. Roggisch wrote: Kent schrieb: hello all, i want to add a new update notification feature to my wxPython appl. The codes below do the job. The logic is simple enough, I don't think it needs to be explained. since