python - Is it possible to include a library like lxml without installing it? -


i need perform xml parsing using machine may not have permission install libraries in. possible include python library lxml source?

have tried using virtualenv? should let use lxml without "installing" it.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -