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...