[EMAIL PROTECTED] 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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to