Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
marcusmoller opened this issue Jun 4, 2013 · 2 comments

Comments

@marcusmoller
Copy link
Owner

No description provided.

@marcusmoller
Copy link
Owner Author

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
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant