According to this page from Apple:
http://developer.apple.com/releasenotes/OpenSource/PerlExtensionsRelNotes/index.html
you can use
env ARCHFLAGS='-arch i386' python setup.py build
I have tried this for 64-bits Python (using '-arch x86_64') and it seems to
work fine.
--Michiel.
--- On Wed, 8
Reinier Heeres wrote:
> Hi all,
>
> I would like to propose the attached patch to be able to use a gamma
> value for color maps. This will make it simple to make your color
> scale more 'sensitive' at the bottom or at the top, as can be seen in
> the attached example. This could in principle also
I think this would be useful.
While you're at it, in the attached file I have a function
"rescale_cmap" that effectively changes the autoscaling of the colormap
to the data by allowing specification of the range limits - I find this
useful.
You might like to look at this to see if it's worth ge
Thanks for the suggestion Jeff. I have been dealing with the same problem.
I found the makefile in
/Library/Frameworks/Python.framework/Versions/Current/lib/PythonX.Y/config/Makefile
from an EPD install. Is this makefile the template used whenever I build a
package against python using distutils?
I am new to trying to build matplotlib from svn and believe I am up against
the issue described in this thread. That is, building matplotlib on Python
2.6.2/Windows, compiling/linking with MinGW seem to go fine but upon trying
to
from pylab import *
I get
(lots of t
Michael Hearne wrote:
> I apologize for cross-posting - I realized I probably shouldn't have
> posted this on the user's list first...
>
> Hello - I am attempting to build matplotlib from source on os X, and
> getting an error about a shared library being the wrong architecture.
> The confus
I apologize for cross-posting - I realized I probably shouldn't have
posted this on the user's list first...
Hello - I am attempting to build matplotlib from source on os X, and
getting an error about a shared library being the wrong architecture.
The confusing thing is that the call to g++
Hi - scratch that. Only *seems* to be working. Actually it hangs when I run
scripts that open figures. I am going to undo all this and forget I ever
started down this path.
Cheers,
Ariel
On Wed, Aug 12, 2009 at 11:10 AM, Ariel Rokem wrote:
> Hi again - a string of strange things just happened.
Hi again - a string of strange things just happened. After this recent chain
of failures, I decided to try to do some random attempts at making this
work.
First, I ran 'sudo python setup.py install' in the directory into which I
had checked out the mpl source. After going through all of the above,
Hi Fernando and John,
regardless of the clunky way in which I was trying to introduce our patch, I
still want to be able to build MPL from source on my machine. It is a
distraction, but, hey, it's a distraction on top of a distraction on top of
a distraction, so at this point, I might as well be d
Hi everyone,
This is my first posting on matplotlib-devel. I have only picked up python
and MPL a year ago for some bioinformatics stuff and I love it. I have
never been involved in contributing to an open-source project but I would
love to help. I have only basic understanding of tools like sv
Hi John,
Now I remember why I never figured out how to contribute. I don't have a
Visual Studio 2003 compiler (only 2008 is available from microsoft any more)
and I don't have time to figure out all the flags and so on to compile. I do
have Mingw32 but no jumbling of ["python.exe", "setup.py", "ins
Those of you with an interest in mpl docstring processing may want to
comment on this tracker item
https://sourceforge.net/tracker/index.php?func=detail&aid=2835685&group_id=80706&atid=560720
JDH
--
Let Crystal Reports h
On Wed, Aug 12, 2009 at 2:26 AM, Fernando Perez wrote:
> By the way John, in this particular case, I don't think the change
> warrants a before/after example, because the before case is "it
> doesn't run" :) The code today makes calls to Numeric routines like
> typecode() that simply don't exist
On Tue, Aug 11, 2009 at 7:29 PM, Ariel Rokem wrote:
> ASR:matplotlib arokem$ make build_os105
> make: *** No rule to make target `build_os105'. Stop.
Typo: John said:
make build_osx105
Note the extra 'x'.
By the way John, in this particular case, I don't think the change
warrants a before/a
15 matches
Mail list logo