You are here: Home Support Quick install

Quick install

Dependencies (what do you need before install)

Before you can install PyPaPi you must download and install Python (with setup tools and PyQt4), and the Qt SDK.

You can download the right version for your operating system at http://www.python.org .

For setup tools the easiest way is to download and run http://peak.telecommunity.com/dist/ez_setup.py .

The PyQt4 binding is present in most Linux distributions (Debian / Ubuntu for example: 'apt-get install python-qt4'). Alternatively, the download page of the site is http://www.riverbankcomputing.com.

Windows users can download a binari package witch provide either PyQt4 and Qt SDK.

Qt SDK

On the official website ( http://qt.nokia.com/ ) you can find the toolkit and the Qt development tools.

Install PyPaPi

The easiest way is to install directly from the PYPI repository (you may need to run the command as root):

easy_install pypapi

And to run the sample application:

pypapi-demo.py

Comments (0)