Kirk, On Tue, Nov 16, 2010 at 12:38 AM, Robert DeLisle <[email protected]> wrote: > Yes, that is also true. > > The error in my most recent messages stems from the default build of Python > supporst Unicode UCS2, but apparently boost expects UCS4. A rebuild of > Python with UCS4 enabled fixed that problem. > > Now I get a similar error related to Py_InitModule4 not being defined. From > what I can find, this is a 32-bit - 64-bit problem in which this was defined > as Py_InitModule4_64 in the 64-bit Python libraries but that change may not > have cascaded to all necessary parts of the build process. Most of the > changes involve some substantial changes to the accessing code, but I'm > still looking for a better option.
Could it be that the boost libraries you are using were not built in 64bit mode? I've managed to force a 64bit build in the past with the following command line: ./bjam address-model=64 cflags=-fPIC cxxflags=-fPIC install Best Regards, -greg ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

