I'm attempting to use the Effects on Mac (PowerBook G4, 10.4.10) which utilise some Python libraries what I've understood. I've followed the instructions found at :
http://wiki.inkscape.org/wiki/index.php/CompilingMacOsX#Enabling_python_effe...
installed PyXML and numpy and even changed the Python version to 2.4 thinking that PyXML functions with that, but still no go. The instructions found in the above link states that on OS X 10.3 the file path to the site-packages folder is different than on 10.4 which in my case isn't so. The Python packages which I have (2.4 and 2.5) are separated according by framework: /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages not like this: /Library/Python/2.3/site-packages/ Can the problem be laying here which in that case what is there to be done?