Search found 5 matches
- Tue May 13, 2008 5:50 am
- Forum: Help with using Inkscape
- Topic: Textext on Mac
- Replies: 8
- Views: 6458
Re: Textext on Mac
Is it possible to set it so that just inkscape would use python 2.4 or would I have to uninstall python 2.5 from my whole system? How would I choose to use python 2.4?
- Fri May 09, 2008 3:46 am
- Forum: Help with using Inkscape
- Topic: Textext on Mac
- Replies: 8
- Views: 6458
Re: Textext on Mac
When I do this: The lxml version can be determined like this: Code: Select all python -c "exec 'from lxml import etree\nprint etree.LXML_VERSION'" E.g., (2, 0, 2, 0) means version 2.0.2. I get ImportError: No module named lxml which is strange, as if I do "port installed" (which ...
- Wed May 07, 2008 8:15 am
- Forum: Help with using Inkscape
- Topic: Textext on Mac
- Replies: 8
- Views: 6458
Re: Textext on Mac
I'm slightly unsure about whether my system knows about what I've installed. I installed py25-lxml via macports. Despite spending a lot of time searching, I haven't been able to work out satisfactorily exactly what macports does. I think it might download things but keep them in a sandbox away from ...
- Wed May 07, 2008 2:21 am
- Forum: Help with using Inkscape
- Topic: Textext on Mac
- Replies: 8
- Views: 6458
Re: Textext on Mac
Thanks for the tip. I upgraded my python to version 2.5.2. I then picked Effects->Textext. A dialogue box came up and I was able to enter an equation, however when I clicked "OK" I got the following error: /Users/tomclose/.inkscape/extensions/inkex.py:57: RuntimeWarning: Python C API versi...
- Tue May 06, 2008 1:03 pm
- Forum: Help with using Inkscape
- Topic: Textext on Mac
- Replies: 8
- Views: 6458
Textext on Mac
I am currently trying to get textext to work on Inkscape 4.6 on Mac OSX 10.4. My first attempt was to download textext.py and textext.inc and just drop them into the Inkscape.app/Contents/Resources/Extensions file, as suggested on the textext website. Textext appeared in the Effects menu put when I ...