pythonpython-3.xmoduleactivepython

Problems with installing Python os module on Python


I have recently downloaded ActivePython 3.6 and it works just fine, but when I try to install the os module I get following console output:Command prompt screenshot

Thank you for all your help in advance:)


Solution

  • In the Python Standard Library:

    16.1. os — Miscellaneous operating system interfaces

    OS is one of the libraries listed, so you shouldn't need to download anything.