Looking for a Python IDE with good support for libraries (Twisted).
        Posted  
        
            by Omega
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Omega
        
        
        
        Published on 2010-04-06T15:58:12Z
        Indexed on 
            2010/04/06
            16:03 UTC
        
        
        Read the original article
        Hit count: 217
        
I'm looking for a Python IDE that can help me easily locate and manage and use the libraries on my system (Ubuntu). Specifically Twisted.
Code completion is important including the symbols I import.
(I've so far had a look at PyDev as well as OpenKomodo, but while both offer code completion for default Python concepts, I wasn't able to get either to import Twisted into my project and was thus getting reference errors.)
Usual disclaimer: I don't like EMACS or vi, please, nothing regarding those.
© Stack Overflow or respective owner