frozen win32com problem

Mark Hammond mhammond at skippinet.com.au
Wed Jan 9 23:46:27 EST 2002


Robin Becker wrote:

Actually, I could see how this happens.  I just checked in the following 
patch.

RCS file: /home/cvsroot/PyWin32/com/win32com/server/register.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -r1.4 -r1.5
12a13
 > import win32com
420c421,424
<   RegisterPyComCategory()
---
 >   try:
 >     RegisterPyComCategory()
 >   except win32com.error: # Error with the COM category manager - oh well.
 >     pass


Mark.




More information about the Python-list mailing list