bug in wxPython/controls2.py?

Line 648 in GetColumn reads:

        val = ontrols2c.wxListCtrl_GetColumn(self, *_args, **_kwargs)

Should be:

        val = controls2c.wxListCtrl_GetColumn(self, *_args, **_kwargs)

I scanned the archive looking for a report of this but didn't see it.

gb

Line 648 in GetColumn reads:

        val = ontrols2c.wxListCtrl_GetColumn(self, *_args, **_kwargs)

Should be:

        val = controls2c.wxListCtrl_GetColumn(self, *_args, **_kwargs)

I scanned the archive looking for a report of this but didn't see it.

I think it's a bug, so maybe you should report it on SF if it's not
already there.

Alberto

Gary Bishop wrote:

Line 648 in GetColumn reads:

       val = ontrols2c.wxListCtrl_GetColumn(self, *_args, **_kwargs)

Should be:

       val = controls2c.wxListCtrl_GetColumn(self, *_args, **_kwargs)

I scanned the archive looking for a report of this but didn't see it.

This has already been fixed in CVS.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!