-
Notifications
You must be signed in to change notification settings - Fork 20
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
compile against python 2.7 (on osx) #13
Comments
Why did you set |
Ohhh my bad, I copy/pasted a command I tryed... I've update the text above with the current error and cmake config. |
The second sentence still stands. |
Actually I think this is (at the very least partlially) my fault. I forgot all about Python 2.x when implementing PQI.get_data(). P.S.: People should just start using Python 3 :( |
About the other issue (having to use g++): EDIT: Lastly, about using a custom python istall: See https://cmake.org/cmake/help/v3.0/module/FindPythonLibs.html |
The Importer.get_data issue is fixed by 3134043 |
Hi,
I'm trying to use cmake to compile python qt on osx wth qt with qt installed via homebrew:
I cmaked with
but get this error
Which looks like a missing reference to python3 error.
What did I miss? So, my questions are:
python-config --prefix /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7
Thanks
p.s. I have to change the default compiler to g++5 otherwise I get these errors HERE
The text was updated successfully, but these errors were encountered: