I hate to seem like I'm beating a dead horse but after following the other two posts I copied ExcelPython27.dll to where excel.exe was. I copied python27.dll into where excel.exe was. Throwing a hail mary I even added both to the system PATH. Still, nothing works.
Anyone have any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No problem at all, evidently the horse isn't quite dead.
The problem is that I don't have any way to debug this issue, which a lot of users seem to be having.
There shouldn't be any need to copy the DLLs into the excel.exe folder, please try removing them.
If you give me the results of the following maybe I can help you (and in the process you'll be helping me improve ExcelPython):
1) Missing dependencies reported by depends.exe
2) Your system path (open cmd.exe and run echo %path%)
2) The output of where python27.dll run from the command line
Then we'll take it from there.
Thanks for your interest in my project.
Regards,
Eric.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I hate to seem like I'm beating a dead horse but after following the other two posts I copied ExcelPython27.dll to where excel.exe was. I copied python27.dll into where excel.exe was. Throwing a hail mary I even added both to the system PATH. Still, nothing works.
Anyone have any ideas?
Hi Matt,
No problem at all, evidently the horse isn't quite dead.
The problem is that I don't have any way to debug this issue, which a lot of users seem to be having.
There shouldn't be any need to copy the DLLs into the excel.exe folder, please try removing them.
If you give me the results of the following maybe I can help you (and in the process you'll be helping me improve ExcelPython):
1) Missing dependencies reported by depends.exe
2) Your system path (open
cmd.exe
and runecho %path%
)2) The output of
where python27.dll
run from the command lineThen we'll take it from there.
Thanks for your interest in my project.
Regards,
Eric.
python27.dll is located in my \system32 folder. And what file do you want me to run with depends? Excel? Excelpython?
ExcelPython.dll
See attachment
Hi Matt,
Thanks for the screenshot. This confirms that the DLLs fundamentally finds all of its dependencies.
To further diagnose the problem I need the outputs of 2) and 3).
Regards,
Eric.