emlid / bluetool

Bluetooth manager for Linux.
GNU General Public License v3.0
48 stars 26 forks source link

win10 cannot import name Bluetooth #10

Open chengfeiZhou opened 4 years ago

chengfeiZhou commented 4 years ago

ImportError: cannot import name 'Bluetooth' from 'bluetool' (C:\Develop\Python\Anaconda3\lib\site-packages\bluetool__init__.py)

alanackart commented 4 years ago

I got the same problem. Can anyone offer some help?

TarunGunampalli commented 4 years ago

Same problem here

bryanhughes commented 4 years ago

Also hitting this issue, but on Ubuntu 20.04 with python3

paullouisageneau commented 3 years ago

FYI this is fixed on branch pr-py3.

AM-Hamedani commented 3 years ago

also I have this problem

zoldaten commented 1 month ago

recursive import. i fixed it by hands: copy-paste files from lib/python3.9/site-packages/bluetool to dir with my project. this is dirty but works.

newor0599 commented 1 month ago

isn't this for linux? Why do you expect to work when it's description says its for linux