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?
|
|
|||||||
|
|
|
i'm having the same problem and the error log does not help much... are you using eclipse on windows? i'm on ubuntu and i'm not sure .exe files actually exist... If you have any clue why it's not working, it would help |
||||
|
|
|
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) |
||
|
|
|
|
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. |
||
|
|
