In article <5b7d5731-75a1-4a27-8864-c973259cf...@neuro.uni-bremen.de>,
Felix Patzelt
wrote:
> The dmg you are referring to appears to install to
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
> (The main library, not the one for in our user directory). Most l
Thank you for the information Paul and Felix.
I have followed your advice and installed a package manager, pip. However,
running:
sudo pip install matplotlib
did not work. Instead, the key was:
sudo pip install git+
https://github.com/matplotlib/matplotlib.git#egg=matplotlib-dev
worked well,
The dmg you are referring to appears to install to
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
(The main library, not the one for in our user directory). Most likely, this
directory is not in pythons search path. Therefore, python can't find any
modules install
On Fri, Aug 17, 2012 at 2:30 PM, Timothy Duly wrote:
> Hi,
>
> I'm having trouble installing matplotlib on mac os x. I downloaded the dmg
> file (matplotlib-1.1.1-py2.7-python.org-macosx10.6.dmg) from
> http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.1/
> . I was able t
On Sun, Nov 7, 2010 at 5:10 AM, Friedrich Romstedt
wrote:
> Hi,
>
> A.S.: Ralf, wasn't the reason why we shifted to Vincent's build
> machine running 10.5, because numpy didn't run on 10.4 when built on
> 10.6?
No, the numpy installers have never had a problem on 10.4 AFAIK. The
issue was that in
Hi,
A.S.: Ralf, wasn't the reason why we shifted to Vincent's build
machine running 10.5, because numpy didn't run on 10.4 when built on
10.6?
2010/11/2 pablomos :
> I attempted to install Pylab on my own computer and so far have had no
> success. I followed these steps:
> 1) downloaded Python 2.
SORRY
DON'T USE IT FOR NOW
There was some mistake even in the freetype instructions.
I was tooo quick. I will post once I've tested everything.
cu
Friedrich
2010/10/27 Friedrich Romstedt :
> Maybe you can make use of this, it's not complete but I'll work on it
> tomorrow.
>
> ESPECIALLY for
Hello,
I didn't mean it bad for the people at macports. I know you are
working very hard and you have all of my respect, honestly.
I was confusing, sorry. My personal problem is that somebody convinced
me about the it's-so-easy-ness of apple's products and I thought I
would give it a shot. This w
On Wed, Oct 27, 2010 at 4:19 PM, Pau wrote:
> Sorry for being negative, but it's reassuring that I took the right
> decision when I gave back my macbook pro to IT and asked for a
> thinkpad instead and I installed UNIX on it. You know what I did to
> install matplotlib on my OpenBSD laptop?
>
> p
Sorry for being negative, but it's reassuring that I took the right
decision when I gave back my macbook pro to IT and asked for a
thinkpad instead and I installed UNIX on it. You know what I did to
install matplotlib on my OpenBSD laptop?
pkg_add py-matplotlib
And after 1 minute it was up and ru
Maybe you can make use of this, it's not complete but I'll work on it tomorrow.
ESPECIALLY for the libpng there is a trick to make fat libpng.
http://vincentdavis.info/Shared/Docs/matplotlib-installation/build/html/Macosx10.6.html
Maybe you can complete the sections which are in.
Friedrich
---
Just got a little bit of spare time and looked up some words and
remembered what I wrote you.
I just want to clarify:
1) Not YOU are buggin us/me. Just the subject is keeping us writing
emails to bugged users.
2) I used this word (to bug) in the wrong sense. I looked it up now
and it was not w
2010/10/20 James Battat :
> Hi,
> I'm having trouble with my built-from-source installation of matplotlib on
> Snow Leopard (I also tried installing from the .dmg file, but that install
> failed -- see below for details).
*SIGH* *SIGH*
YEAH, this keeps bugging us.
Please do a search in Gmane (h
2010/9/10 Yannis Haralambous :
> when I launch the DMG installer
> matplotlib-1.0.0-python.org-py2.6-macosx10.4.mpkg
> I get an error message, that my volume does not contain "System Python 2.6".
> I'm running a standard MacOS X 10.6.4 with python 2.6.1 running from /usr/bin
> And I do have Python
Christopher Barker wrote:
> The diskimage is usually built for the python binary supplied by
> python.org -- that is what the message means by the "system version". I
> tried to submit a patch to change that message a year or two ago, but I
> guess it never got applied -- maybe I'll try again.
Lisa M Winter wrote:
> 1) The diskimage installation: When I open the installer, I am told
> that I can not install matplotlib on my disk because I do not have a
> system version of python 2.6. I do not understand this error since I
> am running the default version (which is 2.6.1).
The dis
You're right--that's pretty simple. I ran that exact code and it worked
fine.
Don't know what to say except that this is above my competence level to dig
into the guts of tk. Looks like a problem for John Hunter.
Sorry I couldn't help more,
Bill
On 12/2/09 2:49 PM, "Lisa M Winter" wrote:
> fr
Sure. This is all that it is:
from pylab import *
plot([1,2,3])
show()
On Dec 2, 2009, at 3:42 PM, William Carithers wrote:
> Hi Lisa,
>
> Hmm. I also use TKAgg with no problems. Looking at your code, it
> looks like
> you are trying the first example in the tutorial. Just to be sure,
> co
Hi Lisa,
Hmm. I also use TKAgg with no problems. Looking at your code, it looks like
you are trying the first example in the tutorial. Just to be sure, could you
post/send a full listing of your simple_plot.py?
Thanks,
Bill
On 12/2/09 2:01 PM, "Lisa M Winter" wrote:
> Thanks for the pointers,
Thanks for the pointers, Bill.
I tried installing from source as you suggested, but I am getting the
same errors when I try to plot. What backend are you using?
Here is what I get when I try using TkAgg:
casa98-125-dhcp:.matplotlib lisa$ python simple_plot.py --verbose-
helpful
$HOME=/Users/
Hi Lisa,
I had lots of trouble installing on 10.6 as well. What finally worked for me
is to use the (recommended) file make.osx that comes with the matplotlib
download. You have to edit that file to point to the versions of Python (you
want 2.6) and OSX (you want 10.6). I'm attaching a version tha
Hello,
First, make sure that you have installed the Apple Developer Tools,
and the "BSD components" from the DVDs OS X.
Then, please indicate your version of python, and of numpy, and give
the installation log.
Pierre
Le 13 oct. 09 à 19:14, William Carithers a écrit :
> I've not been able
Farhan Sheikh wrote:
> when i installed python 2.6, i installed it into the /usr/local/lib
> folder
maybe I wasn't clear -- the MPL installer it meant to be used with the
binary from python.org. You want use the installer you get here:
http://www.python.org/download/
> python -c "import sys; p
Farhan Sheikh wrote:
> i have python 2.6 running on my mac osx 10.5, however when installing
> the binary file provided, it says i need to have python 2.6 on my
> machine. i dont understand why this is happening as when open a new
> terminal and type 'python', python version 2.6.2 is the vers
A quick but not necessarily accurate answer: Don't use Python 2.6. Use
Python 2.5. I don't think matplotlib has been 'certified' for 2.6 yet.
I suggest
(1) uninstall Python 2.6 and numpy for 2.6.
(2) Install Python 2.5 and numpy for 2.5
(3) Install matplotlib for 2.5
Constantine
0
Trying your suggestion did not work. However, doing this:
export CPP=/usr/bin/g++
python setup.py build
did work. Go figure.
--Mike
Michael Droettboom wrote:
> Hmm... the selection of the compiler command is actually deep within
> distutils -- matplotlib doesn't address it. I'm surprised th
Hmm... the selection of the compiler command is actually deep within
distutils -- matplotlib doesn't address it. I'm surprised the CXX
environment variable isn't getting picked up. I use that all the time
to test different compilers.
Did you try:
export CXX=/usr/bin/g++
python setup.py build
I tried setting CXX=/usr/bin/g++ in my .bashrc, but I still get the same
error. Is there some file in the matplotlib distribution that I need to
edit with this information?
--Mike
Michael Hearne wrote:
> I can't using gcc, but I can using g++, which is installed. I guess
> I'll just set the
I can't using gcc, but I can using g++, which is installed. I guess
I'll just set the CXX variable to the path for g++.
I don't know enough about gcc to understand why the two aren't linked
together...
Thanks for the help,
Mike
Michael Droettboom wrote:
> Michael Hearne wrote:
>> Two question
Michael Hearne wrote:
> Two questions:
> 1) I'm trying to upgrade an installation of matplotlib I have on a RHEL5
> system. When trying:
>
> /usr/local/bin/python setup.py build
>
> I get the error message:
> "gcc: src/ft2font.cpp: C++ compiler not installed on this system
> error: command 'gcc'
Michael Hearne wrote:
> 2) So that I don't have to bother the list with things like this, how
> can I _search_ the mailing list for keywords?
I usually search mailing lists through gmane.org, for this particular
list the link is:
http://dir.gmane.org/gmane.comp.python.matplotlib.general
JLS
Aha, I did not have VC++ 2008 EE on my PC, so it actually didn't compile
anything.
Now that I have it, I get a dependency problem with Freetype2. The build
command fails with:
c:\python26\matpotlib\src\ft2font.h(13) : fatal error C1083: Cannot open
include
file: 'ft2build.h': No such file or di
Romi Agar wrote:
> Hi!
>
> I'm having a bit difficulty getting matplotlib to run under windows
> (vista x64) with python 2.6.
> I downloaded the source from svn, ran the build and install commands,
Does that mean "python setup.py install"?
> then copied the content of /build/lib.win32-2.6
> to
As I mentioned in a previous email last night, I have built an
installer for matplotlib (updated this afternoon) off the SVN trunk.
You are welcome to use it, however be aware that maplotlib does not
support Python 2.6 (and won't until after Numpy officially supports
Python 2.6) and there are some
Hi,
While others have mentioned the dual architecture problem, I'm going
to completely divert your question and just point you to these two
install notes for os x ... I think the last time I compiled matplotlib
from source, I followed this .. it worked quite flawlessly on my MBP:
http://ipyt
Compiling some packages as fat binaries is a bit tricky. For some
reason the double arch flag is messing it up. Are you set up using gcc
3.x or 4.x?
If I recall correctly there has been some discussion of problems
building matplotlib on the pythonmac-sig list, you might want to try
looking
are you sure you need to specify -arch i386 -arch ppc and not only -arch
ppc ??
It seems that according to the log mentioning i386 here does not please
the linker. Maybe try without it?
my 2 cents,
Johann
Ari Ehrmann wrote:
> Hey all,
>
> I've been having a lot of trouble installing matplotlib
Michael Hearne wrote:
> Jeff (or anyone) - I recently reinstalled all of my numpy/scipy
> related packages, including matplotlib, from a Mac OS X installer
> called the SciPy SuperPack.
>
> (http://macinscience.org/?page_id=6)
>
> All of the packages he includes work really well.
>
> However, aft
John Washakie a écrit :
> Hello,
>
> I want to use matplotlib with Plone. I have it installed on my
> machine, but not for the Plone instance of Python. What are the steps
> I need to take to install it so that it is recognized by the Plone
> Python instance?
> Thanks!
>
> ---
39 matches
Mail list logo