[pypy-issue] [issue1119] Py_GetArgcArgv not exposed

dktc tracker at bugs.pypy.org
Thu Nov 1 05:52:07 CET 2012


dktc <dkruglyak+pypy at gmail.com> 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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1119>
________________________________________


More information about the pypy-issue mailing list