View Single Post
Old 10-27-2017, 01:29 AM   #18
duns
Connoisseur
duns began at the beginning.
 
Posts: 60
Karma: 10
Join Date: Sep 2017
Device: PocketBook
Thank you. This is the output:
Code:
duns@duns-neos:~$ python3
Python 3.6.3 (default, Oct  3 2017, 21:45:48) 
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> from lxml import etree
>>> print(sys.path)
['', '/usr/lib/python3/dist-packages', '/usr/lib/python36.zip', '/usr/lib/python3.6', '/usr/lib/python3.6/lib-dynload', '/home/duns/.local/lib/python3.6/site-packages', '/usr/local/lib/python3.6/dist-packages', '/usr/lib/python3.6/dist-packages']
>>> exit
It seems no error messages...
duns is offline   Reply With Quote