Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 Python 的 DirSelector 打开文件(而不是目录)。制作 wx.FileSelector 也可以打开一个目录。
我只需要一个对话框窗口即可同时打开文件和目录。
您也许可以为此使用 wx.GenericDirCtrl,尽管它有点难看。还有纯 python MultiDirDialog 小部件,可以在 wx.lib.agw.multidirdialog 中找到。虽然它现在似乎不支持文件的显示和选择,但由于它是纯 Python,你可能可以破解它。