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

Support for building executables #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Falaina
Copy link

@Falaina Falaina commented Jul 21, 2012

Since this running naoko is a bit of a pain for windows users, I made a simple build script for this. cx_freeze is kind of gross in that it has a bunch of scattered files but it's less hacky than py2exe.

Also the way imports were handled in the naoko.lib modules weren't very conducive to packaging, so I split out a launcher into the top level directory, and used relative imports. You may want to tweak the names a bit.

Falaina added 2 commits July 20, 2012 20:42
make main function in main (though naoko.main.main() is kind of silly.
make a launcher external to the naoko package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant