Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77320
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <juan0christian@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.034 |
| X-Spam-Evidence | '*H*': 0.93; '*S*': 0.00; 'subject:not': 0.03; 'tutorial': 0.03; 'subject:Python': 0.06; '<>,': 0.07; 'newest': 0.09; 'python': 0.11; 'link,': 0.16; 'bit': 0.19; 'trying': 0.19; 'everyone,': 0.19; 'why.': 0.24; 'guys': 0.24; 'question': 0.24; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'but': 0.35; 'received:google.com': 0.35; 'mine': 0.38; 'to:addr :python-list': 0.38; 'explain': 0.39; 'to:addr:python.org': 0.39; 'read': 0.60; 'signal': 0.60; 'subject:"': 0.60; 'hope': 0.61; 'new': 0.61; 'different': 0.65; 'url:v': 0.71; 'url:youtube': 0.71; 'url:watch': 0.77; 'working,': 0.84; 'old,': 0.85 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=VOhl9Gnn7eweFvRffMCAWtvx9fIHi5KceFiaOSSf4Qo=; b=viBk+GNk7807jZD8fs15k0zw60k3O9Qi3FpX43NyKZD860+YVT+oXPNNyD3jNEqYIk mBY1Vqg/tde2UU2vLRwVBp9oW5x6mH9oq3voVi6pfSxClIPTWZUgyKqaYkw4F/fMxSiO F1X3n9V6U23XiqfBnvYMrGCdJ4UCyMXSPQvbOmlYjdnpHNRwU858LxvmCuuyrcK5oZJV hReC409XlPt07a1bEJD4kHWz6fhZQ+rW9KjyTmNe2mjEwyh5vYIIHqcAzIUgvcsOXj1G 1GchOZfd8dVLTPhDciE5FYbln7b+GDzCVZlCMras+Miufv8eYBHTEI4WqK9tf44kToI2 ZVIg== |
| X-Received | by 10.152.87.97 with SMTP id w1mr1906125laz.92.1409405753549; Sat, 30 Aug 2014 06:35:53 -0700 (PDT) |
| MIME-Version | 1.0 |
| From | Juan Christian <juan0christian@gmail.com> |
| Date | Sat, 30 Aug 2014 10:35:33 -0300 |
| Subject | PySide 1.2.2 and Python 3.4.1 - "native Qt signal is not callable" |
| To | python-list@python.org |
| Content-Type | multipart/alternative; boundary=001a11c33dde48e7880501d8d9d9 |
| X-Mailman-Approved-At | Sat, 30 Aug 2014 19:49:18 +0200 |
| 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 | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.13644.1409420959.18130.python-list@python.org> (permalink) |
| Lines | 44 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1409420959 news.xs4all.nl 2841 [2001:888:2000:d::a6]:42719 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:77320 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Hello everyone, I have a question regarding PySide 1.2.2 and Python 3.4.1 I have this code <http://pastebin.com/5NXd4Jkk> that I made following a Python tutorial <https://www.youtube.com/watch?v=8D_aEYiBU2c>, mine is a bit different because the tutorial is a bit old, and I'm trying to use Python newest features . As I read in the doc, PySide Signal and Slots now work differently, and I'm trying to use this new way (lines 32 - 34). But, as you guys can see in the pastebin link, it's not working, but I don't have a clue why. I hope someone can explain me what I did wrong.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
PySide 1.2.2 and Python 3.4.1 - "native Qt signal is not callable" Juan Christian <juan0christian@gmail.com> - 2014-08-30 10:35 -0300
csiph-web