We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Operating system: GNU/Linux Debian 11 wxPython version & source: 4.2.2 from pypi Python version & source: distro
Description of the problem:
Would be nice if wxPython could handle pathlib.Path automatically at least as input. For example:
pathlib.Path
dialog = wx.FileDialog(None,style = wx.FD_SAVE,defaultDir=pathlib.Path(".")) Traceback (most recent call last): File "<input>", line 1, in <module> TypeError: FileDialog(): argument 'defaultDir' has unexpected type 'PosixPath'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Operating system: GNU/Linux Debian 11
wxPython version & source: 4.2.2 from pypi
Python version & source: distro
Description of the problem:
Would be nice if wxPython could handle
pathlib.Path
automatically at least as input. For example:The text was updated successfully, but these errors were encountered: