Comment 3 for bug 448285

Revision history for this message
su_v (suv-lp) wrote :

|| $ python
|| Python 2.6.2 (release26-maint, Apr 19 2009, 01:58:18)
|| [GCC 4.3.3] on linux2
|| Type "help", "copyright", "credits" or "license" for more information.
|| >>> import lxml
|| >>> print lxml.__path__
|| ['/usr/lib/python2.6/dist-packages/lxml']

| LeWitt:~ suv$ python
| Python 2.6.2 (r262:71600, Aug 23 2009, 06:02:15)
| [GCC 4.0.1 (Apple Inc. build 5493)] on darwin
| Type "help", "copyright", "credits" or "license" for more information.
| >>> import lxml
| >>> print lxml.__path__
| ['/Volumes/blue/mp/Library/Frameworks/Python.framework/Versions/Current/lib/python2.6/site-packages/lxml']

I don't use the bundled lxml module when testing local SVN builds - above is what 'my' Inkscape r22436 would get. But 'lxml.__path__' doesn't give you the lxml version?

> So in theory you could write a dummy extension that writes that info to stderr.
You could do that - an 'sysinfo & debug' extension ;-)? Inkex.py has 'errormsg(msg)' - a dialog is more convenient with non-linux packages than system.log…