To run PyFFI's graphical file editor QSkope, you need PyQt4.
Simply download and run the Windows installer provided in our Releases.
If you install PyFFI manually, and you already have an older version of PyFFI installed, then you must uninstall (see :ref:`uninstall`) the old version before installing the new one.
If you have setuptools installed, simply run:
easy_install -U PyFFI
at the command prompt.
First, get the source package. Untar or unzip the source package via either:
tar xfvz PyFFI-x.x.x.tar.gz
or:
unzip PyFFI-x.x.x.zip
Change to the PyFFI directory and run the setup script:
cd PyFFI-x.x.x python setup.py install
You can uninstall PyFFI manually simply by deleting the :file:`pyffi` folder from your Python's :file:`site-packages` folder, which is typically at:
C:\Python25\Lib\site-packages\pyffi
or:
/usr/lib/python2.5/site-packages/pyffi