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`
This commit is contained in:
David Vierra 2015-03-26 04:00:02 -10:00
parent 09cc768bfc
commit cfb71df84d

View File

@ -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,