wx.DirDialog - wx.DD_NEW_DIR_BUTTON - Create New Directory Button missing

Hi, I am using mac os x 10.8.4, Python 2.7.2, wxpython 2.9.
Using this line:

dlg = wx.DirDialog(self, "Choose a directory:", style=wx.DD_DEFAULT_STYLE |
wx.DD_NEW_DIR_BUTTON)

I can't get the 'create new directory' to show up when choosing a directory.
Anyone know any reason why this would be?

Kind regards.

···

--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/wx-DirDialog-wx-DD-NEW-DIR-BUTTON-Create-New-Directory-Button-missing-tp5717882.html
Sent from the wxPython-users mailing list archive at Nabble.com.

speedyrazor wrote:

Hi, I am using mac os x 10.8.4, Python 2.7.2, wxpython 2.9.
Using this line:

dlg = wx.DirDialog(self, "Choose a directory:", style=wx.DD_DEFAULT_STYLE |
wx.DD_NEW_DIR_BUTTON)

I can't get the 'create new directory' to show up when choosing a directory.
Anyone know any reason why this would be?

Which 2.9 version specifically? It's working here with the 2.9.5 preview build.

···

--
Robin Dunn
Software Craftsman

Hi, thanks for the reply, but where can I find the download for 2.9.5 mac,
i've searched but can't find it?

Kind regards,

···

--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/wx-DirDialog-wx-DD-NEW-DIR-BUTTON-Create-New-Directory-Button-missing-tp5717882p5717957.html
Sent from the wxPython-users mailing list archive at Nabble.com.

speedyrazor wrote:

Hi, thanks for the reply, but where can I find the download for 2.9.5 mac,
i've searched but can't find it?

The preview builds are announced on the wxPython-dev mail list.

https://groups.google.com/d/msg/wxpython-dev/4utnpOdQDXI/5Gs8LlFp1QwJ

···

--
Robin Dunn
Software Craftsman