Python Forum
Python Forum
>
Python Coding
>
General Coding Help
> Join the Python Standard Library to my project
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.
sylas
May-16-2018, 05:52 AM
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 ?
buran
May-16-2018, 05:59 AM
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
Python Forum
>
Python Coding
>
General Coding Help
> Join the Python Standard Library to my project