Import rhinoscriptsyntax not recognized (IronPython) #21370
-
Anyone have a fix for this? I followed the instructions for the Rhino Python Extension. |
Beta Was this translation helpful? Give feedback.
Answered by
brettcannon
Jun 7, 2023
Replies: 1 comment 4 replies
-
What Rhino Python extension are you referring to? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After reading that it sounds like what you mean by "import rhinoscriptsyntax not recognized" is that Pylance is not finding the
rhinoscryptsyntax
module. That would suggest you need to set"python.autoComplete.extraPaths"
appropriately. There's no fix specifically as that's unfortunately a configuration issue and not a bug. What you probably have to do is adjust the example to match your machine. You can use theExtensions: Open Extensions Folder
command to find out where the Rhino extension lives.