Reputation: 173
I am running Mac OSX 10.8.4 with Python 2.7 and I just downloaded PyCharm Version: 3.0 Build: 131.190.
When I opened it and chose "Create New Project", in the 'Interpreter' pull-down menu there was no options to chose an interpreter (It just says '').
Just in case it was an issue with Python (although I use IDLE regularly), I downloaded Python 3.3 just to see if the new version would be identified by PyCharm, but again with no luck - the 'Interpreter' pull down menu had no options to select (It just says '').
Im sure I am just overlooking something during installation, but why can't PyCharm identify the Interpreter?
Thanks!
Upvotes: 3
Views: 19992
Reputation: 1
No worries, you can do this:
Upvotes: 0
Reputation: 82440
Its not supposed to. It did not for me. When I fist installed it, and created a new project, I just directed PyCharm to my Python installation.
You need to click one "New Project", then click on the "..." button next to the interpreter drop-down box, and then, you need to click on the +
sign, choose to add "local", and then point to python.exe
for whatever interpreter is installed.
Upvotes: 2