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.
I manually moved the dll file from the main inkscape dir into the python subdirectory where python.exe resides. This solved problem of not being able to find the dll.
Same.
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'.
Aaron Spike