[Pythonmac-SIG] Problem with a bundlebuilder application

Martina Oefelein Martina at Oefelein.de
Wed Sep 15 22:01:44 CEST 2004


Hi Quentin:

>     tmpsurface = pygame.image.load(os.path.join(filepath, 
> filename)).convert()
> pygame.error: Couldn't open Greenhouse/items/item.bmp

Your program doesn't find the file mentioned in the error message. Make 
sure to include it in the app bundle, and when you load the file 
specify the full path to the file within the app bundle.

ciao
Martina



More information about the Pythonmac-SIG mailing list