Hi I'm making a Plugin that uses SWIG python bindings. I would like to distribute it in such a way that people who use pre-compiled versions of PyMOL will be able to use it.
However, the python.h and python libraries PyMOL was compiled with and the python.h and python libraries that the bindings are compiled with must be compatible. The best solution that I can think of is that somehow the python.h and python libraries are distributed with PyMOL--but this may not work for a variety of reasons. An alternate solution might be someone can tell me which which version the pre-compiled versions of PyMOL are compiled with and I can try to get ahold of the same version of python myself. Are there any other solutions you can think of? Thanks, Matt