I tried to write a python com object, it's really
easy and it works, now i'm  wondering if it is possible
to distribute it without the whole installation of python
and the com extensions.
For exe i found the freeze tool which works fine,
for a com object i tried but it does not work in fact
i think that the pythoncom.dll looks for some modules and
dlls of the python installation (considering the pythonpath
set in the registry) is this true? or anyway
is it possible to define a minimal subset to distribute?

thanx

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to