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
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
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
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
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
-
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
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
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
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
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
Hi! :-)
there are three build-in python versions in my linux-distro
python (Standard) ->python 2.6.5
python2.7 ->python 2.7.1
python3->python 3.1.2
mpl works fine with py2.6.5 (installed via packagemanager), but
i would like to use the new versions of numpy, scipy an
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
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
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 install because it can't find a Python 2.6 and ma
Hi,
Trying to install 1.0.1 on OSX 10.6, with python 2.7 (built from source),
GCC 4.6.1 built from source (to get Fortran compiler), numpy 1.6.1, and libpng
1.4.8. Modified setup.cfg to specify TkAgg backend, and setupext.py line 832
(remove the "[-2]" to get around list indexing error, mayb
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
Hi,
Just a quick point of information that might saved time to some of you.
Installation of matplotlib is now pretty straightforward on Mac OS X 10.7 with
HomeBrew.
Let's say you want to install the last version :
$ brew install pkg-config
$ git clone git://github.com/matplotlib/matplotlib.git
$
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 new bug tracker, which seems to me like a downgrade.
second i
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
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:
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.
Friends,
I am using mpl in fedora10. I installed mpl (version 0.98.5.2) with yum
previously. Since yum does not upgrade to latest mpl version, i have
downloaded the tarball to install from the source. Now i want to install mpl
in the same location as previously done by yum (info. given below).
1)
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
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 th
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
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
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
>
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.
>
>
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
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
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
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)]
>
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
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
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've
tried EasyInstall, svn, and dmg. The dmg expects Apple Python 2.6 so
that's out
> 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
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
Has anyone created installation package for matplotlib 0.99.3 that is
compatible with MAC OS 10.5 and Python 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 everything else is up to date).
--
R. Padraic Spr
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
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, hist' gets a traceback with the message "ImportError:
No mod
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
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
Installation question:
The import pylab command reports an error. See bold below for details. What
installation step(s) am I missing?
Thanks!
# uname -a
Linux SESB01-RE01 2.6.18-92.el5 #1 SMP Tue Jun 10 18:51:06 EDT 2008 x86_64
x86_64 x86_64 GNU/Linux
#!/usr/bin/python
# File: mp_versions.
Hello,
I'm trying to install matplotlib and am getting the error:
[lots of OK output]
g++ -pthread -shared build/temp.linux-x86_64-2.6/src/_png.o
build/temp.linux-x86_64-2.6/src/mplutils.o
build/temp.linux-x86_64-2.6/CXX/cxx_extensions.o
build/temp.linux-x86_64-2.6/CXX/cxxsupport.o
build/temp
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
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
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
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
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
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
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
Friends,
I installed matplotlib in Fedora10 using yum which installed the version
0.98.1 .I could nt upgrade matplotlib using yum.
Hence i downloaded the source and tried to install but i am getting the
following error. Kindly write me what is going wrong.
[r...@ramana matplotlib-0.98.5.2]# pytho
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
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
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:
>
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
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
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
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
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
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
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 the previous ubuntu...
I tried the: p
Hi all,
I'm trying to install the latest matplotlib on a couple of machines.
They both run the same OS (an old custom version between Fedora 2 and 3)
but the rest of the setup are rather different. For the curious, one is
an MR scanner and the other is a developmental machine for compiling
pul
Hi,
I would really like to use matplot lib, however I am having big
problems as I try to do this on OSX 10.5. if there is someone how
could give a detailed explination of how to get rid of the
preinstalled python that is apparently rubbish and then how to install
a new python version that would re
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
> 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
-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
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.
-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. Any tips would be appreciated.
My setup is:
Mac Pro PPC G5, OS X 10.5.4
Python 2.5.1 (App
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):
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:
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
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
Hi
I'm trying to install the 0.91.2 maintenance from the SVN on a Ubuntu 8.04
system.
But I have an error about Tkinter during the checkin of dependancies :
OPTIONAL BACKEND DEPENDENCIES
libpng: 1.2.15beta5
Tkinter: no
* Tkinter present, but h
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
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
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
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
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
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
A question was posted a week or so ago on the scipy list about installing
Python/mpl/numpy/scipy/Ipython by David Arnold (both Windows and Mac). He
was interested in a simple install for students (and others that are less
computer-savy). We had a little off-list correspondence, but thought to
bring
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
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
> 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
Hi, I am trying to install matplotlib 0.90.1. I have python 2.5 on a fresh
Mandriva 2007.1 installation. I have installed numpy and scipy - I think
these are ok, they both import and the tests were largely successful. I
believe I have all the background packages installed -
- matplotlib core
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
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?
-
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:
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
> "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
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
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
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
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
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
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
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
I'm in the process of migrating from Windows to Mac OS X and doing my
first round of installations from source code in the process. In trying
to install matplotlib I get the following error:
/usr/bin/ld: for architecture i386
/usr/bin/ld: can't locate file for: -lpng
collect2: ld returned 1 exi
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
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
>
1 - 100 of 120 matches
Mail list logo