Und auch danke für tippy beim programmieren an sich, da werde ich mich ran setzen.
Die Suche ergab 6 Treffer
- Mittwoch 30. Oktober 2019, 20:09
- Forum: Allgemeine Fragen
- Thema: Python Programm stürzt ab, funktionier aber in Notepa++
- Antworten: 15
- Zugriffe: 2261
Re: Python Programm stürzt ab, funktionier aber in Notepa++
Nach dem ich das Leerzeichen bei dem Ordner "Uni Python" entfernt habe, klappt es. Jetzt funktioniert es auch genau so, wie es soll. Danke
Und auch danke für tippy beim programmieren an sich, da werde ich mich ran setzen.
Und auch danke für tippy beim programmieren an sich, da werde ich mich ran setzen.
- Mittwoch 30. Oktober 2019, 19:57
- Forum: Allgemeine Fragen
- Thema: Python Programm stürzt ab, funktionier aber in Notepa++
- Antworten: 15
- Zugriffe: 2261
Re: Python Programm stürzt ab, funktionier aber in Notepa++
C:\Users\taita>Python C:\Users\taita\OneDrive\Desktop\Uni Python\Übung01\Aufgabe_1.py
C:\Users\taita\AppData\Local\Programs\Python\Python37\python.exe: can't find '__main__' module in 'C:\\Users\\taita\\OneDrive\\Desktop\\Uni'
C:\Users\taita\AppData\Local\Programs\Python\Python37\python.exe: can't find '__main__' module in 'C:\\Users\\taita\\OneDrive\\Desktop\\Uni'
- Mittwoch 30. Oktober 2019, 19:52
- Forum: Allgemeine Fragen
- Thema: Python Programm stürzt ab, funktionier aber in Notepa++
- Antworten: 15
- Zugriffe: 2261
Re: Python Programm stürzt ab, funktionier aber in Notepa++
can't find '__main__' module in... , das steht dann bei mir
- Mittwoch 30. Oktober 2019, 19:18
- Forum: Allgemeine Fragen
- Thema: Python Programm stürzt ab, funktionier aber in Notepa++
- Antworten: 15
- Zugriffe: 2261
Re: Python Programm stürzt ab, funktionier aber in Notepa++
Wie genau starte ich meine Datei über die Eingabeaufforderung?
- Mittwoch 30. Oktober 2019, 19:08
- Forum: Allgemeine Fragen
- Thema: Python Programm stürzt ab, funktionier aber in Notepa++
- Antworten: 15
- Zugriffe: 2261
Re: Python Programm stürzt ab, funktionier aber in Notepa++
Naja ich mache einen Doppelklick auf die Datei, so dass sich glaube der Python Interpreter öffnet.
x = input("Geschaetzte Stundenzahl(0-23) in Seoul: ")
y = input("Geschaetzte Minutenzahl(0-59) in Seoul: ")
z = int(x)*60 + int(y)
zD = z + 420
if zD < 1440:
zS = zD//60
zM = zD%60
if zM<10 ...
x = input("Geschaetzte Stundenzahl(0-23) in Seoul: ")
y = input("Geschaetzte Minutenzahl(0-59) in Seoul: ")
z = int(x)*60 + int(y)
zD = z + 420
if zD < 1440:
zS = zD//60
zM = zD%60
if zM<10 ...
- Mittwoch 30. Oktober 2019, 18:51
- Forum: Allgemeine Fragen
- Thema: Python Programm stürzt ab, funktionier aber in Notepa++
- Antworten: 15
- Zugriffe: 2261
Python Programm stürzt ab, funktionier aber in Notepa++
Guten Abend, zur aller erst, ich bin ein Programmierneuling. Mein Problem ist, dass ich mehrere Python Programme für die Uni geschrieben habe und die soweit auch bei Notepad++ so funktionieren, wie sie auch sollen. Aber wenn ich die Dateien aus dem Ordner starte und meine input eingaben "erledige ...
