ConvertAll Installation
Linux
Extract the source files from the convertall tar file, then change to the ConvertAll directory in a terminal. For a basic installation, simply execute the following command as root: python install.py
To see all install options, use: python install.py -h
To install ConvertAll with a different prefix (the default is /usr/local), use: python install.py -p /prefix/path
Windows
Simply execute the downloaded installation file (convertall-x.x.x-install.exe). It will install the program with its libraries and optionally create file associations and shortcuts.
If you wish to modify the source code or write your own PyQt programs for Windows, do not use the above procedure. Instead, you need to install Python and the binary for PyQt. Then, extract the source code and data files from the Linux version (convertall tar file) to a directory of your choice and execute the convertall.py file.