import win32com in embedded python

Achim Domma achim.domma at syynx.de
Thu Jan 31 09:23:59 EST 2002


Hi,

I could follow the problem to this line, where I get the TypeError but I
still have no idea where the problem is.

  if key is not None:
   try:
    __path__.append( win32api.RegQueryValue(key, "Extensions" ))  <<<<< Line
32 <<<<<<
    found = 1
   except win32api.error:
    # Nothing registered

greetings
Achim





More information about the Python-list mailing list