public static void compile(String filename,
String destDir)
Compiles the python file by loading it
FIXME: this is quite hackish right now. It basically starts a whole interpreter and sets
proxyDebugDirectory as the destination for the compiled proxy class
Parameters:
filename - python filename to exec
destDir - destination directory for the proxy classes