Python Forum
install lightblue on python3 - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: install lightblue on python3 (/thread-3921.html)



install lightblue on python3 - gray - Jul-08-2017

helloooooooooooooooo
how can i install lightblue package on python3?
i downloaded its setup folder and unzipped it and then i used sudo python3 setup.py install .. but it didn't work
please a help
thank you


RE: install lightblue on python3 - Larz60+ - Jul-08-2017

Quote: but it didn't work
please elaborate.


RE: install lightblue on python3 - gray - Jul-10-2017

(Jul-08-2017, 12:49 PM)Larz60+ Wrote:
Quote: but it didn't work
please elaborate.

lightblue is one of the bluetooth modules in python
i can install it on python2...but i want to install it on python3...but i couldn't
what's your oponion?


RE: install lightblue on python3 - Larz60+ - Jul-10-2017

If you read through the web site for lightblue: http://lightblue.sourceforge.net/
(or the PyPi entry: https://pypi.python.org/pypi/lightblue/0.2
There is no entry for python 3.
My guess is that this has never been updated (last activity  that I can see was in 2009)
Suggest if you really want this is to download the source and modify for python 3 which shouldn't be too difficult to do.
Or search PyPi for an alternate package: https://pypi.python.org/pypi?%3Aaction=search&term=Bluetooth&submit=search