Honeybee error ‘Solution exception:No module named rhinoscript.application'

Hi!
I just installed Rhino 6 and I am trying to use Honeybee but I get this error: ‘Solution exception:No module named rhinoscript.application’.
Anyone had a similar problem and knows how to solve it?
Thanks!

@M.Gkaintatzi ,
What component is giving you this error? Can you post a picture or an example file?
Also, what service release of Rhino 6 are you using?

@M.Gkaintatzi similar thing happen to me when I installed Rhino 6.
Make sure you have the same folders and content in Rhino 5 and Rhino 6, should be under.
c:\Users\XXX\AppData\Roaming\McNeel\Rhinoceros\

It’s the basic Honeybee_Honeybee component.


I am using Rhino 6 for windows the evaluation version.

@PeterZatko what folders should I have? I don’t have the same for Rhino 5 and 6.

\Plug-Ins\IronPython etc. I can´t remember completely but I found the solution on the Mcneel forum https://discourse.mcneel.com

The error is due to missing the application.py files, it’s weird that your installation is missing these files…
c:\Users\ %username% \AppData\Roaming\McNeel\Rhinoceros\6.0\Plug-ins\IronPython\settings\lib\rhinoscript\

You can copy them from the 5.0 script library, haven’t compared them indepth yet but so far the only difference I see is the docstring.

@vhoang that was it! Thank you very much!!