I'm trying to reload the python interpreter by calling Py_Finalize(); Py_Initialize() but the interpreter seems to be forgetting my module paths in the process. Even manually importing sys and appending them by hand doesn't seem to fix it. Has anyone else had this problem? Any ideas as to how to fix it? - Aaron