[EMAIL PROTECTED] schrieb:
> To extend and revise my remarks my error is
>
> File "C:\Python24\Lib\site-packages\boa-constructor\test of
> snake\csoundgrid.py", line 8, in create_grid
> win = Grid_MegaExample.MegaTable(self, data, colnames, pugins)
> NameError: global name 'self' is not defined
>
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I am having trouble trying to reuse the code that was provided in the
> wxdemo package of wxpython.
I suggest you ask this question on the wxpython mailing list which has
lots of very well informed contributors (not me - I'm just learning!).
http
To extend and revise my remarks my error is
File "C:\Python24\Lib\site-packages\boa-constructor\test of
snake\csoundgrid.py", line 8, in create_grid
win = Grid_MegaExample.MegaTable(self, data, colnames, pugins)
NameError: global name 'self' is not defined
Script terminated.
http://www.dexrow.co
I am having trouble trying to reuse the code that was provided in the
wxdemo package of wxpython. The program I am trying to use parts of is
Grid_MegaExample.py thier code is
class MegaTable(Grid.PyGridTableBase):
"""
A custom wx.Grid Table using user supplied data
"""
def __init_