Ed Leafe wrote: > I'm seeing some odd behavior in wxPython's FileDialog using the Save > style. Here's the code: > > d = wx.FileDialog(None, message="Save As", style=wx.FD_SAVE) > d.ShowModal() > print d.GetPath()
This is working for me. The output is: /home/uwe/text.txt opensuse 10.3, python 2.5.1, python-wxGTK-2.8.7.1-0.pm.1 Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
