Comment 1 for bug 896659

Revision history for this message
Alvin Penner (apenner) wrote : Re: Extensions fail, The fantastic lxml wrapper... , 0.48.2 r9819

On Windows 7 (32 bit) there is a directory called lxml at the location:
C:\Program Files\Inkscape\python\Lib\site-packages\lxml
This is installed automatically by Inkscape. Could you report what the directory path to lxml is on your machine, it will be different because it is a 64 bit machine. (probably under Program Files x86?)

Also, one can confirm the presence of the lxml package in DOS using Python:
The commands are as follows:

C:\Program Files\Inkscape\python>python
Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import lxml
>>> exit()

The command 'python' just loads python and the command 'import lxml' checks for the existence of this package. If you get no response that means the package was successfully found.
could you report what response you get when you execute these commands?