Lines Matching defs:python
549 gchar *python = g_build_filename(exe, "python", NULL);
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");
587 printf("python in %s\n\n", p);
590 printf("python not found\n\n");
600 g_free(python);