Ed Leafe wrote:
> On Dec 18, 2007, at 1:00 PM, Ed Leafe wrote:
> 
>>      You don't have Minesweeper.py in home/uwe/src/dabo/demo/samples/
>> games/ ?
> 
>       Nevermind - for some reason the previous commit that should have  
> added it ignored Minesweeper. It'll be posted in a minute.
> 
> -- Ed Leafe
> -- http://leafe.com
> -- http://dabodev.com
> 

After updating to rev 3819, running Bubblet i get:

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dControlMixin.py",
line 21, in _onWxHit
    self.raiseEvent(dEvents.Hit, evt, *args, **kwargs)
  File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dPemMixin.py",
line 869, in raiseEvent
    super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args,
**kwargs)
  File "/usr/lib/python2.5/site-packages/dabo/lib/eventMixin.py", line
93, in raiseEvent
    bindingFunction(event)
  File "/home/uwe/src/dabo/demo/samples/bubblet.py", line 23, in runGame
    def runGame(self, evt):
  File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dForm.py", line
889, in __init__
    BaseForm.__init__(self, preClass, parent, properties, attProperties,
*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dForm.py", line
43, in __init__
    fm.dFormMixin.__init__(self, preClass, parent, properties,
attProperties, *args, **kwargs)
  File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dFormMixin.py",
line 73, in __init__
    attProperties, *args, **kwargs)
  File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dPemMixin.py",
line 187, in __init__
    self._afterInit()
  File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dForm.py", line
69, in _afterInit
    super(BaseForm, self)._afterInit()
  File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dFormMixin.py",
line 132, in _afterInit
    super(dFormMixin, self)._afterInit()
  File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dPemMixin.py",
line 302, in _afterInit
    self.afterInit()
  File "/home/uwe/src/dabo/demo/samples/games/bubblet/BubbletForm.py",
line 80, in afterInit
    biz.newGame()
  File "/home/uwe/src/dabo/demo/samples/games/bubblet/BubbleBizobj.py",
line 29, in newGame
    cc.setRandomColor(True)
  File "/home/uwe/src/dabo/demo/samples/games/bubblet/BubblePanel.py",
line 39, in setRandomColor
    self.Color = dabo.dColors.randomColor()
  File "/home/uwe/src/dabo/demo/samples/games/bubblet/BubblePanel.py",
line 86, in _setColor
    self._color = val.lower()
AttributeError: 'tuple' object has no attribute 'lower'



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]

Reply via email to