What steps will reproduce the problem?
1. >>> import socket
2. >>> socket.AF_BLUETOOTH
3. Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'AF_BLUETOOTH'
What is the expected output? What do you see instead?
Expected:
>>> import socket
>>> socket.AF_BLUETOOTH
31
What version of the product are you using? On what operating system?
APK downloaded from
http://code.google.com/p/python-for-android/downloads/detail?name=PythonForAndro
id-r7b1.apk&can=2&q=
also happens with plain r16
Please provide any additional information below.
This is bad as you can't create a bluetooth socket.
Original issue reported on code.google.com by did...@dfr.ch on 14 Jan 2012 at 3:23
Original issue reported on code.google.com by
did...@dfr.ch
on 14 Jan 2012 at 3:23