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?