[PyPy-issue] [issue573] get_python_lib unconditionally fails when passing standard_lib

Amaury Forgeot d Arc pypy-dev-issue at codespeak.net
Sun Nov 28 00:16:29 CET 2010


Amaury Forgeot d Arc <amauryfa at gmail.com> added the comment:

(See traceback below)
SSL comes with an additional "test" command, which calls python regrtest.
Can you try to edit "setup.py" and remove the usage of testdir?

Traceback (most recent call last):
  File "app_main.py", line 33, in run_toplevel
  File "setup.py", line 169, in <module>
    testdir = os.path.join(get_python_lib(False, True), "test")
  File "/home/amaury/trunk/lib-python/modified-2.5.2/distutils/sysconfig_pypy.py", 
line 43, in get_python_lib
    "calls to get_python_lib(standard_lib=1) cannot succeed")
DistutilsPlatformError: calls to get_python_lib(standard_lib=1) cannot succeed

----------
status: unread -> chatting

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue573>
_______________________________________________________



More information about the Pypy-issue mailing list