Re: WINXP vs. LINUX in threading.Thread

2009-04-23 Thread Mike Driscoll
On Apr 22, 2:57 pm, Kent 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 was > set

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 winxp&linux. both worked. Kent On Apr 23, 6:16 am, Carl Banks wrote: > On Apr 22, 5:34

Re: WINXP vs. LINUX in threading.Thread

2009-04-22 Thread Carl Banks
On Apr 22, 5:34 pm, Lie Ryan 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 somet

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 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

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 wil