Re: wxPython - processes

2005-12-01 Thread ccahoon
Thanks! -- http://mail.python.org/mailman/listinfo/python-list

wxPython - processes

2005-11-30 Thread ccahoon
In wxPython, I want to be able to start downloading a file and have the window doing such remain interactive, so that the user can cancel downloading the next file. Also, if there is a way to cancel a downloading process, what is it? I am using urllib.urlretrieve. Thanks for any help, in advance

Problem with DispatchWithEvents

2005-05-23 Thread ccahoon
Traceback (most recent call last): File "windowedfax.py", line 223, in OnClick self.iexplore = DispatchWithEvents("InternetExplorer.Application", eventHandling) File "C:\Python24\Lib\site-packages\win32com\client\__init__.py", line 268, in DispatchWithEvents user_event_class.__init__(in