Python console: ImportError PyUnicodeUCS4_FromString
问题 Can anyone help me to figure out what is happening and how to solve this error? The following message happens when I try to import a module I compiled before: Python 3.1.4 (default, Mar 8 2012, 09:13:26) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pypt Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: /usr/local/lib/python3.1/site-packages/pypt.so: undefined symbol: PyUnicodeUCS4_FromString 来源: https