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 running on
>  Xp?

Python extensions must match the Python version up to the second digit.  
You have 3 choices:
- try to find a PyBluez version already built for your Python 2.5
- install Python 2.4 and use the 2.4 version of PyBluez
- recompile the extension yourself for 2.5

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list


bluetooth on windows.......

2007-02-18 Thread srj
hi.
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 running on
 Xp?

-- 
http://mail.python.org/mailman/listinfo/python-list