Dependencies
It's a pity the high number of entries that depend on this or that library: pymunk, pyOpengl, Cocos2d, pyOde, Numpy, pyBox2d and many others... and sometimes even most of them at the same time! It's ok using external dependencies, but why don't those entries create an all-in-one package? They would be much easier to play and rate!(log in to comment)
Comments
If you're testing on a mac however you'll need to see my other post: Here. We would have included the dylib in the final distro except we can't predict the architecture of your mac.
But, just in case someone have the idea, dont touch anything outside the gamedir. Dont touch site-packages, dont dare to try to launch from your game ez_install or something in the line. Never. Even asking.
(sorry about the barf, but expreses exactly the feeling at the idea someone thinkering with my system libraries)
Tee on 2008/09/17 20:03:
Perhaps it would be nice if all the dependencies were included somewhere in the torrent, so if they are needed it would be just a matter of linking or copying. Also, some of those dependencies aren't entirely python, so they wouldn't be portable, but maybe in that case there could be one for each major platform.