T
timo verbeek
what is the problem with this code?
_base={"repeat":False,"string":"Progres has failed","works":True}
print _base
class dictreturn(_base)ass
this error
Traceback (most recent call last):
File "<string>", line 244, in run_nodebug
File "C:\Documents and Settings\Owner\Desktop\Python\assistent new
\user\dictreturn.py", line 4, in <module>
class dictreturn(_base)ass
TypeError: Error when calling the metaclass bases
_base={"repeat":False,"string":"Progres has failed","works":True}
print _base
class dictreturn(_base)ass
this error
Traceback (most recent call last):
File "<string>", line 244, in run_nodebug
File "C:\Documents and Settings\Owner\Desktop\Python\assistent new
\user\dictreturn.py", line 4, in <module>
class dictreturn(_base)ass
TypeError: Error when calling the metaclass bases