From: <kc1...@ya...> - 2008-02-19 19:01:32
|
With Stef's help, I was able to get pass the "Matplotlib datafile not found" problem in using py2exe and Matplotlib under Python 2.3 - but then ran into the same Tkinter not loaded problem like he did. After reading Stef's messages from this list, I downloaded the latest version of Matplotlib - only to find that Python 2.3 is no longer supported. So, I loaded up Python 2.5 and ran the setup script for Py2exe. Now, py2exe is unable to find wxmsw26uh_vc.dll - eventhough I have wxPython 2.8 installed. So, I dug up a copy of wxPython 2.6 and have that installed. The file is now there but py2exe still can't find it. This is very fustrating! > Date: Mon, 18 Feb 2008 21:09:07 -0600 > From: "John Hunter" <jd...@gm...> > Subject: Re: [Matplotlib-users] [wxPython-users] Re: MatPlotLib + > Py2exe, backend problems ... > To: "Stef Mientki" <s.m...@ru...> > Cc: mat...@li... > Message-ID: > <88e...@ma...> > Content-Type: text/plain; charset=ISO-8859-1 > > On Feb 18, 2008 1:11 PM, Stef Mientki <s.m...@ru...> wrote: > > > What is setup.cfg, where can I find it and where can I get > information > > about it ? > > Let's keep this on matplotlib-users so we don't annoy the > good folks at the wxpython and distutils lists... > > setup.cfg is a build/configure file that ships w/ matplotlib > in recent versions (0.91.x). If it is not in your source > distribution, let us know which distro you are using, where > you got it from, what you have already, etc.... Among other > things, it lets you conditionally turn of/off builds of > certain GUI backends and other optional features. > > JDH > > > > ------------------------------ > -- John Henry |