wx.dataview

Hi,
when i try
import wx.dataview i get the following error

import wx.dataview

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named dataview

I am using python 2.7. import wx works and according to wx.version() my
version of wxpython is 2.8.12.1

wx.version()

'2.8.12.1 (msw-unicode)'

···

--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/wx-dataview-tp5715339.html
Sent from the wxPython-users mailing list archive at Nabble.com.

ugwigr wrote:

Hi,
when i try
import wx.dataview i get the following error

import wx.dataview

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named dataview

I am using python 2.7. import wx works and according to wx.version() my
version of wxpython is 2.8.12.1

The data view controls were not introduced until wxWidgets 2.9.

···

--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.