Install Python Tkinter and Pmw libraries in Ubuntu

Source: Internet
Author: User
In Linux, if you need to write an interface application, and the interface application does not have high performance requirements, you can use Python to solve the problem. Python can use the built-in Tkinter library or a third-party Wxpython library. Of course, Tkinter has better portability. It is very easy to install Tkinter. Just enter the following command: sudoapt-getinstallpython-tk to install Tkinter successfully. Install Pmw below, and then sou

In Linux, if you need to write an interface application, and the interface application does not have high performance requirements, you can use Python to solve the problem. Python can use the built-in Tkinter library or a third-party Wxpython library. Of course, Tkinter has better portability.

Installing Tkinter is very simple. Just enter the following command:

Sudo apt-get install python-tk

Tkinter can be installed successfully.

The following installation Pmw, you can download sourceforge, web site: http://pmw.sourceforge.net

The following uses my installation as an example:

Save the downloaded file ~ /Downloads, decompress tar-zxvf, and enter the src folder. Copy the Pmw to/usr/lib/python2.7.

In python, try to import Pmw. If no error is reported, the import is successful.

For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2

Related Article

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.