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
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!