[lxml-dev] install problem on Windows XP

I am running into problems trying to:
\python24\python setup.py install
I changed the following in setup.py:
#include_dirs = guess_dirs('--cflags', '-I') #library_dirs = guess_dirs('--libs', '-L') # if you want to configure include and library dir manually, you can do # so here, for instance: include_dirs = [r'C:\Python24\Lib\site-packages\libxslt-1.1.14.win32\include',] # '/home/faassen/tmp/local_new/include'] library_dirs = [r'C:\Python24\Lib\site-packages\libxml2-2.6.20.win32\lib']
But I am getting an error that I need .net SDK (error: The .NET Framework SDK needs to be installed before building extensions f or Python.).
Did I not change the setup.py correctly or do I really need the .net SDK.
Any chance that there is a binary build for Windows XP is available?
See you Werner

Hello Werner,
Wednesday, December 14, 2005, 1:10:09 PM, you wrote:
I am running into problems trying to:
\python24\python setup.py install
[...]
Any chance that there is a binary build for Windows XP is available?
You can get it from me:
http://redguy.dhs.org:81/lxml-0.8.win32-py2.4.exe
This is the 0.8 version.
Best Regards, Howe

Hello, I saw some talk about a windows version on this list/group, but did not see one on the website yet...? Any pointers? The one below was not available when I tried...
Thanks!
Petri
Steve Howe wrote:
Hello Werner,
Wednesday, December 14, 2005, 1:10:09 PM, you wrote:
I am running into problems trying to:
\python24\python setup.py install
[...]
Any chance that there is a binary build for Windows XP is available?
You can get it from me:
http://redguy.dhs.org:81/lxml-0.8.win32-py2.4.exe
This is the 0.8 version.
Best Regards, Howe
participants (3)
-
Petri Savolainen
-
Steve Howe
-
Werner F. Bruhin