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

[Matplotlib-users] installation problem

2014-04-28 Thread Stam Golesh
hi all downloaded and installed matplotlib-1.3.1.win32-py3.2.exe this is what i get >>> import matplotlib Traceback (most recent call last): File "", line 1, in import matplotlib File "E:\programs\python 3.2.3\lib\site-packages\matplotlib\__init__.py", line 112, in raise ImportError

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

[Matplotlib-users] installation problem on Mac

2011-06-15 Thread Rebecca Gray
Hi all, 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 getting the following error message:

[Matplotlib-users] Installation problem

2010-07-19 Thread Stavros Macrakis
I loaded matplotlib following the instructions in http://matplotlib.sourceforge.net/users/shell.html, including setting up the matplotlibrc file. But the xlabel command hangs. In detail: bash-3.2$ python -i Python 2.6.1 (r261:67517, Dec 4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)] on win32 Typ

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

[Matplotlib-users] Installation problem

2008-11-10 Thread Frank Lagor
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 installations like numpy when I needed a complete lapack library. This als

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

[Matplotlib-users] installation problem/crash

2007-12-11 Thread Ryan Krauss
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 try the show() command. Then python crashes without much in the way of use

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

[Matplotlib-users] Installation problem: gobject not found

2007-11-10 Thread Don Peterson
I just did a fresh install of python 2.5.1, numpy-1.0.3.1.win32-py2.5.exe, and matplotlib-0.90.1.win32-py2.5.exe. When I try to run the following script: from __future__ import division from pylab import * plot([1,2,3]) show() I get the following traceback: Traceback (most recent call last): Fi

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? -

[Matplotlib-users] Installation problem matplotlib svn

2007-01-15 Thread Nils Wagner
Hi, I cannot install the latest matplotlib on openSUSE10.2 python setup.py install yields gcc: src/_nc_backend_agg.cpp ./CXX/Extensions.hxx: In constructor ‘Py::PythonExtension::PythonExtension() [with T = BufferRegion]’: src/_backend_agg.h:50: instantiated from here ./CXX/Extensions.hxx:477:

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

[Matplotlib-users] Installation problem

2006-12-05 Thread Piter_
Hi all. I am new user of matplot-lib and Python. I try to find replacement for matlab. Now I use Debian-testing but my experience with it is little. I have reinstalled system few days ago and matplotlib is not working now. If I start python (2.3). from pylab import * plot([1,2,3]) nothing happe

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

[Matplotlib-users] installation problem

2006-07-28 Thread sen1
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, numarray, Numeric, gtk, etc have been added. I am including the output of running $ python setup.py install Any help is appreciated. -Thanks, -sen1