On 2015-04-09 13:26, Peter Otten wrote:

I'd try

$ sudo apt-get build-dep python3-lxml

build-dep is not an apt-get command I've seen before but it did the trick!


This should install all build dependencies of the python3-lxml package which
are likely the same as those of a manual installation of lxml.

I can now
import lxml

Thank you very much, indeed!

Alex

_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to