1

When trying to set the interpreter for python in Eclipse by choosing the executable, clicking OK displays "An error has occured." Does the interpreter name matter?

2
  • 1
    Could you provide more detail on what steps you did? What version of Python and Pydev are you using? Commented Jun 10, 2009 at 16:11
  • Additionally, you can find more details about the error by selecting Window->Show View->Error Log Commented Jun 10, 2009 at 17:33

2 Answers 2

1

I had a similar problems with this on Mac OS X. My problem was that I had a space in Eclipse's application path, e.g. "/Applications/eclipse 3.3/Eclipse".

I changed the folder name to "/Applications/eclipse3.3" and it fixed it.

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

Comments

0

Testing/running your apps on the command line is the safest bet, especially when writing threaded applications (you can kill your threadlocked program without killing eclipse)

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.