faqts : Computers : Programming : Languages : Python : Installation and Configuration

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 1 people (100%) answered Yes

Entry

Is it possible to create a win32 python distr with COM support which runs "out-of-the-box" with some sort of path-settings and NO registry-settings?

May 15th, 2000 06:31
unknown unknown, Mark Hammond


If you search dejanews, you will find code from that imports these 
modules at runtime without registry settings.

Use the "keywords" field and enter "pywintypes pythoncom import"
Use the forum field, and enter "comp.lang.python"
Use the author field, and enter mhammond@skippinet.com.au

One of the 2 results should be 
http://x31.deja.com/getdoc.xp?AN=536077963


If you are only calling other COM objects (ie, not running them), then 
it should work fine with pythoncom15.dll in the same directory as the 
app itself...