2013-11-21 20 views

回答

0

這是接近你會來在python-2。 x:

try: 
    self.spawn(pp_args) 
except DistutilsExecError as msg: 
    print "DistutilsExecError : " + str(DistutilsExecError(msg)) 
    print 
    print "The above exception was the direct cause of the following exception:" 
    raise CompileError