문제

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