Index: pyfa-1.4.0/config.py
===================================================================
--- pyfa-1.4.0.orig/config.py	2014-08-26 19:06:55.102420609 -0500
+++ pyfa-1.4.0/config.py	2014-08-26 19:06:55.090420609 -0500
@@ -19,7 +19,7 @@
 expansionVersion = "1.0"
 evemonMinVersion = "4081"
 
-pyfaPath = None
+pyfaPath = '/usr/share/pyfa'
 savePath = None
 staticPath = None
 saveDB = None
Index: pyfa-1.4.0/pyfa.py
===================================================================
--- pyfa-1.4.0.orig/pyfa.py	2014-08-26 19:06:55.102420609 -0500
+++ pyfa-1.4.0/pyfa.py	2014-08-26 19:06:55.090420609 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#! /usr/bin/python
 #===============================================================================
 # Copyright (C) 2010 Diego Duclos
 #
@@ -21,6 +21,8 @@
 import sys
 import re
 
+sys.path.append('/usr/share/pyfa')
+
 if not hasattr(sys, 'frozen'):
 
     if sys.version_info < (2,6) or sys.version_info > (3,0):
