Thanks to Andris, I was able to successfully make Exciting in my online account. However, I am now encountering a problem that has arisen on every Linux machine I've attempted to install Exciting on. When I attempt the "General Lattice Optimization" tutorial, the command OPTIMIZE-lattice.py returns
File "/home/user/exciting/excitingscripts/OPTIMIZE-setup.py", line 28, in <module>
from lxml import etree as ET
ImportError: No module named lxml
When I change "lxml" to "xml" in OPTIMIZE-setup.py, I am able to begin the tutorial to the point of choosing the parameter to vary. When I select a parameter, the error is given as
Please choose '1' or '2': 2
Traceback (most recent call last):
File "/home/user/exciting/excitingscripts/OPTIMIZE-setup.py", line 216, in <module>
doc = ET.parse(INOBJ)
AttributeError: 'module' object has no attribute 'parse'
I've never found a solution to this problem and would appreciate any input provided
Sean