[Pydev-users] [Users] console: Failed to create input stream (504)
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2011-06-06 11:35:11
|
The following forum message was posted by mbutow at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4560827: Hi, I have Eclipse Helios installed with PyDev 2.10.2011052613 . When I try to open a PyDev console, I get: import sys; print('%s %s' % (sys.executable or sys.platform, sys.version)) Failed to create input stream: Server returned HTTP response code: 504 for URL: http://127.0.0.1:35136>>> I do not get an interactive console. My configured Python interpreter is Python 2.5.2 installed as /usr/bin/python. Any ideas as to what might be going wrong and how I can troubleshoot it further? |