Hi all,
I’m using wx.FileDialog in a wxPython 2.8.8.0 application, under Xubuntu
8.10… My problem is that this dialog isn’t network-aware, so I can’t
browse Samba shares.
I see that this problem plagues other applications too (Firefox,
Audacious…) so I’d like to ask where I could find informations on how
to make it work.
Is that dialog supposed to be already network-aware? Am I missing
something? Some library maybe? Or should I write my own implementation?
Many thanks!
I guess samba is not part of wxPython/python.
One option would be to mount the samba share on a local directory (see man mount).
Alternatively, you could look at http://sourceforge.net/projects/pysamba/
Best regards,
Tom.