Page 1 of 1

Pymaxwell5 and Rhino3dm crash

Posted: Fri Mar 26, 2021 5:50 pm
by seghier
Hello, i install rhino3dm to use it with pymaxwell5
Code: Select all
pip install rhino3dm
the script work fine in pycharm with python from maxwell folder as interepter but in pymaxwell editor always force closed
Code: Select all
from pymaxwell5 import *
import rhino3dm as rh

file = "C:\Users\\archi\\Dropbox\\box.3dm"
rf = rh.File3dm.Read(file)
for i in rf.Layers:
    print i.Name
Image
Image