Dear PETSc team, When trying to install PETSc-2.3.3-p11, I get the following output from ./config/configure.py: Traceback (most recent call last): File "./config/configure.py", line 298, in <module> petsc_configure([]) File "./config/configure.py", line 210, in petsc_configure import cPickle ImportError: /usr/lib/python2.5/lib-dynload/cPickle.so: undefined symbol: PyUnicodeUCS4_DecodeRawUnicodeEscape Is there something wrong with my python installation, or what else did I do wrong? Best Regards, Tim -- Dr. Tim Kroeger Phone +49-421-218-7710 [email protected], [email protected] Fax +49-421-218-4236 MeVis Research GmbH, Universitaetsallee 29, 28359 Bremen, Germany Amtsgericht Bremen HRB 16222 Geschaeftsfuehrer: Prof. Dr. H.-O. Peitgen
Dear PETSc team, I found the problem myself now -- it was a wrong setting in LD_LIBRARY_PATH. Sorry for the posting. Tim On Mon, 31 Mar 2008, Tim Kroeger wrote:
Dear PETSc team,
When trying to install PETSc-2.3.3-p11, I get the following output from ./config/configure.py:
Traceback (most recent call last): File "./config/configure.py", line 298, in <module> petsc_configure([]) File "./config/configure.py", line 210, in petsc_configure import cPickle ImportError: /usr/lib/python2.5/lib-dynload/cPickle.so: undefined symbol: PyUnicodeUCS4_DecodeRawUnicodeEscape
Is there something wrong with my python installation, or what else did I do wrong?
Best Regards,
Tim
-- Dr. Tim Kroeger Phone +49-421-218-7710 [email protected], [email protected] Fax +49-421-218-4236
MeVis Research GmbH, Universitaetsallee 29, 28359 Bremen, Germany
Amtsgericht Bremen HRB 16222 Geschaeftsfuehrer: Prof. Dr. H.-O. Peitgen
-- Dr. Tim Kroeger Phone +49-421-218-7710 [email protected], [email protected] Fax +49-421-218-4236 MeVis Research GmbH, Universitaetsallee 29, 28359 Bremen, Germany Amtsgericht Bremen HRB 16222 Geschaeftsfuehrer: Prof. Dr. H.-O. Peitgen
participants (1)
-
Tim Kroeger