Yea I have been using SublimeEdit2 lately, which does not code complete for PyQt (though I am so engrained with having the docs open in a browser anyways). But when I used to use eclipse, it did work great for me as well. Unfortunately eclipse was always super heavy on the system and kind of unstable for me.
On Wed, May 23, 2012 at 11:25 AM, John Patrick <[email protected]> wrote: > Yep, the way I've seen this working is through editors that run a python > process that imports and inspects the modules, like Eclipse can. > > I did a little more Googling and found that rope has an 'extention > modules' preference that can be configured - these modules are imported and > inspected. > > Not familiar with PyCharm, but maybe there's something similar? > > > On Wed, May 23, 2012 at 10:32 AM, David Moulder > <[email protected]>wrote: > >> I would also be interested in this. I use PyCharm and have partial >> completion working. PyCharm is meant to import any *.pyd modules it can as >> a background task, then produce internal stub files. >> >> I'm yet to get completion working in any editor correctly for PyQt. >> >> >> On Wed, May 23, 2012 at 5:42 PM, JP <[email protected]> wrote: >> >>> Hey All, >>> >>> Was wondering if any emacs users had PyQt completion working. The >>> completion mechanism many seem to use in emacs is pymacs+rope/ropemacs/ >>> ropemode, but as far as I can tell, it doesn't work with the binary >>> files installed in the PyQt4 package. I've been using the stub >>> modules for Maya, which has seemed to work alright - maybe someone has >>> already gone to the trouble of generating stub modules for PyQt? >>> >>> Thanks, >>> JP >>> >>> -- >>> view archives: http://groups.google.com/group/python_inside_maya >>> change your subscription settings: >>> http://groups.google.com/group/python_inside_maya/subscribe >>> >> >> >> >> -- >> David Moulder >> http://www.google.com/profiles/squish3d >> >> -- >> view archives: http://groups.google.com/group/python_inside_maya >> change your subscription settings: >> http://groups.google.com/group/python_inside_maya/subscribe >> > > > > -- > John Patrick > 404-242-2675 > [email protected] > http://www.canyourigit.com > > -- > view archives: http://groups.google.com/group/python_inside_maya > change your subscription settings: > http://groups.google.com/group/python_inside_maya/subscribe > -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
