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

release easygui as a single file #56

Open
robertlugg opened this issue Jan 20, 2015 · 1 comment
Open

release easygui as a single file #56

robertlugg opened this issue Jan 20, 2015 · 1 comment
Assignees

Comments

@robertlugg
Copy link
Owner

It is possible to create a single file containing all of our files. Do that to simplify the install for users. See the discussion here:
http://blog.ablepear.com/2012/10/bundling-python-files-into-stand-alone.html

@robertlugg
Copy link
Owner Author

Ok, so, using an .egg, you can ship easygui without much effort. Go ahead and grab the .egg file and place it somewhere (for instance your local directory). Then in your program:
import sys
sys.path.append('easygui_name_of_file.egg')
Then do everything like normal:
import easygui
...and you are good to go.

To finish this issue I do need to rename the .egg file as it has a dash - which import doesn't like. For now, please look at develop/easygui_demo.egg and give that a try.

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

No branches or pull requests

1 participant