wx.propgrid missing

Hello,

I have found that on GitHub: Phoenix/demo/PropertyGrid.py at master · wxWidgets/Phoenix · GitHub

But when I try to import it, I get the following error:

import wx.propgrid
Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named propgrid

Also, there is nothing about it in : http://wxpython.org/Phoenix/docs/html/classic_vs_phoenix.html

Is it gone or maybe am I missing something?

Thanks!

It is new in wxPython 3.0. I tried wx.propgrid in 3.0 classic, installed via apt-get from the Debian repo, and everything was fine. I’ve never tried to build wxPython from sources.

Hello,

I did not mention it clearly but I wanted to use it with wxPython Phoenix (and you can see the steps I used for installing wxPython Phoenix from sources on that thread).

Thanks,

Damien

···

Le dimanche 3 avril 2016 13:28:46 UTC-4, Michael Salin a écrit :

It is new in wxPython 3.0. I tried wx.propgrid in 3.0 classic, installed via apt-get from the Debian repo, and everything was fine. I’ve never tried to build wxPython from sources.