Re: [matplotlib-devel] matplotlib-grayscale

2011-11-09 Thread Friedrich Romstedt
2011/10/22 Eric Firing : > moved from matplotlib-users: > > http://sourceforge.net/mailarchive/forum.php?thread_name=CAN06%3DCx2zgh8YrnF2WRaJ%3D0E8i3ROLdYW4VuurtqKrx3mdkeEg%40mail.gmail.com&forum_name=matplotlib-users OK > On 10/22/2011 09:31 AM, Friedrich Romstedt wrote: >> >> 2011/10/21 Friedri

Re: [matplotlib-devel] Py3 merge

2011-11-09 Thread Christoph Gohlke
On 11/9/2011 2:00 PM, Arik Raffael Funke wrote: > Hi Mike, > > I managed to get matplotlib to compile and run on Python 3.2.2 on > Windows though at present there are two problems: > > 1. The linker is missing the "/MANIFEST" argument. This means that the > manifest files are not being created an

Re: [matplotlib-devel] Py3 merge

2011-11-09 Thread Arik Raffael Funke
Hi Mike, I managed to get matplotlib to compile and run on Python 3.2.2 on Windows though at present there are two problems: 1. The linker is missing the "/MANIFEST" argument. This means that the manifest files are not being created and somehow the module does not link the dependencies properl

[matplotlib-devel] Py3 merge

2011-11-09 Thread Michael Droettboom
I just pressed the big green merge button... :) Master should now have all of the Python 3 portability changes. It's passing all tests, and running all examples, but I still wouldn't be surprised if some things broke in the process. Please kick the tires and report bugs. It would be helpful

[matplotlib-devel] Statically linking matplotlib-py3k on Windows

2011-11-09 Thread Arik Raffael Funke
Hello I have been trying to use the py3k branch but I am having some problems I am hoping somebody could help me with; more specifically I am looking for a way to statically link matplotlib. Using - VC 2010 - python 3.2.2 - the static linking libraries / header files for matplotlib I have manag