wxPython import error

后端 未结 10 1083
Happy的楠姐
Happy的楠姐 2021-02-05 17:56

I\'m having trouble figuring out an error message in Python.

yesterday, I\'ve installed python using the latest EPD package, and wxPython2.9 using the wxPython2.9-osx-co

10条回答
  •  独厮守ぢ
    2021-02-05 18:33

    this link helped me https://support.enthought.com/entries/22601196-wxPython-2-8-and-2-9

    Here's how I fixed the problem, which I hope will be useful for others in future

    1. In Terminal: gedit Enthought/Canopy_64bit/User/lib/python2.7/site-packages/matplotlib/mpl-data/matplotlibrc

    2. Edit the line "backend : WXAgg" into "backend : QtAgg"

    3. Save and exit

提交回复
热议问题