I have a Windows 7 machine connected to a private network without internet access. I need to install lxml on this machine for some scripts I am writing. Is there an offline installer for lxml?
I have a Windows 7 machine connected to a private network without internet access.
Share
lxml-2.3 has downloadable
eggpackages for Windows, both 32-bit and 64-bit, and for Python 2.6, 2.7, 3.1, and 3.2.If you want the latest
lxml-2.3.4, you can get them from the University of California Irvine download page. There are eggs and normal Windows installers for 32-bit and 64-bit versions of Pythons 2.5 – 3.2.If you download the
eggfiles, you can install them usingeasy_installfrom distribute.