-
-
Notifications
You must be signed in to change notification settings - Fork 11k
f2py CLI configuration problem #5834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is may have been addressed by #5815, but @matthew-brett I think the form |
The form I realize now I think about it, I don't know what happens on Windows - to make |
I made a comment on your new PR. Whatever works is probably the principle here. |
Sounds like the linked PR above should have fixed it (and it is a very old f2py build related issue, that would have come up again otherwise). |
I tried today to compile a small fortran code for my python modules and encountered the following problem (Python 2.7.9, OS X 10.10.3, Numpy 1.9.2):
This happened both with virtualenv numpy and system one.
python -c "from numpy import f2py; f2py.test()"
worked fine.I had to edit the
/Users/b/Repositories/BBN/pyBBN/env/bin/f2py
to replace the weird shabang to be#!/usr/bin/env python
. Now f2py executes fineThe text was updated successfully, but these errors were encountered: