WindowsError: [Error 193] %1 is not a valid Win32 application in Python

后端 未结 3 982
Happy的楠姐
Happy的楠姐 2020-12-18 10:45

I wish to import liblas module in Python 2.7 on window 64bit. If I import the module with IDLE (Python GUI) I have no problem.

If I use PyScripter \"PyScripter-v2.5.

3条回答
  •  不知归路
    2020-12-18 11:10

    You are probably using 64 bits Python. You should install the 32 bits version instead.

提交回复
热议问题