Re: Distributing Python COM objects

2001-05-14 Thread Francesco Franzè
On Sat, May 12, 2001 at 10:16:31AM +1000, Mark Hammond wrote: > Freeze should work with COM objects. Check out the "-s com_dll" option. > > Mark. sorry, it is not clear to me how does it work... I took a look inside the registy and I found that the first reference for an inproc server is the py

RE: Distributing Python COM objects

2001-05-11 Thread Mark Hammond
Freeze should work with COM objects. Check out the "-s com_dll" option. Mark. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Francesco Franzh > Sent: Saturday, 12 May 2001 2:04 AM > To: [EMAIL PROTECTED] > S

Re: Distributing Python COM objects

2001-05-11 Thread Thomas Heller
[Posted and mailed] > 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 bu

Distributing Python COM objects

2001-05-11 Thread Francesco Franzè
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 thin