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