Hi, as the title says, I am new to grasshopper and RHino3D in general and I would like some help figuring out how to run a specific python script in grasshopper that does some calculations based on the 3D space in Rhino. My specific problem is that when I import the script I want to run, it doesn’t import the files that it needs to run despite the commands to do so. For example the error occurs as follows:
(line4) from FileA import *
Runtime error (ImportException): No module named msilib.schema
Traceback:
line 4, in , “C:\Users\FileA.py”
line 4, in script
Any help would be much appreciated.