
Aaron Spike wrote:
Gail Banaszkiewicz wrote:
Joshua A. Andler wrote:
Cross-compiled for win32 and fired up inkscape on the win32 box. The error I reported yesterday persisted (about not finding python25.dll).
I compile natively and get the same error.
I never saw this one but I have python 2.5 installed on the computer besides with inkscape.
Yeah, my guess is it finds the one in your $path.
However, effects still do not work. When I try to run effects (interpolate is my example here) I now get output stating: "python: can't open file 'share\extensions\interp.py': [Errno 2] No such file or directory"
Same.
The issue seems to be related to the working directory. Is it possible to feed python full paths to our scripts on win32? Someone might want to try walking back up the directory with '..\share\extensions\interp.py'.
Agreed that it seems to be related to the working directory... but wouldn't my copying the "share\extensions" stuff (with directory structure intact) to the python dir have potentially alleviated that (as it did for the dll)? I also temporarily added my inkscape dir directly in my $path and that didn't help anything either.
-Josh