I’m on windows xp pro sp 3.
OK, so basically easy_install lxml does not work. I’ve got errors like this: Setup script exited with error: Unable to find vcvarsall.bat. But after I downloaded and installed Visual Studio 2008 express, a new error came up: ValueError: [u'path']. I’ve searched around and couldn’t find any solution for this, anybody please help me out?
Thanks
It would appear that you do not have Microsoft’s compiler installed.
You have a couple of other options:
easy_installto that…If you choose to install a compiler follow these instructions:
a. specify which compiler to use in the command-line arguments:
python setup.py install build --compiler=mingw32b. or for a more permanent solution modify
\Lib\distutils\distutils.cfg— go ahead and create it if it doesn’t exist — and add this section: