Lubuntu 14.04 under Installation Ulipad

Source: Internet
Author: User


ulipad– is the most useful native Python IDE in China, and the developer is Limodou. The IDE itself is written in Python + Wxpython. Ulipad has been used in the Windows system, and recently wanted to learn and experiment with Linux (Ubuntu 12.04), there are some differences in the installation process.

Before installing Ulipad, install a super-usable python interactive Shell--ipython. Ipython is powerful, she supports syntax highlighting/auto-completion/code debugging/object introspection, supports bash shell commands, and has built in many useful features and functions.

$ sudo apt-get install Ipython

Here are the installation steps for Ulipad:

1. Installing python-wxgtk2.8

$ sudo apt-get install python-wxgtk2.8

2. Download Ulipad source code, Address: http://code.google.com/p/ulipad/downloads/list, I am under Ulipad.4.1.zip, unzip and execute Python ulipad.py can start the ulipad.

3. Add the Ulipad to the "Application" menu of the system as follows:

$ sudo gedit/usr/share/applications/ulipad.desktop

Then add the following inside:

[Desktop Entry]
Name=ulipad
Comment=a Python IDE
exec=python/home/nico/software/ulipad/ulipad.py
Icon=/home/nico/software/ulipad/ulipad.ico
Teminal=false
Type=application
Categories=application;development;

Note the path/filename must be filled correctly! Once saved, the Ulipad will appear under the Programming menu, application-like.

When the Ulipad is started, the icon on the panel is black, and the following commands are executed:

$ sudo cp/home/nico/software/ulipad/ulipad.ico/usr/share/icons

Magic, the little butterfly has appeared!

I put it under the Lubuntu14.04, just like the steps.

Got an SH on the table and started Ulipad.

Lubuntu 14.04 under Installation Ulipad

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.