diff -Naur b6/usr/bin/btdownloadcurses.py b5/usr/bin/btdownloadcurses.py --- b6/usr/bin/btdownloadcurses.py 2005-04-08 15:43:37.000000000 -0400 +++ b5/usr/bin/btdownloadcurses.py 2005-04-08 15:39:51.000000000 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # The contents of this file are subject to the BitTorrent Open Source License # Version 1.0 (the License). You may not copy or use this file, in either @@ -18,6 +18,7 @@ SPEW_SCROLL_RATE = 1 import sys +sys.path.append("/afs/sipb.mit.edu/project/outland/share/BitTorrent/usr/lib/python2.3/site-packages") import os import threading from time import time, strftime diff -Naur b6/usr/bin/btdownloadgui.py b5/usr/bin/btdownloadgui.py --- b6/usr/bin/btdownloadgui.py 2005-04-08 15:43:37.000000000 -0400 +++ b5/usr/bin/btdownloadgui.py 2005-04-08 15:39:51.000000000 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # The contents of this file are subject to the BitTorrent Open Source License # Version 1.0 (the License). You may not copy or use this file, in either @@ -15,6 +15,7 @@ from __future__ import division import sys +sys.path.append("/afs/sipb.mit.edu/project/outland/share/BitTorrent/usr/lib/python2.3/site-packages") assert sys.version_info >= (2, 3), "Install Python 2.3 or greater" diff -Naur b6/usr/bin/btdownloadheadless.py b5/usr/bin/btdownloadheadless.py --- b6/usr/bin/btdownloadheadless.py 2005-04-08 15:43:37.000000000 -0400 +++ b5/usr/bin/btdownloadheadless.py 2005-04-08 15:39:51.000000000 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # The contents of this file are subject to the BitTorrent Open Source License # Version 1.0 (the License). You may not copy or use this file, in either @@ -15,6 +15,7 @@ from __future__ import division import sys +sys.path.append("/afs/sipb.mit.edu/project/outland/share/BitTorrent/usr/lib/python2.3/site-packages") import os import threading from time import time, strftime diff -Naur b6/usr/bin/btlaunchmanycurses.py b5/usr/bin/btlaunchmanycurses.py --- b6/usr/bin/btlaunchmanycurses.py 2005-04-08 15:43:37.000000000 -0400 +++ b5/usr/bin/btlaunchmanycurses.py 2005-04-08 15:39:51.000000000 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # The contents of this file are subject to the BitTorrent Open Source License # Version 1.0 (the License). You may not copy or use this file, in either @@ -17,6 +17,7 @@ DOWNLOAD_SCROLL_RATE = 1 import sys, os +sys.path.append("/afs/sipb.mit.edu/project/outland/share/BitTorrent/usr/lib/python2.3/site-packages") from threading import Event from time import time, localtime, strftime diff -Naur b6/usr/bin/btlaunchmany.py b5/usr/bin/btlaunchmany.py --- b6/usr/bin/btlaunchmany.py 2005-04-08 15:43:37.000000000 -0400 +++ b5/usr/bin/btlaunchmany.py 2005-04-08 15:39:51.000000000 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # The contents of this file are subject to the BitTorrent Open Source License # Version 1.0 (the License). You may not copy or use this file, in either @@ -13,6 +13,7 @@ # Written by John Hoffman import sys +sys.path.append("/afs/sipb.mit.edu/project/outland/share/BitTorrent/usr/lib/python2.3/site-packages") import os from BitTorrent.launchmanycore import LaunchMany diff -Naur b6/usr/bin/btmaketorrentgui.py b5/usr/bin/btmaketorrentgui.py --- b6/usr/bin/btmaketorrentgui.py 2005-04-08 15:43:37.000000000 -0400 +++ b5/usr/bin/btmaketorrentgui.py 2005-04-08 15:39:51.000000000 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # The contents of this file are subject to the BitTorrent Open Source License # Version 1.0 (the License). You may not copy or use this file, in either @@ -16,6 +16,7 @@ import os import sys +sys.path.append("/afs/sipb.mit.edu/project/outland/share/BitTorrent/usr/lib/python2.3/site-packages") assert sys.version_info >= (2, 3), "Install Python 2.3 or greater" diff -Naur b6/usr/bin/btmaketorrent.py b5/usr/bin/btmaketorrent.py --- b6/usr/bin/btmaketorrent.py 2005-04-08 15:43:37.000000000 -0400 +++ b5/usr/bin/btmaketorrent.py 2005-04-08 15:39:51.000000000 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # The contents of this file are subject to the BitTorrent Open Source License # Version 1.0 (the License). You may not copy or use this file, in either @@ -13,6 +13,7 @@ # Written by Bram Cohen import sys +sys.path.append("/afs/sipb.mit.edu/project/outland/share/BitTorrent/usr/lib/python2.3/site-packages") from BitTorrent.makemetafile import make_meta_files from BitTorrent.parseargs import parseargs, printHelp from BitTorrent import BTFailure diff -Naur b6/usr/bin/btreannounce.py b5/usr/bin/btreannounce.py --- b6/usr/bin/btreannounce.py 2005-04-08 15:43:37.000000000 -0400 +++ b5/usr/bin/btreannounce.py 2005-04-08 15:39:51.000000000 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # The contents of this file are subject to the BitTorrent Open Source License # Version 1.0 (the License). You may not copy or use this file, in either diff -Naur b6/usr/bin/btrename.py b5/usr/bin/btrename.py --- b6/usr/bin/btrename.py 2005-04-08 15:43:37.000000000 -0400 +++ b5/usr/bin/btrename.py 2005-04-08 15:39:51.000000000 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # The contents of this file are subject to the BitTorrent Open Source License # Version 1.0 (the License). You may not copy or use this file, in either diff -Naur b6/usr/bin/btshowmetainfo.py b5/usr/bin/btshowmetainfo.py --- b6/usr/bin/btshowmetainfo.py 2005-04-08 15:43:37.000000000 -0400 +++ b5/usr/bin/btshowmetainfo.py 2005-04-08 15:39:51.000000000 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # The contents of this file are subject to the BitTorrent Open Source License # Version 1.0 (the License). You may not copy or use this file, in either diff -Naur b6/usr/bin/bttrack.py b5/usr/bin/bttrack.py --- b6/usr/bin/bttrack.py 2005-04-08 15:43:37.000000000 -0400 +++ b5/usr/bin/bttrack.py 2005-04-08 15:39:51.000000000 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # The contents of this file are subject to the BitTorrent Open Source License # Version 1.0 (the License). You may not copy or use this file, in either