Vincent, On Sun, Jan 18, 2009 at 10:35 AM, Vincent Bain <[email protected]> wrote: > Hello, > > Compiling grass64 on Ubuntu Hardy for 64bit system, I got this error > when running v.digit under wxpython interface : > > /usr/local/lib/libgdi.so: undefined symbol: Py_InitModule4 > > Already pointed in this thread > http://lists.osgeo.org/pipermail/grass-dev/2008-May/037763.html > > but I can't catch any solution in the links proposed by Markus. > > Does anyone have a solution ? or should I give up on my 64bit > architecture ?
No need to give up on 64bit, I am using it like many others here. Please post the result of file /usr/local/lib/libgdi.so I get /usr/local/lib/libgdi.so: symbolic link to `/usr/lib64/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_gdi_.so' As you see it links to the 64bit version of _gdi_.so. Perhaps you linked the 32bit version? Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
