0

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

Leo
  • 45
  • 1
  • 5

1 Answers1

0

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.

Community
  • 1
  • 1
whackamadoodle3000
  • 6,684
  • 4
  • 27
  • 44