pyoooqs 0.1.2 review

Download
by rbytes.net on

pyoooqs stands for Python OpenOffice.org Quickstarter and as the name suggests, it tries to be an OpenOffice.org Quickstarter. pyo

License: GPL (GNU General Public License)
File size: 17K
Developer: Renato Cunha
0 stars award from rbytes.net

pyoooqs stands for Python OpenOffice.org Quickstarter and as the name suggests, it tries to be an OpenOffice.org Quickstarter.

pyoooqs was written for the GNOME Desktop and works as an GNOME Panel Applet. Currently, it doesn't have international support.

Requirements:
GTK+ version 2.6.x
python
pygtk
gnome-python
gnome-python-extras

If you don't want to install it, but want to test it, you can enter the src/ directory, generate a pyoooqs_globals.py file with the following command:

cat pyoooqs_globals.py
name = "pyoooqs"
version = "0.something"
image_dir = "../images"
glade_dir = "."
EOF

And then run it with:

./pyoooqs.py --tray

Installation:

Using the canonical method:

tar jxf pyoooqs-.tar.bz2
cd pyoooqs-
./configure --prefix=/usr (depends on your GNOME prefix)
make
su -c "make install"

To run it, just add it to the panel as a normal applet or run it by typing "pyoooqs" on command line.

What's New in This Release:
This is the first public version of pyoooqs and has the main features implemented.

pyoooqs 0.1.2 keywords