Last active
July 16, 2016 05:59
-
-
Save taojy123/13eb8dd6edf9a42cfa79b0154c4f89a9 to your computer and use it in GitHub Desktop.
wxpython 文件和目录选择对话框
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
path = wx.FileSelector("Open") | |
path = wx.DirSelector() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment