Christian Anthon wrote: > I can't seem to get python and gnubg to work with mingw. I have a > vague recollection that is doesn't work out of the box, but can't seem > to get it right. What should I do?
It's because a Python as downloaded from python.org, is compiled and linked with MSVC. There are some incompatible runtime libraries when you build gnubg with mingw and python with msvc. The solution is to build Python with mingw, but then you suddenly have two python installations on your computer... -Øystein _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
