rdserialtool icon indicating copy to clipboard operation
rdserialtool copied to clipboard

macOS: PyBluez installation

Open rmoriz opened this issue 5 years ago • 4 comments

Hi,

thanks a lot for this great project!

I was able to install pybluez on 10.14.3 by manually applying a yet unmerged PR:

git clone https://github.com/pybluez/pybluez 
cd pybluez
curl https://patch-diff.githubusercontent.com/raw/pybluez/pybluez/pull/223.patch | patch -p1
python3 setup.py install 

image image

rmoriz avatar Mar 08 '19 11:03 rmoriz

Thanks! I'll update the README to mark that as verified.

Did you also happen to try RFCOMM via /dev/cu* or /dev/tty*? I've only got one Mac to try on, but in my tests, data from the computer to the UM/DPS will arrive at the device, but data from the device to the computer is never received.

rfinnie avatar Mar 10 '19 06:03 rfinnie

I tried to install this too but I am having trouble with pybluez too. Not sure if it's just me though.

I get the following affter trying to connect: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.7/bin/rdserialtool", line 11, in load_entry_point('rdserialtool==0.2', 'console_scripts', 'rdserialtool')() File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/rdserialtool-0.2-py3.7.egg/rdserial/tool.py", line 163, in main File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/rdserialtool-0.2-py3.7.egg/rdserial/tool.py", line 145, in main File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/rdserialtool-0.2-py3.7.egg/rdserial/device/init.py", line 82, in init NotImplementedError: pybluez not available

dancingmadkefka avatar Aug 23 '19 15:08 dancingmadkefka

@dancingmadkefka did you install pybluez?

rmoriz avatar Aug 23 '19 15:08 rmoriz

I did, but maybe it's not installed correctly. I used the tip on the issue page for installing. It seemed ok but maybe I can wipe it and try again?

⁣Get BlueMail for Android ​

On Aug 23, 2019, 17:40, at 17:40, rmoriz [email protected] wrote:

@dancingmadkefka did you install pybluez?

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/rfinnie/rdserialtool/issues/1#issuecomment-524363013

dancingmadkefka avatar Aug 23 '19 16:08 dancingmadkefka