in need of some help regarding my rock paper scissors game

Denis McMahon denismfmcmahon at gmail.com
Mon May 13 16:36:07 EDT 2013


On Sun, 12 May 2013 20:33:44 +0100, Alex Norton wrote:

> 'Traceback (most recent call last): File "C:\Users\Me\Desktop\testy.py",
> line 174, in bWater.clicked.connect( water_clicked ) AttributeError:
> 'int'
> object has no attribute 'clicked'' appears when i run the module.

It looks to me as if bWater is an integer value and doesn't have 
a .clicked attribute.

Where is bWater assigned, and what is it assigned to?

If you have a clickable "water" widget of some sort in your gui, what is 
the click handler for that widget defined as?

-- 
Denis McMahon, denismfmcmahon at gmail.com



More information about the Python-list mailing list