|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Variant of the Console "Connection Refused" Problem on Mac OSI'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 completion doesn't work either, so I suspect it is that "something" blocking communication with the shell, but I have no idea where to look for it... Any help would be greatly appreciated! Some more specifications: * Leopard 10.5.4 * I'm using Python 2.5.2 from the Enthought Python distribution, setting the Python interpreter in Eclipse to: /Library/Frameworks/Python.framework/Versions/Current/Resources/ Python.app/Contents/MacOS Strangely enough, if I use the Python that ships with Leopard: /System/Library/Frameworks/Python.framework/Versions/Current/Resources/ Python.app/Contents/MacOS it works. Not an option though, as I want to keep the Enthought distribution together... * No Jython installed * The console works after the message appears, but no relation to what's going on in the debugger etc. Many thanks and best wishes, Hans-Martin ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Pydev-users mailing list Pydev-users@... https://lists.sourceforge.net/lists/listinfo/pydev-users |
|
|
Re: Variant of the Console "Connection Refused" Problem on Mac OSCan you please open a bug report for that?
Thanks, Fabio On Wed, Jul 16, 2008 at 5:54 PM, Hans-Martin v. Gaudecker <hmgaudecker@...> wrote: I'm new to PyDev (and a quite recent Mac convert as well, so excuse me ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Pydev-users mailing list Pydev-users@... https://lists.sourceforge.net/lists/listinfo/pydev-users |
| Free Forum Powered by Nabble | Forum Help |