--- PyGE-0.6.1.2/PyGE/common_gui.py 2004-06-15 18:28:54.409326272 -0400 +++ PyGE-0.6.1.2/PyGE/common_gui.py 2004-06-15 20:41:55.481018952 -0400 @@ -235,7 +235,7 @@ if os.path.isfile(fileName): return fileName else: - testList = [] + testList = ['/usr/share/pyge/'] if sys.argv[0]: testList.append(os.path.abspath(sys.argv[0])) testList.append(sys.executable) --- PyGE-0.6.1.2/setup.py 2004-06-15 18:28:55.242199656 -0400 +++ PyGE-0.6.1.2/setup.py 2004-06-15 20:49:16.775931928 -0400 @@ -20,7 +20,8 @@ derived from Project Gutenberg source files. """, packages = ["PyGE","PyritePublisher"], - data_files = [("", ["SampleData/gutenberg.xml","SampleData/gutenberg.idx", + data_files = [("/usr/share/pyge", ["SampleData/gutenberg.xml", + "SampleData/gutenberg.idx", "SampleData/gutenberg.hst","SampleData/getty11.pdb", "pygers.htb","pygemz.htb","pygets.htb"])], scripts = scripts,