There seems to be an issue with the following command:
Code: Select all
displace_listed_type_weight = 1
Code: Select all
config.ini
Code: Select all
Traceback (most recent call last):
File "/home/sebastian/PythonEnvironments/EON35/bin/eon", line 11, in <module>
load_entry_point('eon==1.0.0', 'console_scripts', 'eon')()
File "/home/sebastian/eon/eon/main.py", line 15, in main
config.init()
File "/home/sebastian/eon/eon/config.py", line 269, in init
self.disp_listed_types = [ (string.strip(c)) for c in parser.get('Saddle Search', 'displace_type_list').split(',') ]
File "/home/sebastian/eon/eon/config.py", line 269, in <listcomp>
self.disp_listed_types = [ (string.strip(c)) for c in parser.get('Saddle Search', 'displace_type_list').split(',') ]
AttributeError: module 'string' has no attribute 'strip'
Code: Select all
displace_listed_type_weight = 1
Any ideas of what might be the problem?
Attached the files used to run the simulation
Regards,
Sebastián
Some info about the system:
Ubuntu 20.04
python3.5 (Same issue found with 3.7)
Eon version svn revision 2467