Problems with installing Python os module on Python

377 Views Asked by At

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:)

1

There are 1 best solutions below

0
whackamadoodle3000 On BEST ANSWER

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.