Werner
2014-04-13 12:16:45 UTC
Hi,
While testing above I run into this exception.
Looks like this is missing as I don't see it in the documentation either.
File "d:\devTools\Phoenix\demo\agw\XLSGrid.py", line 237, in <module>
run.main(['', os.path.basename(sys.argv[0])] + sys.argv[1:])
File "d:\devTools\Phoenix\demo\agw\run.py", line 160, in main
app.MainLoop()
File "c:\Python33\Lib\site-packages\wx-3.0.1-msw-phoenix\wx\core.py",
line 1878, in MainLoop
rv = wx.PyApp.MainLoop(self)
File
"c:\Python33\Lib\site-packages\wx-3.0.1-msw-phoenix\wx\lib\agw\xlsgrid.py",
line 1799, in GetAttr
return cell.GetAttr()
File
"c:\Python33\Lib\site-packages\wx-3.0.1-msw-phoenix\wx\lib\agw\xlsgrid.py",
line 1609, in GetAttr
attr.SetSize(*self.size)
builtins.AttributeError: 'GridCellAttr' object has no attribute 'SetSize'
While testing above I run into this exception.
Looks like this is missing as I don't see it in the documentation either.
File "d:\devTools\Phoenix\demo\agw\XLSGrid.py", line 237, in <module>
run.main(['', os.path.basename(sys.argv[0])] + sys.argv[1:])
File "d:\devTools\Phoenix\demo\agw\run.py", line 160, in main
app.MainLoop()
File "c:\Python33\Lib\site-packages\wx-3.0.1-msw-phoenix\wx\core.py",
line 1878, in MainLoop
rv = wx.PyApp.MainLoop(self)
File
"c:\Python33\Lib\site-packages\wx-3.0.1-msw-phoenix\wx\lib\agw\xlsgrid.py",
line 1799, in GetAttr
return cell.GetAttr()
File
"c:\Python33\Lib\site-packages\wx-3.0.1-msw-phoenix\wx\lib\agw\xlsgrid.py",
line 1609, in GetAttr
attr.SetSize(*self.size)
builtins.AttributeError: 'GridCellAttr' object has no attribute 'SetSize'
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.