[pythonwin] find() failing?

Jeff Epler jepler at inetnebr.com
Wed Apr 4 21:27:54 EDT 2001


print type(act)
type(act) will not be type("")

billy/win32 is giving you some kind of COM object instead of a mere
string.  You'll have to figure out how to make it into a string.

Jeff



More information about the Python-list mailing list