excelpython icon indicating copy to clipboard operation
excelpython copied to clipboard

Setup Error: Run-time error '76': Path not found

Open mpbill opened this issue 9 years ago • 1 comments

i get this error when i try to setup excelpython. when i open the debugger it points me to this line:

fso.CopyFolder ThisWorkbook.Path + Application.PathSeparator + "xlpython", wb.Path + Application.PathSeparator + "xlpython"

mpbill avatar Mar 24 '15 15:03 mpbill

Hi, For me to help you need to provide me with further information. That line of VBA code copies the the ExcelPython runtime (the xlpython folder)– from the folder containing the ExcelPython xlam add-in to your workbook folder. This could be failing most probably for one of two reasons:

  • because the xlpython runtime is missing or for some other reason inaccessible from the add-in folder
  • because for some reason it's not possible to write it into your workbook folder

I suggest to start by checking the first point, and seeing if copying it manually works. Regards, Eric

ericremoreynolds avatar Mar 24 '15 21:03 ericremoreynolds