[Schevo-devel] Installing schevo on linux (Ubuntu Edgy)

Patrick K. O'Brien pobrien at orbtech.com
Tue Jan 9 12:06:09 EST 2007


fred/eric wrote:
> Thanks for the speedy reply!
> 
>> Yes.  The PyGtk dependencies are a bit of a pain.  This page describes
>> the process for Windows:
>>
>> http://schevo.org/trac/wiki/SchevoGtk
>>
> Ok, I'll look at the windows dependencies to see if I'm missing
> anything on that list. I do have kiwi and gazpacho installed so that's
> not it, unless the versions are wrong (I have the ones in the regular
> Ubuntu Edgy repositories, which don't seem horribly out of date.)

The part you are missing is the SchevoGtk package.  Various GUI and web
tool pieces are packaged separately so you only have to install them if
you plan to use them.  The package for PyGtk is one such package.  One
way to get it is from Subversion and was described on the wiki page.
I've included the relevant quote below:

<quote>

You will also need to check out the SchevoGTK product. The code can be
checked out of the Subversion repository at the following location:

http://schevo.org/svn/trunk/Gtk/

After you check it out you will need to run its setup script with the
develop option:

C:\path\to\schevo\trunk\Gtk> python setup.py develop

The setup program will add the SchevoGtk to your PYTHONPATH (via the
easy-install.pth file in Python24Libsite-packages) and will add a "gnav"
subcommand to the schevo commandline tool. You should then be able to
run commands such as:

C:\> schevo gnav

C:\> schevo gnav --help

C:\> schevo gnav somedatabase.db

</quote>

Hope that helps.

-- 
Patrick K. O'Brien
Orbtech       http://www.orbtech.com
Schevo        http://www.schevo.org
Louie         http://www.pylouie.org


More information about the Schevo-devel mailing list