12 lines
531 B
Diff
12 lines
531 B
Diff
--- inkscape-0.48.4-orig/src/extension/implementation/script.cpp.orig 2012-12-13 21:00:46.726633000 +0400
|
|
+++ inkscape-0.48.4-orig/src/extension/implementation/script.cpp 2014-03-02 10:36:07.191200000 +0400
|
|
@@ -87,7 +87,7 @@
|
|
Script::interpreter_t const Script::interpreterTab[] = {
|
|
{"perl", "perl-interpreter", "perl" },
|
|
#ifdef WIN32
|
|
- {"python", "python-interpreter", "pythonw" },
|
|
+ {"python", "python-interpreter", "python2w" },
|
|
#else
|
|
{"python", "python-interpreter", "python" },
|
|
#endif
|