Re: [Matplotlib-users] last version that worked well with py2exe?

2006-06-30 Thread Alan G Isaac
On Fri, 30 Jun 2006, James Carroll apparently wrote: > I gave PyInstaller a try, and it seemed to be smart and easy at first, and > created a single exe that was just 8MB. The problem is that > when I run the exe, It gives me the following errors before it > crashes: > - Fatal Error: MSVCR7

Re: [Matplotlib-users] last version that worked well with py2exe?

2006-06-30 Thread James Carroll
> Understood. But do not overlook that PyInstaller is really > the current life of Gordon McMillan's Python Installer, > so it really is not a new kid on the block. I gave PyInstaller a try, and it seemed to be smart and easy at first, and created a single exe that was just 8MB. The problem is t

Re: [Matplotlib-users] last version that worked well with py2exe?

2006-06-29 Thread Alan Isaac
On Thu, 29 Jun 2006, James Carroll wrote: > PyInstaller looks intriguing, but the traffic on their > mailing list makes me think that it doesn't have enough > users (& therefore developers) yet. I want to stay on the > well-traveled-paths where I can find them. Understood. But do not overlo

Re: [Matplotlib-users] last version that worked well with py2exe?

2006-06-29 Thread James Carroll
> > My final distribution is 47MB in 840 files. Does anyone > > have an example that does even better? > > I think PyInstaller is supposed to help with this problem: > http://pyinstaller.hpcf.upr.edu/ > But I have not used it. > > Cheers, > Alan Isaac Hi Alan, PyInstaller looks intriguing, but t

Re: [Matplotlib-users] last version that worked well with py2exe?

2006-06-28 Thread Alan G Isaac
On Wed, 28 Jun 2006, James Carroll apparently wrote: > My final distribution is 47MB in 840 files. Does anyone > have an example that does even better? I think PyInstaller is supposed to help with this problem: http://pyinstaller.hpcf.upr.edu/ But I have not used it. Cheers, Alan Isaac Us

Re: [Matplotlib-users] last version that worked well with py2exe?

2006-06-28 Thread James Carroll
On 6/28/06, Géza Groma <[EMAIL PROTECTED]> wrote: > Using Matplotlib 0.87.3 (wxAgg backend), NumPy 0.9.8, SciPy 0.4.9, > wxPython unicode.2.6.3.2, python 2.4.3 the following setup.py worked > well with py2exe 0.6.5 on Widows XP: > I followed your example, and had some luck. Thanks. My final dist

Re: [Matplotlib-users] last version that worked well with py2exe?

2006-06-28 Thread Géza Groma
Using Matplotlib 0.87.3 (wxAgg backend), NumPy 0.9.8, SciPy 0.4.9, wxPython unicode.2.6.3.2, python 2.4.3 the following setup.py worked well with py2exe 0.6.5 on Widows XP: #-- from distutils.core import setup import py2exe import glob d

[Matplotlib-users] last version that worked well with py2exe?

2006-06-28 Thread James Carroll
Hi I read on the py2exe wiki that the 0.83 line creates huge distributions because of trouble excluding backends that are not wanted. ( http://starship.python.net/crew/theller/moin.cgi/MatPlotLib ) I do need to have a small distribution on windows. Which version of matplotlib was the last to pl