Re: [Matplotlib-users] installation problem

2014-07-04 Thread jw
Thanks for pointing it to a packaging issue, as matplotlib works very well after installing the missing packages. I don't know really the the issue, but I hope it gets sorted out. The earlier binaries had everything it needed on windows, so very convenient to users. I think problems like this could

Re: [Matplotlib-users] installation problem

2014-07-04 Thread Benjamin Root
I presume you mean pypi said that the latest version was 1.0.1? PyPi recently (and rightly so) stopped automatically pull eggs from third-party locations (this is a *huge* security risk). Version 1.0.1 was the last version that was directly hosted on PyPi because the test suite made the package so

Re: [Matplotlib-users] installation problem

2014-07-04 Thread Rachana Katkam
I faced the problem of upgrading my matplotlib to 1.3.1 having my python2.7. Its on Fedora am talking about. Its the dmg file available here http://matplotlib.org/downloads.html When I checked for upgrading from Terminal, it said matplotlib1.0.1 is the latest version. On Fri, Jul 4, 2014 at 10:52

Re: [Matplotlib-users] installation problem

2014-07-04 Thread Benjamin Root
One possibility is that with v1.3, we changed how packaging was done. Unfortunately, this did cause some transitional issues. The best bet is to uninstall *all* versions of matplotlib, pylab, and mpl_toolkits first, then re-install v1.3.1. Note that waiting for the v1.4 release wouldn't necessarily

Re: [Matplotlib-users] installation problem

2014-07-04 Thread Goyo
2014-07-04 8:30 GMT+02:00 Rachana Katkam : > Hey, even I had similar issue. > Later I learnt python2.7 could support matplotlib version1.0.1 only. > > So if you want to upgrade your matplotlib, you first need to upgrade your > python. matplotlib 1.3.1 works quite well with python 2.7. Goyo -

Re: [Matplotlib-users] installation problem

2014-07-03 Thread Rachana Katkam
Hey, even I had similar issue. Later I learnt python2.7 could support matplotlib version1.0.1 only. So if you want to upgrade your matplotlib, you first need to upgrade your python. On Thu, Jul 3, 2014 at 7:05 AM, jw wrote: > I installed using version 1.3.1 windows binary > "matplotlib-1.3.1.w

Re: [Matplotlib-users] installation problem

2014-07-02 Thread jw
I installed using version 1.3.1 windows binary "matplotlib-1.3.1.win32-py2.7.exe" from mathplotlib download. Installation went fine, but when using the package, it says "dateutil" and "pyparsing" are missing, which are supposed to be bundled according to the installation instruction. Is this a bug

Re: [Matplotlib-users] installation problem

2014-04-29 Thread Paul Hobson
As the error says, you need the dateutil package. It available here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-dateutil On Mon, Apr 28, 2014 at 11:10 PM, Stam Golesh wrote: > hi all > > downloaded and installed > matplotlib-1.3.1.win32-py3.2.exe > > this is what i get > >>> import matpl

Re: [Matplotlib-users] Installation issue: python setup.py install --home=... fails

2013-11-22 Thread Russell E. Owen
In article <528e8aac.1090...@stsci.edu>, Michael Droettboom wrote: > When you use |--home|, distutils assumes you are referring to a home > directory in which you have a tree of libraries in |lib|lib64| living > there, so it appends |lib64/python| to the given path: > > |> python setup.py i

Re: [Matplotlib-users] Installation of matplotlib 2.7 issue

2012-01-18 Thread Christoph Gohlke
On 1/17/2012 5:04 PM, Mac Juneau wrote: > Problem: Installation of matlibplot for Python 2.7's .exe file requires > that Numby be installed first. But the Numby installation list does not > include a version for Python 2.7. The highest available version is for > Python 2.6. > So, Numby 2.6 won't

Re: [Matplotlib-users] Installation of matplotlib 2.7 issue

2012-01-18 Thread Eric Firing
On 01/17/2012 03:04 PM, Mac Juneau wrote: > Problem: Installation of matlibplot for Python 2.7's .exe file requires > that Numby be installed first. But the Numby installation list does not > include a version for Python 2.7. The highest available version is for > Python 2.6. > So, Numby 2.6 won't

Re: [Matplotlib-users] installation issues

2011-08-02 Thread John Hunter
On Mon, Aug 1, 2011 at 6:48 PM, Ivan D Vasin wrote: > i came across some issues while attempting to install matplotlib today: > > > > first issue: no bug tracker > > matplotlib's website has a link to a bug tracker that is no longer available. >  i'm guessing this mailing list is > the

Re: [Matplotlib-users] installation problem on Mac

2011-06-16 Thread Russell E. Owen
In article , Rebecca Gray wrote: > I am trying to install matplotlib on my Mac OS X 10.6.6. I currently have > Python 2.7.2 installed. I tried installing > ***matplotlib-1.0.1-python.org-32bit-py2.7-macosx10.3.dmg. > The installation appears to run fine, but when I try to import pylab * I am > g

Re: [Matplotlib-users] installation question

2010-10-21 Thread Filipe Pires Alvarenga Fernandes
Hi Bala, Strange that yum did not updated, Fedora does has the latest version packaged: http://koji.fedoraproject.org/koji/packageinfo?packageID=3607 Maybe you can try to force the installation of the latest rpm by downloading it and installing it with yum.

Re: [Matplotlib-users] Installation of vers. 1.0.0

2010-08-19 Thread Nicholas Kinar
I have been unable to build/install Matplotlib 1.0.0 on a 64-bit Ubuntu 10.04 system for Python 2.6.5. The build process starts ok, but after sometime the following message *creating /usr/local/lib/python2.6/dist-packages/mpl_toolkits * is displayed and the build comes to a halt. I looked in

Re: [Matplotlib-users] installation of matplotlib on OS X 10.5 with python.org Python 2.6

2010-08-17 Thread Friedrich Romstedt
2010/8/17 Stephen T. : > http://passingcuriosity.com/2009/installing-pil-on-mac-os-x-leopard/ That's a good thing to know when people run into /opt/ trouble of this kind ... Thanks > So I had in mind to try this with the matplotlib installation, but for some > reason the make command did not fail

Re: [Matplotlib-users] installation of matplotlib on OS X 10.5 with python.org Python 2.6

2010-08-17 Thread Stephen T .
be working ok. So sorry for all the trouble, but thanks for your time! All the best,Stephen From: obsessiv...@hotmail.com To: friedrichromst...@gmail.com CC: matplotlib-users@lists.sourceforge.net Subject: RE: [Matplotlib-users] installation of matplotlib on OS X 10.5 with python.org Python 2.6

Re: [Matplotlib-users] installation of matplotlib on OS X 10.5 with python.org Python 2.6

2010-08-09 Thread Russell Owen
On Aug 9, 2010, at 8:17 AM, Friedrich Romstedt wrote: > 2010/8/7 Russell E. Owen : >> In article , >> Stephen T. >> wrote: >> >>> Hi, I am having trouble installing matplotlib. I have OS X 10.5 >>> with Python >>> 2.6 >>> downloaded and installed from python.org. >>> (10.5 came with Apple >

Re: [Matplotlib-users] installation of matplotlib on OS X 10.5 with python.org Python 2.6

2010-08-09 Thread Friedrich Romstedt
2010/8/7 Russell E. Owen : > In article , >  Stephen T. >  wrote: > >> Hi, I am having trouble installing matplotlib. I have OS X 10.5 with Python >> 2.6 >>  downloaded and installed from python.org. >>  (10.5 came with Apple >>  Python 2.5). I've also installed NumPy and SciPy for Python 2.6. > >

Re: [Matplotlib-users] installation of matplotlib on OS X 10.5 with python.org Python 2.6

2010-08-06 Thread Russell E. Owen
In article , Stephen T. wrote: > Hi, I am having trouble installing matplotlib. I have OS X 10.5 with Python > 2.6 > downloaded and installed from python.org. > (10.5 came with Apple > Python 2.5). I've also installed NumPy and SciPy for Python 2.6. I encourage you to try the matplotlib 1

Re: [Matplotlib-users] installation of matplotlib on OS X 10.5 with python.org Python 2.6

2010-08-06 Thread Stephen T .
Hi Friedrich,Thanks again for your response. I've been away traveling (with no internet connection) and just returned... hope you can help me troubleshoot this last bit (hopefully last bit)!> This is important. I recently had a similar issue (sort of). I think> the macports library is 32-bit on

Re: [Matplotlib-users] installation of matplotlib on OS X 10.5 with python.org Python 2.6

2010-07-17 Thread Friedrich Romstedt
2010/7/15 Stephen T. : > > BUILDING MATPLOTLIB >             matplotlib: 1.0.svn >                 python: 2.6.5 (r265:79359, Mar 24 2010, 01:32:55)  [GCC >                         4.0.1 (Apple Inc. build 5493)] >         

Re: [Matplotlib-users] installation of matplotlib on OS X 10.5 with python.org Python 2.6

2010-07-14 Thread Stephen T .
Hi Friedrich, Thanks so much for your response! > Date: Wed, 7 Jul 2010 20:16:24 +0200 > > Since you are 10.5, I think your default compiler is gcc-4.0 if I'm > not very much mistaken. Can you please verify that by issuing gcc > --version? > > I had a private conversation with the "owner" of

Re: [Matplotlib-users] installation of matplotlib on OS X 10.5 with python.org Python 2.6

2010-07-07 Thread Friedrich Romstedt
resending to the list too, fwiw. 2010/7/5 Stephen T. : > Hi, I am having trouble installing matplotlib. I have OS X 10.5 with Python > 2.6 downloaded and installed from python.org. (10.5 came with Apple Python > 2.5). I've also installed NumPy and SciPy for Python 2.6. Since you are 10.5, I think

Re: [Matplotlib-users] Installation for MAC OS 10.5

2010-06-21 Thread R. Padraic Springuel
> Which 2.6? Any would be better than none, but I have 2.6.5 (the most recent) from python.org. > think that needs the 2.6 from Python.org -- I'd try that if it's not > what you're using already -- if you are, then what errors, etc do you get? That's not the problem, as that's the version of P

Re: [Matplotlib-users] Installation for MAC OS 10.5

2010-06-19 Thread Christopher Barker
R. Padraic Springuel wrote: > Has anyone created installation package for matplotlib 0.99.3 that is > compatible with MAC OS 10.5 and Python 2.6? Which 2.6? > One one on the download > site for MAC OS 10.6 doesn't work on my system (presumably because I'm > still working with Leopard because

Re: [Matplotlib-users] installation problems

2010-06-12 Thread Eric Firing
On 06/12/2010 12:57 PM, Christopher Brewster wrote: > On an iMac running 10.6.3, python 2.6.4 I have installed numpy and then > matplotlib using 'pip'. > The message in both cases was that the install was successful. > > 'import matplotlib' does not cause error messages. > 'from pylab import randn

Re: [Matplotlib-users] installation question

2010-03-22 Thread Christopher Barker
Mathes, Gary C wrote: > Installation question: > > > > The *import pylab* command reports an error. See bold below for > details. What installation step(s) am I missing? it looks like you've got GTK set as your default back-end, but are not running and X-server on this box. If you want to

Re: [Matplotlib-users] installation question

2010-03-22 Thread Michael Droettboom
It looks like you're using the gtk backend but you're running on a remote terminal without an X11 connection. That's what "could not open display" probably means. Are you logged in remotely by any chance? Does 'python -c "import gtk" ' work? If you want to run headless, you can use the "Agg" ba

Re: [Matplotlib-users] installation issue

2009-04-28 Thread John Hunter
On Tue, Apr 28, 2009 at 9:51 AM, Jouni K. Seppänen wrote: > Bala subramanian writes: > > > Meanwhile i would like to know. Suppose if i install the latest mpl that > i > > just downloaded, will it overwrite the mpl version 0.98.1 previously > > installed with yum ? If not, when i give ipython -p

Re: [Matplotlib-users] installation issue

2009-04-28 Thread Jouni K . Seppänen
Bala subramanian writes: > Meanwhile i would like to know. Suppose if i install the latest mpl that i > just downloaded, will it overwrite the mpl version 0.98.1 previously > installed with yum ? If not, when i give ipython -pylab, which version will > be loaded, I mean which version would be my

Re: [Matplotlib-users] installation issue

2009-04-28 Thread Sandro Tosi
On Tue, Apr 28, 2009 at 15:26, Bala subramanian wrote: > Hi, > I think freetype is already installed in Fedora10. When i search yum as I said freetype2 *headers*, those files needed for development, not runtime support. Install the according packages for your distribution. -- Sandro Tosi (aka m

Re: [Matplotlib-users] installation issue

2009-04-28 Thread Bala subramanian
Hi, Thank you. I will install the headers and try again. Meanwhile i would like to know. Suppose if i install the latest mpl that i just downloaded, will it overwrite the mpl version 0.98.1 previously installed with yum ? If not, when i give ipython -pylab, which version will be loaded, I mean whi

Re: [Matplotlib-users] installation issue

2009-04-28 Thread Jouni K . Seppänen
Bala subramanian writes: > I think freetype is already installed in Fedora10. When i search yum as > follows, yum says freetype is installed already. You probably need to install a package named freetype-devel (or something like that) to get the freetype headers you need for compiling matplotlib

Re: [Matplotlib-users] installation issue

2009-04-28 Thread Bala subramanian
Hi, I think freetype is already installed in Fedora10. When i search yum as follows, yum says freetype is installed already. *[r...@ramana cbala]# yum info freetype* Loaded plugins: refresh-packagekit Installed Packages Name : freetype Arch : i386 Version: 2.3.7 Release: 1.fc10

Re: [Matplotlib-users] installation issue

2009-04-28 Thread Sandro Tosi
On Tue, Apr 28, 2009 at 14:46, Bala subramanian wrote: > [r...@ramana matplotlib-0.98.5.2]# python setup.py build > In file included from src/ft2font.cpp:1: > src/ft2font.h:31: error: ‘FT_Bitmap’ has not been declared > src/ft2font.h:31: error: ‘FT_Int’ has not been declared > src/ft2font.h:31: er

Re: [Matplotlib-users] Installation problem

2008-11-19 Thread John Hunter
On Wed, Nov 19, 2008 at 3:56 AM, domenico09 <[EMAIL PROTECTED]> wrote: > > I got the same problem on my portable(windowx XP) but not on my desk > top(windows XP) ! > I reinstalled python, numpy and matplotlib either from internet and from my > desk top (where things works well) but I got the same

Re: [Matplotlib-users] Installation problem

2008-11-19 Thread Frank Lagor
On Wed, Nov 19, 2008 at 4:52 AM, <[EMAIL PROTECTED]> wrote: > > Frank Lagor wrote: >> >> Hi, >> >> I am sorry to bug you all with an installation problem, but I need >> some additional help to get this figured out. >> >> I previously had a matplotlib installed and working fine, but it was >> neces

Re: [Matplotlib-users] Installation problem

2008-11-19 Thread domenico09
I got the same problem on my portable(windowx XP) but not on my desk top(windows XP) ! I reinstalled python, numpy and matplotlib either from internet and from my desk top (where things works well) but I got the same problem! thanks for any sugegstion Best Regards Domenico Frank Lagor wrote: >

Re: [Matplotlib-users] Installation problem

2008-11-10 Thread Frank Lagor
On Mon, Nov 10, 2008 at 4:00 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > On Monday 10 November 2008 03:37:26 pm Frank Lagor wrote: > >> Hi, > >> > >> I am sorry to bug you all with an installation problem, but I need > >> some additional help to get this figured out. > >> > >> I previously had a m

Re: [Matplotlib-users] Installation problem

2008-11-10 Thread Darren Dale
On Monday 10 November 2008 03:37:26 pm Frank Lagor wrote: > Hi, > > I am sorry to bug you all with an installation problem, but I need > some additional help to get this figured out. > > I previously had a matplotlib installed and working fine, but it was > necessary for me to redo some other insta

Re: [Matplotlib-users] Installation problem

2008-11-10 Thread Frank Lagor
On Mon, Nov 10, 2008 at 3:46 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > I don't know if this will help, but... > > Python packages generally don't have proper dependency management when > building. That means, if an underlying dependency changes, it often doesn't > rebuild enough to keep

Re: [Matplotlib-users] Installation problem

2008-11-10 Thread Michael Droettboom
I don't know if this will help, but... Python packages generally don't have proper dependency management when building. That means, if an underlying dependency changes, it often doesn't rebuild enough to keep things in sync. You may want to try rebuilding everything after first completely rem

Re: [Matplotlib-users] installation fails on Ibex (ubunt 8.10)

2008-11-08 Thread Eric Firing
Florian Koelling wrote: > Hi! > > A few days ago I switched to ubuntu 8.10 (intrepid ibex) and tried to > install matplotlib (the current version and 0.98.1 as well - both > attempts failed)[I thought I would have installed all requirement :-/]. > > By the way I didn't have any problems with

Re: [Matplotlib-users] Installation woes: phantom Numpy version?

2008-08-08 Thread Christopher Barker
Richard Lawrence wrote: > I decided to try building Python myself using --prefix=$HOME, Did you do that because you want to mess around with 2.6? You might want to try building it as a more OS-X is way, I think that required a flag something like "enable-frameworks" or something like that. > w

Re: [Matplotlib-users] Installation woes: phantom Numpy version?

2008-08-07 Thread Chris Barker
> On Wed, Aug 6, 2008 at 5:02 PM, Richard Lawrence <[EMAIL PROTECTED]> wrote: >> My setup is: >> Mac Pro PPC G5, OS X 10.5.4 >> Python 2.5.1 (Apple build) >> Numpy 1.2.0.dev5615 -- ran svn update and rebuilt this morning >> REQUIRED DEPENDENCIES >> ~* numpy 1.1 or later is

Re: [Matplotlib-users] Installation woes: phantom Numpy version?

2008-08-07 Thread Richard Lawrence
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, Thanks for your help. | | Most likely there is another version of numpy on your system that easy | install is picking up (multiple versions of python perhaps?). You | might try to find them with | | > find / -name numpy -type d | Indeed, thi

Re: [Matplotlib-users] Installation woes: phantom Numpy version?

2008-08-06 Thread John Hunter
On Wed, Aug 6, 2008 at 5:02 PM, Richard Lawrence <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello everyone, > > I've had a heck of a time trying to install matplotlib. I've tried > installing both from svn and from the pre-built 0.98.3 egg with no > success.

Re: [Matplotlib-users] Installation of 0.91.2 maintenance + Tkinter developpement packages

2008-05-30 Thread Johan Mazel
Atually, I just installed g++ as you were saying and now, it's working. Thanks for the help. Johan Mazel 2008/5/30 Michael Droettboom <[EMAIL PROTECTED]>: > This is in diff format, so it indicates that it is around line 960. The > part to add is this: > > if not os.path.exists(tk_inc):

Re: [Matplotlib-users] Installation of 0.91.2 maintenance + Tkinter developpement packages

2008-05-30 Thread Michael Droettboom
This is in diff format, so it indicates that it is around line 960. The part to add is this: if not os.path.exists(tk_inc): tk_inc = os.path.normpath(os.path.join(tk_lib_dir, '../../../include/tcl' + tk_ver)) right after this:

Re: [Matplotlib-users] Installation of 0.91.2 maintenance + Tkinter developpement packages

2008-05-30 Thread Johan Mazel
Hi Where am I supposed to copy this piece of code in setupext.py ? At the begining ? At the end ? Thanks for the answer. Johan Mazel 2008/5/30 Michael Droettboom <[EMAIL PROTECTED]>: > It seems you have two unrelated errors here. > > The first is that Hardy changed how Tkinter is packaged so th

Re: [Matplotlib-users] Installation of 0.91.2 maintenance + Tkinter developpement packages

2008-05-30 Thread Michael Droettboom
It seems you have two unrelated errors here. The first is that Hardy changed how Tkinter is packaged so that matplotlib can't find it. We do not have a workaround for this on the 0.91.x maintenance branch. You will need to apply this patch to setupext.py: +@@ -960,6 +960,9 @@ def add_tk_flag

Re: [Matplotlib-users] installation problem/crash

2007-12-11 Thread Ryan Krauss
Fernando was right on. Here is his response to me: Laptop - Ok Windows XP Professional, Service Pack 2 AMD Athlon 64 3400+ (ClawHammer) 1.67 GHz, 768 MB of RAM Chipset: SiS 755/755FX Southbridge: SiS LPC Bridge Instructions: MMX (+), 3DNow! (+), SSE, SSE2, x86-64 Machine 1 - Crashes Windows

Re: [Matplotlib-users] installation problem/crash

2007-12-11 Thread Ryan Krauss
Pretty sure it's a newer chip, but I will find out. On Dec 11, 2007 2:06 PM, Fernando Perez <[EMAIL PROTECTED]> wrote: > > On Dec 11, 2007 12:01 PM, Ryan Krauss <[EMAIL PROTECTED]> wrote: > > I am trying to help a student get started with > > Python/Scipy/Numpy/Matplotlib in windows. On one of hi

Re: [Matplotlib-users] installation problem/crash

2007-12-11 Thread Fernando Perez
On Dec 11, 2007 12:01 PM, Ryan Krauss <[EMAIL PROTECTED]> wrote: > I am trying to help a student get started with > Python/Scipy/Numpy/Matplotlib in windows. On one of his machines, > everything seems to install correctly, we can call figure(1) without a > problem, and plotting is fine until we tr

Re: [Matplotlib-users] installation problem/crash

2007-12-11 Thread John Hunter
On Dec 11, 2007 1:01 PM, Ryan Krauss <[EMAIL PROTECTED]> wrote: > I am trying to help a student get started with > Python/Scipy/Numpy/Matplotlib in windows. On one of his machines, > everything seems to install correctly, we can call figure(1) without a > problem, and plotting is fine until we tr

Re: [Matplotlib-users] Installation of, Python/mpl/numpy/scipy/Ipython for

2007-11-24 Thread Eric Emsellem
Hi a quick note abut a "super package": to let people know that now OpenSuse 10.3 has a set of RPMs for all scipy, numpy, mpl, ipython, and others some of these being on the "science" repository, e.g.: http://download.opensuse.org/repositories/science/openSUSE_10.3/x86_64/ for the 64b distrib (ip

Re: [Matplotlib-users] Installation problem: gobject not found

2007-11-10 Thread John Hunter
On Nov 9, 2007 1:08 PM, Don Peterson <[EMAIL PROTECTED]> wrote: > Note: I had been using the Enthought edition of python (2.4.3 version of > python) and matplotlib and everything worked great. I then tried to > install the map addition to matplotlib and the installation failed. After > that, I sta

Re: [Matplotlib-users] installation problems mpl 0.90.1 on Mandriva 2007.1

2007-10-15 Thread Evan Mason
> matplotlib-0.90.1]#It seems to trip up when expecting a file 'arrayobject.h' in the /Numeric directory; indeed that file is not there, though Numeric is on the path. Numeric came as part of the Mandriva install. > I'd be grateful for any help with this, thanks in advance, Evan Ok, just in cas

Re: [Matplotlib-users] Installation problem matplotlib svn

2007-01-15 Thread Steve Chaplin
On Mon, 2007-01-15 at 10:57 -0800, [EMAIL PROTECTED] wrote: > Hi, > > I cannot install the latest matplotlib on openSUSE10.2 > python setup.py install yields > OK, I've updated _image.cpp to work on 64-bit systems with new versions of Python, but you will n

Re: [Matplotlib-users] Installation problem matplotlib svn

2007-01-15 Thread Darren Dale
On Monday 15 January 2007 13:56, Nils Wagner wrote: > Hi, > > I cannot install the latest matplotlib on openSUSE10.2 Have you tried deleting your build and site-packages/matplotlib directories, and rebuilding from scratch? -

Re: [Matplotlib-users] Installation problem

2006-12-05 Thread Christopher Barker
Piter_ wrote: > If I start python (2.3). > > >from pylab import * > plot([1,2,3]) > nothing happens. what if you then type: show() -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R(206) 526-6959 voice 7600 Sand Point Way NE (206) 52

Re: [Matplotlib-users] Installation problem

2006-12-05 Thread John Hunter
> "Piter" == Piter <[EMAIL PROTECTED]> writes: Piter> Hi all. I am new user of matplot-lib and Python. I try to Piter> find replacement for matlab. Now I use Debian-testing but Piter> my experience with it is little. I have reinstalled system Piter> few days ago and matplot

Re: [Matplotlib-users] Installation Problems on Mac OS X

2006-10-12 Thread R. Padraic Springuel
I was able to install from the .egg file. I'm still getting the same error when attempting to import though. Namely: >>>from pylab import * Traceback (most recent call last): File "", line 1, in File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplot

Re: [Matplotlib-users] Installation Problems on Mac OS X

2006-10-11 Thread Christopher Barker
R. Padraic Springuel wrote: > Oh, and I tried downloading the .egg file to install, but for some > reason my Mac wants to open the file with Excel, which is obviously > wrong. How exactly do you use a .egg file as a binary installer? Install easy_install: http://peak.telecommunity.com/DevCen

Re: [Matplotlib-users] Installation Problems on Mac OS X

2006-10-11 Thread R. Padraic Springuel
Okay, I tried the .zip installer and get the following error when trying to import: Traceback (most recent call last): File "", line 1, in File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pylab.py", line 1, in from matplotlib.pylab import * Fi

Re: [Matplotlib-users] Installation Problems on Mac OS X

2006-10-10 Thread Charlie Moad
On 10/10/06, R. Padraic Springuel <[EMAIL PROTECTED]> wrote: > I haven't tried the binaries because there isn't one for python 2.5 and > Mac OS 10.4 (the particular combination that I have). I could use the > binaries if I went back to python 2.4, but I'm trying avoid that if > possible. So actua

Re: [Matplotlib-users] Installation Problems on Mac OS X

2006-10-10 Thread R. Padraic Springuel
I haven't tried the binaries because there isn't one for python 2.5 and Mac OS 10.4 (the particular combination that I have). I could use the binaries if I went back to python 2.4, but I'm trying avoid that if possible. -- R. Padraic Springuel Teaching Assistant Department of Physics and Astr

Re: [Matplotlib-users] Installation Problems on Mac OS X

2006-10-09 Thread Charlie Moad
Building matplotlib requires linking against libpng and freetype. The error you posted is just saying that libpng can't be found. Building matplotlib correctly on osx and windows isn't for the feint of heart. Have you tried the pre-built osx binaries available for download on sourceforge? Charli

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] installation

2006-09-05 Thread Kenny Ortmann
ot; <[EMAIL PROTECTED]> Cc: "matplotlib-users" Sent: Tuesday, September 05, 2006 2:45 PM Subject: Re: [Matplotlib-users] installation > VS2003.Net is needed to easily build the python 2.4 version. (e.g. > python setup.py build) You can also follow the mingw instructions for >

Re: [Matplotlib-users] installation

2006-09-05 Thread Charlie Moad
IL PROTECTED]> > To: "Kenny Ortmann" <[EMAIL PROTECTED]> > Sent: Tuesday, September 05, 2006 1:21 PM > Subject: Re: [Matplotlib-users] installation > > > > On 9/5/06, Kenny Ortmann <[EMAIL PROTECTED]> wrote: > >> Hey Charlie thanks for the info. &g

Re: [Matplotlib-users] installation

2006-09-05 Thread Kenny Ortmann
Hey Charlie thanks for the info. I went ahead and installed Active Tcl I removed microsft visual studio 2003 .net from my computer because I never used it, and I did not want it on here in the first place but i had it on here from being an intern over the summer. C:\matplotlib\trunk\matplotlib>c:\

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

Re: [Matplotlib-users] installation

2006-09-04 Thread Darren Dale
On Monday 04 September 2006 12:15 pm, John Hunter wrote: > > "Darren" == Darren Dale <[EMAIL PROTECTED]> writes: > > Darren> It is strongly discouraged to try to build matplotlib from > Darren> source on windows. Setting up your windows environment to > Darren> build the source is

Re: [Matplotlib-users] installation

2006-09-04 Thread John Hunter
> "Darren" == Darren Dale <[EMAIL PROTECTED]> writes: Darren> It is strongly discouraged to try to build matplotlib from Darren> source on windows. Setting up your windows environment to Darren> build the source is difficult and time consuming. Please Darren> use the windows i

Re: [Matplotlib-users] installation

2006-09-02 Thread Darren Dale
On Friday 01 September 2006 5:19 pm, Kenny Ortmann wrote: > hey guys i got the subversion from the site and I am trying to install it > on windows. It is strongly discouraged to try to build matplotlib from source on windows. Setting up your windows environment to build the source is difficult an

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] installation problem

2006-07-29 Thread sen1
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 options: '-I/usr/lib/python2.4/site-packages/numpy/core/include -I/usr/local/include -I/usr/include -I. -I/usr/local/include -I/usr/include -I. -I/ usr

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 sen1
I got the numpy src.rpm from www.numpy.org On Fri, 28 Jul 2006, Asheesh Laroia wrote: > On Thu, 27 Jul 2006, [EMAIL PROTECTED] wrote: > >> All of the necessary addons- scipy, numarray, Numeric, gtk, etc have been >> added. > > Well, something in the build system thinks something is missing. So

Re: [Matplotlib-users] installation problem

2006-07-29 Thread sen1
OK, I was able to install with 0.87.4 (still no tkagg, however). This is still with the tar.gz version of numpy-1.0b I will try to re-install numpy from the rpms to see if that makes a difference. -sen BTW You guys are great! I love the way you got to my questions so fast. Reminds me of the o

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-28 Thread Asheesh Laroia
On Thu, 27 Jul 2006, [EMAIL PROTECTED] wrote: > All of the necessary addons- scipy, numarray, Numeric, gtk, etc have > been added. Well, something in the build system thinks something is missing. So let us know *exactly* what RPMs you installed (with URLs preferably), or where you got the sou

Re: [Matplotlib-users] installation problem

2006-07-28 Thread Charlie Moad
It looks like Travis committed a numpy 1.0 compatibility fix on July 7th. It includes the header which addresses your error. You will have to use >=matplotlib-0.87.4 if you want to use the latest numpy. - Charlie On 7/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > OK, > I removed the rpm

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 sen1
OK, I removed the rpms, and used a direct install of numpy-1.0b1 from the tar.gz package. Then, I tried to install matplotlib-0.87 from the tar.gz package. Apparently, same problem: python setup.py build >& build.log [EMAIL PROTECTED] matplotlib-0.87.3]# tail build.log gcc: src/_ns_cntr.c src/

Re: [Matplotlib-users] installation problem

2006-07-28 Thread sen1
I installed numpy-1.0b1 from a src RPM. I built the RPM from the src RPM. Given your question, I will try to reinstall using the tar.gz file. Incidentally, I went back to matplotlib-0.83, and was able to install that after disabling the TKAGG module. I'll report back on the tar.gz thing. Incide