python - Why is the compileall module not working? -


i'm testing compiling python code, when run compileall module on directory test file in it, skips directory , goes , compiles standard library reason. why doing this?

you're running python -m compileall without specifying directory, , module doing exactly documentation says should: compiling every directory in sys.path.

to compile directory you're in, pass on command line:

$ python -m compileall . 

Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -