using py2exe with wxPython and Matplotlib

前端 未结 4 756
你的背包
你的背包 2021-02-04 14:22

I\'m trying to generate an .exe file from a python script that uses wxPython and Matplotlib and it looks like to be impossible.

The imports I\'m doing (related with Matp

4条回答
  •  滥情空心
    2021-02-04 14:57

    Try using PyInstaller rather than py2exe. It has full support for wxPython and matplotlib. And it's in active development, unlike py2exe.

提交回复
热议问题