Re: [Numpy-discussion] unit tests / developing numpy (Pauli Virtanen)
![](https://secure.gravatar.com/avatar/05310d981d2f76e806e2b08fc4337164.jpg?s=120&d=mm&r=g)
Hi Pauli, Thanks for looking into this. Apologies for mangling the email subject line in my previous reply. Answers are below, inline:
$ ls build/testenv/ bin lib64
'/ssd-space/home/X/github/numpy/build/testenv/lib/python2.7/site-packages' I'm running this in a fresh python client in the directory 'github/numpy'.
Thanks, Pauli and Stefan. Graeme.
![](https://secure.gravatar.com/avatar/da3a0a1942fbdc5ee9a9b8115ac5dae7.jpg?s=120&d=mm&r=g)
Hi, 29.07.2013 10:43, Graeme B. Bell kirjoitti: [clip]
$ ls build/testenv/ bin lib64
[clip]
Thanks, the issue seems to be due to some patch Fedora applied to its Python version. The fix seems to be to change on line 234 in runtests.py the line site_dir = get_python_lib(prefix=dst_dir) to site_dir = get_python_lib(prefix=dst_dir, plat_specific=True) -- Pauli Virtanen
![](https://secure.gravatar.com/avatar/da3a0a1942fbdc5ee9a9b8115ac5dae7.jpg?s=120&d=mm&r=g)
Hi, 29.07.2013 10:43, Graeme B. Bell kirjoitti: [clip]
$ ls build/testenv/ bin lib64
[clip]
Thanks, the issue seems to be due to some patch Fedora applied to its Python version. The fix seems to be to change on line 234 in runtests.py the line site_dir = get_python_lib(prefix=dst_dir) to site_dir = get_python_lib(prefix=dst_dir, plat_specific=True) -- Pauli Virtanen
participants (2)
-
Graeme B. Bell
-
Pauli Virtanen