Installing wxpython on ubuntu 14.04

后端 未结 7 1758
天命终不由人
天命终不由人 2021-01-23 04:11

When I try to open PlayOnLinux from the commandline, I get this error:

Looking for python... 2.7.8 - selected
Traceback (most recent call last):
  File \"mainwin         


        
7条回答
  •  一个人的身影
    2021-01-23 04:46

    I tried many things, so I'm not sure if this is the minimum set of pre-requisites.

    $ sudo apt-get install libwxbase3.0-dev libwxgtk3.0-dev wx-common libwebkit-dev libwxgtk-webview3.0-dev wx3.0-examples wx3.0-headers wx3.0-i18n libwxgtk-media3.0-dev
    

    Then I pip installed the Phoenix version:

    $ sudo pip install --upgrade --pre -f http://wxpython.org/Phoenix/snapshot-builds/ --trusted-host wxpython.org wxPython_Phoenix
    

    This installs wxPython via pip, but I don't think it addresses your issue with wxversion.

提交回复
热议问题