#!/usr/bin/python
# Generated automatically from debian-solfege.py.in by configure.
#
# GNU Solfege - eartraining for GNOME
# Copyright (C) 2000, 2001, 2002  Tom Cato Amundsen
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

# This file is installed as /usr/bin/solfege when building debian package

# FIXME remember to change src/startup.py if this file changes name!!!

import sys, os

if sys.version_info < (2, 1):
    print "Solfege need Python 2.1 or newer. Your python seems to be too old."
    print "Do not report bugs in Solfege before you upgrade your python interpreter."

if "yes" == "no":
    sys.path.insert(0, "gnomeemu")

os.chdir("/usr/share/solfege")
sys.path.append("/usr/lib/solfege")
sys.path.append("/usr/share/solfege")

import src.rcfile
src.rcfile.copy_rc14_file()
import src.cfg

src.cfg.initialise("/usr/share/solfege/default.config",
                   "/etc/solfege1.4",
                   "~/.solfegerc1.4")

import src.i18n
src.i18n.initialise("/usr/share/locale")
import src.mainwin

