I am using a DirDialog in wxpython. It works fine for the local drive. But, it is not able to list the folders in the network drive. Is there any way to do it ?

I want to select a folder from the network drive.

有帮助吗?

解决方案

It works fine for me in the wxPython demo on Windows 7, wxPython 2.8.12.1. What version of wxPython are you using? Which OS? There are two other directory controls that you can try too: GenericDirCtrl and MultiDirDialog.

I would recommend creating a little demo app that we can play with too.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top