Hi folks,
I have tried to build a new zynthian with latest image zynthian_gorgona_omega_rbpi3_kitv2-2018-04-03.zip and it works great.
However, webconfig could not be started after updating the software with /zynthian/zynthian-sys/scripts/update_zynthian.sh, and this is the error message when I tried to run the webconfig manually
root@zynthian:/zynthian/zynthian-webconf# ./zynthian_webconf.sh
Traceback (most recent call last):
File “./zynthian_webconf.py”, line 48, in
from lib.midi_config_handler import MidiConfigHandler
File “/zynthian/zynthian-webconf/lib/midi_config_handler.py”, line 38, in
from zyngine.zynthian_midi_filter import MidiFilterScript
File “/zynthian/zynthian-ui/zyngine/init.py”, line 28, in
from zyngine.zynthian_engine_puredata import *
File “/zynthian/zynthian-ui/zyngine/zynthian_engine_puredata.py”, line 30, in
import oyaml as yaml
ImportError: No module named ‘oyaml’
Any clue?
Thanks,
Francis