Arthur Bueno wrote:
well, anyway: after I uninstalled C:\Python24 there is no reference anymore in the errorlog, so phantom pain is gone. Still it doesn't run the 'groups to pngs', or e.g. radiobutton effects. It does however run tor instance the Render/lorus ipsum script, so I assume the right python is running, some of the scripts just don't work, or some library part is missing.
Excellent, we've got the right python now.
I found a bit of time to try reproducing this here and did some debugging. Looks like the groups to png extension was written and tested entirely on linux. :-)
For the python fans out there this is what I get when I print out sys.argv for various invocations of the --directory parameter:
c: yeilds ['share\extensions\g2pngs.py', '--directory=c:" --layers=false C:\DOCUME~1\NS\LOCALS~1\Temp\ink_ext_MSLKNT']
. yeilds ['share\extensions\g2pngs.py', '--directory=.', '--layers=false', 'C:\DOCUME~1\NS\LOCALS~1\Temp\ink_ext_YPU4MT']
Something's broke!
But I find that if I call with "c:\" INCLUDING DOUBLE QUOTES, I am able to successfully export pngs to c:.
With quotes and double backslashes you might be able to work around the issue for now. But please file a bug in the tracker and copy in the relevant information from this thread.
Aaron Spike