Python Forum

Full Version: How to: Serial
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there, I have a problem, I want to connect python to a program that I made with android and bluetooth, I tried with bluez but when I'm attempt install this with pip, I have this error:

Complete output from command python setup.py egg_info:
Could not find the Windows Platform SDK

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\SOME\DIR...

So, i want to try to connect with pyserial, that I installed succefully.

But my problem now, how can I retieve the bluetooth direction of my cellphone?

I'm using windows 10

Thanks
I download all the git, I tried to install de setup.py, but now the pip is saying that I need to install visual studio 14, So I installed that, and the problem doesn't resolve
You don't need setup, simple:
pip install pybluz
But please note, this is for python 2.7 only.
Perhaps another choice: https://pypi.org/search/?q=bluetooth