When I try to start an interactive console in Eclipse PyDev, I get the following error:
'Create Interactive Console' has encountered a problem.
Error Initialising console.
Error initializing console. Unexpected error connecting to console. Failed to recive suitable Hello response from pydevconsole. Last msg received: Console already exited with value: 1 while waiting for an answer.
I have already tried the following solutions given by others for similar problems to no avail:
Pydev: error initializing console
Error during runfile in Eclipse with PyDev/ error initializing console
I had had PyDev working before, but I had to upgrade my python from Python 2.7 32bit to Python 2.7 64bit to use a library developed by a colleague. I know that my Python is not the problem since this library works fine in the generic Python shell, is there something going on with my interpreter configuration settings...?
I have also tried the obvious remove and reconfigure the same interpreter, which also didn't work. I'm running out of ideas, but really enjoyed using PyDev's environment, so any help - would be really appreciated!