wx.DirDialog only return home DIR

Hello:

os: ubuntu 1210(upgrade from 1204)
python2.7.3
wxpython 2.9.4.1(install from source)

When I run DirDialog in demo.py, I found only return home dir, not the dir which i slected.
Anyone can I help me?

thanks

wangzhoahe@gmail.com
12/11/2012

It's working here for me, although I'm not on the newest ubuntu. Do you go into the dir you want to choose before pressing the button? Or do you just select it and then hit the button?

···

On 11/12/12 6:27 AM, wangzhaohe wrote:

Hello:

os: ubuntu 1210(upgrade from 1204)
python2.7.3
wxpython 2.9.4.1(install from source)

When I run DirDialog in demo.py, I found only return home dir, not the
dir which i slected.
Anyone can I help me?

--
Robin Dunn
Software Craftsman

Thanks a lot!
(In windows xp, user can not enter the last directory, but gtk can)

···

2012-11-13- 04:49, Robin Dunn wrote:

  On

11/12/12 6:27 AM, wangzhaohe wrote:

    Hello:




    os: ubuntu 1210(upgrade from 1204)


    python2.7.3


    wxpython 2.9.4.1(install from source)




    When I run DirDialog in demo.py, I found only return home dir,

not the

    dir which i slected.


    Anyone can help me?
  It's working here for me, although I'm not on the newest ubuntu. 

Do you go into the dir you want to choose before pressing the
button? Or do you just select it and then hit the button?

Just select it and then hit the button OK.