I can pip install the example https://github.com/mcneel/rhino.inside/tree/master/CPython and import rhinoinside, however there is no Rhino module. Where is the Rhino module installer?
You need to have the V7 WIP of Rhino installed. Is it installed on your computer?
Yes it is installed. Says I have 45 days left on the license.
Ok, there is no “Rhino module installer”. That module comes from your installed Rhino 7. Are you calling rhinoinside.load()
at the very beginning of the script? This is essential to get Rhino loaded and the Rhino module available
1 Like
Hi Steve, Yes thank you that was the problem.
Could you update your post here Rhino inside Python so that it includes the .load()
. I see later in the post you discussed it, but it would be nice if the top one had the working code.
1 Like