Message7211

Author dschulten
Recipients Arfrever, alex.gronholm, dschulten, fwierzbicki
Date 2012-06-13.05:53:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339566820.77.0.540182546052.issue1896@psf.upfronthosting.co.za>
In-reply-to
Content
The reason is of course the force=1, it prevents compileall from trying to read in the magic number.
Therefore, -f will work, too:

subprocess.call(['java', '-jar', jython_jar, '-m', 'compileall', '-f', tmpdir])
History
Date User Action Args
2012-06-13 05:53:40dschultensetmessageid: <1339566820.77.0.540182546052.issue1896@psf.upfronthosting.co.za>
2012-06-13 05:53:40dschultensetrecipients: + dschulten, fwierzbicki, alex.gronholm, Arfrever
2012-06-13 05:53:40dschultenlinkissue1896 messages
2012-06-13 05:53:40dschultencreate