Találtam egy threadet a Python Tutor levlista archívumában. Néhány részlet, hátha:
This is a common issue, there's probably a bazillion places that talk about it: https://duckduckgo.com/?q=IDLE+subprocess+didn%27t+make+connection Unfortunately there are many different things which could cause it (the error message is, frankly, unhelpful). This bug report looks promising: https://bugs.python.org/issue14576 Try making sure that the HOME environment variable exists, and is writable. ______________________ Try opening a Windows console (command prompt) and launching IDLE from that, just in case some more informative error messages are printed to the console. You can try these commands: python36 -m idlelib python37 -m idlelib _______________________ actually, one of the "surprising" ways IDLE can fail for people is specifically because it is written in Python itself: if they have a Python file in the directory they are starting it from that duplicates the name of an important file in IDLE - if the import statement is encountered in IDLE and that import can be satisfied by the local file it picks that one first, and then IDLE breaks... Nemeth A <[email protected]> ezt írta (időpont: 2019. jan. 25., P, 10:34): > Második hete szívat az IDLE. Iszonyú lassú, egy fájl betöltése perceket > vesz igénybe, amikor futtatni akarom a programot, akkor hibaüzenet: "IDLE's > subprocess didn't make connection. Either IDLE can't start or personal > firewall software is blocking connection" > Ilyenkor csak az IDLE bezárása, fájl újra megnyitása segít (ami újabb > perceket jelent az órából). A neten olyan megoldásokat találtam, hogy a > fájlnév foglalt szó volt, de ma pl. a telefon.py játszotta el, és nem > hinném, hogy a "telefon" foglalt szó a Pythonban. > Környezet: Win10 64 bit, domain, IDLE 3.6 (64 bit), Avast Home, a py > fájlok egy hálózati meghajtón vannak, ami Z:-ra van felcsatolva a Win-ben. > Tavaly decemberben még működött... > _______________________________________________ > Techinfo mailing list > [email protected] > Fel- és leiratkozás: http://lista.sulinet.hu/mailman/listinfo/techinfo > Illemtan: http://www.szag.hu/illemtan.html > Ügyfélszolgálat FAQ: http://sulinet.niif.hu/ >
_______________________________________________ Techinfo mailing list [email protected] Fel- és leiratkozás: http://lista.sulinet.hu/mailman/listinfo/techinfo Illemtan: http://www.szag.hu/illemtan.html Ügyfélszolgálat FAQ: http://sulinet.niif.hu/
