1 2 3 4 5 6 7 8 9 10 11 12 13 14
| ord() expected a character, but string of length 4 foundord() expected a character, but string of length 4 found
ord() expected a character, but string of length 4 found
ord() expected a character, but string of length 4 found
ord() expected a character, but string of length 4 found
ord() expected a character, but string of length 4 found
ord() expected a character, but string of length 4 found
ord() expected a character, but string of length 4 found
Traceback (most recent call last):
File "LSF.py", line 76, in <module>
SYS.__init__.CURSES() #Revenir à des anciennes commandes
File "/home/adrien/Documents/hubiC/LSF/25.10.2017/Prog/SYS/__init__.py", line 145, in CURSES
except KeybordInterrupt:
NameError: global name 'KeybordInterrupt' is not defined
adrien@ADRIEN-ASUS1 ~/Documents/hubiC/LSF/25.10.2017/Prog $ |
Partager