Closed guysoft closed 8 years ago
Hey, tried installing and installing, and saw I get this in the GUI:
Had the same issue - in my case it was python-dbus package missing - check octoprint log file
Can you install the devel branch? https://github.com/donovan6000/M3D-Fio/archive/devel.zip
ok @tenitram was right, I had to install python dbus on the virtualenv, which can't be done now by simple apt-get. So what needs to be done is:
sudo apt-get build-dep python-dbus
/home/pi/oprint/bin/pip install -U git+https://github.com/posborne/dbus-python.git
I just tested out installing and running the devel branch without having Python DBus installed and it worked without any issues, so the next release will be able to run without needing Python DBus installed.
Hey, I tried installing M3D Fio on the most recent Nightly today 2016-01-31_2015-11-21-octopi-jessie-lite-0.13.0.zip . Although the python package seems to install fine, I don't see any settings for the m3d, also the plugin is not listed in the plugin manager. I can search and install it again.
Am I missing something?