Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #50737 > unrolled thread
| Started by | Christian Heimes <christian@python.org> |
|---|---|
| First post | 2013-07-16 12:08 +0200 |
| Last post | 2013-07-16 12:08 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Bluetooth Sockets Christian Heimes <christian@python.org> - 2013-07-16 12:08 +0200
| From | Christian Heimes <christian@python.org> |
|---|---|
| Date | 2013-07-16 12:08 +0200 |
| Subject | Re: Bluetooth Sockets |
| Message-ID | <mailman.4766.1373969351.3114.python-list@python.org> |
Am 13.07.2013 10:53, schrieb Simfake Fake: > Hi. I'm trying to connect to a bluetooth serial adaptor using python > 3.x. However, in python 3.3.2 win x32, I get "AttributeError: module has > no attribute AF_..." when trying to use socket.AF_BLUETOOTH, despite the > docs http://docs.python.org/3.3/library/socket.html . The code I have is > very similar to that > found http://kevindoran1.blogspot.com.au/2013/04/bluetooth-programming-with-python-3.html > I need to use python 3.x, as this is eventually going to run within > Blender.. It's going to run within blender so I can use blender to > visualize and solve inverse-kinematic stuff for a robot arm. AF_BLUETOOTH is only available on Linux and some BSD variants. Windows has different bluetooth stacks.
Back to top | Article view | comp.lang.python
csiph-web