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

Re: [pygame] Can pygame have all compiled modules in one file ?



On Apr 30, 2004, at 8:01 PM, Dmitry Borisov wrote:

I'm just curious, is there any posibility to have compiled pygame pyd/so files to be in 1 file ?
I understand that you want some flexibility by loading them online and having some vars from OS, but still want to decrease number of files I'm delivering to the users to minimum. Right now when I compile with py2exe it produces about 18 .pyd files for pygame.
It's probably possible to build a static python that includes all of these things, but it is FAR more trouble than it's worth.

-bob