Comment 2 for bug 896659

Revision history for this message
Jim.Nickerson (jim-nickerson) wrote : Re: Extensions fail, The fantastic lxml wrapper... , 0.48.2 r9819

C:\Program Files (x86)\Inkscape\python\Lib\site-packages\lxml
------------------------
C:\>python
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import lxml
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named lxml
>>> exit()
------------------------
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.

C:\Program Files (x86)\Inkscape>python
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import lxml
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named lxml
>>>
-----------------------
I notice python is also found associated with other software I have installed; csvn and Qt.