REQUIREMENTS:
* python 2.2.1 or higher
  (note that 2.2.2 has a bug that affects Moosic)
  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:
"make install" will install to the default location (/usr)
"make install INSTALL_PREFIX=[dest]" will install to [dest]

NON-STANDARD INSTALLATION NOTES:
Note that you will have to edit GNOME_MoosicApplet.server
if you install MoosicApplet in a directory not in your PATH.
In <oaf_server iid="OAFIID:GNOME_MoosicApplet_Factory" ... >
specify the full path 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
