Created
June 19, 2015 09:29
-
-
Save Tamriel/70c93fcfd2ba3936fc0d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ python3 /Volumes/HDD/Meine\ Docs/Studium/semester_07/BA/ba_git/Entwicklung/pyinstaller-python3/pyinstaller.py --windowed a.py | |
175 INFO: wrote /Users/Mora/ba/github/a.spec | |
176 WARNING: You are running 64-bit Python: created binaries will only work on Mac OS X 10.6+. | |
If you need 10.4-10.5 compatibility, run Python as a 32-bit binary with this command: | |
VERSIONER_PYTHON_PREFER_32_BIT=yes arch -i386 /Library/Frameworks/Python.framework/Versions/3.4/bin/python3 | |
4179 INFO: UPX is not available. | |
4181 INFO: Extending PYTHONPATH with /Users/Mora/ba/github | |
4181 INFO: checking Analysis | |
4181 INFO: Building because a.py changed | |
4181 INFO: Creating base_library.zip for Python 3 | |
9290 INFO: running Analysis out00-Analysis.toc | |
9312 INFO: Analyzing a.py | |
9322 INFO: Analyzing /Volumes/HDD/Meine Docs/Studium/semester_07/BA/ba_git/Entwicklung/pyinstaller-python3/PyInstaller/loader/_pyi_bootstrap.py | |
13987 INFO: Analyzing /Volumes/HDD/Meine Docs/Studium/semester_07/BA/ba_git/Entwicklung/pyinstaller-python3/PyInstaller/loader/pyi_importers.py | |
14005 INFO: Analyzing /Volumes/HDD/Meine Docs/Studium/semester_07/BA/ba_git/Entwicklung/pyinstaller-python3/PyInstaller/loader/pyi_archive.py | |
14022 INFO: Analyzing /Volumes/HDD/Meine Docs/Studium/semester_07/BA/ba_git/Entwicklung/pyinstaller-python3/PyInstaller/loader/pyi_carchive.py | |
14042 INFO: Analyzing /Volumes/HDD/Meine Docs/Studium/semester_07/BA/ba_git/Entwicklung/pyinstaller-python3/PyInstaller/loader/pyi_os_path.py | |
14047 INFO: Hidden import 'codecs' has been found otherwise | |
14047 INFO: Hidden import 'encodings' has been found otherwise | |
14047 INFO: Looking for import hooks ... | |
14051 INFO: Processing hook hook-encodings.py | |
14717 INFO: Processing hook hook-pydoc.py | |
14721 INFO: Processing hook hook-distutils.py | |
14728 INFO: Processing hook hook-xml.py | |
15166 INFO: Processing hook hook-xml.sax.py | |
15167 INFO: Processing hook hook-site.py | |
15173 INFO: Processing hook hook-sysconfig.py | |
15175 INFO: Processing hook hook-PyQt5.QtCore.py | |
15274 INFO: Processing hook hook-PyQt5.py | |
15400 ERROR: Cannot find qt_menu.nib directory | |
Traceback (most recent call last): | |
File "/Volumes/HDD/Meine Docs/Studium/semester_07/BA/ba_git/Entwicklung/pyinstaller-python3/pyinstaller.py", line 18, in <module> | |
run() | |
File "/Volumes/HDD/Meine Docs/Studium/semester_07/BA/ba_git/Entwicklung/pyinstaller-python3/PyInstaller/main.py", line 88, in run | |
run_build(opts, spec_file, pyi_config) | |
File "/Volumes/HDD/Meine Docs/Studium/semester_07/BA/ba_git/Entwicklung/pyinstaller-python3/PyInstaller/main.py", line 46, in run_build | |
PyInstaller.build.main(pyi_config, spec_file, **opts.__dict__) | |
File "/Volumes/HDD/Meine Docs/Studium/semester_07/BA/ba_git/Entwicklung/pyinstaller-python3/PyInstaller/build.py", line 2127, in main | |
build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build')) | |
File "/Volumes/HDD/Meine Docs/Studium/semester_07/BA/ba_git/Entwicklung/pyinstaller-python3/PyInstaller/build.py", line 2071, in build | |
exec(compile(open(spec).read(), spec, 'exec')) | |
File "/Users/Mora/ba/github/a.spec", line 12, in <module> | |
cipher=block_cipher) | |
File "/Volumes/HDD/Meine Docs/Studium/semester_07/BA/ba_git/Entwicklung/pyinstaller-python3/PyInstaller/build.py", line 406, in __init__ | |
self.__postinit__() | |
File "/Volumes/HDD/Meine Docs/Studium/semester_07/BA/ba_git/Entwicklung/pyinstaller-python3/PyInstaller/build.py", line 242, in __postinit__ | |
self.assemble() | |
File "/Volumes/HDD/Meine Docs/Studium/semester_07/BA/ba_git/Entwicklung/pyinstaller-python3/PyInstaller/build.py", line 730, in assemble | |
self.datas.extend(self._format_hook_datas(hook_name_space)) | |
File "/Volumes/HDD/Meine Docs/Studium/semester_07/BA/ba_git/Entwicklung/pyinstaller-python3/PyInstaller/build.py", line 460, in _format_hook_datas | |
src_root_path_or_glob)) | |
FileNotFoundError: Path or glob "" not found or matches no files. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment