Python ImportError: No module named wx

后端 未结 15 1895
余生分开走
余生分开走 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:46

    In fedora you can use following command to install wx

    pip install -U \
      -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04 \
      wxPython
    

提交回复
热议问题