Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'constructor': 0.07; 'happen,': 0.07; 'method,': 0.07; 'attributes,': 0.09; "module's": 0.09; 'typing': 0.15; '*args,': 0.16; 'subject:PyQt': 0.16; 'arguments': 0.18; 'received:74.125.82.174': 0.24; 'subject:skip:a 10': 0.29; 'problem': 0.29; 'thanks': 0.31; 'hi,': 0.32; 'message- id:@gmail.com': 0.33; 'header:User-Agent:1': 0.33; 'there': 0.33; 'to:addr:python-list': 0.34; 'programming,': 0.34; 'received:74.125.82': 0.35; 'but': 0.37; 'received:192': 0.37; 'received:74.125': 0.37; 'received:google.com': 0.37; 'correctly': 0.39; 'why': 0.39; 'to:addr:python.org': 0.40; 'received:192.168': 0.40; 'more': 0.61; 'spend': 0.61; 'subject: / ': 0.63 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=H87SihwxjrVp2hIUcNn+S9KZ4YaMZzj29vRXRExvr/w=; b=CMotvJGiVKRh+HfrrXPHQKI5AtIQhGwhUwfF0WPPIv1jc2PJkootSbMkiA1K/M3o/M WZuomT6TtPgibkjZdCSDJ1/Ng1k5V++nOABUBGNAPVlYcxDJxZyFB6QCTzue/8Pehygr j3n/y77gAArZQ+fw7fykJzHYYhwNwc/C4wYqM= Date: Thu, 29 Dec 2011 21:22:55 +0100 From: Merwin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0 MIME-Version: 1.0 To: python-list@python.org Subject: PySide / PyQt autocompletion in IDEs Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1325190187 news.xs4all.nl 6927 [2001:888:2000:d::a6]:46856 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:18191 Hi, I would like to work with PyQt / PySide, but there is a small problem : methods arguments are not completed by IDE's autocompletion. When, typing "PySide.", I correctly get the module's attributes, but when I want to see what arguments are expected to a constructor / method, all I get is *args, **kwargs. I perfectly understand why this happen, but do you know a way to get around this ? I spend more time looking for arguments in Qt's documentation than effectively programming, which is a problem :-/ Thanks for reading,