Comment 7 for bug 421305

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

... and could you please add the output of following shell commands:

ARCH=`arch`
PYTHON_VERS=`python -V 2>&1 | cut -c 8-10`
echo PYTHONPATH="Content/Resources/python/site-packages/$ARCH/$PYTHON_VERS"

to the new bug report (since you have access to SL :)

My guess is that Inkscape needs to provide packages for the new 'x86_64' architecture: quoting e.g. from
Issue 6802: build fails on Snow Leopard - Python tracker <http://bugs.python.org/issue6802>:

"The default value for the -arch flag changed in SL. It used to be the same as the output of the arch command (i386 on intel systems) and now is x86-64."