Re: abut COM using PythonCOM

2005-05-16 Thread Larry Bates
Yes code can be compiled with py2exe. I then use Inno Installer to create single setup.exe file that installs everything and registers it for use. Larry Bates flyaflya wrote: > I know using ActivePython can make a COM easily,but I wander how to > distribute the COM,normal COM can be installed b

abut COM using PythonCOM

2005-05-16 Thread flyaflya
I know using ActivePython can make a COM easily,but I wander how to distribute the COM,normal COM can be installed by "regsvr32", but how to install this COM? and can the code be compiled by py2exe? -- http://mail.python.org/mailman/listinfo/python-list