On 2/4/06, Michael Moore <[EMAIL PROTECTED]> wrote:
> The OSX App didn't run for me either. I'm on OSX 10.3, on a G4 iMac.

Sorry, I should have specified minimum requirements.  I have a G5 and
a G4, both running Tiger.  It runs great on both of those, but I'm not
surprised the binaries have problems on Panther.  I just went and
updated the project page specifying that Tiger is required.

Do you have Xcode and darwinports installed?  If so, you can:
1) sudo port install py-game         (to install Pygame and it's dependencies)
1b) Make sure that /opt/local/bin is in your path before everything
else so that you use the darwinports binaries by default
2) Download the source (the 'linux' tarball), and then from the
unbzipped tarball directory run script/buildmac.sh
3) An app will be compiled and put in (checkers_dir)/dist

...or you could upgrade to tiger.
...or you could give me admin ssh access into your panther box  and
I'll do it for you  ;-)

On a related note, if anyone knows how to package up a python app and
it's dependencies as a standalone app on Linux, let me know.  I used
py2app for OS X, and py2exe for windows, but didn't see anything for
linux.

~ Nathan
_______________________________________________
Ldsoss mailing list
[email protected]
http://lists.ldsoss.org/mailman/listinfo/ldsoss

Reply via email to