hi since the website seems to be down, here an indirect bug report from my irc backgrack:
<yofel> hm, about phitoo_s python issue, that's because here on ubuntu the C API seems to set sys.path[0] not to an empty string but to /usr/lib/python2.6 which you assume is sys.path[1], so you're overwriting the base search path when initializing the script engine. <yofel> why not use "sys.path.insert(0, \"%1\")\n" instead of "sys.path[0] = \"%1\"\n" in scribus/plugins/scriptplugin/scriptercore.cpp? it would be a pity to lose track of it... ciao a.l.e
