Re: Bluetooth Sockets

2013-07-16 Thread Christian Heimes
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/l

Re: Bluetooth Sockets

2013-07-16 Thread Chris Angelico
On Tue, Jul 16, 2013 at 3:52 PM, Simfake Fake wrote: > Just bumping this, but has anybody have any personal experience with > bluetooth in python 3? Perhaps my issue is that the windows version doesn't > include it? I haven't worked with Bluetooth in Python, but my reading of the socket module do

Re: Bluetooth Sockets

2013-07-16 Thread Simfake Fake
Just bumping this, but has anybody have any personal experience with bluetooth in python 3? Perhaps my issue is that the windows version doesn't include it? On Sat, Jul 13, 2013 at 6:23 PM, Simfake Fake wrote: > Hi. I'm trying to connect to a bluetooth serial adaptor using python 3.x. > However,

Re: Bluetooth

2010-03-11 Thread PythonAB
On 10 mrt 2010, at 16:17, Jeff Peck wrote: > On 3/7/2010 1:26 PM, PythonAB wrote: >> >> Hello, >> >> >> I'm writing a script that has to connect a bluetooth device >> with a 3D application. >> On my search for a bluetooth module i ran into this: >> http://www.python.org/download/releases/2.4/n

Re: Bluetooth

2010-03-10 Thread Jeff Peck
On 3/7/2010 1:26 PM, PythonAB wrote: Hello, I'm writing a script that has to connect a bluetooth device with a 3D application. On my search for a bluetooth module i ran into this: http://www.python.org/download/releases/2.4/notes/ where it says: "The socket module now supports Bluetooth sockets

Re: bluetooth file transfer in python

2008-02-12 Thread Paul Boddie
On 12 Feb, 10:50, chartsoft <[EMAIL PROTECTED]> wrote: > I am a teacher and need to set up a computer with a bluetooth dongle > to poll for mobile phones with bluetooth switched on in the area then > send them a jpg file. I guess you'd use OBEX to send the file, specifically using the "push" mode

Re: bluetooth on windows.......

2007-02-19 Thread M�ta-MCI
Hi! >> try to find a PyBluez version already built for your Python 2.5 On the site : http://org.csail.mit.edu/pybluez/release/PyBluez-0.9.1.win32-py2.5.exe -- http://mail.python.org/mailman/listinfo/python-list

Re: bluetooth on windows.......

2007-02-18 Thread Gabriel Genellina
En Mon, 19 Feb 2007 03:04:33 -0300, srj <[EMAIL PROTECTED]> escribió: > i've been trying to access Bluetooth via python in windows Xp. > py bluez for windows required something called _msbt. > i'm running python 2.5. some problem with vb 7.1 compatibility. > > what do i do to get bluetooth up and

Re: Bluetooth

2005-09-24 Thread Paul Boddie
Tor Erik Sønvisen wrote: > > I've been doing some research since my first post and now I'm really > confused. I'm programming in xp, and found some c++ code out of this world > that supposidly should list all available services to a given bluetooth > device. This code however where only working wit

Re: Bluetooth

2005-09-23 Thread Tor Erik S�nvisen
Okei I've been doing some research since my first post and now I'm really confused. I'm programming in xp, and found some c++ code out of this world that supposidly should list all available services to a given bluetooth device. This code however where only working with certain bluetooth-de

Re: Bluetooth

2005-09-23 Thread Paul Boddie
Tor Erik Sønvisen wrote: > I'm making a server-side solution in Python and need to be able to > communicate through bluetooth. Is there any bluetooth-packages out there for > python? At the lowest level, you should be able to create sockets for Bluetooth communications (see the socket module's doc