free IDE with removing import and refactoring

2008-10-29 Thread pihentagy
Hi! I am looking for a python IDE which can remove my unused imports, and can do basic refactoring under windows. Can somebody advice me such an IDE? I have played with eclipse and netbeans, but I cannot find such a functionality (but maybe I looked it over). Besides, an installation howto

Re: free IDE with removing import and refactoring

2008-10-29 Thread [EMAIL PROTECTED]
HI! Did you tried the ERIC python IDE? Rew pihentagy írta: Hi! I am looking for a python IDE which can remove my unused imports, and can do basic refactoring under windows. Can somebody advice me such an IDE? I have played with eclipse and netbeans, but I cannot find such a

Re: free IDE with removing import and refactoring

2008-10-29 Thread Stef Mientki
pihentagy wrote: Hi! I am looking for a python IDE which can remove my unused imports, is that possible in a language like Python ? I can imagine the opposite, importing those things that are necessary. and can do basic refactoring under windows. What kind of refactoring do you think of

Re: free IDE with removing import and refactoring

2008-10-29 Thread Fabio Zadrozny
I am looking for a python IDE which can remove my unused imports, and can do basic refactoring under windows. If you have Pydev Extensions, it analyzes your source for undefined tokens and is able to make the imports for you (but it doesn't remove the unused imports... especially because this