View Single Post
Old 10-26-2017, 01:55 PM   #16
duns
Connoisseur
duns began at the beginning.
 
Posts: 60
Karma: 10
Join Date: Sep 2017
Device: PocketBook
All done, but not working

Done all, but not working: I get always the same error message.
Code:
duns@duns-neos:/usr/lib/python3/dist-packages$ ls -l|grep lxml                  
drwxr-xr-x  6 root root   4096 ott 19 21:37 lxml
drwxr-xr-x  2 root root   4096 ott 19 21:23 lxml-4.0.0.egg-info
Added that path in .bashrc, as following:
Code:
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if ! shopt -oq posix; then
  if [ -f /usr/share/bash-completion/bash_completion ]; then
    . /usr/share/bash-completion/bash_completion
  elif [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
  fi
fi
export PYTHONPATH="/usr/lib/python3/dist-packages"
Maybe I have too many Python on my kubuntu?
Click image for larger version

Name:	sigil.jpg
Views:	249
Size:	130.2 KB
ID:	159806

Last edited by DiapDealer; 11-04-2017 at 08:38 AM.
duns is offline   Reply With Quote