From 5e724b5929d2658a73a26c794831d344e63c7b77 Mon Sep 17 00:00:00 2001 From: Lukasz Mentel <=> Date: Tue, 6 Jan 2015 07:57:31 +0000 Subject: [PATCH] updated the pyinstaller spec file --- utils/BatchCalculator.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/BatchCalculator.spec b/utils/BatchCalculator.spec index 34ca27e..99b1589 100644 --- a/utils/BatchCalculator.spec +++ b/utils/BatchCalculator.spec @@ -23,7 +23,7 @@ dbfile = Datafiles('batchcalc/data/zeolite.db', strip_path=False) # keep the pat tmpfiles = Datafiles('batchcalc/templates/tex/report_color.tex', strip_path=False) a = Analysis(['batchcalc/zbc.py'], - pathex=['C:\\cygwin64\\home\\kasia\\Devel\\batchcalculator'], + pathex=['C:\\cygwin\\home\\lmentel\\devel\\batchcalculator'], hiddenimports=[], hookspath=None, runtime_hooks=None,