I have had great success building an integrating matplotlib into a plugin. I was able to build a binary plugin for windows and linux. Now I am curious what header files I will need for osx/x11. Do I just need a different pyconfig.h file? Thanks, Charlie On 10/25/05, Thomas Goddard <goddard@cgl.ucsf.edu> wrote:
Hi Charlie,
As noted by Greg and Eric the Python configuration header file pyconfig.h depends on the operating system. It is created when Python is configured.
To handle this I have changed our source code download page to provide header distributions for different platforms. When that page is updated tonight it will have the Tru64 headers and Linux headers.
Thanks for your patience. Our C++ and header source code distributions are new and we're still figuring out how to make this work.
Tom