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] 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