This commit is contained in:
Joseph Coffland 2016-07-05 16:58:07 -07:00
parent fd69350e42
commit cfeeebd410
2 changed files with 8 additions and 2 deletions

View File

@ -8,3 +8,9 @@ To run:
python FAHControl
See: https://folding.stanford.edu
# Prerequisites
## Debian
sudo apt-get install -y python-stdeb python-gtk2 python-all debhelper

View File

@ -9,8 +9,8 @@ print 'dir =', dir
os.chdir(dir)
# Convert glade data
in_file = 'fah/FAHControl.glade'
out_file = 'fah/FAHControl_glade.py'
in_file = dir + '/fah/FAHControl.glade'
out_file = dir + '/fah/FAHControl_glade.py'
input = None
output = None
try: