Al wrote:
I am thinking of using py2exe and py2app for the specific Windows and Mac versions but not sure the best way to package it up for Linux.
If it's not for any particular distribution of Linux, you could look into freeze, although I haven't used it myself, so I don't know how feasible it is to make a binary that will work on any Linux. For specific Linux distributions, build a package in whatever format is appropriate (rpm, etc.) -- Greg -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
