Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: More pygame errors
Post: RE: More pygame errors

The directory is as follow C:\Users\******\Downloads\python_game_resourses\ (***** is the user name but for this purpose let's call it Pete). We are using the python built-in ideas editor (gui :( ) ...
PyEH General Coding Help 16 8,256 Jan-06-2019, 10:16 AM
    Thread: More pygame errors
Post: RE: More pygame errors

Thank you. I have attempted other image formats and get the same results
PyEH General Coding Help 16 8,256 Jan-03-2019, 10:57 PM
    Thread: More pygame errors
Post: RE: More pygame errors

This is the root directory and as far as I can determine the root file. Both the module/program and the I image files are in the same directory, there is no directories above or below relating to the ...
PyEH General Coding Help 16 8,256 Jan-03-2019, 08:09 AM
    Thread: More pygame errors
Post: RE: More pygame errors

Quote:Also is this file you are loading the images, your root file you are executing? IF this is a module imported to another file, and the images are in the same directory as this module, then it is ...
PyEH General Coding Help 16 8,256 Jan-02-2019, 09:33 PM
    Thread: More pygame errors
Post: RE: More pygame errors

Quote:What method did you use to install pygame? I have only had problems like that if i compiled pygame without the proper dependencies. You should not need an extra module to handle png images in py...
PyEH General Coding Help 16 8,256 Jan-02-2019, 09:09 PM
    Thread: More pygame errors
Post: RE: More pygame errors

import pngI though reading https://www.pygame.org/docs/ref/image.html default support is bmp That I had a problem with unsupported image files and installed pypng module according to docs this is to l...
PyEH General Coding Help 16 8,256 Jan-02-2019, 08:38 PM
    Thread: More pygame errors
Post: RE: More pygame errors

Quote:C:\Users\******\Downloads\python_game_resourses\. I am not sure if this is where you actually have the image or not? The images are in the same directory as the .py module
PyEH General Coding Help 16 8,256 Jan-02-2019, 08:14 PM
    Thread: More pygame errors
Post: More pygame errors

Attempting to help my son. I cannot find the error or a reason Extract import png, os, pygame pygame.init() win = pygame.display.set_mode((1200,900)) pygame.display.set_caption("First Game") WalkR...
PyEH General Coding Help 16 8,256 Jan-02-2019, 07:59 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020