Re: [Python] Startup failure

2020-01-10 Per discussione Giornale di Sistema

Sei in questa condizione? Se si, hai seguito quando indicato?

A common cause of failure is a user-written file with the same name as a 
standard library module, such as random.py and tkinter.py. When such a 
file is located in the same directory as a file that is about to be run, 
IDLE cannot import the stdlib file. The current fix is to rename the 
user file.


In pratica se il tuo programma ha lo stesso nome di un modulo della 
libreria standard, basta cambiargli nome.


Ciao.
GdS


Il 10/01/20 00:09, Francesco Tuccia ha scritto:

Buona sera,
volevo chiedere un consiglio per un problema che mi si è presentato 
oggi quando ho provato ad utilizzare il programma di Python.
Ho lanciato "IDLE" ed il programma, anziché aprirsi, ha mostrato il 
seguente messaggio:


IDLE's subprocess didn't make connection. See the 'Startup failure' 
section of the IDLE doc, online at

https://docs.python.org/3/library/idle.html#startup-failure

Ho eliminato l'applicazione e ne ho scaricata una nuova, "Python 
3.8.1. - macosx10.9", ma niente, il problema si è ripresentato, allora 
ho dato un'occhiata alla pagina indicatami dal messaggio e ne ho letto 
il testo, purtroppo non mi è stato utile. Potreste darmi un consiglio 
su come posso ricominciare ad utilizzare Python?

Grazie,
Francy

___
Python mailing list
Python@lists.python.it
https://lists.python.it/mailman/listinfo/python


Re: [Python] Startup failure

2020-01-10 Per discussione Francesco Tuccia
Ok grazie, provo subito!

Il giorno ven 10 gen 2020 alle ore 18:16 Giornale di Sistema <
giornaledisist...@gmail.com> ha scritto:

> Sei in questa condizione? Se si, hai seguito quando indicato?
>
> A common cause of failure is a user-written file with the same name as a
> standard library module, such as random.py and tkinter.py. When such a
> file is located in the same directory as a file that is about to be run,
> IDLE cannot import the stdlib file. The current fix is to rename the
> user file.
>
> In pratica se il tuo programma ha lo stesso nome di un modulo della
> libreria standard, basta cambiargli nome.
>
> Ciao.
> GdS
>
>
___
Python mailing list
Python@lists.python.it
https://lists.python.it/mailman/listinfo/python