Pythonインタープリターは、オブジェクトの使用時にNameErrorを表示しています。
>>> class test(Object): pass
...
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'Object' is not defined
Pythonのバージョンは2.7.3です。
このエラーを取り除くことができませんでした。ここで何かが足りませんか?