views:

1263

answers:

3

Is there any Python libraries that will let me send files with OBEX (OBject EXchange) and that works cross-platform (Windows, OS X, Linux)? I have found Lightblue, which works for Linux and OS X, but not for Windows.

If none such lib exists, are there any decent ones that only works in Windows?

+1  A: 

PyBluez - Windows

kylebrooks
AFAIK, PyBluez does not have OBEX support..?
oyvind
+1  A: 

PyOBEX might work, but it has only been tested with a Linux Bluetooth stack:

http://pypi.python.org/pypi/PyOBEX/0.10

It would be good to know if it works correctly on Windows and Mac OS X.

David Boddie
A: 

pyobex on xp have problem with import MSG_WAITALL from socket

max