enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.28k stars 282 forks source link

Mayavi example protein.py not working, plus the solution #1304

Open shaharyi opened 2 weeks ago

shaharyi commented 2 weeks ago

I installed Mayavi and PyQt5 but the protein.py didn't run. I debugged it, and the solution is to change line 36 into: line = line.decode('ascii').split()

Thanks and goodluck!