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:
parent
09cc768bfc
commit
cfb71df84d
@ -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,
|
||||
|
Reference in New Issue
Block a user