Re: [Matplotlib-users] Install Problem

2015-02-13 Thread Brendan Barnwell
On 2015-02-13 01:47, ralph hosmer wrote: > download: matplotlib-1.4.2-cp32-none-win_amd64.whl [from Sourceforge] > my system: hp Pavilion 500-314 Desktop > AMD A8-7600 Accelerated Processor > Windows 8.1 > Python 3.4.2 (on Win32) > PyCharm 4 Community Edit

Re: [Matplotlib-users] Install Problem

2015-02-13 Thread Scott Sinclair
On 13 February 2015 at 11:47, ralph hosmer wrote: > download: matplotlib-1.4.2-cp32-none-win_amd64.whl [from Sourceforge] > > In the Python Command Line window, I've tried most of the "install > matplotlib" instructions, but continue to get "Syntax Error". > Double-clicking on the downloaded matp

[Matplotlib-users] Install Problem

2015-02-13 Thread ralph hosmer
download: matplotlib-1.4.2-cp32-none-win_amd64.whl  [from Sourceforge]my system: hp Pavilion 500-314 Desktop    AMD A8-7600 Accelerated Processor    Windows 8.1Python 3.4.2 (on Win32)PyCharm 4 Community Edition In the Python Command Line window, I've tried most of

Re: [Matplotlib-users] Install under Win 7

2014-04-11 Thread Paul Hobson
You're on windows, so that last command is just "activate mpl33" On Fri, Apr 11, 2014 at 7:05 PM, Paul Hobson wrote: > You should be using conda to install matplotlib: > > conda create --name mpl33 matplotlib python=3.3 ipython-notebok > source activate mpl33 > > > On Fri, Apr 11, 2014 at 8:11

Re: [Matplotlib-users] Install under Win 7

2014-04-11 Thread Paul Hobson
You should be using conda to install matplotlib: conda create --name mpl33 matplotlib python=3.3 ipython-notebok source activate mpl33 On Fri, Apr 11, 2014 at 8:11 AM, grivet wrote: > Under Win7pro, I have tried to install matplotlib by running either > matplotlib-1.3.0.win32-py3.3.exe or > ma

[Matplotlib-users] Install under Win 7

2014-04-11 Thread grivet
Under Win7pro, I have tried to install matplotlib by running either matplotlib-1.3.0.win32-py3.3.exe or matplotlib-1.3.1.win32-py3.3.exe. In each case, the installer tells pythion-3.3 is not in the registry (although Anaconda was successfully installed previousle). A pop-up window then opens, as

Re: [Matplotlib-users] install on mac osx 10.7.5?

2014-02-18 Thread Gary Pajer
I've tried various ways of getting matplotlib on my OS X 10.7.5, and have it work with numpy, etc. The approach that worked most smoothly was using the conda package manager from contiuum analytics. At first I installed the complete anaconda distribution

[Matplotlib-users] install on mac osx 10.7.5?

2014-02-16 Thread Maggie Maes
Hi everyone, Sorry if this is a redundant request, but I haven't been able to find any reliable sources online. I'm trying to install matplotlib on my mac with osx 10.7.5. I get the following error: > unknowne4ce8f4d9c9c:matplotlib margaretmaes$ python setup.py > build

Re: [Matplotlib-users] Install problems, OSX 10.6.8, Python 3.3.1

2013-07-17 Thread Scott Lasley
I am able to import matplotlib.pyplt under python 3.3.2 from www.python.org in OS X 10.6.8. matplotlib 1.2.1, libfreetype and libpng were built from source using gcc 4.2.1 from Xcode 3.2.6. Are you using python from macports or from www.python.org? You might try using python from the installer

Re: [Matplotlib-users] Install problems, OSX 10.6.8, Python 3.3.1

2013-07-17 Thread Michael Droettboom
Do any Mac experts have any ideas? One thing that may help us is to fire this up in gdb and get a traceback. 1) Run "gdb python" (or "gdb python3"). 2) At the gdb prompt, type "run" 3) At the Python prompt, type "import matplotlib.pyplot" 4) Python should crash, then type "bt" to get a backtrace

Re: [Matplotlib-users] Install problems, OSX 10.6.8, Python 3.3.1

2013-07-12 Thread p.maxted
Also tried building from source with python2.7 - same problem: I deleted the old build/source directory, re-extracted the source from the tar file and tried... [lap3:~/matplotlib-1.2.1] pflm% sudo python2.7 setup.py install Build runs ok except for some warnings like ... warning: #warning "Usi

[Matplotlib-users] Install problems, OSX 10.6.8, Python 3.3.1

2013-07-08 Thread p.maxted
Trying to install matplotlib-1.2.1 from source, i.e., [macpflm:~/matplotlib-1.2.1] pflm% python3 setup.py install Everything seems to run ok, but I cannot import macplotlib: [macpflm:~] pflm% python3 Python 3.3.1 (v3.3.1:d9893d13c628, Apr 6 2013, 11:07:11) [GCC 4.2.1 (Apple Inc. build 5666) (d

Re: [Matplotlib-users] install problem on OSX 10.8

2012-09-21 Thread Damon McDougall
ny 32-bit machines anymore. > > Ben Root > > -- Forwarded message -- > From: Ranjit Chacko 'ran...@getaround.com');>> > Date: Fri, Sep 21, 2012 at 2:55 PM > Subject: Re: [Matplotlib-users] install problem on OSX 10.8 > To: Benjamin Root '

Re: [Matplotlib-users] install problem on OSX 10.8

2012-09-21 Thread Benjamin Root
On Fri, Sep 21, 2012 at 2:19 PM, Ranjit Chacko wrote: > I'm having some trouble compiling matplotlib, and I'm not sure how to fix > it. Does anyone have any advice on how to proceed given the following > traceback? > > Thanks, > > -Ranjit > > Which version of matplotlib? How are you building it

[Matplotlib-users] install problem on OSX 10.8

2012-09-21 Thread Ranjit Chacko
I'm having some trouble compiling matplotlib, and I'm not sure how to fix it. Does anyone have any advice on how to proceed given the following traceback? Thanks, -Ranjit building 'matplotlib.ft2font' extension gcc -DNDEBUG -g -fwrapv -O3 -Wall -Os -I/usr/X11/include -I/usr/X11/include/freetype2

Re: [Matplotlib-users] Install error on Mac OS X 10.8 (mountain lion): ft2build.h

2012-08-26 Thread Timothy Duly
Hi, It turns out I was missing two packages: freetype and libpng. These could be downloaded as brew install freetype brew install libpng I thought I had done this... I may have re-installed pkg-config via brew as well. I'm not sure why I was unable to google this After making these changes

[Matplotlib-users] Install error on Mac OS X 10.8 (mountain lion): ft2build.h

2012-08-26 Thread Timothy Duly
Hi, I'm having trouble installing matplotlib on my Mac OS X mountain lion (10.8). See my output below. Note two things: 1. The error is "predicted" by freetype2: found, but unknown version (no pkg-config) * WARNING: Could not find 'freetype2' headers in an

[Matplotlib-users] install/link matplotlib backend in parallel python version

2012-04-18 Thread Naljer
Hi, I would like to use the pre-installed backends like TKAgg an so on with python2.7. My standard-python is 2.6 and python 2.7 doesnt find the backends. python2.7: import matplotlib matplotlib.use('TkAgg') from pylab import * error something like: no tkinter installed Please help! :-) --

Re: [Matplotlib-users] install from svn, pick correct of two numpy header locations

2010-07-07 Thread Angus McMorland
On 7 July 2010 14:00, John Hunter wrote: > On Wed, Jul 7, 2010 at 12:12 PM, Eric Firing wrote: >> On 07/07/2010 04:25 AM, Angus McMorland wrote: >>> Hi all, >>> >>> I'm trying to install matplotlib from svn. I have two versions of >>> numpy on my computer: one installed by the Ubuntu package mana

Re: [Matplotlib-users] install from svn, pick correct of two numpy header locations

2010-07-07 Thread John Hunter
On Wed, Jul 7, 2010 at 12:12 PM, Eric Firing wrote: > On 07/07/2010 04:25 AM, Angus McMorland wrote: >> Hi all, >> >> I'm trying to install matplotlib from svn. I have two versions of >> numpy on my computer: one installed by the Ubuntu package manager in >> /usr/lib and one installed from source

Re: [Matplotlib-users] install from svn, pick correct of two numpy header locations

2010-07-07 Thread Eric Firing
On 07/07/2010 04:25 AM, Angus McMorland wrote: > Hi all, > > I'm trying to install matplotlib from svn. I have two versions of > numpy on my computer: one installed by the Ubuntu package manager in > /usr/lib and one installed from source in /usr/local/lib which takes > precedence based on the orde

[Matplotlib-users] install from svn, pick correct of two numpy header locations

2010-07-07 Thread Angus McMorland
Hi all, I'm trying to install matplotlib from svn. I have two versions of numpy on my computer: one installed by the Ubuntu package manager in /usr/lib and one installed from source in /usr/local/lib which takes precedence based on the order of my PYTHONPATH. I'm trying to install the latest matpl

Re: [Matplotlib-users] install from svn on Linux not working for me

2010-04-19 Thread Mauro Cavalcanti
That's it. I had precisely these same problems when upgrading from Python 2.5 to 2.6 (which in turn happened when I upgraded from Ubuntu Intrepid to Jaunty, which BTW is *much better* than Intrepid). All issues were instantly solved by installing the Python development packages. Best wishes, 2010

Re: [Matplotlib-users] install from svn on Linux not working for me

2010-04-19 Thread Darren Dale
On Mon, Apr 19, 2010 at 4:30 AM, LUK ShunTim wrote: > On 04/19/2010 01:52 PM, C M wrote: >> My goal is to just get the lastest svn version of matplotlib, or, if >> not that, just the 0.99 version, up and working on my Linux (Intrepid >> Ibex) computer.  I checked it matplotlib out from svn fine, a

Re: [Matplotlib-users] install from svn on Linux not working for me

2010-04-19 Thread LUK ShunTim
On 04/19/2010 01:52 PM, C M wrote: > My goal is to just get the lastest svn version of matplotlib, or, if > not that, just the 0.99 version, up and working on my Linux (Intrepid > Ibex) computer. I checked it matplotlib out from svn fine, and then, > as per the webpage, did: > >> cd matplotlib >>

[Matplotlib-users] install from svn on Linux not working for me

2010-04-18 Thread C M
My goal is to just get the lastest svn version of matplotlib, or, if not that, just the 0.99 version, up and working on my Linux (Intrepid Ibex) computer.  I checked it matplotlib out from svn fine, and then, as per the webpage, did: > cd matplotlib > python setup.py install and that resulted in

[Matplotlib-users] Install problem on Mac OS 10.5

2009-11-04 Thread priggs
Hi When I try installing matplotlib version 99.1.1 on my Mac OS 10.5 using the DMG I receive the following error: "You cannot install matplotlib 0.99.1.1-r7813 on this volume. matplotlib requires System Python 2.5 to install." But I am using System Python 2.5: Python 2.5.1 (r251:54863, Feb 6 20

[Matplotlib-users] install error on mac

2009-10-18 Thread DK Smith
Hi, Is this a common problem when installing matplotlib on Mac OS? The matplotlib (OS X/.dmg) installer provides this error msg: You cannot install matplotlib 0.99.1.1-r7813 on this volume. matplotlib requires System Python 2.6 to install. ## Yet it appears I have the correct Python available o

Re: [Matplotlib-users] install error, libz, ld, lz

2009-06-26 Thread Sandro Tosi
Hello Jack, On Wed, Jun 24, 2009 at 22:07, Jack Yu wrote: > Hi everyone, > > I am trying to install the latest version of matplotlib from svn.  However, > after cd-ing into the matplotlib directory, and running "python setup.py > install --prefix=${path}", I get the following error: > > /usr/bin/l

[Matplotlib-users] install error, libz, ld, lz

2009-06-26 Thread Jack Yu
Hi everyone, I am trying to install the latest version of matplotlib from svn. However, after cd-ing into the matplotlib directory, and running "python setup.py install --prefix=${path}", I get the following error: /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/b

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.* > > Howe

Re: [Matplotlib-users] Install problem on Leopard

2008-03-25 Thread Christopher Barker
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, for some odd reason none of us understand, under some circumstance

Re: [Matplotlib-users] Install problem on Leopard

2008-03-24 Thread Andrew Charles
On Tue, Mar 25, 2008 at 4:45 AM, Christopher Barker <[EMAIL PROTECTED]> wrote: > > Processing dependencies for matplotlib==0.91.2 > > Searching for matplotlib==0.91.2 > > But now it has determined that it has mpl 0.91.2 as a dependency, which > is just plain odd -- I really don't get setuptools

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] Install problem on Leopard

2008-03-24 Thread Christopher Barker
Andrew Charles wrote: > Yes it was the matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg I tried to > install. I've posted the entire easy_install output below. Thanks. First, a note: There is confusion here. If I have it right, the OP is trying to install the BINARY egg that is up on sourceforge into

Re: [Matplotlib-users] Install problem on Leopard

2008-03-22 Thread Simson Garfinkel
Hi. I've seen this problem before. I think that you need to install freetype developer. The easiest way to install this is with macports and then type "port install freetype" On Mar 21, 2008, at 9:50 PM, Andrew Charles wrote: > Yes it was the matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg I tr

Re: [Matplotlib-users] Install problem on Leopard

2008-03-21 Thread Andrew Charles
Yes it was the matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg I tried to install. I've posted the entire easy_install output below. I'll let the list know if i resolve the problem. Andrew --- Processing matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg crea

Re: [Matplotlib-users] Install problem on Leopard

2008-03-21 Thread Christopher Barker
Andrew Charles wrote: > Looking back over the easy_install output it looks as if it does > download another tarball and try to build it. I read another thread > where this was happening to someone else. What did you try to install? was it this: matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg which I

Re: [Matplotlib-users] Install problem on Leopard

2008-03-21 Thread Andrew Charles
On Fri, Mar 21, 2008 at 10:13 AM, Christopher Barker <[EMAIL PROTECTED]> wrote: > > Compiling Matplotlib from source, or easy_installing the egg > > > >>From the egg: > > ld: in /sw/lib/libJPEG.dylib, file is not of required architecture for > > hmm -- odd, I wouldn't think the egg should be lin

Re: [Matplotlib-users] Install problem on Leopard

2008-03-20 Thread Chris.Barker
Charlie Moad wrote: > 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. Actually, I think the OP IS using a universal python, thus both flags -- he isn't manually pa

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-20 Thread Christopher Barker
Andrew Charles wrote: > Compiling Matplotlib from source, or easy_installing the egg >>From the egg: > ld: in /sw/lib/libJPEG.dylib, file is not of required architecture for hmm -- odd, I wouldn't think the egg should be linked against what looks like a macports libJPEG -- are you sure it isn't

[Matplotlib-users] Install problem on Leopard

2008-03-20 Thread Andrew Charles
Hi Folks, I'm having some trouble installing Matplotlib on a Macbook pro running Leopard. I installed macpython 2.5.2, and I have numpy and scipy installed from source for the 2.5.2 installation. Compiling Matplotlib from source, or easy_installing the egg (matplotlib-0.91.2-py2.5-macosx-10.3-fa

[Matplotlib-users] install problem: xlib link error

2007-08-16 Thread Steven Rodney
I've been trying to install matplotlib with interactive plotting support on a non-standard linux distribution (sidious.isani.org). I have successfully installed matplotlib 0.90.1 with python 2.4.3 and IPython 0.7.2. I can make plots with any of the image backends, but the TkAgg backend fails with

[Matplotlib-users] install matplotlib 0.90 on Linux

2007-03-01 Thread txie
I installed the numpy-1.0.1 successfully, but failed to install matplotlib 0.90. My linux env is DreamHost Debian Linux. There are some things I can't control. Anyone successfully doing so on DH hosted machine? Thanks! [catalina]$ ../python2.5/bin/python setup.py install GTK requires pygtk GTKAg

Re: [Matplotlib-users] install problem with python 2.5

2006-12-05 Thread Fabian Braennstroem
Hi John, * John Hunter <[EMAIL PROTECTED]> wrote: >> "Fabian" == Fabian Braennstroem <[EMAIL PROTECTED]> writes: > >>> I am trying to install matplotlib 0.87.7 with my newly separate >>> installed python 2.5. For this I installed 'pygtk 2.4.1' and >>> numpy 1.0 using this python

Re: [Matplotlib-users] install problem with python 2.5

2006-12-05 Thread John Hunter
> "Fabian" == Fabian Braennstroem <[EMAIL PROTECTED]> writes: >> I am trying to install matplotlib 0.87.7 with my newly separate >> installed python 2.5. For this I installed 'pygtk 2.4.1' and >> numpy 1.0 using this python 2.5 installation. Now, running >> 'python2.5 setup.py

Re: [Matplotlib-users] install problem with python 2.5

2006-12-04 Thread Fabian Braennstroem
Hi, me again :-) * Fabian Braennstroem <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to install matplotlib 0.87.7 with my newly > separate installed python 2.5. For this I installed 'pygtk > 2.4.1' and numpy 1.0 using this python 2.5 installation. > Now, running 'python2.5 setup.py build' I

[Matplotlib-users] install problem with python 2.5

2006-11-29 Thread Fabian Braennstroem
Hi, I am trying to install matplotlib 0.87.7 with my newly separate installed python 2.5. For this I installed 'pygtk 2.4.1' and numpy 1.0 using this python 2.5 installation. Now, running 'python2.5 setup.py build' I get this error: ... /usr/include/pygtk-2.0/pygobject.h:140: error: expected `,'

Re: [Matplotlib-users] install on Mac

2006-11-07 Thread Charlie Moad
> There are currently no Mac binaries for > that version on SourceForge or pythonmac. They're up now. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated tech

Re: [Matplotlib-users] install on Mac

2006-11-07 Thread Alan Isaac
On Tue, 7 Nov 2006, Charlie Moad wrote: > You'll need 0.87.7. I will try to build/post these > tonight. Thanks!!! > It's not terrible to get it compiled on OSX, but it's not > trivial at the same time. That is what I feared. Thanks again! Alan Isaac

Re: [Matplotlib-users] install on Mac

2006-11-07 Thread Charlie Moad
On 11/7/06, Alan Isaac <[EMAIL PROTECTED]> wrote: > On Mon, 06 Nov 2006, Alan Isaac wrote: > > I'm using MacPython 2.5 with numpy installed, > > and I wish to install matplotlib. Possible? Easy? > > I'm brand new on the Mac and used to the Windows installers, > > so if you can point me to *step by

Re: [Matplotlib-users] install on Mac

2006-11-07 Thread Alan Isaac
On Mon, 06 Nov 2006, Alan Isaac wrote: > I'm using MacPython 2.5 with numpy installed, > and I wish to install matplotlib. Possible? Easy? > I'm brand new on the Mac and used to the Windows installers, > so if you can point me to *step by step* instructions I'd be > very grateful. I need to

[Matplotlib-users] install on Mac

2006-11-06 Thread Alan Isaac
I'm using MacPython 2.5 with numpy installed, and I wish to install matplotlib. Possible? Easy? I'm brand new on the Mac and used to the Windows installers, so if you can point me to *step by step* instructions I'd be very grateful. Thanks, Alan Isaac

Re: [Matplotlib-users] install matplotlib with python2.5

2006-09-26 Thread Charlie Moad
matplotlib-0.87.5 is not compatible with python2.5. We are planning a minor rev bump tomorrow to address this. You can wait until then or trying building from svn. On 9/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have installed Python 2.5 as a separate installation from 2.4, and am t

[Matplotlib-users] install matplotlib with python2.5

2006-09-26 Thread djf
I have installed Python 2.5 as a separate installation from 2.4, and am trying to install matplotlib in the site-packages of the new version. I have installed numpy and scipy successfully, but am having the following trouble when I try to setup matplotlib. Any suggestions? thank you... ___

[Matplotlib-users] Install

2006-07-11 Thread Brice Thurin
Dear All, i was wondering if they are a binary package for matplotlib for macos10.3 with python2.4, and the last version of numpy. The one i found is only the 0.82 and required numeric. Or do i have to build from source. I am a bit confused as the last source file still talk about numeric and