3

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!

7
  • did you try to click on configure interpeters and add a new one? Commented Sep 26, 2013 at 22:05
  • 1
    Yes, thats the first thing I did, haha. Both windows display "nothing to show". Commented Sep 26, 2013 at 23:33
  • strange sorry for asking something stupid but sometimes it happens. if you tried on 2.x version of pycharm it worths mentioning on your question. if not it worths trying. with more information you can get a faster answer. Commented Sep 26, 2013 at 23:46
  • I tried downloading PyCharm 2.7 with the same exact outcome. Commented Sep 27, 2013 at 2:32
  • 2
    maybe you can post an answer it may help other people in the future! Commented Sep 27, 2013 at 10:08

2 Answers 2

2

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.

Sign up to request clarification or add additional context in comments.

Comments

0

No worries, you can do this:

  1. Open Preferences of pyCharm.
  2. Click on Project:
  3. Select the virtual env interpreter in drop down and apply & ok.
  4. Go To edit configuration and select your interpreter there.

Image

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.