My biggest problem is to get the programs to run on Linux. Thus far every
PyGame program I have created works perfectly on Windows but I am having
trouble getting them to run on Linux. To be honest the parts I am having
trouble with are in the non-PyGame Python parts of the program.
That being said, I would welcome any change that makes PyGame, or Python for
that matter, run better under Linux.
It would also be excellent if there were some way of combining all the
required files needed to run the program into a single file. There could be
a single file for Python installation (which there already is) and another
single file for the installation of the PyGame. It would be even better if
the PyGame file checked to see if Python was already installed on the
computer and if not then installed it.
The idea is to make it easy enough that "Grandma" could install and run it.
Jason
----- Original Message -----
From: "Will McGugan" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Sunday, May 06, 2007 6:00 AM
Subject: [pygame] PyGame Runtime
Hi Folks,
Just posted an entry about a suggested 'PyGame Runtime'. I'd love to hear
the opinion of the PyGame community on this one!
http://www.willmcgugan.com/2007/05/06/pygame-runtime/
Regards,
Will