[python-win32] newby to com and a problem with events

2007-10-01 Thread Roger Upole
Seth Sims wrote: > Hello everyone, > > I am having a problem receiving events from some com objects I am working > with. win32com has performed beautifully so far > and the code can call methods and manipulate properties with no problems. > However I cannot seem to figure out why I am not >

[python-win32] burning dvds

2007-10-01 Thread Carl Karsten
Friend is trying to replace an active-x control with some calls to 'native' windows stuff for backing up data to a multi-session CD or DVD. If anyone here has some nifty python code that does something similar, it might help. In case it matters, Here are some references he is looking at: http:/

[python-win32] newby to com and a problem with events

2007-10-01 Thread Seth Sims
Hello everyone, I am having a problem receiving events from some com objects I am working with. win32com has performed beautifully so far and the code can call methods and manipulate properties with no problems. However I cannot seem to figure out why I am not receiving events. It is proba