py2app icon indicating copy to clipboard operation
py2app copied to clipboard

error: [Errno 35] write could not complete without blocking

Open rexzhang opened this issue 3 years ago • 9 comments

Py38/Py39 + macOS 11.1 + xcode 12.3 + py2app 0.23 + pyobjc 7.1

full log(it's too long, so i cut some line)

Looking in indexes: http://localhost:3141/root/pypi/+simple
Requirement already satisfied: rumps in ./venv/lib/python3.9/site-packages (from -r requirements.txt (line 1)) (0.3.0)
Requirement already satisfied: TreeStructConfig in ./venv/lib/python3.9/site-packages (from -r requirements.txt (line 2)) (0.2.3)
Requirement already satisfied: googletrans==4.0.0rc1 in ./venv/lib/python3.9/site-packages (from -r requirements.txt (line 3)) (4.0.0rc1)
Requirement already satisfied: pyobjc-framework-Cocoa in ./venv/lib/python3.9/site-packages (from -r requirements.txt (line 5)) (7.1)
Requirement already satisfied: pyobjc-framework-CoreServices in ./venv/lib/python3.9/site-packages (from -r requirements.txt (line 6)) (7.1)
Requirement already satisfied: pyobjc-framework-WebKit in ./venv/lib/python3.9/site-packages (from -r requirements.txt (line 7)) (7.1)
Requirement already satisfied: sentry-sdk in ./venv/lib/python3.9/site-packages (from -r requirements.txt (line 9)) (0.19.5)
Requirement already satisfied: wheel in ./venv/lib/python3.9/site-packages (from -r requirements.txt (line 12)) (0.36.2)
Requirement already satisfied: py2app in ./venv/lib/python3.9/site-packages (from -r requirements.txt (line 13)) (0.23)
Requirement already satisfied: httpx==0.13.3 in ./venv/lib/python3.9/site-packages (from googletrans==4.0.0rc1->-r requirements.txt (line 3)) (0.13.3)
Requirement already satisfied: sniffio in ./venv/lib/python3.9/site-packages (from httpx==0.13.3->googletrans==4.0.0rc1->-r requirements.txt (line 3)) (1.2.0)
Requirement already satisfied: certifi in ./venv/lib/python3.9/site-packages (from httpx==0.13.3->googletrans==4.0.0rc1->-r requirements.txt (line 3)) (2020.12.5)
Requirement already satisfied: chardet==3.* in ./venv/lib/python3.9/site-packages (from httpx==0.13.3->googletrans==4.0.0rc1->-r requirements.txt (line 3)) (3.0.4)
Requirement already satisfied: rfc3986<2,>=1.3 in ./venv/lib/python3.9/site-packages (from httpx==0.13.3->googletrans==4.0.0rc1->-r requirements.txt (line 3)) (1.4.0)
Requirement already satisfied: hstspreload in ./venv/lib/python3.9/site-packages (from httpx==0.13.3->googletrans==4.0.0rc1->-r requirements.txt (line 3)) (2020.12.22)
Requirement already satisfied: httpcore==0.9.* in ./venv/lib/python3.9/site-packages (from httpx==0.13.3->googletrans==4.0.0rc1->-r requirements.txt (line 3)) (0.9.1)
Requirement already satisfied: idna==2.* in ./venv/lib/python3.9/site-packages (from httpx==0.13.3->googletrans==4.0.0rc1->-r requirements.txt (line 3)) (2.10)
Requirement already satisfied: h2==3.* in ./venv/lib/python3.9/site-packages (from httpcore==0.9.*->httpx==0.13.3->googletrans==4.0.0rc1->-r requirements.txt (line 3)) (3.2.0)
Requirement already satisfied: h11<0.10,>=0.8 in ./venv/lib/python3.9/site-packages (from httpcore==0.9.*->httpx==0.13.3->googletrans==4.0.0rc1->-r requirements.txt (line 3)) (0.9.0)
Requirement already satisfied: hpack<4,>=3.0 in ./venv/lib/python3.9/site-packages (from h2==3.*->httpcore==0.9.*->httpx==0.13.3->googletrans==4.0.0rc1->-r requirements.txt (line 3)) (3.0.0)
Requirement already satisfied: hyperframe<6,>=5.2.0 in ./venv/lib/python3.9/site-packages (from h2==3.*->httpcore==0.9.*->httpx==0.13.3->googletrans==4.0.0rc1->-r requirements.txt (line 3)) (5.2.0)
Requirement already satisfied: modulegraph>=0.17 in ./venv/lib/python3.9/site-packages (from py2app->-r requirements.txt (line 13)) (0.18)
Requirement already satisfied: altgraph>=0.16 in ./venv/lib/python3.9/site-packages (from py2app->-r requirements.txt (line 13)) (0.17)
Requirement already satisfied: macholib>=1.11 in ./venv/lib/python3.9/site-packages (from py2app->-r requirements.txt (line 13)) (1.14)
Requirement already satisfied: setuptools in ./venv/lib/python3.9/site-packages (from modulegraph>=0.17->py2app->-r requirements.txt (line 13)) (51.1.1)
Requirement already satisfied: pyobjc-core>=7.1 in ./venv/lib/python3.9/site-packages (from pyobjc-framework-Cocoa->-r requirements.txt (line 5)) (7.1)
Requirement already satisfied: pyobjc-framework-FSEvents>=7.1 in ./venv/lib/python3.9/site-packages (from pyobjc-framework-CoreServices->-r requirements.txt (line 6)) (7.1)
Requirement already satisfied: urllib3>=1.10.0 in ./venv/lib/python3.9/site-packages (from sentry-sdk->-r requirements.txt (line 9)) (1.26.2)
running py2app
creating /Users/rex/p/trans-pad/build
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/temp
creating /Users/rex/p/trans-pad/dist
creating build/bdist.macosx-11-x86_64/python3.9-standalone/app/lib-dynload
creating build/bdist.macosx-11-x86_64/python3.9-standalone/app/Frameworks
--- Skipping recipe PIL ---
--- Skipping recipe botocore ---
CTYPES USERS [SourceModule('ctypes._endian', '/usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ctypes/_endian.py'), Package('test.support', '/usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/support/__init__.py', ['/usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/support']), SourceModule('ctypes.wintypes', '/usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ctypes/wintypes.py'), Package('ctypes.macholib', '/usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ctypes/macholib/__init__.py', ['/usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ctypes/macholib']), SourceModule('ctypes._aix', '/usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ctypes/_aix.py'), SourceModule('ctypes.util', '/usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ctypes/util.py'), SourceModule('multiprocessing.sharedctypes', '/usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/multiprocessing/sharedctypes.py'), SourceModule('objc._bridgesupport', '/Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_bridgesupport.py'), Script('/Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/py2app/bootstrap/argv_emulation.py',)]
*** using recipe: ctypes *** {'prescripts': ['py2app.bootstrap.ctypes_setup']}
--- Skipping recipe PIL ---
--- Skipping recipe botocore ---
--- Skipping recipe docutils ---
*** using recipe: ftplib *** {}
--- Skipping recipe PIL ---
--- Skipping recipe botocore ---
--- Skipping recipe docutils ---
*** using recipe: importlib *** {'expected_missing_imports': {'_frozen_importlib_external'}}
--- Skipping recipe PIL ---
--- Skipping recipe botocore ---
--- Skipping recipe docutils ---
--- Skipping recipe lxml ---
--- Skipping recipe matplotlib ---
*** using recipe: mimetypes *** {'expected_missing_imports': {'winreg'}}
--- Skipping recipe PIL ---
--- Skipping recipe botocore ---
--- Skipping recipe docutils ---
--- Skipping recipe lxml ---
--- Skipping recipe matplotlib ---
--- Skipping recipe numpy ---
*** using recipe: os_module *** {'expected_missing_imports': {'nt'}}
--- Skipping recipe PIL ---
--- Skipping recipe botocore ---
--- Skipping recipe docutils ---
--- Skipping recipe lxml ---
--- Skipping recipe matplotlib ---
--- Skipping recipe numpy ---
--- Skipping recipe pycryptodome ---
*** using recipe: pydoc *** {}
--- Skipping recipe PIL ---
--- Skipping recipe botocore ---
--- Skipping recipe docutils ---
--- Skipping recipe lxml ---
--- Skipping recipe matplotlib ---
--- Skipping recipe numpy ---
--- Skipping recipe pycryptodome ---
--- Skipping recipe pyenchant ---
--- Skipping recipe pygame ---
--- Skipping recipe pyopengl ---
--- Skipping recipe pyside ---
--- Skipping recipe pyside2 ---
--- Skipping recipe pyzmq ---
--- Skipping recipe qt5 ---
*** using recipe: re *** {'expected_missing_imports': {'sys.getwindowsversion'}}
--- Skipping recipe PIL ---
--- Skipping recipe botocore ---
--- Skipping recipe docutils ---
--- Skipping recipe lxml ---
--- Skipping recipe matplotlib ---
--- Skipping recipe numpy ---
--- Skipping recipe pycryptodome ---
--- Skipping recipe pyenchant ---
--- Skipping recipe pygame ---
--- Skipping recipe pyopengl ---
--- Skipping recipe pyside ---
--- Skipping recipe pyside2 ---
--- Skipping recipe pyzmq ---
--- Skipping recipe qt5 ---
--- Skipping recipe scipy ---
*** using recipe: setuptools *** {'expected_missing_imports': {'pkg_resources.extern.pyparsing', 'pkg_resources._vendor.appdirs', 'pkg_resources.extern.six', '__main__.__requires__', '__builtin__'}}
--- Skipping recipe PIL ---
--- Skipping recipe botocore ---
--- Skipping recipe docutils ---
--- Skipping recipe lxml ---
--- Skipping recipe matplotlib ---
--- Skipping recipe numpy ---
--- Skipping recipe pycryptodome ---
--- Skipping recipe pyenchant ---
--- Skipping recipe pygame ---
--- Skipping recipe pyopengl ---
--- Skipping recipe pyside ---
--- Skipping recipe pyside2 ---
--- Skipping recipe pyzmq ---
--- Skipping recipe qt5 ---
--- Skipping recipe scipy ---
--- Skipping recipe shiboken2 ---
--- Skipping recipe sip ---
*** using recipe: six *** {}
--- Skipping recipe PIL ---
--- Skipping recipe botocore ---
--- Skipping recipe docutils ---
--- Skipping recipe lxml ---
--- Skipping recipe matplotlib ---
--- Skipping recipe numpy ---
--- Skipping recipe pycryptodome ---
--- Skipping recipe pyenchant ---
--- Skipping recipe pygame ---
--- Skipping recipe pyopengl ---
--- Skipping recipe pyside ---
--- Skipping recipe pyside2 ---
--- Skipping recipe pyzmq ---
--- Skipping recipe qt5 ---
--- Skipping recipe scipy ---
--- Skipping recipe shiboken2 ---
--- Skipping recipe sip ---
*** using recipe: subprocess *** {'expected_missing_imports': {'_winapi'}}
--- Skipping recipe PIL ---
--- Skipping recipe botocore ---
--- Skipping recipe docutils ---
--- Skipping recipe lxml ---
--- Skipping recipe matplotlib ---
--- Skipping recipe numpy ---
--- Skipping recipe pycryptodome ---
--- Skipping recipe pyenchant ---
--- Skipping recipe pygame ---
--- Skipping recipe pyopengl ---
--- Skipping recipe pyside ---
--- Skipping recipe pyside2 ---
--- Skipping recipe pyzmq ---
--- Skipping recipe qt5 ---
--- Skipping recipe scipy ---
--- Skipping recipe shiboken2 ---
--- Skipping recipe sip ---
--- Skipping recipe sysconfig_module ---
--- Skipping recipe tkinter ---
*** using recipe: uuid *** {'expected_missing_imports': {'netbios', 'win32wnet'}}
--- Skipping recipe PIL ---
--- Skipping recipe botocore ---
--- Skipping recipe docutils ---
--- Skipping recipe lxml ---
--- Skipping recipe matplotlib ---
--- Skipping recipe numpy ---
--- Skipping recipe pycryptodome ---
--- Skipping recipe pyenchant ---
--- Skipping recipe pygame ---
--- Skipping recipe pyopengl ---
--- Skipping recipe pyside ---
--- Skipping recipe pyside2 ---
--- Skipping recipe pyzmq ---
--- Skipping recipe qt5 ---
--- Skipping recipe scipy ---
--- Skipping recipe shiboken2 ---
--- Skipping recipe sip ---
--- Skipping recipe sysconfig_module ---
--- Skipping recipe tkinter ---
*** using recipe: virtualenv *** {}
--- Skipping recipe PIL ---
--- Skipping recipe botocore ---
--- Skipping recipe docutils ---
--- Skipping recipe lxml ---
--- Skipping recipe matplotlib ---
--- Skipping recipe numpy ---
--- Skipping recipe pycryptodome ---
--- Skipping recipe pyenchant ---
--- Skipping recipe pygame ---
--- Skipping recipe pyopengl ---
--- Skipping recipe pyside ---
--- Skipping recipe pyside2 ---
--- Skipping recipe pyzmq ---
--- Skipping recipe qt5 ---
--- Skipping recipe scipy ---
--- Skipping recipe shiboken2 ---
--- Skipping recipe sip ---
--- Skipping recipe sysconfig_module ---
--- Skipping recipe tkinter ---
--- Skipping recipe wx ---
*** using recipe: xml *** {}
--- Skipping recipe PIL ---
--- Skipping recipe botocore ---
--- Skipping recipe docutils ---
--- Skipping recipe lxml ---
--- Skipping recipe matplotlib ---
--- Skipping recipe numpy ---
--- Skipping recipe pycryptodome ---
--- Skipping recipe pyenchant ---
--- Skipping recipe pygame ---
--- Skipping recipe pyopengl ---
--- Skipping recipe pyside ---
--- Skipping recipe pyside2 ---
--- Skipping recipe pyzmq ---
--- Skipping recipe qt5 ---
--- Skipping recipe scipy ---
--- Skipping recipe shiboken2 ---
--- Skipping recipe sip ---
--- Skipping recipe sysconfig_module ---
--- Skipping recipe tkinter ---
--- Skipping recipe wx ---
*** filtering dependencies ***
1670 total
40 filtered
134 orphaned
1630 remaining
*** create binaries ***
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/temp/AppKit
creating python loader for extension 'AppKit._AppKit'
creating python loader for extension 'AppKit._inlines'
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/temp/CoreFoundation
creating python loader for extension 'CoreFoundation._CoreFoundation'
creating python loader for extension 'CoreFoundation._inlines'
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/temp/CoreServices
creating python loader for extension 'CoreServices._inlines'
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/temp/FSEvents
creating python loader for extension 'FSEvents._callbacks'
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/temp/Foundation
creating python loader for extension 'Foundation._Foundation'
creating python loader for extension 'Foundation._inlines'
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/temp/WebKit
creating python loader for extension 'WebKit._WebKit'
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/temp/objc
creating python loader for extension 'objc._machsignals'
creating python loader for extension 'objc._objc'
*** byte compile python files ***
byte-compiling /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/temp/empty_package/__init__.py to PyObjCTools/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/PyObjCTools
byte-compiling /Users/rex/p/trans-pad/trans_pad/__init__.py to trans_pad/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/trans_pad
byte-compiling /Users/rex/p/trans-pad/trans_pad/config.py to trans_pad/config.pyc
byte-compiling /Users/rex/p/trans-pad/trans_pad/constantes.py to trans_pad/constantes.pyc
byte-compiling /Users/rex/p/trans-pad/trans_pad/helpers.py to trans_pad/helpers.pyc
byte-compiling /Users/rex/p/trans-pad/trans_pad/result_pad.py to trans_pad/result_pad.pyc
byte-compiling /Users/rex/p/trans-pad/trans_pad/sentry.py to trans_pad/sentry.pyc
byte-compiling /Users/rex/p/trans-pad/trans_pad/service.py to trans_pad/service.pyc
byte-compiling /Users/rex/p/trans-pad/trans_pad/translate/__init__.py to trans_pad/translate/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/trans_pad/translate
byte-compiling /Users/rex/p/trans-pad/trans_pad/translate/channel_googletrans.py to trans_pad/translate/channel_googletrans.pyc
byte-compiling /Users/rex/p/trans-pad/trans_pad/translate/channel_macos_services.py to trans_pad/translate/channel_macos_services.pyc
byte-compiling /Users/rex/p/trans-pad/trans_pad/translate/common.py to trans_pad/translate/common.pyc
byte-compiling /Users/rex/p/trans-pad/trans_pad/ui/__init__.py to trans_pad/ui/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/trans_pad/ui
byte-compiling /Users/rex/p/trans-pad/trans_pad/ui/preferences.py to trans_pad/ui/preferences.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/AppKit/__init__.py to AppKit/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/AppKit
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/AppKit/_metadata.py to AppKit/_metadata.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/AppKit/_nsapp.py to AppKit/_nsapp.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/Cocoa/__init__.py to Cocoa/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/Cocoa
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/CoreFoundation/__init__.py to CoreFoundation/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/CoreFoundation
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/CoreFoundation/_metadata.py to CoreFoundation/_metadata.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/CoreFoundation/_static.py to CoreFoundation/_static.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/CoreServices/CarbonCore/__init__.py to CoreServices/CarbonCore/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/CoreServices
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/CoreServices/CarbonCore
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/CoreServices/CarbonCore/_metadata.py to CoreServices/CarbonCore/_metadata.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/CoreServices/DictionaryServices/__init__.py to CoreServices/DictionaryServices/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/CoreServices/DictionaryServices
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/CoreServices/DictionaryServices/_metadata.py to CoreServices/DictionaryServices/_metadata.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/CoreServices/LaunchServices/__init__.py to CoreServices/LaunchServices/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/CoreServices/LaunchServices
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/CoreServices/LaunchServices/_metadata.py to CoreServices/LaunchServices/_metadata.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/CoreServices/Metadata/__init__.py to CoreServices/Metadata/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/CoreServices/Metadata
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/CoreServices/Metadata/_metadata.py to CoreServices/Metadata/_metadata.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/CoreServices/SearchKit/__init__.py to CoreServices/SearchKit/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/CoreServices/SearchKit
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/CoreServices/SearchKit/_metadata.py to CoreServices/SearchKit/_metadata.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/CoreServices/__init__.py to CoreServices/__init__.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/FSEvents/__init__.py to FSEvents/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/FSEvents
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/FSEvents/_metadata.py to FSEvents/_metadata.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/Foundation/__init__.py to Foundation/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/Foundation
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/Foundation/_context.py to Foundation/_context.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/Foundation/_functiondefines.py to Foundation/_functiondefines.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/Foundation/_metadata.py to Foundation/_metadata.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/Foundation/_nsindexset.py to Foundation/_nsindexset.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/Foundation/_nsobject.py to Foundation/_nsobject.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/PyObjCTools/AppHelper.py to PyObjCTools/AppHelper.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/PyObjCTools/MachSignals.py to PyObjCTools/MachSignals.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/WebKit/__init__.py to WebKit/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/WebKit
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/WebKit/_metadata.py to WebKit/_metadata.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/certifi/__init__.py to certifi/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/certifi
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/certifi/core.py to certifi/core.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/__init__.py to chardet/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/chardet
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/big5freq.py to chardet/big5freq.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/big5prober.py to chardet/big5prober.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/chardistribution.py to chardet/chardistribution.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/charsetgroupprober.py to chardet/charsetgroupprober.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/charsetprober.py to chardet/charsetprober.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/codingstatemachine.py to chardet/codingstatemachine.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/compat.py to chardet/compat.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/cp949prober.py to chardet/cp949prober.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/enums.py to chardet/enums.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/escprober.py to chardet/escprober.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/escsm.py to chardet/escsm.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/eucjpprober.py to chardet/eucjpprober.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/euckrfreq.py to chardet/euckrfreq.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/euckrprober.py to chardet/euckrprober.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/euctwfreq.py to chardet/euctwfreq.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/euctwprober.py to chardet/euctwprober.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/gb2312freq.py to chardet/gb2312freq.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/gb2312prober.py to chardet/gb2312prober.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/hebrewprober.py to chardet/hebrewprober.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/jisfreq.py to chardet/jisfreq.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/jpcntx.py to chardet/jpcntx.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/langbulgarianmodel.py to chardet/langbulgarianmodel.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/langcyrillicmodel.py to chardet/langcyrillicmodel.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/langgreekmodel.py to chardet/langgreekmodel.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/langhebrewmodel.py to chardet/langhebrewmodel.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/langthaimodel.py to chardet/langthaimodel.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/langturkishmodel.py to chardet/langturkishmodel.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/latin1prober.py to chardet/latin1prober.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/mbcharsetprober.py to chardet/mbcharsetprober.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/mbcsgroupprober.py to chardet/mbcsgroupprober.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/mbcssm.py to chardet/mbcssm.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/sbcharsetprober.py to chardet/sbcharsetprober.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/sbcsgroupprober.py to chardet/sbcsgroupprober.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/sjisprober.py to chardet/sjisprober.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/universaldetector.py to chardet/universaldetector.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/utf8prober.py to chardet/utf8prober.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/chardet/version.py to chardet/version.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h11/__init__.py to h11/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/h11
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h11/_abnf.py to h11/_abnf.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h11/_connection.py to h11/_connection.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h11/_events.py to h11/_events.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h11/_headers.py to h11/_headers.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h11/_readers.py to h11/_readers.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h11/_receivebuffer.py to h11/_receivebuffer.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h11/_state.py to h11/_state.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h11/_util.py to h11/_util.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h11/_version.py to h11/_version.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h11/_writers.py to h11/_writers.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h2/__init__.py to h2/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/h2
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h2/config.py to h2/config.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h2/connection.py to h2/connection.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h2/errors.py to h2/errors.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h2/events.py to h2/events.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h2/exceptions.py to h2/exceptions.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h2/frame_buffer.py to h2/frame_buffer.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h2/settings.py to h2/settings.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h2/stream.py to h2/stream.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h2/utilities.py to h2/utilities.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/h2/windows.py to h2/windows.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/hpack/__init__.py to hpack/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/hpack
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/hpack/compat.py to hpack/compat.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/hpack/exceptions.py to hpack/exceptions.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/hpack/hpack.py to hpack/hpack.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/hpack/huffman.py to hpack/huffman.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/hpack/huffman_constants.py to hpack/huffman_constants.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/hpack/huffman_table.py to hpack/huffman_table.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/hpack/struct.py to hpack/struct.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/hpack/table.py to hpack/table.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/hstspreload/__init__.py to hstspreload/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/hstspreload
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/__init__.py to httpcore/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/httpcore
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_async/__init__.py to httpcore/_async/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/httpcore/_async
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_async/base.py to httpcore/_async/base.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_async/connection.py to httpcore/_async/connection.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_async/connection_pool.py to httpcore/_async/connection_pool.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_async/http11.py to httpcore/_async/http11.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_async/http2.py to httpcore/_async/http2.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_async/http_proxy.py to httpcore/_async/http_proxy.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_backends/__init__.py to httpcore/_backends/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/httpcore/_backends
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_backends/asyncio.py to httpcore/_backends/asyncio.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_backends/auto.py to httpcore/_backends/auto.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_backends/base.py to httpcore/_backends/base.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_backends/sync.py to httpcore/_backends/sync.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_backends/trio.py to httpcore/_backends/trio.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_exceptions.py to httpcore/_exceptions.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_sync/__init__.py to httpcore/_sync/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/httpcore/_sync
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_sync/base.py to httpcore/_sync/base.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_sync/connection.py to httpcore/_sync/connection.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_sync/connection_pool.py to httpcore/_sync/connection_pool.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_sync/http11.py to httpcore/_sync/http11.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_sync/http2.py to httpcore/_sync/http2.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_sync/http_proxy.py to httpcore/_sync/http_proxy.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_threadlock.py to httpcore/_threadlock.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_types.py to httpcore/_types.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpcore/_utils.py to httpcore/_utils.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpx/__init__.py to httpx/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/httpx
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpx/__version__.py to httpx/__version__.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpx/_api.py to httpx/_api.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpx/_auth.py to httpx/_auth.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpx/_client.py to httpx/_client.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpx/_config.py to httpx/_config.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpx/_content_streams.py to httpx/_content_streams.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpx/_decoders.py to httpx/_decoders.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpx/_exceptions.py to httpx/_exceptions.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpx/_models.py to httpx/_models.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpx/_status_codes.py to httpx/_status_codes.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpx/_transports/__init__.py to httpx/_transports/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/httpx/_transports
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpx/_transports/asgi.py to httpx/_transports/asgi.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpx/_transports/urllib3.py to httpx/_transports/urllib3.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpx/_transports/wsgi.py to httpx/_transports/wsgi.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpx/_types.py to httpx/_types.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/httpx/_utils.py to httpx/_utils.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/hyperframe/__init__.py to hyperframe/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/hyperframe
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/hyperframe/exceptions.py to hyperframe/exceptions.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/hyperframe/flags.py to hyperframe/flags.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/hyperframe/frame.py to hyperframe/frame.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/idna/__init__.py to idna/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/idna
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/idna/core.py to idna/core.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/idna/idnadata.py to idna/idnadata.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/idna/intranges.py to idna/intranges.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/idna/package_data.py to idna/package_data.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/idna/uts46data.py to idna/uts46data.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/__init__.py to objc/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/objc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_bridges.py to objc/_bridges.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_bridgesupport.py to objc/_bridgesupport.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_callable_docstr.py to objc/_callable_docstr.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_category.py to objc/_category.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_compat.py to objc/_compat.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_context.py to objc/_context.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_convenience.py to objc/_convenience.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_convenience_mapping.py to objc/_convenience_mapping.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_convenience_nsarray.py to objc/_convenience_nsarray.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_convenience_nsdata.py to objc/_convenience_nsdata.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_convenience_nsdecimal.py to objc/_convenience_nsdecimal.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_convenience_nsdictionary.py to objc/_convenience_nsdictionary.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_convenience_nsobject.py to objc/_convenience_nsobject.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_convenience_nsset.py to objc/_convenience_nsset.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_convenience_nsstring.py to objc/_convenience_nsstring.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_convenience_sequence.py to objc/_convenience_sequence.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_descriptors.py to objc/_descriptors.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_dyld.py to objc/_dyld.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_framework.py to objc/_framework.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_lazyimport.py to objc/_lazyimport.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_locking.py to objc/_locking.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_properties.py to objc/_properties.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_protocols.py to objc/_protocols.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_pycoder.py to objc/_pycoder.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_pythonify.py to objc/_pythonify.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/pkg_resources/__init__.py to pkg_resources/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/pkg_resources
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/pkg_resources/_vendor/__init__.py to pkg_resources/_vendor/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/pkg_resources/_vendor
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/pkg_resources/_vendor/appdirs.py to pkg_resources/_vendor/appdirs.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__about__.py to pkg_resources/_vendor/packaging/__about__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/pkg_resources/_vendor/packaging
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__init__.py to pkg_resources/_vendor/packaging/__init__.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_compat.py to pkg_resources/_vendor/packaging/_compat.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_structures.py to pkg_resources/_vendor/packaging/_structures.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_typing.py to pkg_resources/_vendor/packaging/_typing.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/markers.py to pkg_resources/_vendor/packaging/markers.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/requirements.py to pkg_resources/_vendor/packaging/requirements.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/specifiers.py to pkg_resources/_vendor/packaging/specifiers.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/tags.py to pkg_resources/_vendor/packaging/tags.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/utils.py to pkg_resources/_vendor/packaging/utils.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/version.py to pkg_resources/_vendor/packaging/version.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/pkg_resources/_vendor/pyparsing.py to pkg_resources/_vendor/pyparsing.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/pkg_resources/extern/__init__.py to pkg_resources/extern/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/pkg_resources/extern
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rfc3986/__init__.py to rfc3986/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/rfc3986
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rfc3986/_mixin.py to rfc3986/_mixin.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rfc3986/abnf_regexp.py to rfc3986/abnf_regexp.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rfc3986/api.py to rfc3986/api.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rfc3986/compat.py to rfc3986/compat.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rfc3986/exceptions.py to rfc3986/exceptions.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rfc3986/iri.py to rfc3986/iri.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rfc3986/misc.py to rfc3986/misc.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rfc3986/normalizers.py to rfc3986/normalizers.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rfc3986/parseresult.py to rfc3986/parseresult.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rfc3986/uri.py to rfc3986/uri.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rfc3986/validators.py to rfc3986/validators.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sniffio/__init__.py to sniffio/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/sniffio
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sniffio/_impl.py to sniffio/_impl.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sniffio/_version.py to sniffio/_version.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/__init__.py to urllib3/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/urllib3
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/_collections.py to urllib3/_collections.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/_version.py to urllib3/_version.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/connection.py to urllib3/connection.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/connectionpool.py to urllib3/connectionpool.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/contrib/__init__.py to urllib3/contrib/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/urllib3/contrib
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/contrib/_appengine_environ.py to urllib3/contrib/_appengine_environ.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/exceptions.py to urllib3/exceptions.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/fields.py to urllib3/fields.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/filepost.py to urllib3/filepost.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/packages/__init__.py to urllib3/packages/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/urllib3/packages
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/packages/six.py to urllib3/packages/six.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/packages/ssl_match_hostname/__init__.py to urllib3/packages/ssl_match_hostname/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/urllib3/packages/ssl_match_hostname
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/packages/ssl_match_hostname/_implementation.py to urllib3/packages/ssl_match_hostname/_implementation.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/poolmanager.py to urllib3/poolmanager.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/request.py to urllib3/request.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/response.py to urllib3/response.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/util/__init__.py to urllib3/util/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/urllib3/util
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/util/connection.py to urllib3/util/connection.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/util/proxy.py to urllib3/util/proxy.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/util/queue.py to urllib3/util/queue.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/util/request.py to urllib3/util/request.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/util/response.py to urllib3/util/response.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/util/retry.py to urllib3/util/retry.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/util/ssl_.py to urllib3/util/ssl_.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/util/ssltransport.py to urllib3/util/ssltransport.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/util/timeout.py to urllib3/util/timeout.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/util/url.py to urllib3/util/url.pyc
byte-compiling /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/urllib3/util/wait.py to urllib3/util/wait.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/__future__.py to __future__.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_aix_support.py to _aix_support.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_bootlocale.py to _bootlocale.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_bootsubprocess.py to _bootsubprocess.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_collections_abc.py to _collections_abc.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_compat_pickle.py to _compat_pickle.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_compression.py to _compression.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_markupbase.py to _markupbase.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_osx_support.py to _osx_support.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_py_abc.py to _py_abc.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_pydecimal.py to _pydecimal.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_strptime.py to _strptime.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_sysconfigdata__darwin_darwin.py to _sysconfigdata__darwin_darwin.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_threading_local.py to _threading_local.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_weakrefset.py to _weakrefset.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/abc.py to abc.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/argparse.py to argparse.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ast.py to ast.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/__init__.py to asyncio/__init__.pyc
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/asyncio
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py to asyncio/base_events.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/base_futures.py to asyncio/base_futures.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/base_subprocess.py to asyncio/base_subprocess.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/base_tasks.py to asyncio/base_tasks.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/constants.py to asyncio/constants.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/coroutines.py to asyncio/coroutines.pyc
byte-compiling /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/events.py to asyncio/events.pyc
...
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/data/README -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/data/README
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/randv2_64.pck -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/randv2_64.pck
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/ffdh3072.pem -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/ffdh3072.pem
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/test_doctest4.txt -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/test_doctest4.txt
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/capath
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/capath/4e1295a3.0 -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/capath/4e1295a3.0
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/capath/5ed36f99.0 -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/capath/5ed36f99.0
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/capath/99d0fa06.0 -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/capath/99d0fa06.0
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/capath/6e88d7b8.0 -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/capath/6e88d7b8.0
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/capath/ceff1710.0 -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/capath/ceff1710.0
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/capath/b1930218.0 -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/capath/b1930218.0
creating /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/subprocessdata
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/subprocessdata/fd_status.py -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/subprocessdata/fd_status.py
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/subprocessdata/qcat.py -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/subprocessdata/qcat.py
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/subprocessdata/sigchild_ignore.py -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/subprocessdata/sigchild_ignore.py
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/subprocessdata/input_reader.py -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/subprocessdata/input_reader.py
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/subprocessdata/qgrep.py -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/subprocessdata/qgrep.py
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/secp384r1.pem -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/secp384r1.pem
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/math_testcases.txt -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/math_testcases.txt
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/test/floating_points.txt -> /Users/rex/p/trans-pad/build/bdist.macosx-11-x86_64/python3.9-standalone/app/collect/test/floating_points.txt
*** creating application bundle: TransPad ***
Copy '/Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/py2app/apptemplate/prebuilt/main-x86_64' -> '/Users/rex/p/trans-pad/dist/TransPad.app/Contents/MacOS/TransPad'
byte-compiling /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/site.py to site.pyc
copying file TransPad.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/config-3.9-darwin
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/include
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/include/python3.9
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyconfig.h -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/include/python3.9/pyconfig.h
copying file build/bdist.macosx-11-x86_64/python3.9-standalone/app/python39.zip -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/zlib.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/rumps
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rumps/compat.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/rumps/compat.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rumps/rumps.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/rumps/rumps.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rumps/__init__.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/rumps/__init__.py
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/rumps/__pycache__
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rumps/__pycache__/__init__.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/rumps/__pycache__/__init__.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rumps/__pycache__/utils.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/rumps/__pycache__/utils.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rumps/__pycache__/rumps.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/rumps/__pycache__/rumps.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rumps/__pycache__/compat.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/rumps/__pycache__/compat.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rumps/__pycache__/notifications.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/rumps/__pycache__/notifications.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rumps/utils.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/rumps/utils.py
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/rumps/packages
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rumps/packages/ordereddict.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/rumps/packages/ordereddict.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rumps/packages/__init__.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/rumps/packages/__init__.py
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/rumps/packages/__pycache__
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rumps/packages/__pycache__/__init__.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/rumps/packages/__pycache__/__init__.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rumps/packages/__pycache__/ordereddict.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/rumps/packages/__pycache__/ordereddict.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/rumps/notifications.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/rumps/notifications.py
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/googletrans
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/googletrans/models.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/googletrans/models.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/googletrans/client.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/googletrans/client.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/googletrans/constants.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/googletrans/constants.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/googletrans/__init__.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/googletrans/__init__.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/googletrans/gtoken.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/googletrans/gtoken.py
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/googletrans/__pycache__
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/googletrans/__pycache__/__init__.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/googletrans/__pycache__/__init__.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/googletrans/__pycache__/urls.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/googletrans/__pycache__/urls.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/googletrans/__pycache__/utils.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/googletrans/__pycache__/utils.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/googletrans/__pycache__/gtoken.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/googletrans/__pycache__/gtoken.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/googletrans/__pycache__/models.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/googletrans/__pycache__/models.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/googletrans/__pycache__/client.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/googletrans/__pycache__/client.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/googletrans/__pycache__/constants.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/googletrans/__pycache__/constants.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/googletrans/utils.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/googletrans/utils.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/googletrans/urls.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/googletrans/urls.py
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/tree_struct_config
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/tree_struct_config/__init__.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/tree_struct_config/__init__.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/tree_struct_config/core.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/tree_struct_config/core.py
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/tree_struct_config/__pycache__
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/tree_struct_config/__pycache__/__init__.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/tree_struct_config/__pycache__/__init__.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/tree_struct_config/__pycache__/core.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/tree_struct_config/__pycache__/core.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/tree_struct_config/__pycache__/exceptiones.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/tree_struct_config/__pycache__/exceptiones.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/tree_struct_config/__pycache__/core2.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/tree_struct_config/__pycache__/core2.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/tree_struct_config/exceptiones.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/tree_struct_config/exceptiones.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/tree_struct_config/core2.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/tree_struct_config/core2.py
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/worker.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/worker.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/sessions.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/sessions.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/tracing.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/tracing.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/_types.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/_types.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/transport.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/transport.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/client.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/client.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__init__.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__init__.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/_queue.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/_queue.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/_functools.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/_functools.py
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/__init__.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/__init__.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/worker.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/worker.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/api.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/api.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/tracing.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/tracing.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/attachments.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/attachments.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/consts.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/consts.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/hub.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/hub.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/_queue.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/_queue.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/transport.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/transport.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/utils.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/utils.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/_compat.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/_compat.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/_types.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/_types.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/_functools.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/_functools.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/envelope.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/envelope.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/scope.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/scope.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/client.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/client.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/serializer.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/serializer.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/sessions.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/sessions.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/__pycache__/debug.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/__pycache__/debug.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/hub.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/hub.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/consts.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/consts.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/attachments.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/attachments.py
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/serverless.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/serverless.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/logging.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/logging.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/aiohttp.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/aiohttp.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/aws_lambda.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/aws_lambda.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/pyramid.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/pyramid.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/_wsgi_common.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/_wsgi_common.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/pure_eval.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/pure_eval.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/dedupe.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/dedupe.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/flask.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/flask.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/trytond.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/trytond.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/asgi.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/asgi.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/rq.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/rq.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__init__.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__init__.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/atexit.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/atexit.py
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/__init__.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/__init__.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/redis.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/redis.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/flask.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/flask.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/excepthook.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/excepthook.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/sanic.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/sanic.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/tornado.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/tornado.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/gnu_backtrace.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/gnu_backtrace.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/atexit.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/atexit.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/celery.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/celery.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/wsgi.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/wsgi.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/gcp.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/gcp.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/boto3.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/boto3.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/modules.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/modules.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/_wsgi_common.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/_wsgi_common.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/argv.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/argv.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/beam.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/beam.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/asgi.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/asgi.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/aiohttp.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/aiohttp.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/chalice.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/chalice.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/serverless.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/serverless.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/bottle.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/bottle.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/aws_lambda.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/aws_lambda.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/dedupe.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/dedupe.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/pyramid.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/pyramid.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/sqlalchemy.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/sqlalchemy.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/rq.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/rq.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/trytond.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/trytond.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/pure_eval.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/pure_eval.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/stdlib.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/stdlib.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/falcon.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/falcon.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/threading.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/threading.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/executing.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/executing.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/__pycache__/logging.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/__pycache__/logging.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/threading.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/threading.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/executing.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/executing.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/argv.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/argv.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/redis.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/redis.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/sqlalchemy.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/sqlalchemy.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/tornado.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/tornado.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/celery.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/celery.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/gnu_backtrace.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/gnu_backtrace.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/chalice.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/chalice.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/modules.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/modules.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/boto3.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/boto3.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/stdlib.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/stdlib.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/bottle.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/bottle.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/beam.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/beam.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/falcon.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/falcon.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/gcp.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/gcp.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/sanic.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/sanic.py
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/django
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/django/transactions.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/django/transactions.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/django/asgi.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/django/asgi.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/django/__init__.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/django/__init__.py
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/django/__pycache__
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/django/__pycache__/__init__.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/django/__pycache__/__init__.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/django/__pycache__/transactions.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/django/__pycache__/transactions.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/django/__pycache__/middleware.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/django/__pycache__/middleware.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/django/__pycache__/asgi.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/django/__pycache__/asgi.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/django/__pycache__/templates.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/django/__pycache__/templates.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/django/__pycache__/views.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/django/__pycache__/views.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/django/templates.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/django/templates.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/django/middleware.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/django/middleware.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/django/views.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/django/views.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/excepthook.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/excepthook.py
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/spark
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/spark/spark_worker.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/spark/spark_worker.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/spark/__init__.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/spark/__init__.py
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/spark/__pycache__
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/spark/__pycache__/__init__.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/spark/__pycache__/__init__.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/spark/__pycache__/spark_driver.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/spark/__pycache__/spark_driver.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/spark/__pycache__/spark_worker.cpython-39.pyc -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/spark/__pycache__/spark_worker.cpython-39.pyc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/spark/spark_driver.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/spark/spark_driver.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/integrations/wsgi.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/integrations/wsgi.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/api.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/api.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/utils.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/utils.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/debug.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/debug.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/py.typed -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/py.typed
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/serializer.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/serializer.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/_compat.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/_compat.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/scope.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/scope.py
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/sentry_sdk/envelope.py -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/sentry_sdk/envelope.py
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/AppKit
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/AppKit/_AppKit.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/AppKit/_AppKit.so
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/AppKit/_inlines.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/AppKit/_inlines.so
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/CoreFoundation
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/CoreFoundation/_CoreFoundation.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/CoreFoundation/_CoreFoundation.so
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/CoreFoundation/_inlines.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/CoreFoundation/_inlines.so
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/CoreServices
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/CoreServices/_inlines.abi3.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/CoreServices/_inlines.so
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/FSEvents
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/FSEvents/_callbacks.abi3.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/FSEvents/_callbacks.so
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/Foundation
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/Foundation/_Foundation.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/Foundation/_Foundation.so
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/Foundation/_inlines.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/Foundation/_inlines.so
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/WebKit
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/WebKit/_WebKit.abi3.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/WebKit/_WebKit.so
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/objc
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_machsignals.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/objc/_machsignals.so
copying file /Users/rex/p/trans-pad/venv/lib/python3.9/site-packages/objc/_objc.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/objc/_objc.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_asyncio.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_asyncio.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_bisect.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_bisect.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_blake2.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_blake2.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_bz2.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_bz2.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_codecs_cn.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_codecs_cn.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_codecs_hk.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_codecs_hk.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_codecs_iso2022.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_codecs_iso2022.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_codecs_jp.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_codecs_jp.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_codecs_kr.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_codecs_kr.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_codecs_tw.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_codecs_tw.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_contextvars.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_contextvars.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_csv.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_csv.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_ctypes.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_ctypes.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_datetime.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_datetime.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_dbm.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_dbm.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_decimal.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_decimal.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_elementtree.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_elementtree.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_gdbm.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_gdbm.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_hashlib.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_hashlib.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_heapq.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_heapq.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_json.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_json.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_lzma.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_lzma.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_md5.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_md5.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_multibytecodec.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_multibytecodec.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_multiprocessing.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_multiprocessing.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_opcode.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_opcode.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_pickle.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_pickle.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_posixshmem.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_posixshmem.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_posixsubprocess.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_posixsubprocess.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_queue.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_queue.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_random.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_random.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_scproxy.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_scproxy.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_sha1.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_sha1.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_sha256.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_sha256.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_sha3.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_sha3.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_sha512.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_sha512.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_socket.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_socket.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_ssl.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_ssl.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_statistics.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_statistics.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_struct.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_struct.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_testcapi.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_testcapi.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_testinternalcapi.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_testinternalcapi.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_tkinter.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_tkinter.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_uuid.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/_uuid.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/array.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/array.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/binascii.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/binascii.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/fcntl.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/fcntl.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/grp.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/grp.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/math.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/math.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/mmap.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/mmap.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/pyexpat.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/pyexpat.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/resource.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/resource.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/select.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/select.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/termios.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/termios.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/unicodedata.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/unicodedata.so
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/zlib.cpython-39-darwin.so -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/lib/python3.9/lib-dynload/zlib.so
compile trans_pad/ui/preferences.xib -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/preferences.nib
copying file icon.icns -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Resources/icon.icns
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/Resources/Python.app/Contents/MacOS/Python -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/MacOS/python
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/Python.framework
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/Python.framework/Versions
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/Python.framework/Versions/3.9
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/Python.framework/Versions/3.9/Resources
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/Python.framework/Versions/3.9/include
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/Python.framework/Versions/3.9/include/python3.9
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/Python.framework/Versions/3.9/lib
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9
creating /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/config-3.9-darwin
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/Python -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/Python.framework/Versions/3.9/Python
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/Resources/Info.plist -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/Python.framework/Versions/3.9/Resources/Info.plist
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyconfig.h -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyconfig.h
copying file /usr/local/Cellar/[email protected]/3.9.1_3/Frameworks/Python.framework/Versions/3.9/lib/python3.9/config-3.9-darwin/Makefile -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/Python.framework/Versions/3.9/lib/python3.9/config-3.9-darwin/Makefile
copying file /usr/local/opt/gdbm/lib/libgdbm_compat.4.dylib -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/libgdbm_compat.4.dylib
copying file /usr/local/Cellar/gdbm/1.18.1_1/lib/libgdbm.6.dylib -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/libgdbm.6.dylib
copying file /usr/local/opt/xz/lib/liblzma.5.dylib -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/liblzma.5.dylib
copying file /usr/local/opt/[email protected]/lib/libssl.1.1.dylib -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/libssl.1.1.dylib
copying file /usr/local/Cellar/[email protected]/1.1.1i/lib/libcrypto.1.1.dylib -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/libcrypto.1.1.dylib
copying file /usr/local/opt/[email protected]/lib/libcrypto.1.1.dylib -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/libcrypto.1.1.dylib
copying file /usr/local/opt/gdbm/lib/libgdbm.6.dylib -> /Users/rex/p/trans-pad/dist/TransPad.app/Contents/Frameworks/libgdbm.6.dylib
stripping _posixsubprocess.so
stripping _inlines.so
stripping _CoreFoundation.so
stripping binascii.so
stripping _multibytecodec.so
stripping _inlines.so
stripping _sha256.so
stripping _queue.so
stripping _sha1.so
stripping _hashlib.so
stripping zlib.so
stripping mmap.so
stripping _testcapi.so
stripping _datetime.so
stripping _csv.so
stripping _elementtree.so
stripping _machsignals.so
stripping _inlines.so
stripping array.so
stripping _scproxy.so
stripping _bisect.so
stripping fcntl.so
stripping zlib.cpython-39-darwin.so
stripping liblzma.5.dylib
stripping _random.so
stripping _AppKit.so
stripping _contextvars.so
stripping _uuid.so
stripping _multiprocessing.so
stripping resource.so
stripping _Foundation.so
stripping libssl.1.1.dylib
stripping _heapq.so
stripping grp.so
stripping _md5.so
stripping _lzma.so
stripping _ctypes.so
stripping _pickle.so
stripping _inlines.so
stripping _sha3.so
stripping _testinternalcapi.so
stripping _gdbm.so
stripping libgdbm_compat.4.dylib
stripping Python
stripping _sha512.so
stripping _codecs_kr.so
stripping python
stripping libgdbm.6.dylib
stripping _statistics.so
stripping _callbacks.so
stripping termios.so
stripping _codecs_cn.so
stripping math.so
stripping TransPad
stripping _json.so
stripping pyexpat.so
stripping _codecs_tw.so
stripping _codecs_hk.so
stripping _objc.so
stripping _socket.so
stripping _ssl.so
stripping _opcode.so
stripping unicodedata.so
stripping _WebKit.so
stripping _decimal.so
stripping _struct.so
stripping _tkinter.so
stripping _blake2.so
stripping _codecs_iso2022.so
stripping _asyncio.so
stripping _bz2.so
stripping select.so
stripping libcrypto.1.1.dylib
stripping _posixshmem.so
stripping _codecs_jp.so
stripping _dbm.so
stripping saved 928552 bytes (12502532 / 13431084)
checking for any import problems
Modules not found (unconditional imports):
 * _abcoll (rumps.packages.ordereddict)
 * _overlapped (asyncio.windows_events)
 * aiohttp (sentry_sdk.integrations.aiohttp)
 * aiohttp.__version__ (aiohttp.abc, aiohttp.web, aiohttp.web_request)
 * aiohttp.web (sentry_sdk.integrations.aiohttp)
 * apache_beam (apache_beam.transforms.core, apache_beam.typehints.decorators)
 * apache_beam.DoFn (apache_beam.transforms, apache_beam.typehints)
 * apache_beam.ParDo (apache_beam.transforms, apache_beam.typehints)
 * apache_beam.transforms (sentry_sdk.integrations.beam)
 * apache_beam.typehints (sentry_sdk.integrations.beam)
 * asttokens (sentry_sdk.integrations.pure_eval)
 * backports (urllib3.packages.ssl_match_hostname)
 * backports.CertificateError (backports.ssl_match_hostname)
 * backports.match_hostname (backports.ssl_match_hostname)
 * blinker (sentry_sdk.integrations.flask)
 * botocore (sentry_sdk.integrations.boto3)
 * botocore.__version__ (botocore.awsrequest, botocore.client, botocore.response)
 * botocore.awsrequest (sentry_sdk.integrations.boto3)
error: [Errno 35] write could not complete without blocking

rexzhang avatar Jan 03 '21 15:01 rexzhang

That's annoying. I don't know what's going on here.

To help exclude parts of the code base: Are you on an M1 system?

ronaldoussoren avatar Jan 23 '21 09:01 ronaldoussoren

That's annoying. I don't know what's going on here.

To help exclude parts of the code base: Are you on an M1 system?

i am working at intel Core i5(macbook pro)...

rexzhang avatar Jan 25 '21 07:01 rexzhang

Although it will report an error, the packaged program is working

rexzhang avatar Jan 25 '21 07:01 rexzhang

Maybe it's just a crop(stripping) failure?

stripping zlib.so
stripping _codecs_kr.so
strerror: [Errno 35] write could not complete without blocking
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BlockingIOError: [Errno 35] write could not complete without blocking
ipping _lzma.so

rexzhang avatar Jan 25 '21 07:01 rexzhang

Also, if i use brew to install python, it will cause the program not to work. I guess it's an ABI compatibility issue

https://github.com/ronaldoussoren/py2app/issues/312#issuecomment-755148041

rexzhang avatar Jan 25 '21 08:01 rexzhang

To rule out issues with stripping binaries: run python3 setup.py py2app --no-strip.

This results in a slightly larger application bundle, but that's not a problem in general. Note that you do need to be careful if there are closed-source C extensions and you distribute to a 3th-party, non-stripped binaries make it easier to decompile without special tooling (AFAIK, I how no experience with reverse engineering at all).

ronaldoussoren avatar Jan 25 '21 14:01 ronaldoussoren

Having this same issue, cant open the app. https://pastebin.com/iivkhd0G

Before that I got an error for ruamel.yaml module not existing when it is there in the venv in pycharm as it worked before I took away --alias.

Is there something wrong with not aliasing?

leifadev avatar Mar 21 '22 18:03 leifadev

I haven't found the root cause of this problem yet, and what doesn't help is that I haven't been able yet to reproduce this on my own machines.

Alias mode is significantly different from regular mode. In normal mode the code and dependencies for your application are copied into the app bundle, and in some cases modified (in particular for C shared libraries), to create a fully standalone app bundle. In alias mode the app bundle basically contains symlinks to the code outside of the bundle, mostly to have a shorter cycle time during development (just edit the sources to update the app, and only rebuild when dependencies change).

I expect that "something" interferes with copying or modifying, and given the error message likely during the removal of debug info from binaries ('stripping ...'). The code in the macholib library that does the actual work for this is fairly old and can be made robust (for example with retrying). That's something I can look in to, but as I said I cannot reproduce the issue myself and hence cannot verify if a change to this code will actually fix the issue.

ronaldoussoren avatar Mar 22 '22 08:03 ronaldoussoren

I am running Catalina, I am going to try this out on bigSur on my M1 mac mini, I believe it will work on arm64 I guess?

leifadev avatar Mar 22 '22 18:03 leifadev