Hi ! I would like to import rhinoscriptsintax module to visual studio code with python, thank you
solved it, i have downloaded the rhinoscriptsintax repository from github and imported the library in to the project.
in case anyone need it
1 Like
How did you do that, please give some hints.
In my case, I tried this
- downloaded the library with a name “externalLib”
- import it in the python file with the path to that …/externalLib.rhinoscriptsyntax
— this is not working in externalLib.rhinoscriptsyntax–error says module not found.
I tried this " from externalLib.Scripts.rhinoscriptsyntax import * " doesn’t work.