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