Fehlermeldung: IDLE's subprocess didn't make connection.

Wenn du dir nicht sicher bist, in welchem der anderen Foren du die Frage stellen sollst, dann bist du hier im Forum für allgemeine Fragen sicher richtig.
Antworten
Aries
User
Beiträge: 51
Registriert: Mittwoch 21. August 2013, 01:19

Wenn ich versuche irgendein Programm über IDLE zu starten, kommt folgende Fehlermeldung:

IDLE's subprocess didn't make connection. Either IDLE can't start a subprocess or personal firewall software is blocking the connection.

Die Nachricht kommt selbst bei einfachsten Programmen:

Code: Alles auswählen

print 'Hallo Welt'
Wie kann man das Problem lösen?
BlackJack

@Aries: Nach der Fehlermeldung Googlen (das ist eine häufige Frage) oder etwas anderes als IDLE verwenden. :-)
Aries
User
Beiträge: 51
Registriert: Mittwoch 21. August 2013, 01:19

BlackJack hat geschrieben:@Aries: Nach der Fehlermeldung Googlen (das ist eine häufige Frage)
Wenn ich da eine Lösung gefunden hätte, wäre ich nicht hier.

http://stackoverflow.com/questions/1588 ... dnt-make-c
BlackJack hat geschrieben:I had exactly the same issue :"IDLE's subprocess didn't make connection. Either IDLE can't start a subprocess or personal firewall software is blocking the connection."

I found the answer from this stackoverflow site. I created a file named string.py and that classhed with the normal python files. I removed the string.py and everything works now. Thanks folks.
Ich habe keinen Datei string.py erstellt. Allerdings in ein-zwei Programmen "string" als Variable.
BlackJack hat geschrieben:oder etwas anderes als IDLE verwenden. :-)
Was z. B.?
Benutzeravatar
Hyperion
Moderator
Beiträge: 7478
Registriert: Freitag 4. August 2006, 14:56
Wohnort: Hamburg
Kontaktdaten:

Aries hat geschrieben: Was z. B.?
Naja, einen stink normalen Editor und eine gute Shell a la iPython oder DreamPie. Mehr brauchts eigentlich nicht :-)
encoding_kapiert = all(verstehen(lesen(info)) for info in (Leonidas Folien, Blog, Folien & Text inkl. Python3, utf-8 everywhere))
assert encoding_kapiert
Antworten