robertlugg / easygui

easygui for Python
http://easygui.readthedocs.org/en/master/
BSD 3-Clause "New" or "Revised" License
455 stars 114 forks source link

i am try use easygui.fileopenbox() in Mac,it can‘t to choice file ,for example,a photo #155

Open tangtang666 opened 5 years ago

tangtang666 commented 5 years ago

i am try use easygui.fileopenbox() in Mac,it can‘t to choice file ,for example,a photobut i can click folder。 Python3

zadacka commented 5 years ago

Sounds like a problem. Could you attach a screenshot of the issue, please?

On Thu, Jan 10, 2019 at 9:28, tangtang666 notifications@github.com wrote: i am try use easygui.fileopenbox() in Mac,it can‘t to choice file ,for example,a photobut i can click folder。 Python3

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub [https://github.com/robertlugg/easygui/issues/155] , or mute the thread [https://github.com/notifications/unsubscribe-auth/ADV8oXhR4Y0cyZ2G10db4vdm9nCg-yv2ks5vBwesgaJpZM4Z5GTl] .

tangtang666 commented 5 years ago

听起来像是一个问题。你能附上问题的截图吗?在2019年1月10日星期四9点28分,tangtang666 notifications@github.com写道:我尝试在Mac中使用easygui.fileopenbox(),它不能选择文件,例如,我可以点击一个photobut文件夹.Python3 - 你收到这个是因为你订阅了这个帖子。直接回复此电子邮件,在GitHub上查看[ #155 ],或者将线程静音[ https://github.com/notifications/unsubscribe-auth/ADV8oXhR4Y0cyZ2G10db4vdm9nCg-yv2ks5vBwesgaJpZM4Z5GTl ]。

In Windows 10,i use ‘picture_path = easygui.fileopenbox()‘’,i can choice a picture,but in mac i can‘t,if i use ‘picture_path = easygui.fileopenbox(default='*.png')‘,i can choice a png picture