Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45262
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Denis McMahon <denismfmcmahon@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: in need of some help regarding my rock paper scissors game |
| Date | Mon, 13 May 2013 20:36:07 +0000 (UTC) |
| Organization | A noiseless patient Spider |
| Lines | 17 |
| Message-ID | <kmrirn$mqd$6@dont-email.me> (permalink) |
| References | <mailman.1592.1368387232.3114.python-list@python.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| Injection-Date | Mon, 13 May 2013 20:36:07 +0000 (UTC) |
| Injection-Info | mx05.eternal-september.org; posting-host="c3be9b224bb2ad9322d2f28266b083d1"; logging-data="23373"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Zvzmkkfb89HrqY3csdu/sRgDvucsCsBM=" |
| User-Agent | Pan/0.136 (I'm far too busy being delicious; GIT 926a150 git://git.gnome.org/pan2) |
| Cancel-Lock | sha1:L1vNBV/xdsZfW5uD9AzCPbwfzpA= |
| Xref | csiph.com comp.lang.python:45262 |
Show key headers only | View raw
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@gmail.com
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll 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