[Pyobjfs-users] question on errors
Status: Beta
Brought to you by:
mathematician
From: Erich F. S. <Eri...@na...> - 2004-06-30 18:47:35
|
I installed the package per the instructions. Machine is AMd64 running Mandrake Linux 10.0 I can't run any of the tests. I can't even do the import command. This is the error message that I receive on the import. It appears there is an attempt to apply attributes that are not allowed. /usr/lib64/python2.3/site-packages/oops{6 }=>python Python 2.3 (#2, Sep 22 2003, 09:55:09) [GCC 3.3.1 (Mandrake Linux 9.2 3.3.1-3mdk)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from oops import * Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/lib64/python2.3/site-packages/oops/__init__.py", line 20, in ? from core import * File "/usr/lib64/python2.3/site-packages/oops/core.py", line 562, in ? class Obj(Node): File "/usr/lib64/python2.3/site-packages/oops/core.py", line 554, in __init__ setattr(self, key, val) File "/usr/lib64/python2.3/site-packages/oops/core.py", line 559, in __setattr__ object.__setattr__(self, name, value) TypeError: can't apply this __setattr__ to type object >>> ***************************************** * Erich Franz Stocker * * Eri...@na... * * NASA/GSFC Code 902 * * Rm S070, Bldg. 32 * * TSDIS/PPS Project Manager * * GPM Deputy Project Scientist for Data * * Aquarius ADPS Manager * * Phone: 301-614-5178 * * Cell: 301-466-2902 * * FAX: 301-614-5269 * ***************************************** |