what is the problem with this code?

_base={"repeat":False,"string":"Progres has failed","works":True}
print _base
class dictreturn(_base):pass

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):pass
TypeError: Error when calling the metaclass bases
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to