Searched refs:python (Results 1 - 8 of 8) sorted by relevance

/inkscape/packaging/macosx/ports/_resources/port1.0/group/
H A Dpython-1.0.tcl2 # $Id: python-1.0.tcl 118101 2014-03-22 15:16:34Z jmr@macports.org $
34 # subports pyXY-foo are declared for each XY in python.versions
37 # only the python.default_version will be used
41 # python.versions: which versions this module supports, e.g. "26 27 31"
43 # python.default_version: which version will be installed if the user asks
48 categories python
60 options python.versions python.version python.default_version
61 option_proc python
[all...]
/inkscape/share/extensions/test/
H A Drun-all-extension-tests46 if python-coverage erase >/dev/null 2>/dev/null; then
48 cover_py_cmd=python-coverage
68 if ! python "$1.test.py"; then
/inkscape/packaging/wix/
H A Dinstall.bat3 python files.py
6 for /f "tokens=*" %%a in ('python version.py') do (set INKSCAPE_VER=%%a)
H A Dwixenv.bat17 set PATH=%DEVLIBS_PATH%\python;%WIX_PATH%;%PATH%
/inkscape/
H A Dmingwenv.bat7 set PATH=%DEVLIBS_PATH%\bin;%DEVLIBS_PATH%\python;%MINGW_BIN%;%PATH%;%GS_BIN%
/inkscape/packaging/macosx/
H A Dosx-build.sh68 \033[1m-py,--with-python\033[0m specify python modules path for inclusion into the app bundle
82 with python packages from ~/python_modules/ and prepare
153 -py|--with-python)
345 # python -c "import foo; ..."
399 Included python modules:
527 # Set python command line option (if PYTHON_MODULES location is not empty, then add the python call to the command line, otherwise, stay empty)
H A Dosx-app.sh4 # osx-app [-s] [-l /path/to/libraries] -py /path/to/python/modules [-l /path/to/libraries] -b /path/to/bin/inkscape -p /path/to/Info.plist
59 $0 [-s] [-l /path/to/libraries] -py /path/to/python/modules -b /path/to/bin/inkscape -p /path/to/Info.plist
66 \033[1m-py,--with-python\033[0m
67 add python modules (numpy, lxml) from given directory
83 $0 -s -py ~/python-modules -l /opt/local -b ../../Build/bin/inkscape -p ../../Info.plist
93 -py|--with-python)
156 echo "Outdated structure in custom python modules detected," >&2
473 # Add python modules if requested
505 # cleanup python modules
525 python_dir="$(${LIBPREFIX}/bin/python
[all...]
/inkscape/src/
H A Dmain.cpp549 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 1725 milliseconds