LINUX.ORG.RU

История изменений

Исправление xterro, (текущая версия) :

А с таким вызовом говорит вот что:

Traceback (most recent call last):
  File "C:\Python27\test", line 42, in <module>
    line = Line()
  File "C:\Python27\test", line 19, in __init__
    Primitive.__init__()
TypeError: unbound method __init__() must be called with Primitive instance as first argument (got nothing instead)

Да, у меня 2.7 :)

Исходная версия xterro, :

А с таким вызовом говорит вот что:

Traceback (most recent call last):
  File "C:\Python27\test", line 42, in <module>
    line = Line()
  File "C:\Python27\test", line 19, in __init__
    Primitive.__init__()
TypeError: unbound method __init__() must be called with Primitive instance as first argument (got nothing instead)