From: Barry S. <ba...@ba...> - 2009-02-21 12:24:20
|
On 19 Feb 2009, at 13:16, William Newbery wrote: > > > So I was trying to upgrade to python 2.6.1 (from 2.5.2), and pycxx > 5.5.0 (from 5.4.2) but ive run into some unresolved external symbals > that were not there before... > > "public: virtual class Py::Object __thiscall > Py::PythonExtensionBase::getattro(class Py::Object const &)" > "public: virtual int __thiscall > Py::PythonExtensionBase::setattro(class Py::Object const &,class > Py::Object const &)" These symbols are in cxx_extensions.cxx. Sounds like you have not compiled the 5.5.0 version. Did you "make clean" and build again? Barry |