Python Forum

Full Version: Join the Python Standard Library to my project
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all! I am on Atom. My program cannot import pygame(for instance). I think that if I could upload the Python Standard Library, and join it to my project, my problem would vanish. How can I proceed ?
OMG! When you have python installed you always have the Standard Library (PSL) available to you. You can import any module that is part of PSL. Pygame n other hand you need to install in order to have access to it.
https://www.pygame.org/wiki/GettingStart...stallation
and because you are on Winodws - pay attention to https://www.pygame.org/wiki/GettingStart...stallation