Ulipad is a very good native Python IDE, the developer is Limodou. The IDE itself is written in Python+wxpython, small, full-featured, especially for Python beginners.
Ulipad Download Address: http://code.google.com/p/ulipad/downloads/list
Author's homepage: http://hi.baidu.com/limodou/home
Installation configuration for Ulipad
1. First install Python
Python Download Address: http://www.python.org/ftp/python/
The version we are using here is Python-2.7.2.msi
Double-click Install, we install to D:\Python.
2, Installation Ulipad
Download Address: Http://code.google.com/p/ulipad/downloads/list
Download the compressed package and unzip it into any folder. such as D:\Ulipad
3. Installing the WxPython module
Download Address: http://www.wxpython.org/download.php#stable
Here we choose Wxpython2.8-win32-unicode-2.8.12.1-py27.exe, which corresponds to the Python version 2.7.
4. Installing the ComTypes module
Download Address: http://sourceforge.net/projects/comtypes/
Currently the latest version comtypes-0.6.2.win32.exe, double-click Install.
5. Ulipad execution
Under the Ulipad directory, double-click Ulipad.pyw to execute and open the Ulipad editor.
6, Configuration Ulipad
Open Ulipad, select menu + edit = parameter =>python=> set Python interpreter = + add
The input interpreter path can be manually selected under the Python installation folder under the Python.exe file description set to 2.7 console
Add a new Python folder under the Pythonw.exe described as 2.7 window. Finalize Finalize.
Related documents: Eclipse+pydev installation and configuration