Python ImportError: No module named wx

后端 未结 15 1908
余生分开走
余生分开走 2020-12-13 05:56

Im sorry to ask this question again. I have searched and found endles repeats of it both on stackoverflow and also on general google search. Unfortunatly I just cant get my

15条回答
  •  执念已碎
    2020-12-13 06:35

    Windows:

    1. Go to C:\Python27\Lib\site-packages\ find the folder wx--msw or similar

    2. Move the wx from the above folder to C:\Python27\Lib\site-packages\

提交回复
热议问题