On 05/12/2013 03:40 PM, Alex Norton wrote:
im new to python and im in the middle of making a RPS game for a college
unit.
You sent this message 20 minutes after posting a similar one, with a
DIFFERENT title, on python-list. You really ought to pick a target and
pull the trigger once. Only i
On 12/05/2013 22:44, Matthew Ngaha wrote:
bWater.clicked.connect( water_clicked ) AttributeError: 'int
use a paste site like http://bpaste.net/+python to show us the code.
No, please put the code inline. If the original is too long cut it down
as requested here http://www.sscce.org/
--
I
>> bWater.clicked.connect( water_clicked ) AttributeError: 'int
use a paste site like http://bpaste.net/+python to show us the code.
i am no expert @ programming myself but that error is telling you you
used an int and tried to access an int method called connect somewhere
in your code. ints do n
im new to python and im in the middle of making a RPS game for a college
unit.
i have used PyQt to create the GUI and i have received help regarding
adding the code to the buttons.
but its missing something as the error
'Traceback (most recent call last): File "C:\Users\Me\Desktop\testy.py",
lin