I tried directly the setup.py, it does not work with wxcursor_demo.py
My first try was modifying the following in the setup.py :
#mpldata = glob.glob(r'C:\Python24\share\matplotlib\*')
mpldata=[]
for di in allsubdirs(r'C:\Python24\Lib\site-packages\matplotlib'):
ti=di+'*.py*'
mpldata=mp
Hi,
Emmanuel Favre-Nicolin wrote:
Le lundi 25 décembre 2006 16:00, Allan Noriel Estrella a écrit :
Has anyone tried freezing matplotlib embedded in a wx app (using py2ece,
cx_freeze or pyinstaller)? The setup.py in the FAQ seems to be outdated. I
want to freeze the embedding_in_wx.py in the
Le lundi 25 décembre 2006 16:00, Allan Noriel Estrella a écrit :
> Has anyone tried freezing matplotlib embedded in a wx app (using py2ece,
> cx_freeze or pyinstaller)? The setup.py in the FAQ seems to be outdated. I
> want to freeze the embedding_in_wx.py in the examples. Do you have any
> suggest
Has anyone tried freezing matplotlib embedded in a wx app (using py2ece,
cx_freeze or pyinstaller)? The setup.py in the FAQ seems to be outdated. I
want to freeze the embedding_in_wx.py in the examples. Do you have any
suggestions or cookbook steps that I can follow?
--