[issue24903] Do not verify destdir argument to compileall

Jake Garver report at bugs.python.org
Thu Aug 20 21:36:05 CEST 2015


Jake Garver added the comment:

Thanks for the response and sorry for the mis-read.

In 2.7, I did something like:
python -m compileall -d /runtime/path foo.py

But in 3.4, I get:
-d destdir requires exactly one directory argument

I'm doing this during a build. Then we package the pyc file into a runtime image.

Let me know if I can further help (or confuse).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24903>
_______________________________________


More information about the Python-bugs-list mailing list