[python-win32] com server and py2exe

2006-04-12 Thread Floris van Nee
Hi, I'm trying to convert my Python script, which is a COM server, to an exe file. I'm using py2exe 0.6.5. But I ran into a few problems. After a lot of work I was able to run py2exe on my script and create the exe file. I was able to use exectablename.exe --register and --unregister and it returne

[python-win32] How can I run python from within Excel ?

2006-04-12 Thread Randall
Hi,Is it possible to execute Python scripts from within Excel ?For example, I want to place a button which, when run, executes a python script that opens some external files, reads data, and process the info against the current data in the excel spreadsheet.Any help would be cool!