-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlaunch_error.txt
46 lines (42 loc) · 3.24 KB
/
launch_error.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Python path configuration:
PYTHONHOME = '/Users/jamie/Documents/Projects/python/py2app-error/dist/Timer.app/Contents/Resources'
PYTHONPATH = '/Users/jamie/Documents/Projects/python/py2app-error/dist/Timer.app/Contents/Resources'
program name = '/Users/jamie/Documents/Projects/python/py2app-error/dist/Timer.app/Contents/MacOS/python'
isolated = 0
environment = 1
user site = 1
safe_path = 0
import site = 1
is in build tree = 0
stdlib dir = '/Users/jamie/Documents/Projects/python/py2app-error/dist/Timer.app/Contents/Resources/lib/python3.11'
sys._base_executable = '/Users/jamie/Documents/Projects/python/py2app-error/dist/Timer.app/Contents/MacOS/python'
sys.base_prefix = '/Users/jamie/Documents/Projects/python/py2app-error/dist/Timer.app/Contents/Resources'
sys.base_exec_prefix = '/Users/jamie/Documents/Projects/python/py2app-error/dist/Timer.app/Contents/Resources'
sys.platlibdir = 'lib'
sys.executable = '/Users/jamie/Documents/Projects/python/py2app-error/dist/Timer.app/Contents/MacOS/python'
sys.prefix = '/Users/jamie/Documents/Projects/python/py2app-error/dist/Timer.app/Contents/Resources'
sys.exec_prefix = '/Users/jamie/Documents/Projects/python/py2app-error/dist/Timer.app/Contents/Resources'
sys.path = [
'/Users/jamie/Documents/Projects/python/py2app-error/dist/Timer.app/Contents/Resources',
'/Users/jamie/Documents/Projects/python/py2app-error/dist/Timer.app/Contents/Resources/lib/python311.zip',
'/Users/jamie/Documents/Projects/python/py2app-error/dist/Timer.app/Contents/Resources/lib/python3.11',
'/Users/jamie/Documents/Projects/python/py2app-error/dist/Timer.app/Contents/Resources/lib/python3.11/lib-dynload',
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
Traceback (most recent call last):
File "<frozen zipimport>", line 576, in _get_decompress_func
ImportError: dlopen(/Users/jamie/Documents/Projects/python/py2app-error/dist/Timer.app/Contents/Resources/zlib.cpython-311-darwin.so, 0x0002): Library not loaded: @executable_path/../Frameworks/libz.1.3.1.dylib
Referenced from: <F5AAA9A8-54AD-34C4-89D5-5A81AD8B9B32> /Users/jamie/Documents/Projects/python/py2app-error/dist/Timer.app/Contents/Resources/zlib.cpython-311-darwin.so
Reason: tried: '/Users/jamie/Documents/Projects/python/py2app-error/dist/Timer.app/Contents/Frameworks/libz.1.3.1.dylib' (code signature invalid in <8499F826-9884-3100-AAA6-90DA9F8CB9CA> '/Users/jamie/Documents/Projects/python/py2app-error/dist/Timer.app/Contents/Frameworks/libz.1.3.1.dylib' (errno=85) sliceOffset=0x00000000, codeBlobOffset=0x00015CD0, codeBlobSize=0x00000340)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<frozen zipimport>", line 624, in _get_data
File "<frozen zipimport>", line 579, in _get_decompress_func
zipimport.ZipImportError: can't decompress data; zlib not available
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<frozen zipimport>", line 195, in get_code
File "<frozen zipimport>", line 758, in _get_module_code
File "<frozen zipimport>", line 626, in _get_data
zipimport.ZipImportError: can't decompress data; zlib not available