Adding PyPy as an Interpreter is not working
My configuration is:
Mac OSX 10.6.7.
PyCharm 1.5.2 installed under /Applciations
PyPy 1.5 in /opt/pypy/1.5 (64-bit installer downloaded from pypy.org).
The interpreter runs in the command line without any issues.
I am attempting to add PyPy as an alternate Python Interpreter, using Preferences->Template Project Seetings->Python Interpreter, Add and selecting Other... and then navigating to /opt/pypy/bin/pypy
Nothing happens. I get no error dialog and no error logged in the ~/Library/Logs/PyCharm10/idea.log file.
I have so far attempted the following, unsuccessfully:
- Downgrade to 1.5.1 (I have another system with 1.5.1 configured properly with PyPy)
- Reinstalled PyPy
- Created a symlink named 'python' pointing to the pypy binary. Did this both under /opt/pypy and under /opt/pypy/bin.
If anyone has any suggestions for where to look for the cause of this error, it is much appreciated.
--
Flavio
Please sign in to leave a comment.
Hello Flavio,
PyPy is not currently supported as an interpreter. The support will be added
in a future update.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"