[C++-sig] Boost.Python and python 3.x?

2010-12-30 Thread Andrew Ho
Hi, I'm trying to build Boost.Python to use Python 3.1, however I'm getting a bunch of errors (missing functions/members, etc.). I was able to get Boost.Python to compile correctly when using Python 2.6 so I don't think the problem is in my setup. I did a search and as far as I can tell there's no

[C++-sig] Boost.Python and python 3.x?

2010-12-30 Thread Andrew Ho
Hi, I'm trying to build Boost.Python to use Python 3.1, however I'm getting a bunch of errors (missing functions/members, etc.). I was able to get Boost.Python to compile correctly when using Python 2.6 so I don't think the problem is in my setup. I did a search and as far as I can tell there's no

Re: [C++-sig] Boost.Python and python 3.x?

2010-12-30 Thread Ralf W. Grosse-Kunstleve
Hi Andrew, Yes, the GSoC project was finished. I checked in a few Python3 related fixes after the 1.45 release that may be important for you, in particular the one below, which you could easily apply manually to your installation. Ralf Index: boost/python/converter/builtin_converters.hpp ===