From cfb71df84db01426b0f6b9e26795c47d97f77039 Mon Sep 17 00:00:00 2001 From: David Vierra Date: Thu, 26 Mar 2015 04:00:02 -1000 Subject: [PATCH] Remove hard-coded 'pathex' from mcedit2.spec - if `setup.py develop` is run, then these modules will be on the search path with built .pyds. xxx make sure `setup.py develop` is run before `pyinstaller mcedit2.spec` --- mcedit2.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/mcedit2.spec b/mcedit2.spec index d798a24..aef401a 100644 --- a/mcedit2.spec +++ b/mcedit2.spec @@ -3,7 +3,6 @@ # $ pyinstaller mcedit2.spec a = Analysis(['src/mcedit2/main.py'], - pathex=[r'c:\Users\Rio\Documents\mcedit2-distrib\mcedit2\src'], hiddenimports=['PySide.QtXml', 'zmq'], hookspath=['.'], runtime_hooks=None,