Dear Pim,
2010/5/27 Pim Schellart :
> At first I used the binaries for the latest stable releases of Python
> 2.6 + numpy + matplotlib from the respected websites.
> But in order to compile a custom library I needed Python to be compiled 64
> bit.
For me this was the same with PIL ... though I d
Dear Friedrich,
sorry for the confusion.
It may very well be that I misinterpreted part of the problem as I am
no expert either.
The problem came to be as follows.
At first I used the binaries for the latest stable releases of Python
2.6 + numpy + matplotlib from the respected websites.
But in ord
2010/5/25 Pim Schellart :
> I tried both and although it now seems to find the libraries it still
> fails to link something.
>
> src/_png.cpp:293: error: ‘png_infopp_NULL’ was not declared in this scope
> src/_png.cpp:293: error: ‘png_infopp_NULL’ was not declared in this scope
I compiled matplotl
On Wed, May 26, 2010 at 10:47 AM, Pim Schellart wrote:
> Dear John and George,
>
> I am happy to report that everything is now working!
> The latest SVN patch fixed the fetch problem and a complete removal of
> my custom compiled libpng and libfreetype2 followed by:
>
> sudo make -f make.osx fetch
Dear John and George,
I am happy to report that everything is now working!
The latest SVN patch fixed the fetch problem and a complete removal of
my custom compiled libpng and libfreetype2 followed by:
sudo make -f make.osx fetch deps mpl_build mpl_install
sudo python setup.py install
did the re
On Wed, May 26, 2010 at 5:18 AM, Pim Schellart wrote:
> Hi John and George,
>
> I did of course rtfm :)
> However when I do this for the latest svn checkout I get:
>
> matplotlib $ PREFIX=/usr/local sudo make -f make.osx fetch deps mpl_install
> Password:
> python2.6 -c 'import urllib;
> urllib.ur
Hi John and George,
I did of course rtfm :)
However when I do this for the latest svn checkout I get:
matplotlib $ PREFIX=/usr/local sudo make -f make.osx fetch deps mpl_install
Password:
python2.6 -c 'import urllib;
urllib.urlretrieve("http://www.zlib.net/zlib-1.2.3.tar.gz";,
"zlib-1.2.3.tar.gz"
If what John suggests doesn't work, and you really only need 64 bit,
then the nuclear option is to remove all occurrences of
-arch i386
from the makefile (assuming you have a framework build) at
/Library/Frameworks/Python.framework/Versions/Current/lib/python2.6/config/Makefile
This should only
On Tue, May 25, 2010 at 10:45 AM, Pim Schellart wrote:
> Hi John and George,
>
> I tried both and although it now seems to find the libraries it still
> fails to link something.
>
> matplotlib-0.99.1.1 $ sudo python setup.py install
According to the README I pointed you too, this isn't the comman
On Tue, May 25, 2010 at 10:10 AM, George Nurser wrote:
> Hi,
> Installing pkg-config sorted things out for me.
>
> http://pkgconfig.freedesktop.org/releases/pkg-config-0.23.tar.gz
Also, you may want to try the make.osx script which lives beside
setup.py. See the associated README.osx file.
JDH
Hi,
Installing pkg-config sorted things out for me.
http://pkgconfig.freedesktop.org/releases/pkg-config-0.23.tar.gz
--George.
On 25 May 2010 16:03, Pim Schellart wrote:
> Hi Everyone,
>
> I am attempting to compile matplotlib against a 64 bit version of
> Python 2.6 compiled and installed from
Hi Everyone,
I am attempting to compile matplotlib against a 64 bit version of
Python 2.6 compiled and installed from source on OSX 10.6 (Snow
Leopard).
Numpy, scipy, freetype2 and libpng have been installed and work just
fine, however I cannot get matplotlib to compile correctly.
I get the follo
12 matches
Mail list logo