Search found 3 matches
- Sun Oct 04, 2009 9:27 pm
- Forum: Discuss Software Issues
- Topic: Inkscape 47pre3 Under Snow Leopard Scripts Not Working...
- Replies: 7
- Views: 4128
Re: Inkscape 47pre3 Under Snow Leopard Scripts Not Working...
Got it. Somehow the ones included in the .app weren't working. I commented out the PYTHONPATH line in the startup script to get it to use my system one. Who knows what was wrong with the build, but I just deleted the lxml port and then reinstalled it and the system one started to work. All is well n...
- Sun Oct 04, 2009 3:19 am
- Forum: Discuss Software Issues
- Topic: Inkscape 47pre3 Under Snow Leopard Scripts Not Working...
- Replies: 7
- Views: 4128
Re: Inkscape 47pre3 Under Snow Leopard Scripts Not Working...
As an update to this it seems to be specific to etree from lxml... python -c "from lxml import etree"Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages...
- Sun Oct 04, 2009 3:06 am
- Forum: Discuss Software Issues
- Topic: Inkscape 47pre3 Under Snow Leopard Scripts Not Working...
- Replies: 7
- Views: 4128
Inkscape 47pre3 Under Snow Leopard Scripts Not Working...
Has anyone gotten scripts to work under Snow Leopard. I have looked through the forum and tried a bunch of the suggestions, but am still getting a lxml missing error. I have checked and the system python26 has lxml, so does the system python25. Any ideas how to fix this? Or anyone else having this i...