[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Single .exe



Hi

I've used PyInstaller with the --onefile option to get a single .exe out of my
pygame script. The only problem is that it didn't include my data/ folder with
all the images for the sprites in the game. Does anyone know how to include an
extra folder with PyInstaller?

Or any other options to get a single .exe with everything needed inside? And I
don't want it to be an installer or anything like that...

Thanks in advance