Merge branch 'master' of evefit.org:pyfa

This commit is contained in:
HomeWorld
2011-01-14 12:31:26 +02:00

View File

@@ -30,7 +30,7 @@ if not hasattr(sys, 'frozen'):
import wxversion
wxversion.ensureMinimal('2.8')
except ImportError:
print "Coulnd't find wxPython or the installed wxPython version doesn't meet the min. requirements.\nYou can download wxPython (2.8) from http://www.wxpython.org/"
print "Couldn't find wxPython or the installed wxPython version doesn't meet the min. requirements.\nYou can download wxPython (2.8) from http://www.wxpython.org/"
sys.exit(1)
try:
@@ -46,7 +46,7 @@ if not hasattr(sys, 'frozen'):
sys.exit(1)
except ImportError:
print "Coulnd't find sqlalchemy.\nYou can download sqlalchemy (0.6+) from http://www.sqlalchemy.org/"
print "Couldn't find sqlalchemy.\nYou can download sqlalchemy (0.6+) from http://www.sqlalchemy.org/"
sys.exit(1)
import wx