Skip to content

Instantly share code, notes, and snippets.

@taojy123
Last active July 16, 2016 05:59
Show Gist options
  • Save taojy123/13eb8dd6edf9a42cfa79b0154c4f89a9 to your computer and use it in GitHub Desktop.
Save taojy123/13eb8dd6edf9a42cfa79b0154c4f89a9 to your computer and use it in GitHub Desktop.
wxpython 文件和目录选择对话框
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