2

I am having problems with installing libxml with python 2.7 . I searched various answers in SO they told to install from prebuild binaries fro here

http://pypi.python.org/pypi/lxml/2.2.2

But i am not able to find on that page how to install pre build binaries . can anyone please help me with this.

Also i don't have svn installed

Community
  • 1
  • 1
Mirage
  • 30,868
  • 62
  • 166
  • 261

2 Answers2

1

You can find it, and lots of up to date binaries here.

Credit to YOU

Community
  • 1
  • 1
Parker
  • 8,539
  • 10
  • 69
  • 98
-1
easy_install lxml

http://packages.python.org/distribute/easy_install.html

phal
  • 1
  • i trid that many times and get this error http://stackoverflow.com/questions/5178416/pip-install-lxml-error – Mirage Jun 03 '11 at 09:14