From: Steve C. <stn...@xm...> - 2005-04-29 02:33:37
|
Phil Edwards wrote: > On Sun, 2005-04-24 at 22:03, Steve Christensen wrote: > > > > > Upgrading to the 2.5.5.1 release of wxPython cleared up the problem with > > saveFileDialog (it now returns the absolute path) > > > > Well, it's 50% fixed. If you supply a default filename to the dialog and > the user simply clicks the OK button to accept the default, you'll find > that result.paths[0] contains something like: > > /path/to/some/directory/.. > > If the user types something in the filename box, then you do indeed get > the absolute path back. Also, this bug only applies to GTK2, i.e. it > works as expected on Windows. Methinks a posting to the wxPython-users > list is in order... I've just tried wxPython 2.6, and it looks like that's corrected -Steve |