Why doesn't the save button work on a matplotlib plot?

前端 未结 4 936
野性不改
野性不改 2020-12-09 05:18

I have matplotlib 1.0.0 installed in a Python 2.7 virtualenv on Mac OS X 10.6. I can create plots fine. However, whenever I press the Save button, I can\'t type tex

4条回答
  •  独厮守ぢ
    2020-12-09 06:09

    You need to convince OSX that the virtualenv is actually running from an Application Bundle. Fix discussed here:

    http://groups.google.com/group/python-virtualenv/browse_thread/thread/83fa4a12d22a30c8/744e19c194f1618a

    And implemented here:

    https://github.com/gldnspud/virtualenv-pythonw-osx

提交回复
热议问题