You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems incompatible. I guess there is no blessed C API for the Python runtime either, so you'd have to somehow get ahold of the original argv address in some other way.
-Ludvig
On 9 apr 2012, at 22:02, Pascal Hartig wrote:
While building seems to work, importing the module fails. Am I doing something wrong or is this just incompatible?
Python 2.7.2 (0e28b379d8b3, Feb 09 2012, 19:41:03)
[PyPy 1.8.0 with GCC 4.4.3] on linux2
>>>> import procname
Traceback (most recent call last):
File "<console>", line 1, in <module>
ImportError: unable to load extension module '/home/.../virtualenv/site-packages/procname.pypy-18.so': /home/.../virtualenv/site-packages/procname.pypy-18.so: undefined symbol: Py_GetArgcArgv
Reply to this email directly or view it on GitHub: #2
While building seems to work, importing the module fails. Am I doing something wrong or is this just incompatible?
The text was updated successfully, but these errors were encountered: