Hallo Liebe Com,
Ich habe leider einen Problem beim einfügen des Accountspeichers.
es kommen folgende Fehler...
1220 18:26:17238 :: SYSERR: File "ui.py", line 1381, in CallEvent
1220 18:26:17238 :: SYSERR: File "ui.py", line 80, in __call__
1220 18:26:17239 :: SYSERR: File "ui.py", line 62, in __call__
1220 18:26:17239 :: SYSERR: File "introLogin.py", line 852, in __OnClickAccEditButton
1220 18:26:17239 :: SYSERR: File "introLogin.py", line 862, in __LoadACCNames
1220 18:26:17239 :: SYSERR: File "system.py", line 79, in readline
1220 18:26:17239 :: SYSERR: AttributeError
1220 18:26:17239 :: SYSERR: :
1220 18:26:17240 :: SYSERR: 'NoneType' object has no attribute 'find'
1220 18:26:17240 :: SYSERR:
Durch die Zeile:
fd = open("Settings/loginsetting1.cfg")
login1 = fd.readline()
login1.replace( "\n", "" )
fd.close()
(system.py) bekommt "fd" als NoneType.
Aber durch fd = open("Settings/loginsetting1.cfg") sollte es kein NoneType sein.
Ich bitte dringend um Hilfe...