Domande taggate «nameerror»

13
errore input () - NameError: il nome '…' non è definito
Ricevo un errore quando provo a eseguire questo semplice script: input_variable = input ("Enter your name: ") print ("your name is" + input_variable) Diciamo che scrivo "amico", l'errore che sto ricevendo è: line 1, in <module> input_variable = input ("Enter your name: ") File "<string>", line 1, in <module> NameError: …



12
python NameError: il nome globale '__file__' non è definito
Quando eseguo questo codice in Python 2.7, ottengo questo errore: Traceback (most recent call last): File "C:\Python26\Lib\site-packages\pyutilib.subprocess-3.5.4\setup.py", line 30, in <module> long_description = read('README.txt'), File "C:\Python26\Lib\site-packages\pyutilib.subprocess-3.5.4\setup.py", line 19, in read return open(os.path.join(os.path.dirname(__file__), *rnames)).read() NameError: global name '__file__' is not defined il codice è: import os from setuptools import setup def …
112 python  nameerror 

1
Python NameError: il nome "include" non è definito [chiuso]
Chiuso. Questa domanda richiede dettagli di debug . Attualmente non accetta risposte. Vuoi migliorare questa domanda? Aggiorna la domanda in modo che sia in argomento per Stack Overflow. Chiuso 4 anni fa . Migliora questa domanda Attualmente sto sviluppando un sito web con il framework Django (sono molto alle prime …
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.