You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: