Re: [Matplotlib-users] Installing Matplotlib

2008-07-28 Thread Steve Lianoglou
Hi, While others have mentioned the dual architecture problem, I'm going to completely divert your question and just point you to these two install notes for os x ... I think the last time I compiled matplotlib from source, I followed this .. it worked quite flawlessly on my MBP:

Re: [Matplotlib-users] Can't find current numpy 1.1 dependency

2008-07-12 Thread Steve Lianoglou
On Jul 8, 2008, at 4:47 PM, Michael Muratet wrote: Greetings I am trying to install matplotlib 0.98.1 on python 2.5.1 on Mac OS X 10.5.3. The install breaks at the required dependancy numpy 1.1 because it thinks it has v 1.0.1. I have, in fact, installed numpy 1.1 and I can't figure out

Re: [Matplotlib-users] Install problem on Leopard

2008-03-25 Thread Steve Lianoglou
Hi, On Mar 25, 2008, at 12:23 PM, Christopher Barker wrote: To summarize where we are at with OS-X installer: The binary egg that Charlie built is supposed to work with Python 2.5, either Apple or python.org version on OS-X 10.5, and pythonorg version on OS-X 10.3.9 and 10.4.* However,

Re: [Matplotlib-users] Installing under Leopard (Mac OSX 10.5)

2007-11-15 Thread Steve Lianoglou
I still hope somebody more expert will discover a less ugly, more general, and less fragile solution. Would using macports be an acceptable/less fragile solution for you? My matplotlib (and pretty much everything) install via macports survived my Tiger - Leopard upgrade (I did an archive

Re: [Matplotlib-users] Crashing with a St8bad_cast

2007-07-30 Thread Steve Lianoglou
Trying to import pylab from the shell gives me a Bus Error. [...] Anybody have any ideas on what to do from here? Follow the instructions in the SEGFAULTS file, which begins as follows: | First thing to try is simply rm -rf the site-packages/matplotlib and | build subdirs and get a

[Matplotlib-users] Crashing with a St8bad_cast

2007-07-26 Thread Steve Lianoglou
Hi all, I just upgraded to the latest svn for matlotlib and she's blowing up on me with this error: terminate called after throwing an instance of 'std::bad_cast' what(): St8bad_cast Abort trap It happens when I fire up ipython w/ -pylab ... (and some other non specified code in one of

Re: [Matplotlib-users] use of enthought Python for matplotlib/numpy

2007-05-10 Thread Steve Lianoglou
Hi, I noticed on your Web Lab website that you suggest to download the Enthouhht edition. Although I suggest that to my students for class as well, we are currently running into some problems as the latest Enthought edition still includes an old numpy (version less than 1.0). Some

Re: [Matplotlib-users] Plotting Question

2007-04-23 Thread Steve Lianoglou
Hi, Mine is a project of tracing a program flow. I'd like to be able to create a graph with X number of related boxes (representing function calls), with vertexes between them (representing calls from one to another). Basically, I would like to be able to create objects of arbitrary

Re: [Matplotlib-users] Matplotlib is incompatible with NumPy 1.0rc3

2006-10-23 Thread Steve Lianoglou
Woops -- sent from the wrong email address ... here's a reply for the list: On Oct 24, 2006, at 12:04 AM, Steve Lianoglou wrote: Once when I found that NumPy released its version 1.0rc3, I happily upgraded NumPy from 1.0rc1 to 1.0rc3 under WindowsXP. A nightmare just happened. Matplotlib