On Thu, Jun 25, 2009 at 1:39 PM, Jonathan Kinsey<[email protected]> wrote: > I doubt it's worth moving up to 2.6.1, better to move to version 3. It will > take a few changes though. I just built Python 3 with dev studio and made > some changes to get gnubg to build, namely: > > PyInt -> PyLong > PyString -> PyUnicode (needs more work) > Py_InitModule -> PyModule_Create >
Just make sure that the changes are compatible with the 2.4-2.6 python versions as most linux will have those for some time. Christian. _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
