.msi インストーラーを使用して Windows 7 マシンに python libtorrent をインストールしました。libtorrent をインポートすると、次のエラーが表示されます。
Traceback (most recent call last):
File "x:\Dropbox\PyDVR\torrent.py", line 3, in <module>
import libtorrent as lt
ImportError: DLL load failed: %1 is not a valid Win32 application.
私が間違っていることは何ですか?