DLL load failed: 1% is not valid win32 application

前端 未结 3 493
甜味超标
甜味超标 2020-12-16 12:49
import wx

Traceback (most recent call last):
  File \"\", line 1, in 
    import wx
  File \"C:\\Python26\\lib\\site-packages\\wx-2.8-msw-unicode\\wx\\__init         


        
3条回答
  •  盖世英雄少女心
    2020-12-16 13:32

    As mentioned by the other fellow, make sure you have a 64-bit Python AND a 64-bit wxPython version downloaded. If one or the other is 32-bit, it won't work. Personally, I have never had any problems installing wxPython on Windows.

提交回复
热议问题