After trying pip install moxie I was getting strange errors. I ended up downloading the package and trying to install it from local source.
I added import logging to the top of /setup.py and found i needed that Gstreamer plugin.
I think I ended up fixing this with pip install pygst
it now puts up a static site just fine, though the audio player doesn't work. Need to find out why, yet.
After trying
pip install moxieI was getting strange errors. I ended up downloading the package and trying to install it from local source.I added
import loggingto the top of/setup.pyand found i needed that Gstreamer plugin.I think I ended up fixing this with
pip install pygstit now puts up a static site just fine, though the audio player doesn't work. Need to find out why, yet.