Seltsammer Fehler
Verfasst: Montag 22. November 2010, 17:43
Guten Abend,
ich habe eine Klasse programmiert die IDLE zu einem Restart bringt, wenn ich sie initialisiere und mir mit dir(obj) die Attribute anschauen will. Schreibe ich ein kleines Skript das das selbe wie in IDLE von Hand gemacht bekomme ich auf der Konsole folgende Ausgabe zu sehen
albert@albert:~/Dropbox/programmieren> python temp.py
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.KeyError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.KeyError'> ignored
[Liste mit den Attributen]
Ich habe so gar keinen Plan woran das liegen könnte! Vielleicht kann mir hier jemand den stubs in die richtige Richtung geben?
Mit freundlichen Grüßen
Albertus
ich habe eine Klasse programmiert die IDLE zu einem Restart bringt, wenn ich sie initialisiere und mir mit dir(obj) die Attribute anschauen will. Schreibe ich ein kleines Skript das das selbe wie in IDLE von Hand gemacht bekomme ich auf der Konsole folgende Ausgabe zu sehen
albert@albert:~/Dropbox/programmieren> python temp.py
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.KeyError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.KeyError'> ignored
[Liste mit den Attributen]
Ich habe so gar keinen Plan woran das liegen könnte! Vielleicht kann mir hier jemand den stubs in die richtige Richtung geben?
Mit freundlichen Grüßen
Albertus