F5F Stay Refreshed Software Operating Systems Problem with Pygame setup or code.

Problem with Pygame setup or code.

Problem with Pygame setup or code.

S
Silverbros19
Junior Member
3
06-13-2016, 06:36 PM
#1
You installed some Pygame modules and ran their scripts. A brief black window appeared in the command line before vanishing. Seek guidance on what it might indicate.
S
Silverbros19
06-13-2016, 06:36 PM #1

You installed some Pygame modules and ran their scripts. A brief black window appeared in the command line before vanishing. Seek guidance on what it might indicate.

A
AtaberkIncesu
Member
105
06-13-2016, 07:21 PM
#2
Yes, pygame is installed and Python is present in the system path.
A
AtaberkIncesu
06-13-2016, 07:21 PM #2

Yes, pygame is installed and Python is present in the system path.

D
Davsqweed101
Junior Member
38
06-13-2016, 08:01 PM
#3
The PATH file tells your system where to find Pygame so it can be used from any directory.
D
Davsqweed101
06-13-2016, 08:01 PM #3

The PATH file tells your system where to find Pygame so it can be used from any directory.

G
GamingPro1321
Junior Member
16
06-14-2016, 02:40 AM
#4
Search online for instructions on adding Python to the system path. This will allow you to execute Python from the command line.
G
GamingPro1321
06-14-2016, 02:40 AM #4

Search online for instructions on adding Python to the system path. This will allow you to execute Python from the command line.

S
spvceboii
Member
52
06-14-2016, 07:29 AM
#5
To verify Python availability, locate it in your PATH by right-clicking an empty space and selecting "Open command window here." A window will appear displaying the full path. Type "python" and observe the output.
S
spvceboii
06-14-2016, 07:29 AM #5

To verify Python availability, locate it in your PATH by right-clicking an empty space and selecting "Open command window here." A window will appear displaying the full path. Type "python" and observe the output.

W
Wixxix
Junior Member
10
06-15-2016, 12:33 AM
#6
I encountered an issue with the command. It seems 'python' isn't recognized.
W
Wixxix
06-15-2016, 12:33 AM #6

I encountered an issue with the command. It seems 'python' isn't recognized.

U
unormal2
Member
125
06-15-2016, 01:04 AM
#7
You can obtain Python from the official site. The software should mention its version, such as 2.7.10 or 3.4.3. Proceed with the instructions on the provided page to include it in your PATH.
U
unormal2
06-15-2016, 01:04 AM #7

You can obtain Python from the official site. The software should mention its version, such as 2.7.10 or 3.4.3. Proceed with the instructions on the provided page to include it in your PATH.