pyorpg-client icon indicating copy to clipboard operation
pyorpg-client copied to clipboard

Create an easy way to make executables using py2exe and/or py2app.

Open marcusmoller opened this issue 11 years ago • 2 comments

marcusmoller avatar Jun 04 '13 14:06 marcusmoller

cx_freeze was rather simple to get going.

It requires certain modifications however:

  • Fonts must be defined. They can't be referred to as 'None'.
  • Don't use SysFont - this isn't necessary anyway, since you need to define a certain fontpath (look above)

marcusmoller avatar Jun 21 '13 11:06 marcusmoller

It might be worth looking into py2exe and py2app, which Frets on Fire seems to be using: https://github.com/fofix/fofix/blob/master/src/setup.py

marcusmoller avatar Aug 09 '13 16:08 marcusmoller