# This is a workaround for a bug in jythonc that doesn't allow the -C NONE and -p options # together. import sys import java import os jythonhome = java.lang.System.getProperty("python.home") toolsdir = jythonhome+os.sep+"Tools"+os.sep+"jythonc" sys.path.append(toolsdir) import main opts = main.getOptions() comp = main.doCompile(opts)