Ulipad editor installation tutorial on Windows platform

  
                                                                                                                                                                                         UliPad is a very good domestic Python IDE, the developer is limodou. The IDE itself is written in Python+wxPython, small and full-featured, especially for Python beginners.

Ulipad Download: http://code.google.com/p/ulipad/downloads/list
Ulipad installation configuration
1, first install Python
Python Download address: http ://www.python.org/ftp/python/
The version we use here is python-2.7.2.msi
Double-click to install, we install to D:\\Python.
2. Install Ulipad
Download address: http://code.google.com/p/ulipad/downloads/list
Download the compressed package and extract it to any folder. For example, D:\\Ulipad
3, install wxPython module
Download: http://www.wxpython.org/download.php#stable
We choose wxPython2.8-win32-unicode-2.8 here. 12.1-py27.exe, which corresponds to Python 2.7.
4, install comtypes module
download address: http://sourceforge.net/projects/comtypes/
The latest version of comtypes-0.6.2.win32.exe, double-click to install.
5.UliPad Execution
In the Ulipad directory, double-click UliPad.pyw to execute and open the Ulipad editor.
6. Configure Ulipad
Open Ulipad, select menu=>edit=>parameter=>Python=>Set Python interpreter=>Add
Input interpreter path You can manually select Python installation The python.exe file description under the folder is set to 2.7 console
and then the Pythonw.exe under the Python folder is described as 2.7 window. Final determination is complete.



Copyright © Windows knowledge All Rights Reserved