dktc <[email protected]> added the comment: I got the same problem on PyPy 1.9. Does anyone have any thoughts on how to solve this?
>>>> import procname Traceback (most recent call last): File "<console>", line 1, in <module> ImportError: unable to load extension module '/opt/pypy-1.9/site-packages/procname.pypy-19.so': /opt/pypy-1.9/site-packages/procname.pypy-19.so: undefined symbol: Py_GetArgcArgv >>>> ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1119> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
