REQUIREMENTS:
* python 2.3 or higher
  http://www.python.org/
* gtk-2/gnome-2 bindings for python
  http://www.daa.com.au/~james/software/pygtk/
* GNOME and Moosic, obviously

If you are using Redhat/Fedora: gtk and gnome bindings for python
are split into several different RPM packages.  The following
packages are required:
* pygtk2
* pygtk2-libglade
* gnome-python2-applet

INSTALLATION:
"python setup.py install" will install the applet.  The applet will
appear in the GNOME "Add to Panel" menu under "Multimedia" once you
logout and login again.

NON-STANDARD INSTALLATION NOTES:
"python setup.py install --home=[DIR]" will install to [DIR]
"python setup.py --help" will display the other options available.
See the Python Distutils Documentation for more details.

If the install location is not on python's standard module search
path: if the installation path is DIR/moosic/client/applet/*.py
add DIR to the PYTHONPATH environment variable.

You will have to edit the GNOME_MoosicApplet.server file
if you install MoosicApplet in a directory not in your PATH.
In <oaf_server iid="OAFIID:GNOME_MoosicApplet_Factory" ... >
specify the full path to moosic-applet as the value for 'location'

If the install prefix is different from the GNOME installation prefix,
add $INSTALL_PREFIX/lib/bonobo/servers to your BONOBO_ACTIVATION_PATH

To make the applet visible without BONOBO_ACTIVATION_PATH changes, see:
http://mail.gnome.org/archives/desktop-devel-list/2003-January/msg00307.html
