Re: Problems with code

2009-03-30 Thread Albert Hopkins
On Mon, 2009-03-30 at 11:05 -0500, Zach Goscha wrote: > Hi, > > I am trying to call an unbound method (Map.Background) but getting the > following error: > TypeError: unbound method background() must be called with Map > instance as first argument (got nothing instead) > > Here is some of the

Re: Problems with code

2009-03-30 Thread Chris Rebert
2009/3/30 Zach Goscha : > Hi, > > I am trying to call an unbound method (Map.Background) but getting the > following error: >  TypeError: unbound method background() must be called with Map instance as > first argument (got nothing instead) > > Here is some of the code(not completed) > > Thanks in