On Freitag 20 November 2009, Janet Jacobsen wrote: > Hi, Andreas. Thank you for your email. > > I did install boost in usr/common/usg/boost. (Though I don't > have root privileges, staff are allowed to install software > under /usr/common.)
Ah, I see. > > using python : 2.6 : /usr/common/usg/python/2.6.4 ; Ok, this is important to have. Your build of boost is likely correct then. > I did a Google search on PyUnicodeUCS4_FromEncodedObject > and got a bunch of hits, so it looks like I should try to > re-compile Python with "unicode support(UCS4)". Try ldd /usr/common/usg/boost/1_40_0/pool/lib/libboost_python.so.1.40.0 to see which libpython it gets linked aginst at run time--maybe it picks up the wrong one. If so, try setting LD_LIBRARY_PATH to have it prefer the right one. HTH, Andreas
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PyCUDA mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
