Python Editor Auto Completion

Hi. I just have a problem. I just reinstalled Rhino and I don’t know if I always had this problem.
When I use the Python Editor and start to write, the editor doesn’t give me hints for the auto completion of the actions.

For example:

import rhinoscriptsyntax as rs
points = rs.G (normally there is the drop down menu for Getxxx)

I hope you can help me.
Thanx

Sounds like the module might not be imported… If you hand type it out, does it work, or does it give you an error message that the module doesn’t exist?

In the editor, what do you have under Tools>Options>Files? Do you have the following two entries?

C:\Program Files\Rhinoceros 5 (64-bit)\Plug-ins\IronPython\Lib
C:\Users\<user>\AppData\Roaming\McNeel\Rhinoceros\5.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib

–Mitch

Thank you for reply. I don’t know what exactly the problem was, but after some restarts the problem was gone.

Maybe the Import of the modules needed some restarts. :slight_smile:

I’ve just had this happen on a file on my home machine…but just one script. I looked at the issue about docstrings but this doesn’t seem to be it, it worked fine at work earlier today. Funny.