Hi Kalai,
This I have seen before and is caused by python not being compatible with the libc that is in the LD_LIBRARY_PATH. Ali On 09.01.2013 17:37, Kalai Narayanan-SSI wrote: > Hi Ali, > > If I set LD_LIBRARY_PATH AND LIBRARY_PATH env variables, then executing results in: > > Traceback (most recent call last): > > File "<string>", line 1, in ? > > File "/share/projects10/IPproject/workspace/kalai.rajah/gem5/gem5-56610ab73040/src/python/importer.py", line 73, in load_module > > exec code in mod.__dict__ > > File "/share/projects10/IPproject/workspace/kalai.rajah/gem5/gem5-56610ab73040/src/python/m5/__init__.py", line 35, in ? > > import internal > > File "/share/projects10/IPproject/workspace/kalai.rajah/gem5/gem5-56610ab73040/src/python/importer.py", line 73, in load_module > > exec code in mod.__dict__ > > File "/share/projects10/IPproject/workspace/kalai.rajah/gem5/gem5-56610ab73040/src/python/m5/internal/__init__.py", line 31, in ? > > import event > > File "/share/projects10/IPproject/workspace/kalai.rajah/gem5/gem5-56610ab73040/src/python/importer.py", line 73, in load_module > > exec code in mod.__dict__ > > File "/share/projects10/IPproject/workspace/kalai.rajah/gem5/gem5-56610ab73040/build/ARM/python/swig/event.py", line 107, in ? > > class Event(m5.internal.serialize.Serializable): > > AttributeError: 'module' object has no attribute 'internal'
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users