Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pygame module pygame.threads is missing #4157

Open
Acegamer1000 opened this issue Feb 12, 2024 · 0 comments
Open

Pygame module pygame.threads is missing #4157

Acegamer1000 opened this issue Feb 12, 2024 · 0 comments
Labels

Comments

@Acegamer1000
Copy link

C:\Users\97155\PycharmProjects\pythonProject\venv\Scripts\python.exe C:\Users\97155\PycharmProjects\pythonProject\app.py
C:\Users\97155\PycharmProjects\pythonProject\app.py:1: RuntimeWarning: import threads: No module named 'pygame.threads'
(ModuleNotFoundError: No module named 'pygame.threads')
import pygame
pygame 2.5.2 (SDL 2.28.3, Python 3.9.0)
Hello from the pygame community. https://www.pygame.org/contribute.html

Process finished with exit code 0

This is the message I get when I try running the program.
And this is the script I wrote:

import pygame
import time
import random

WIDTH, HEIGHT = 1000, 800
WIN = pygame.display.set_mode((WIDTH, HEIGHT))

I have tried literally everything but to no avail
Any ideas>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant