I have installed everything according to the instructions and got following output:
import pyb00st.movehub
ModuleNotFoundError: No module named 'pyb00st'
After a bit of resarch I found out that python would recognise it when just using: import movehub
(import MoveHub wouldn't work either)
I just wanted to share my "solved" issue with you!
I have installed everything according to the instructions and got following output:
After a bit of resarch I found out that python would recognise it when just using:
import movehub(
import MoveHubwouldn't work either)I just wanted to share my "solved" issue with you!