py2exe for programs with excel COM objects

implicate_order dwai.lahiri at gmail.com
Wed Aug 30 16:40:33 EDT 2006


marijuanated at gmail.com wrote:
> Is it possible to create a executable of a python program that refers
> to Excel COM objects with the help of py2exe.

Hi, I just used py2exe to create an executable. If you want to deliver
the package with an installation wizard, just use Inno Setup tools
(http://www.jrsoftware.org/).

Look at an example of how to create the setup.py script and it's a
no-brainer from that point on.




More information about the Python-list mailing list