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

Easygui 0.98 easygui.fileopenbox causes Traceback #104

Open
BOrnellas opened this issue Aug 16, 2016 · 1 comment
Open

Easygui 0.98 easygui.fileopenbox causes Traceback #104

BOrnellas opened this issue Aug 16, 2016 · 1 comment

Comments

@BOrnellas
Copy link

Today I had tried calling a script I had written that previously had no issues using the easygui.fileopenbox method, however when I ran the script today I got the following error:
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/easygui/boxes/demo.py", line 142, in easygui_demo
demo_reply = chosen_demo()
File "/usr/local/lib/python2.7/dist-packages/easygui/boxes/demo.py", line 455, in demo_fileopenbox
f = fileopenbox(msg, title, default=default)
File "/usr/local/lib/python2.7/dist-packages/easygui/boxes/fileopen_box.py", line 103, in fileopenbox
func = ut.tk_FileDialog.askopenfilenames if multiple else ut.tk_FileDialog.askopenfilename
AttributeError: 'module' object has no attribute 'askopenfilename'

Using Python 2.7.6 on Linux Mint 17.3.
Are there updated dependencies required for using the release version of easygui 0.98?
Thank you

@GenericError
Copy link

According to the README, there are no required dependencies. Have you still got the script which causes this issue or is the error still reproducible?

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

2 participants