-
Notifications
You must be signed in to change notification settings - Fork 57
Description
Hi Eric!
I'm following the tutorial and I'm facing a problem. When I click the "import python UDFs" I get a run-time error '53', file not found xlpython32-2.0.6.dll. I'm using windows xp 64bits with a portable version of python, the file xlpython32-2.0.6.dll is inside the folder xlpython. The folder structure is like this (the brackets are just for clarification)
My Documents
|--py_excel (folder)
|--testpy.xls
|--testpy.py
|--xlpython (folder)
|--init.py
|--fix_anaconda_pywin32.py
|--xlpyserver.py
|--xlpython (bas file)
|--xlpython.cfg
|--xlpython32-2.0.6.dll
|--xlpython64-2.0.6.dll
|--xlpython_v1back
The add-in is installed in c:\PortableApps\excelpython and python 2.7.6 is in C:\PortableApps\WinPython-32bit-2.7.6.4\python-2.7.6. The python path is added to the PATH variable (from a cmd windows I can run python) through a user variable.
I have not change the xlpython.cfg file.
Don't know if is of interest: I've checked the excel macro (automatically created by the add-in) and the XLPyLoadDLL works correctly and yes: the right path/file is passed to LoadLibrary. And, finally, everytime that I load the testpy.xls, the add-in complains that the file is not ready and I have to launch the "Setup ExcelPython" macro.
Thanks in advance for your help!