Searched defs:python (Results 1 - 3 of 3) sorted by relevance
/inkscape/share/extensions/ |
H A D | measure.py | 1 #!/usr/bin/env python 48 # - https://bugs.python.org/issue18378 58 inkex.errormsg(_("Failed to import the numpy modules. These modules are required by this extension. Please install them and try again. On a Debian-like system this can be done with the command, sudo apt-get install python-numpy.")) namespace
|
H A D | perspective.py | 1 #!/usr/bin/env python 44 inkex.errormsg(_("Failed to import the numpy or numpy.linalg modules. These modules are required by this extension. Please install them and try again. On a Debian-like system this can be done with the command, sudo apt-get install python-numpy.")) namespace
|
/inkscape/src/ |
H A D | main.cpp | 549 gchar *python = g_build_filename(exe, "python", NULL); local 550 gchar *scripts = g_build_filename(exe, "python", "Scripts", NULL); 551 gchar *perl = g_build_filename(exe, "python", NULL); 552 gchar *pythonlib = g_build_filename(exe, "python", "Lib", NULL); 553 gchar *pythondll = g_build_filename(exe, "python", "DLLs", NULL); 559 gchar *python_s = g_win32_locale_filename_from_utf8(python); 566 new_path = g_strdup_printf("%s;%s;%s;%s;%s", exe, python, scripts, perl, path); 568 new_path = g_strdup_printf("%s;%s;%s;%s", exe, python, scripts, perl); 585 gchar *p = g_find_program_in_path("python"); [all...] |
Completed in 73 milliseconds