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
jans-Mac:~ jan$ pip3 install PyGlobalShortcut | |
Collecting PyGlobalShortcut | |
Using cached PyGlobalShortcut-0.2.3.zip | |
Building wheels for collected packages: PyGlobalShortcut | |
Running setup.py bdist_wheel for PyGlobalShortcut | |
Complete output from command /usr/local/opt/python3/bin/python3.4 -c "import setuptools;__file__='/private/var/folders/h5/dymvt9c92yv_wccz9c79w84r0000gn/T/pip-build-6b185l4n/PyGlobalShortcut/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /var/folders/h5/dymvt9c92yv_wccz9c79w84r0000gn/T/tmp6rboqy_wpip-wheel-: | |
running bdist_wheel | |
running build | |
running build_clib | |
building 'QxtGlobalShortcut' library |
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
jans-laptop:pygs Mora$ python3 setup.py install | |
running install | |
running bdist_egg | |
running egg_info | |
creating PyGlobalShortcut.egg-info | |
writing PyGlobalShortcut.egg-info/PKG-INFO | |
writing dependency_links to PyGlobalShortcut.egg-info/dependency_links.txt | |
writing top-level names to PyGlobalShortcut.egg-info/top_level.txt | |
writing manifest file 'PyGlobalShortcut.egg-info/SOURCES.txt' | |
reading manifest file 'PyGlobalShortcut.egg-info/SOURCES.txt' |
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 |
NewerOlder