Sheldon schrieb: > Can anyone tell me what this error mean: > #0 0x4008376e in PyType_IsSubtype () from /usr/lib/libpython2.3.so.1.0
It's not an error. It is just a frame from the backtrace. To understand the crash better, one would need to see more frames from the backtrace. Ideally, one would run the program in a debugger to analyse it further. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list