john11
(John)
1
Hello,
I have a script which I use successfully in V6 to export cutlists to excel.
When I try to run the script in V7 trial, I get the following error:

I have moved the script file into the V7 plugins folder on the c drive, but this hasn’t helped.
script file attached.
Any ideas greatly appreciated.
many thanks,
John
ExcelExport.rvb (7.7 KB)
pascal
(Pascal Golay)
2
Hi John - it looks like you need to move this
Dim FileLocation : FileLocation = Rhino.InstallFolder
to a writable location.
-Pascal
john11
(John)
3
Many thanks Pascal,
I’m not clever enough with scripting to understand what’s going on here unfortunately!
since the same script works fine in V6, have you any idea how I’d change this line of the script so that it works in V7?
John.
john11
(John)
4
update - got it working!
the “MaterialSpecificGravityList.ini” was not in the V7 folder. copying it across has made it work.
Thanks again,
John.