I have installed PyBluez-0.22.win32.exe
on a 64bit machine with Python 2.7 (they didn't have a 64bit version). Then I get the following error:
ImportError:DLL load failed:%1 is not valid Win32 application.
Any idea how I could fix this?
Here is the part of code that depends on bluetooth:
from bluetooth import *
import bluetooth._msbt as bt
bt.initwinsock ()