> Does anyone have any suggestions? Thanks. This works too: ::PyRun_SimpleString("import sys\n"); // loop through the paths you want to add ::PyRun_SimpleString("sys.path.insert(0, \"<YOUR_PATH_HERE>\")\n");