[Pydev-users] Variant of the Console Connection Refused Problem on Mac OS

2008-07-16 Thread Hans-Martin v. Gaudecker
I'm new to PyDev (and a quite recent Mac convert as well, so excuse me if this is a silly question). Whenever I start the console, I get the following message. import sys; print '%s %s' % (sys.executable or sys.platform, sys.version) Failed to read servers response: Connection refused Code

Re: [Pydev-users] Variant of the Console Connection Refused Problem on Mac OS

2008-07-16 Thread Fabio Zadrozny
Can you please open a bug report for that? Thanks, Fabio On Wed, Jul 16, 2008 at 5:54 PM, Hans-Martin v. Gaudecker [EMAIL PROTECTED] wrote: I'm new to PyDev (and a quite recent Mac convert as well, so excuse me if this is a silly question). Whenever I start the console, I get the