openalea / plantgl

An open-source graphic toolkit for the creation, simulation and analysis of 3D virtual plants.
Other
59 stars 23 forks source link

Problem of visualization with PlantGL #2

Closed adamavip closed 6 years ago

adamavip commented 8 years ago

Hello,

I have installed the PlantGL library (from https://github.com/openalea/plantgl) through "python setup.py install" and everything seems ok but i am trying to visualize an object (through openalea.plantgl.all.Viewer.display(object)), python.exe crashed. Does anyone have any idea about that?Thanks in advance!

Cheers,

Adama

pradal commented 6 years ago

Dear Adama (@adamavip) , Use (with miniconda2 and Python2 only) conda install -c openalea openalea.plantgl And, in IPython, write the cmd: %gui qt

Normally, everything is fixed