bluetooth on windows.......

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • srj

    bluetooth on windows.......

    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?

  • Gabriel Genellina

    #2
    Re: bluetooth on windows.......

    En Mon, 19 Feb 2007 03:04:33 -0300, srj <writetosrj@gma il.comescribió:
    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

    Comment

    • Méta-MCI

      #3
      Re: bluetooth on windows.......

      Hi!
      >try to find a PyBluez version already built for your Python 2.5
      On the site :




      Comment

      Working...