lpy
lpy copied to clipboard
An open source python version of the Lindenmayer Systems.
Dear sir,when I use lpy, it reports that the lpy kernel package is missing. Does the current version not include this package? Looking forward to your answers and help, thank...
```python from openalea.lpy import * lsystem = Lsystem("massart.lpy") for lstring in lsystem: scene = lsystem.sceneInterpretation(lstring) scene.save("test.ply") ``` It did save the `test.ply` but I can't open it due to error...
I recently ported my Python2 code involving OpenAlea mtg and lpy libraries into Python3. With Python3, the Lsystem.animate() now can't invoke PlantGL viewer to show the Lpy animation, instead it...
Hi, I was having trouble running lpy because qhull wasn't installed. Here is how I got it working: Created a conda environment: conda create --name lpy python=3.9 activated the environment:...
I am simulating osx-64 on an M1 mac and am using openalea.lpy version 3.9.2. Running lpy gives the following errors: > qt.qpa.window: has active key-value observers (KVO)! These will stop...
OS: Windows 11 I installed the binaries using conda following the instructions in the doc. But when I input command line in python shell panel and type enter, the user...
In Help menu, the internet address for 'L-Py Website', is incorrect
OS:ubuntu20.04 I installed the binaries using conda following the instructions in the doc and everything worked well until I restarted my computer. After that I could not run the lpy...
``` conda create -n lpy -c openalea -c conda-forge openalea.lpy boost=1.66.0 nose conda activate lpy git clone https://github.com/openalea/lpy cd lpy/test nosetests ``` Result : ``` .........................................../home/artzet_s/code/lpy_test/lpy/test/lpytest/multiscalexmatching.lpy:49: UserWarning: Multiscale context and...
Hi all, I have a lpy file on Windows and I would like to add this file in a documentation using Sphinx but don't know how to make the link...