Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread Charlie Moad
I am pretty sure setupext.py used to have these defaults coded in, but something must have changed. I haven't had to check default backends in a long time. I'll get new builds up asap. - Charlie On Mon, Jun 2, 2008 at 12:01 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Mon, Jun 2, 2008 at 10:

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread Charlie Moad
gt; On Mon, Jun 2, 2008 at 4:32 PM, Charlie Moad <[EMAIL PROTECTED]> wrote: >> > I am pretty sure setupext.py used to have these defaults coded in, but >> > something must have changed. I haven't had to check default backends >> > in a long time. I'll get

Re: [Matplotlib-users] Build matplotlib 0.98 on OSX

2008-06-06 Thread Charlie Moad
I just used the default 10.5 compiler. I didn't use -Os for the whole run though. I would just copy the gcc command on the files where it failed and replace -O3 with -Os. Kind of lame, I know, but most the build I did was ran with -O3. - Charlie On Thu, Jun 5, 2008 at 8:19 PM, Christopher Bark

Re: [Matplotlib-users] easy_install and eggs

2008-06-06 Thread Charlie Moad
So I'll admit that I renamed that file to -fat manually. The reason I did this is because it gets named -i386 by default even though it is a fat build. Does anyone have a good idea of how to fix this? - Charlie On Fri, Jun 6, 2008 at 3:07 AM, Andrew Charles <[EMAIL PROTECTED]> wrote: > I had th

Re: [Matplotlib-users] What is the recommended way of Installing MPL 0.9.8 on Leopard?

2008-06-07 Thread Charlie Moad
I renamed the egg on sf to "matplotlib-0.98.0-py2.5-macosx-10.3.egg". For me, setuptools does not try to download the source after installing now. Unfortunately when I try, "easy_install matplotlib", it still starts downloading the source instead of the osx binary. I am not having luck finding do

Re: [Matplotlib-users] What is the recommended way of Installing MPL 0.9.8 on Leopard?

2008-06-09 Thread Charlie Moad
y.org/moin/MatplotlibOSXBuildNotes - Charlie On Mon, Jun 9, 2008 at 1:03 PM, Christopher Barker <[EMAIL PROTECTED]> wrote: > Charlie Moad wrote: > > I am not having luck finding docs on this. > > setuptools really don't seem to be living up to their (its?) promise. >

Re: [Matplotlib-users] CocoaAgg backend seems to be broken

2008-06-13 Thread Charlie Moad
I am out of town and won't be able to address this until early next week. - Charlie 2008/6/12 John Hunter <[EMAIL PROTECTED]>: > On Thu, Jun 12, 2008 at 2:58 PM, İsmail Dönmez <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I was trying matplotlib 0.98.0 and Qt4 backend works great but Coca > >

Re: [Matplotlib-users] CocoaAgg backend seems to be broken

2008-06-23 Thread Charlie Moad
On Thu, Jun 19, 2008 at 10:35 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Thu, Jun 19, 2008 at 9:19 PM, Charles Moad <[EMAIL PROTECTED]> wrote: > > > Seems like that one little fix did the trick. I ran several examples and > > haven't had any problems. Committed now. > > Thanks Charlie! Can

Re: [Matplotlib-users] Linking non framework Tcl/Tk on Mac OS X

2008-06-27 Thread Charlie Moad
You'll need to edit setupext.py to not inject the "-framework Tcl -framework Tk" flags. - Charlie On Fri, Jun 27, 2008 at 12:36 AM, Adam Mercer <[EMAIL PROTECTED]> wrote: > Hi > > I'm trying to track down a problem present in MacPorts Matplotlib > build and the TkAgg backend. It appears that Mat

Re: [Matplotlib-users] matplotlib 0.98.3 release candidate, please test

2008-07-31 Thread Charlie Moad
On Thu, Jul 31, 2008 at 3:17 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Thu, Jul 31, 2008 at 2:06 PM, Michael Droettboom <[EMAIL PROTECTED]> > wrote: > > It seems to have broken with a recent update to Sphinx. Sphinx changed > the > > way that cross-reference urls are stored in the document

Re: [Matplotlib-users] matplotlib 0.98.3 release candidate, please test

2008-07-31 Thread Charlie Moad
On Thu, Jul 31, 2008 at 9:51 PM, Charlie Moad <[EMAIL PROTECTED]> wrote: > On Thu, Jul 31, 2008 at 3:17 PM, John Hunter <[EMAIL PROTECTED]> wrote: > >> On Thu, Jul 31, 2008 at 2:06 PM, Michael Droettboom <[EMAIL PROTECTED]> >> wrote: >> > It seems

Re: [Matplotlib-users] matplotlib 0.98.3 release candidate, please test

2008-08-03 Thread Charlie Moad
On Sun, Aug 3, 2008 at 10:25 AM, Sandro Tosi <[EMAIL PROTECTED]> wrote: > On Sun, Aug 3, 2008 at 10:54, Mikhail Gusarov <[EMAIL PROTECTED]> > wrote: > > As Lenny is already in freeze, I backported fix to 0.4.1 and now trying > > to get the confirmation from release team to upload it to > > testing

[Matplotlib-users] ANN: matplotlib-0.98.3

2008-08-03 Thread Charlie Moad
Matplotlib 0.98.3 is now available for download. We are not pushing an additional 0.91.x release at this time due to lack of updates to that branch. http://sourceforge.net/project/showfiles.php?group_id=80706 - Charlie = 2008-08-03

Re: [Matplotlib-users] MatPlotLib won't plot

2008-08-10 Thread Charlie Moad
Can you search your system and see if you have that dll installed somewhere. Most likely you will. If you find it, go to the command prompt and change to the directory where the dll is. Then run this command: Regsvr32 msvcp71.dll (I don't know if your 64-bit machine uses the command Regsvr64, s

Re: [Matplotlib-users] MPL on Windows x64 with Python 2.6

2008-10-14 Thread Charlie Moad
Could you please describe your build environment? I am interested in what compiler you used and what OS you are running. - Charlie On Tue, Oct 14, 2008 at 8:23 PM, Dan Shechter <[EMAIL PROTECTED]> wrote: > Hi, > I've successfully compiled NumPy for Python 2.6 on Windows x64 (amd64). > NumPy seem

Re: [Matplotlib-users] MPL on Windows x64 with Python 2.6

2008-10-16 Thread Charlie Moad
ing installer > 6. Ran a few tests... > > That's it. > I'm still "missing" on getting the wxPython headers/static libs compiled, > but I assume this is not a > "critical" part of getting MPL working, but rather required for > completeness > sake. >

Re: [Matplotlib-users] Why is wrapper module called "pylab" ?

2008-10-26 Thread Charlie Moad
Pylab is just a name for a module in matplotlib that is supposed to mimic matlab. I would say its intent it to ease the transition for matlab users. It wouldn't really make sense to refer to matplotlib as pylab. The matplotlib.pyplot is favored over the pylab module now. - Charlie On Sun, Oct 2

Re: [Matplotlib-users] release candidate

2009-02-08 Thread Charlie Moad
Sure. Just send me a note when the src is ready. - Charlie On Sun, Feb 8, 2009 at 3:46 PM, John Hunter wrote: > We have accumulated a number of bug fixes in our stable release > branch, so I would like to release the 3rd bugfix release. Please > test and report any problems > > > http://matp

[Matplotlib-users] ANN: matplotlib-0.90.0

2007-02-06 Thread Charlie Moad
http://www.python.org/pypi/matplotlib/0.90.0 http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474&release_id=484485 Binaries will be posted in a few days. === 2007-02-06 Released 0.90.0 at revision 3003 2007-01-

Re: [Matplotlib-users] ANN: matplotlib-0.90.0

2007-02-07 Thread Charlie Moad
On 2/7/07, Werner F. Bruhin <[EMAIL PROTECTED]> wrote: > Hi Charlie, > > Great to see a new release, will put some time aside to test it with > wxPython early next week. > > I can't see a reference to the wxPython backend, will it still require > the Unicode build or can one use the Ansi build and

Re: [Matplotlib-users] ANN: matplotlib-0.90.0

2007-02-07 Thread Charlie Moad
On 2/7/07, Werner F. Bruhin <[EMAIL PROTECTED]> wrote: > Charlie, > > Charlie Moad wrote: > > On 2/7/07, Werner F. Bruhin <[EMAIL PROTECTED]> wrote: > >> Hi Charlie, > >> > >> Great to see a new release, will put some time aside to test it wit

Re: [Matplotlib-users] Matplotlib Cocoaagg backend

2007-02-25 Thread Charlie Moad
On 2/21/07, Anand Patil <[EMAIL PROTECTED]> wrote: > > From the matplotlib-devel list: > > >On 2/14/07, Michiel Jan Laurens de Hoon <[EMAIL PROTECTED]> wrote: > >> Dear Charles, > >> > >> I was trying to use your cocoa-agg backend for matplotlib, but it seems > >> to have a problem to read Ma

[Matplotlib-users] ANN: matplotlib-0.90.1

2007-06-02 Thread Charlie Moad
http://cheeseshop.python.org/pypi/matplotlib/ http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474 === 2007-06-02 Released 0.90.1 at revision 3352 2007-06-02 Display only meaningful labels when calling legend()

Re: [Matplotlib-users] question about building from source on windows

2007-08-06 Thread Charlie Moad
I'll give the build a try on windows tonight using my usual methods. - Charlie On 8/6/07, Michael Droettboom <[EMAIL PROTECTED]> wrote: > william ratcliff wrote: > > No, with whatever is in the current version of svn, it now works on the > > intel quad as well. Thanks! > > That's great news!

Re: [Matplotlib-users] question about building from source on windows

2007-08-06 Thread Charlie Moad
I got a successful build using VS2003 on Vista. Here is the env dump: BUILDING MATPLOTLIB matplotlib: 0.90.1 python: 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.13

Re: [Matplotlib-users] error on build on windows from SVN

2007-09-25 Thread Charlie Moad
The error message states that you must be using VS2003. Python is compiled with this, so all extensions must also be compiled with it. If you don't have a copy of VS2003 your best bet is to just use cygwin/mingw. - Charlie On 9/25/07, Michael Droettboom <[EMAIL PROTECTED]> wrote: > You didn't me

Re: [Matplotlib-users] Problems with binary install of matplotlib-0.9.1 python2.4 on windows

2007-12-03 Thread Charlie Moad
I gave it a try, and I did not get this error. - Charlie On Dec 3, 2007 12:57 PM, Jörgen Stenarson <[EMAIL PROTECTED]> wrote: > Hi, > > After upgrading to the new matplotlib 0.9.1 on python2.4 using the > windows binary installer I get the following error: > > > C:\>python > Python 2.4.3 (#69, Ma

Re: [Matplotlib-users] Problems with binary install of matplotlib-0.9.1 python2.4 on windows

2007-12-03 Thread Charlie Moad
I'll remove the exe's from SF. It's been a while since a release, and I guess I was a little rusty. ;) - Charlie On Dec 3, 2007 7:02 PM, John Hunter <[EMAIL PROTECTED]> wrote: > > On Dec 3, 2007 5:53 PM, John Hunter <[EMAIL PROTECTED]> wrote: > > On Dec 3, 2007 5:49 PM, John Hunter <[EMAIL PROTE

Re: [Matplotlib-users] Problems with binary install of matplotlib-0.9.1 python2.4 on windows

2007-12-04 Thread Charlie Moad
007 9:47 PM, Charlie Moad <[EMAIL PROTECTED]> wrote: > I'll remove the exe's from SF. It's been a while since a release, and > I guess I was a little rusty. ;) > > - Charlie > > > On Dec 3, 2007 7:02 PM, John Hunter <[EMAIL PROTECTED]> wrote: > >

Re: [Matplotlib-users] eggs or pythonmac packages on OS X?

2007-12-05 Thread Charlie Moad
I primarily follow the dev list, but you've caught my eye. ;) So to be clear, you would just like me to install some other tcl/tk before I do the "official" matplotlib osx binaries. What package should I be installing and where should I get it from. As long as it still works with the bundled tck

Re: [Matplotlib-users] eggs or pythonmac packages on OS X?

2007-12-05 Thread Charlie Moad
work > >with either Tcl/Tk. Is that possible? or is this like the old wx > >situation, where it can only be run with the same version it is > >built against. Arrggg! I hope not. > > The version I build *can* be used with the built in Tcl/Tk. The > version Charlie Moad build

Re: [Matplotlib-users] Unable to compile matplotlib 0.91.2 on windows

2008-01-08 Thread Charlie Moad
Just a guess. Did you download the visual studio static libraries instead of the mingw ones? Those linking symbols listed lend me to think this. The visual studio ones end in "_vs.tar.gz". You want this: http://matplotlib.sourceforge.net/win32_static.tar.gz - Charlie On Jan 8, 2008 6:17 PM,

Re: [Matplotlib-users] Can't run matplotlib without "tk" backend on windows?

2008-01-09 Thread Charlie Moad
You need to set a different backend in your matplotlibrc or specify it first. import matplotlib matplotlib.use('Agg') You can also run scripts passing the backend: python lab1_ex2.py -dAgg On Jan 9, 2008 8:41 AM, Francesco Pretto <[EMAIL PROTECTED]> wrote: > Hi, after having correctly compiled

Re: [Matplotlib-users] Can't run matplotlib without "tk" backend on windows?

2008-01-09 Thread Charlie Moad
On Jan 9, 2008 10:35 AM, Darren Dale <[EMAIL PROTECTED]> wrote: > > On Wednesday 09 January 2008 10:15:54 am Francesco Pretto wrote: > > 2008/1/9, Darren Dale <[EMAIL PROTECTED]>: > > > setup.py attempts to select the appropriate backend for you, based on > > > what backends were available at build

Re: [Matplotlib-users] Problem installing 0.91.2 egg on OS X 10.4

2008-01-11 Thread Charlie Moad
Apparently a dynamic link snuck into the build. Typically everything is statically included. You can see this by running the following command: uaternion:matplotlib cmoad$ otool -L ft2font.so ft2font.so: /usr/local/lib/libfreetype.6.dylib (compatibility version 10.0.0, current version 10

Re: [Matplotlib-users] Problem installing 0.91.2 egg on OS X 10.4

2008-01-11 Thread Charlie Moad
I have replaced the binary with a working version. Thanks again for the catch, Charlie On Jan 11, 2008 2:15 PM, Charlie Moad <[EMAIL PROTECTED]> wrote: > Apparently a dynamic link snuck into the build. Typically everything > is statically included. You can see this by

Re: [Matplotlib-users] Static linking problem on matplotlib eggs

2008-01-12 Thread Charlie Moad
I just had to rebuild the OSX binary because a similar reason. I forgot to change the basedir['darwin'] entry in setupext.py. Around line 50. Change: 'darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local', '/usr', '/sw', '/usr/X11R6'], To: 'darwin' : [],

Re: [Matplotlib-users] Mac OSX binary missing setup.py

2008-01-29 Thread Charlie Moad
You shouldn't ever find a setup.py file in a binary distribution. It is there for building purposes, hence should be with the source distributions. - Charlie On Tue, Jan 29, 2008 at 10:47 AM, Jeff Younker <[EMAIL PROTECTED]> wrote: > I'm running on OSX 10.5. > > The installation process for me

Re: [Matplotlib-users] Problem with matplotlib

2008-02-27 Thread Charlie Moad
Out of the country. I am cc'ing the matplotlib list. On Wed, Feb 27, 2008 at 3:08 PM, Luis Carlos Garelli < [EMAIL PROTECTED]> wrote: > > Message body follows: > > Greetings, first, sorry to bother you... I am working using > the matplotlib, and i am having some strange problems with > my applica

Re: [Matplotlib-users] Install problem on Leopard

2008-03-20 Thread Charlie Moad
I agree you are not using a universal build of python to compile matplotlib. You cannot pass in the "-arch i386 -arch ppc" flags. Only pass the architecture of your computer. - Charlie On Thu, Mar 20, 2008 at 7:13 PM, Christopher Barker <[EMAIL PROTECTED]> wrote: > Andrew Charles wrote: > > Com

Re: [Matplotlib-users] Install problem on Leopard

2008-03-24 Thread Charlie Moad
> > 3) Maybe we should just distribute a binary *.mpkg instead. I've seen > talk of a way to install a single binary that could work with either > Apple's or MacPython's 2.5 -- I think it involved a symlink to a shared > place to put packages -- anyone know if that actually works? > I agree on the

Re: [Matplotlib-users] Compiler error on OS X 10.5.2 in agg

2008-03-24 Thread Charlie Moad
On Mon, Mar 24, 2008 at 10:01 AM, Zachary Pincus <[EMAIL PROTECTED]> wrote: > > Zachary Pincus wrote: > > > >>> Can you tell me where you specified the -Os option to gcc to escape > >>> the problem? > >> > >> So the compile that command that failed is printed right above the > >> error message it

Re: [Matplotlib-users] win32 build error in _path.cpp: 'numeric_limits' : is not a member of 'std'

2008-04-17 Thread Charlie Moad
mp;view=markup - Charlie On Thu, Apr 17, 2008 at 8:28 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Unfortunately, you're using a compiler I don't have access to. I don't > think even the guy that makes the Windows releases (Charlie Moad) uses > Visual St

Re: [Matplotlib-users] py4science OSX installation problems

2008-04-22 Thread Charlie Moad
The internal compiler error is something we are all running into right now. The only known fix is to run the build with the gcc flag "-Os" instead of "-O3". You should be able to do this by setting the environment during your build: CFLAGS="-Os" python setup.py build On Mon, Apr 21, 2008 at 8:24

Re: [Matplotlib-users] can't import pylab

2006-05-29 Thread Charlie Moad
The 0.87.2 release requires numpy-0.9.6. - Charlie On 5/29/06, Uri Nix <[EMAIL PROTECTED]> wrote: Hi, I'm using Python 2.4.1, numpy-0.9.8, and matplotlib-0.87.2 on a Windows XP computer. Problem is that any attempt to import pylab results in a crash. Using "python -v", the culpri

Re: [Matplotlib-users] can't get started

2006-06-02 Thread Charlie Moad
On 6/2/06, David S. <[EMAIL PROTECTED]> wrote: > I have just installed numpy-0.9.8, scipy-0.4.9, and matplotlib-0.87.2 on a > Windows machine with Python 2.4.2. matplotlib-0.87.2 requires numpy-0.9.6. You will get an error otherwise. ___ Matplotlib-us

Re: [Matplotlib-users] Question about the data path

2006-06-02 Thread Charlie Moad
On 6/2/06, Russell E. Owen <[EMAIL PROTECTED]> wrote: > I'm using matplotlib in an application I distribute. For Windows and Mac > users I distribute a frozen application which includes python, > matplotlib, etc. and I'm wondering how best to include the matplotlib > data files. > > matplotlib sear

Re: [Matplotlib-users] can't get started

2006-06-05 Thread Charlie Moad
On 6/3/06, John Hunter <[EMAIL PROTECTED]> wrote: > >>>>> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: > > Charlie> On 6/2/06, David S. <[EMAIL PROTECTED]> wrote: > >> I have just installed numpy-0.9.8, scipy-0.4.9,

[Matplotlib-users] ANN: matplotlib-0.87.3

2006-06-07 Thread Charlie Moad
New compile to match numpy-0.9.8. win32-py2.4 coming tomorrow morning... http://cheeseshop.python.org/pypi/matplotlib/ http://sourceforge.net/project/showfiles.php?group_id=80706 === 2006-06-06 Released 0.87.3 at revision 2432 2006-05-3

Re: [Matplotlib-users] .87.3 intall problems

2006-06-27 Thread Charlie Moad
> Charlie -- I thought we were setting the default backend to TkAgg for > win32 installs. and I thought that was settled by being hard coded into setup.py # line 287 if sys.platform=='win32': rc = dict(backend='TkAgg', numerix='Numeric') Danny, can you try deleting your .matplotlib folder an

Re: [Matplotlib-users] Problem upgrading to 87.3

2006-07-03 Thread Charlie Moad
Sounds like you need to upgrade numpy to 0.9.8. - Charlie On 7/3/06, Michael J.T. O'Kelly <[EMAIL PROTECTED]> wrote: > I get a mysterious problem when I try to upgrade from 87.2 to 87.3. > > At first it complained of a bad configuration file. Once that was > corrected, though, matplotlib still cr

Re: [Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87

2006-07-06 Thread Charlie Moad
As you have found, the matplotlib binaries are built using the unicode version of wxpython. If you are not using blitting, then you can just go in any delete the "matplotlib/backends/_wxagg.so" (.pyd for windows) file from the installed matplotlib module. Then the pure-python wx backend will be u

[Matplotlib-users] ANN: matplotlib-0.87.4 (bugfix release for enthon)

2006-07-11 Thread Charlie Moad
On 7/7/06, John Hunter <[EMAIL PROTECTED]> wrote: > > We'd like to do a bugfix release for the next release of enthought > python, which will include the latest mpl. Apparently, there is a > problem with 0.87.3 and numpy which has been fixed in svn. > > If there is anything we should wait on, let

Re: [Matplotlib-users] ANN: matplotlib-0.87.4 (bugfix release for enthon)

2006-07-12 Thread Charlie Moad
atplotlib/mplot3D) > it works nice under matplotlib0.86.2 > but it can't work under matplotlib 0.87.3(with numpy or numeric). > > On 7/12/06, Charlie Moad <[EMAIL PROTECTED]> wrote: > > On 7/7/06, John Hunter <[EMAIL PROTECTED]> wrote: > > > > >

Re: [Matplotlib-users] TextWithDash: self._mytext AttributeError

2006-07-13 Thread Charlie Moad
Thanks for the note. This is a known issue and has been addressed in svn. The mplot modules have been added to svn and are being worked on. - Charlie On 7/12/06, Andrew M. Bradley <[EMAIL PROTECTED]> wrote: > Hi: > > I obtain the following error when saving a figure to postscript after > runnin

Re: [Matplotlib-users] TextWithDash: self._mytext AttributeError

2006-07-13 Thread Charlie Moad
On 7/13/06, John Hunter <[EMAIL PROTECTED]> wrote: > >>>>> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: > > Charlie> Thanks for the note. This is a known issue and has been > Charlie> addressed in svn. The mplot modules hav

Re: [Matplotlib-users] Missing dll in windows build 0.87.4

2006-07-23 Thread Charlie Moad
This error used to come up with mingw and python2.4 builds, but now we use Visual Studio for python2.4. I am surprised no one else has reported this error though? I see you used the egg binary? Has anyone else use the python2.4 windows egg with success. - Charlie On 7/22/06, Chris Fonnesbeck <

Re: [Matplotlib-users] Missing dll in windows build 0.87.4

2006-07-23 Thread Charlie Moad
all links to "msvcr71". In my version of numpy just comment out the whole if block at line 127. - Charlie On 7/23/06, Chris Fonnesbeck <[EMAIL PROTECTED]> wrote: > On 7/23/06, Charlie Moad <[EMAIL PROTECTED]> wrote: > > This error used to come up with mingw and pytho

Re: [Matplotlib-users] Missing dll in windows build 0.87.4

2006-07-24 Thread Charlie Moad
On 7/24/06, Christopher Barker <[EMAIL PROTECTED]> wrote: > msvcr71.dll is a dll required for virtually every application built with > MSVC7.1. For example, py2exe distributes it by default when it builds > exes. However, it is so common, most systems already have it, installed > by some other app.

Re: [Matplotlib-users] matplotlib/wxmpl/numpy conflict on windows xp: runtime error, C-API ?

2006-07-24 Thread Charlie Moad
I am guessing you installed numpy1.0b1. You need to use 0.9.8. On 7/24/06, massimo sandal <[EMAIL PROTECTED]> wrote: > Hi, > I'm trying to install a matplotlib+wxmpl app I wrote on Linux on a > Windows XP machine. > > It crashes starting with the following error: > - > C:\Documents and Settin

Re: [Matplotlib-users] Missing dll in windows build 0.87.4

2006-07-24 Thread Charlie Moad
On 7/24/06, Chris Fonnesbeck <[EMAIL PROTECTED]> wrote: > And by the way, trying to build matplotlib myself with the numpy > binary installed, fails. It appears to be related to tkagg: > > src/_tkagg.cpp:28:18: tk.h: No such file or directory > src/_tkagg.cpp:36: syntax error before `*' token > src

Re: [Matplotlib-users] installation problem

2006-07-28 Thread Charlie Moad
> Is it easy to unstall one version of a module before installing > another one. It will just overwrite the old files, so normally you don't run into problems. There is no defacto way to remove the modules though. It is usually pretty obvious what needs to be removed from the site-packages folde

Re: [Matplotlib-users] installation problem

2006-07-28 Thread Charlie Moad
lib/python2.4/site-packages/numpy/core/include > -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.4 -c > src/_ns_cntr.c -o build/temp.linux-i686-2.4/src/_ns_cntr.o -DSCIPY=1" > failed with exit status 1 > > > On Fri, 28 Jul 2006, Charlie Moad wrote: > > >

Re: [Matplotlib-users] installation problem

2006-07-28 Thread Charlie Moad
What version of numpy are you using, and was it installed from source or package? On 7/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello, > I am trying to install matplotlib-0.87.3 on a Fedora Core 4 box > > The system has python-2.4 installed > > All of the necessary addons- scipy, nu

Re: [Matplotlib-users] installation problem

2006-07-29 Thread Charlie Moad
On 7/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > OK, I was able to install with 0.87.4 (still no tkagg, however). What's the error you are getting with tk? Do you have the dev packages installed? > This is still with the tar.gz version of numpy-1.0b > > I will try to re-install numpy

Re: [Matplotlib-users] installation problem

2006-07-29 Thread Charlie Moad
It can't find tk.h so it looks like you need to install the tk dev packages. On 7/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Here is the output of an attempt to install 0.87.4 with tkagg. > > It installs fine without it. > > > Any ideas will be appreciated. > > TIA, > -sen > > compile

Re: [Matplotlib-users] Help running matplotlib on Mac OS X

2006-07-31 Thread Charlie Moad
On 7/31/06, João Quinta da Fonseca <[EMAIL PROTECTED]> wrote: > I'm trying to quit Matlab and use python fro my data analysis. I have > installed the latest MacPython (universal), wxpython, aggdraw and > matplotlib from pythonmac.org. Everything seems to work, apart from > matplotlib. Running from

Re: [Matplotlib-users] ImportError: No module named Numeric

2006-08-03 Thread Charlie Moad
On 8/3/06, John Hunter <[EMAIL PROTECTED]> wrote: > > "Kenny" == Kenny Ortmann <[EMAIL PROTECTED]> writes: > > Kenny> When pylab tries to call numerix\__init__.py it is trying > Kenny> to figure out whether to call numpy, numeric, or numarray. > Kenny> Since it defaults to numeric I

Re: [Matplotlib-users] Font error

2006-08-04 Thread Charlie Moad
On 8/4/06, João Fonseca <[EMAIL PROTECTED]> wrote: > I have compiled version 0.87.4 of matplotlib successfully but > whenever I try to plot anything I get the following font error: > > RuntimeError: Could not load facefile /System/Library/Fonts/ > LucidaGrande.dfont; Unknown_File_Format. I don't th

Re: [Matplotlib-users] Making the Axes Plot Area Transparent Rather than having Color

2006-08-04 Thread Charlie Moad
On 8/4/06, Richard House <[EMAIL PROTECTED]> wrote: > I am trying to make a transparent chart and have managed to make the frame > area transparent using frameon(False). However I can't find out how to make > the plot area background on the chart transparent, without using a graphics > package t

Re: [Matplotlib-users] Making the Axes Plot Area TransparentRatherthan having Color

2006-08-04 Thread Charlie Moad
On 8/4/06, Richard House <[EMAIL PROTECTED]> wrote: > -Original Message- > On Behalf Of Charlie Moad, Sent: 04 August 2006 14:34 > Subject: Re: [Matplotlib-users] Making the Axes Plot Area > TransparentRatherthan having Color > > On 8/4/06, Richard House &

Re: [Matplotlib-users] Immediate Post Installation problem

2006-08-04 Thread Charlie Moad
On 8/4/06, R. Padraic Springuel <[EMAIL PROTECTED]> wrote: > After installing matplotlib from the Window's binaries (a process which > goes off without a hitch), I get the following error when trying to use it: > > Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] on > win32 > T

Re: [Matplotlib-users] How to draw a region of interest

2006-08-04 Thread Charlie Moad
On 8/4/06, Daniel Kornhauser <[EMAIL PROTECTED]> wrote: > Hi: > > Just stared playing with matplotlib, I want to draw a polygon on top of > an image to select a region of interest in the image. > Does anybody have any example or advice on how to interactively draw a > polygon with the mouse by plac

Re: [Matplotlib-users] Immediate Post Installation problem

2006-08-04 Thread Charlie Moad
On 8/4/06, R. Padraic Springuel <[EMAIL PROTECTED]> wrote: > More information: > > I realized that I was 4 versions behind, the error I was seeing was in > version 0.87 > > However: > Version 0.87.1 has the same error > > Version 0.87.2 gives the following (though it works afterwards): > Python 2.4

Re: [Matplotlib-users] matplotlib/wxmpl/numpy conflict on windows xp: runtime error, C-API ?

2006-08-07 Thread Charlie Moad
Here is a link to a build that works with numpy-1.0b1. Pushing a release now for 1.0 might be pointless, since the C-api could possibly change and break compatibility again. After all, it still is a beta. http://euclid.uits.iupui.edu/~cmoad/matplotlib-0.87.4_r2645-py2.4-win32.egg On 8/7/06, iza

Re: [Matplotlib-users] How to draw a region of interest

2006-08-07 Thread Charlie Moad
Isn't there ? > > Any critique on my code would be appreciated, I have never programed > with matplotlib ... > > >Daniel. > > > > > Charlie Moad wrote: > > On 8/4/06, Daniel Kornhauser <[EMAIL PROTECTED]> w

Re: [Matplotlib-users] Problems upgrading to mpl 0.87.4

2006-08-12 Thread Charlie Moad
Matplotlib didn't used to link against the wxpython c-api. The recent versions are linked against the unicode version of wx, not the ansi. You can install the unicode version. We are trying to decide how to handle this. - Charlie On 8/12/06, Joaquin Abian Monux <[EMAIL PROTECTED]> wrote: > Dear

Re: [Matplotlib-users] packing an app with cx_Freeze

2006-08-14 Thread Charlie Moad
Check out the py2exe page about matplotlib. http://starship.python.net/crew/theller/moin.cgi/MatPlotLib On 8/14/06, Christian Meesters <[EMAIL PROTECTED]> wrote: > Hi, > > Yesterday I tried packing an application of mine which makes use of wxPython, > scipy, and matplotlib with cx_Freeze. > > The

Re: [Matplotlib-users] Is matplotlib compatible whith PyQt4 ?

2006-08-15 Thread Charlie Moad
Yes. Trying running a script like so: python examples/simple_plot-py -dQt4Agg On 8/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is matplotlib compatible whith PyQt4 ? > > Thank you > > samuel > > > - > Using Tomcat

Re: [Matplotlib-users] Is matplotlib compatible whith PyQt4 ?

2006-08-16 Thread Charlie Moad
nd solve the problem. > Maybe I can be a beta tester. > > I saw in svn that the author of qt4 backend is Charlie Moad. > And it is very young (6 weeks). > > So a question for Charlie moad : do you have a example which could work on > my debian unstable station for emb

Re: [Matplotlib-users] MSVCP71.dll required by matplotlib

2006-08-17 Thread Charlie Moad
We used to explicitly remove the link when we used mingw for the python2.4 build. The VS build didn't seem to suffer from the problem, but not these reports are coming up. I might try removing the link again. Otherwise I will look into including it. - Charlie On 8/17/06, Leandro Lameiro <[EMAI

Re: [Matplotlib-users] python coredump when using GtkAgg mode

2006-08-18 Thread Charlie Moad
Please follow the segfault instructions and get back to us. http://svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/SEGFAULTS?revision=2312&view=markup On 8/18/06, assiss <[EMAIL PROTECTED]> wrote: hi all, I installed matplotlib and it worked very well with TkAgg/Agg. But when use GtkAgg

Re: [Matplotlib-users] Is matplotlib compatible whith PyQt4 ?

2006-08-19 Thread Charlie Moad
On 8/19/06, Darren Dale <[EMAIL PROTECTED]> wrote: > On Friday 18 August 2006 08:27, Darren Dale wrote: > > On Wednesday 16 August 2006 04:54, Samuel GARCIA wrote: > > > Thank you, > > > Sorry I did known the existence of matplotlib.backends.backend_qt4agg. > > > It is more easy than I thought. > >

Re: [Matplotlib-users] python coredum p when using GtkAgg mode

2006-08-19 Thread Charlie Moad
On 8/18/06, assiss <[EMAIL PROTECTED]> wrote: > From: "Charlie Moad" <[EMAIL PROTECTED]> > To: "assiss" <[EMAIL PROTECTED]> > Date: Fri, 18 Aug 2006 20:20:59 +0800 (CST) > Subject: Re: [Matplotlib-users] python coredump when using GtkAgg mode &

Re: [Matplotlib-users] 3d Plotting

2006-08-21 Thread Charlie Moad
The colors come from the current colormap. You can go all out and make your own colormap and color based on index using your map. I don't know how to do that off the top of my head though. On 8/21/06, rich kowalczyk <[EMAIL PROTECTED]> wrote: > I understand that 3D plotting is not fully working

[Matplotlib-users] Snapshot build for use with numpy-1.0b3

2006-08-23 Thread Charlie Moad
Here is a snapshot of svn this morning for those wanting to work with the numpy beta. Both builds are for python2.4 and windows. exe: http://tinyurl.com/gf299 egg: http://tinyurl.com/fbjmg -Charlie - Using Tomcat but need t

Re: [Matplotlib-users] get_size_inches

2006-08-29 Thread Charlie Moad
On 8/29/06, PGM <[EMAIL PROTECTED]> wrote: > Folks, > I've just noticed that in order to get the size of a figure in inches, one can > use: > >>> fig.get_size_inches() > However, the corresponding 'set' method is > >>>fig.set_figsize_inches() > > Is this intentional ? Wouldn't it be better to keep

Re: [Matplotlib-users] Snapshot build for use with numpy-1.0b3

2006-08-30 Thread Charlie Moad
e with 1.0b3?). the links in the previous > message don't seem to work anymore. would someone take pity on a > win-python newbie? > > > regards > > adriaan peens-hough > > > > >From: Charlie Moad <[EMAIL PROTECTED]> > >Snapsh

Re: [Matplotlib-users] installation

2006-09-04 Thread Charlie Moad
On 9/1/06, Kenny Ortmann <[EMAIL PROTECTED]> wrote: > hey guys i got the subversion from the site and I am trying to install it > on windows. > > I changed dir into the matplotlib dir that includes the setup.py file. > > run python setup.py install, and im getting a wierd error. i left the > topmo

[Matplotlib-users] ANN: matplotlib-0.87.5

2006-09-05 Thread Charlie Moad
Minor rev bump for numpy 1.0b5 compatibility. This release should remain compatible with future 1.0 releases of numpy. http://cheeseshop.python.org/pypi/matplotlib/ http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474 ==

Re: [Matplotlib-users] installation

2006-09-05 Thread Charlie Moad
i still recieved the same > error. Is there a certain way you are supposed to compile mpl on windows if > you dont use the .exe? for instance do i have to build it first? or > anything like that > > > - Original Message - > From: "Charlie Moad" <[EMA

Re: [Matplotlib-users] installation

2006-09-05 Thread Charlie Moad
cant find them :/. > > - Original Message ----- > From: "Charlie Moad" <[EMAIL PROTECTED]> > To: "Kenny Ortmann" <[EMAIL PROTECTED]> > Cc: "matplotlib-users" > Sent: Tuesday, September 05, 2006 2:45 PM > Subject: Re: [Matplotlib-users] installa

Re: [Matplotlib-users] ANN: matplotlib-0.87.5

2006-09-06 Thread Charlie Moad
That error was relating to the source release. Can you please post your error for the binary? On 9/6/06, Sven Schreiber <[EMAIL PROTECTED]> wrote: > Charlie Moad schrieb: > > Minor rev bump for numpy 1.0b5 compatibility. This release should > > remain compatible with f

Re: [Matplotlib-users] ANN: matplotlib-0.87.5

2006-09-06 Thread Charlie Moad
l from > enthought until I switched numerix to numpy. That made mpl unhappy. > I downloaded 0.87.5 but I broke something in the process because now > even switching back to Numeric doesn't make mpl happy. > """ > > Thanks, > Sven > > Charlie

Re: [Matplotlib-users] ANN: matplotlib-0.87.5 *fixed*

2006-09-06 Thread Charlie Moad
Charlie On 9/6/06, Charlie Moad <[EMAIL PROTECTED]> wrote: > The source error must of propagated to those builds. I will post new > ones shortly. > > On 9/6/06, Sven Schreiber <[EMAIL PROTECTED]> wrote: > > Well the thread on the devel list that I referred to explicitly

Re: [Matplotlib-users] [matplotlib-devel] ANN: matplotlib-0.87.5 *fixed*

2006-09-06 Thread Charlie Moad
Try the ones I added to the link above. I already had a mpl build on sf. Numpy is also at the link now. On 9/6/06, Christopher Barker <[EMAIL PROTECTED]> wrote: > Charlie Moad wrote: > > I just uploaded "working" (at least for me) > > versions to sourceforge a

Re: [Matplotlib-users] Problems with matplotlib for windows

2006-09-06 Thread Charlie Moad
Please try the latest 0.87.5 and numpy 1.0b5 and get back with us if you still have the problem. On 9/6/06, Davidlohr Bueso A. <[EMAIL PROTECTED]> wrote: > Hi, > > I installed matplotlib for winXP, and when I try to import pylab I get > this error: > > >>> from pylab import * > > Traceback (most r

Re: [Matplotlib-users] ANN: matplotlib-0.87.5 *fixed*

2006-09-07 Thread Charlie Moad
"working" (at least for me) > > versions to sourceforge again. For those who are sicking of playing > > with mirrors here is a direct download. Don't expect this link to be > > good for a long time though. > > > > http://euclid.uits.iupui.edu/mplfiles/ &

Re: [Matplotlib-users] MPL/Pylab install woes (still)

2006-09-12 Thread Charlie Moad
> After some progress in installing matplotlib (after solving the numpy > problem, thanks), I've hit another obstacle. Again, perhaps someone will > recognise the symptoms or suggest the next place to look. The technical set > up: OSX 10.4, MPL 0.87.5, numeric, numarray and numpy 1.0b5 installed,

Re: [Matplotlib-users] 0.87.5 Installation alongside Numpy/SciPy [OS X]

2006-09-15 Thread Charlie Moad
mpl 0.87.5 is compiled against numpy 1.0b5. It should remain compatible with future release of 1.0. On 9/15/06, David Andrews <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm confused as to what version of NumPy this most recent release of > matplotlib wants to be used with - I get the following

  1   2   >