Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win10 No module named 'pyb00st' (kind of solved) #10

Open
elmiba opened this issue Dec 8, 2018 · 1 comment
Open

Win10 No module named 'pyb00st' (kind of solved) #10

elmiba opened this issue Dec 8, 2018 · 1 comment

Comments

@elmiba
Copy link

elmiba commented Dec 8, 2018

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!

@sachinkmohan
Copy link

Instructions in Ubuntu 18.04 or linux

I set the PYTHON path in .bashrc file as below
export PYTHONPATH="_(replace it with the home folder)_pyb00st/pyb00st-master/pyb00st"

To run an example file like test_connection.py

Change these 2 lines

from

from pyb00st.movehub import MoveHub
from pyb00st.constants import *

to

from movehub import MoveHub
from constants import *

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants