Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #45196

in need of some help regarding my rock paper scissors game

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ayjayn1101@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.067
X-Spam-Evidence '*H*': 0.87; '*S*': 0.00; 'attribute': 0.07; 'filename:fname piece:py': 0.07; 'subject:help': 0.08; 'python': 0.11; 'gui': 0.12; 'subject:need': 0.19; 'appears': 0.22; 'error': 0.23; 'file.': 0.24; 'skip:" 30': 0.26; 'wondering': 0.29; 'label': 0.30; 'message-id:@mail.gmail.com': 0.30; 'skip:( 20': 0.30; 'code': 0.31; 'subject:some': 0.31; 'file': 0.32; 'run': 0.32; '(most': 0.33; 'could': 0.34; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'add': 0.35; 'module.': 0.36; 'subject:regarding': 0.36; 'somebody': 0.38; 'to:addr:python- list': 0.38; 'recent': 0.39; 'to:addr:python.org': 0.39; 'middle': 0.60; 'new': 0.61; 'complete': 0.62; 'making': 0.63; 'content- type:application/octet-stream': 0.65; 'results': 0.69; 'college': 0.70; 'walk': 0.74
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=9Cv6CK6Nbf938r41dHHyyvBf9yYZgsBtxl1c0KbwbIY=; b=FCmK2DNlJTNBl8sy9Akq4NKi/GdxzhM4BNapDl0Rrlx2NFJQZB2Z/sseJvRzW3tb1j i+XwvX23TgDDN2F+tLL2A1utj4YBweYst8Q5b88/TPNv4FZU2wZHs+RI9XUlj01hZ0Go WNV0/iTcfeq8Ri5V/gG1oYdLG+HmDvmGoHOBzzB8x6G9x/eIn3YxNjc1l1LP9VFBDcP9 Bg1/0LqCXh6uZbI89JgoV8y277srw748JmNB9JciGl+t7sgk27KxF/IKNqukm7irE98B pibiXjuUtLtw3EXXyFzn9I0vORV3ULLRWdE/X6jCWx3dxyghXnXEOFB9vayMlRGTVXwq X4RQ==
MIME-Version 1.0
X-Received by 10.205.105.8 with SMTP id do8mr5109778bkc.3.1368387224608; Sun, 12 May 2013 12:33:44 -0700 (PDT)
Date Sun, 12 May 2013 20:33:44 +0100
Subject in need of some help regarding my rock paper scissors game
From Alex Norton <ayjayn1101@gmail.com>
To python-list@python.org
Content-Type multipart/mixed; boundary=f46d042186b970682904dc8a7a9d
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1592.1368387232.3114.python-list@python.org> (permalink)
Lines 212
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1368387232 news.xs4all.nl 15953 [2001:888:2000:d::a6]:49082
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:45196

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

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",
line 174, in bWater.clicked.connect( water_clicked ) AttributeError: 'int'
object has no attribute 'clicked'' appears when i run the module.

i was wondering if somebody could walk me through making the game complete
and to add the results of the game (win/lose/stalemate) to the loutcome
label

 attached is the game file.

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

in need of some help regarding my rock paper scissors game Alex Norton <ayjayn1101@gmail.com> - 2013-05-12 20:33 +0100
  Re: in need of some help regarding my rock paper scissors game Denis McMahon <denismfmcmahon@gmail.com> - 2013-05-13 20:36 +0000

csiph-web