From: Haixin S. <su...@ho...> - 2017-09-29 21:56:37
|
Hi , I have lxml installed and it works fine in pyton environment. However, lxml can not be found in pytom environment. My pytom environment seems to be incorrect. Any idea what to do to fix it? I wonder if this is related to why the UI of the pytom did not work here. The test results are listed in this email. Thanks! Haixin Python 2.7 --------------------------------- hsui@dalian:~/subtomo$ python Python 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from lxml import etree >>> ----------------------------------- pytom: ----------------------------------- hsui@dalian:~/subtomo$ pytom PyTom v0.971 This license affects the software package PyTom and all the herein distributed source / data files. ......(removed for easy reading) Python 2.7.13 | packaged by conda-forge | (default, May 2 2017, 12:48:11) [GCC 4.8.2 20140120 (Red Hat 4.8.2-15)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from lxml import etree Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named lxml ------------------------- |