Re: py2exe for programs with excel COM objects

2006-08-30 Thread [EMAIL PROTECTED]
Thanks a lot -- http://mail.python.org/mailman/listinfo/python-list

Re: py2exe for programs with excel COM objects

2006-08-30 Thread [EMAIL PROTECTED]
Thanks a loy -- http://mail.python.org/mailman/listinfo/python-list

Re: py2exe for programs with excel COM objects

2006-08-30 Thread implicate_order
[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.jr

Re: py2exe for programs with excel COM objects

2006-08-30 Thread Fredrik Lundh
[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. the py2exe site is full of nice howto articles; this one might help in your case: http://www.py2exe.org/index.cgi/IncludingTypelibs -- http:/

py2exe for programs with excel COM objects

2006-08-30 Thread [EMAIL PROTECTED]
Is it possible to create a executable of a python program that refers to Excel COM objects with the help of py2exe. -- http://mail.python.org/mailman/listinfo/python-list