[python-win32] what's required to use win32com in a portable python directory.

tinku99 naveen.garg at gmail.com
Thu Jan 20 00:49:58 CET 2011


I got it to work. Just need to put these two files on the path: 
pythoncom26.dll
pywintypes26.dl
then, i was able to import win32com from the interactive python shell.
i can temporarily register the CLSID of my com classes with the windows
registry or pass the object pointers of the python classes wrapped in com... 

-- 
View this message in context: http://old.nabble.com/what%27s-required-to-use-win32com-in-a-portable-python-directory.-tp30695144p30715118.html
Sent from the Python - python-win32 mailing list archive at Nabble.com.



More information about the python-win32 mailing list