Godiyos / python-for-android

Automatically exported from code.google.com/p/python-for-android
Apache License 2.0
0 stars 0 forks source link

Current release is compiled without Bluetooth support #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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