Git Product home page Git Product logo

Comments (7)

martinohanlon avatar martinohanlon commented on June 17, 2024

from bluedot.

martinohanlon avatar martinohanlon commented on June 17, 2024

from bluedot.

martinohanlon avatar martinohanlon commented on June 17, 2024

Put a note into the getting started instructions about not calling your program bluedot.

from bluedot.

martinohanlon avatar martinohanlon commented on June 17, 2024

Updated getting started guide.

from bluedot.

erikvanelten avatar erikvanelten commented on June 17, 2024

from bluedot.

crazyonej avatar crazyonej commented on June 17, 2024

I am having the same issue as above, "ImportError: No module named bluedot"

I followed the steps but get the same error on both a zero w and Pi3

pi@raspberrypiFULL:/python $ python MyDot.py
Traceback (most recent call last):
File "MyDot.py", line 1, in
from bluedot import BlueDot
ImportError: No module named bluedot
pi@raspberrypiFULL:
/python $ sudo apt-get install python3-dbus
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-dbus is already the newest version (1.2.4-1).
The following packages were automatically installed and are no longer required:
lxkeymap python-cairo python-gobject python-gobject-2 python-gtk2 python-xklavier
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
pi@raspberrypiFULL:/python $ sudo pip3 install bluedot
Requirement already satisfied: bluedot in /usr/local/lib/python3.5/dist-packages
pi@raspberrypiFULL:
/python $
pi@raspberrypiFULL:~/python $ python MyDot.py
Traceback (most recent call last):
File "MyDot.py", line 1, in
from bluedot import BlueDot
ImportError: No module named bluedot

from bluedot.

martinohanlon avatar martinohanlon commented on June 17, 2024

You installed BlueDot for python 3 but you are running your program with python 2.

Change

python MyDot.py

To

python3 MyDot.py

from bluedot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.