diff --git a/.DS_Store b/.DS_Store
index 35b7208..4473632 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/All Dutch Zipcode Finder b/All Dutch Zipcode Finder
deleted file mode 100644
index 6d7b490..0000000
Binary files a/All Dutch Zipcode Finder and /dev/null differ
diff --git a/_MACOSX/dist/All Dutch Zipcode Finder.app/Contents/Info.plist b/All Dutch Zipcode Finder.app/Contents/Info.plist
similarity index 95%
rename from _MACOSX/dist/All Dutch Zipcode Finder.app/Contents/Info.plist
rename to All Dutch Zipcode Finder.app/Contents/Info.plist
index 38af746..3975b3d 100644
--- a/_MACOSX/dist/All Dutch Zipcode Finder.app/Contents/Info.plist
+++ b/All Dutch Zipcode Finder.app/Contents/Info.plist
@@ -7,7 +7,7 @@
CFBundleExecutable
All Dutch Zipcode Finder
CFBundleIconFile
- icon-windowed.icns
+ favicon.icns
CFBundleIdentifier
All Dutch Zipcode Finder
CFBundleInfoDictionaryVersion
diff --git a/All Dutch Zipcode Finder.app/Contents/MacOS/All Dutch Zipcode Finder b/All Dutch Zipcode Finder.app/Contents/MacOS/All Dutch Zipcode Finder
new file mode 100755
index 0000000..86aaff3
Binary files /dev/null and b/All Dutch Zipcode Finder.app/Contents/MacOS/All Dutch Zipcode Finder differ
diff --git a/All Dutch Zipcode Finder.app/Contents/Resources/favicon.icns b/All Dutch Zipcode Finder.app/Contents/Resources/favicon.icns
new file mode 100644
index 0000000..26802c8
Binary files /dev/null and b/All Dutch Zipcode Finder.app/Contents/Resources/favicon.icns differ
diff --git a/All Dutch Zipcode Finder.app/Contents/_CodeSignature/CodeResources b/All Dutch Zipcode Finder.app/Contents/_CodeSignature/CodeResources
new file mode 100644
index 0000000..f5e001a
--- /dev/null
+++ b/All Dutch Zipcode Finder.app/Contents/_CodeSignature/CodeResources
@@ -0,0 +1,128 @@
+
+
+
+
+ files
+
+ Resources/favicon.icns
+
+ ADiGKoEtNE4gNPnJ6raDGDRDarQ=
+
+
+ files2
+
+ Resources/favicon.icns
+
+ hash2
+
+ UgjUe8mZ98vyaj/O3grL6H68GWznFX6VSELfqgkVzB0=
+
+
+
+ rules
+
+ ^Resources/
+
+ ^Resources/.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^Resources/.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Resources/Base\.lproj/
+
+ weight
+ 1010
+
+ ^version.plist$
+
+
+ rules2
+
+ .*\.dSYM($|/)
+
+ weight
+ 11
+
+ ^(.*/)?\.DS_Store$
+
+ omit
+
+ weight
+ 2000
+
+ ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/
+
+ nested
+
+ weight
+ 10
+
+ ^.*
+
+ ^Info\.plist$
+
+ omit
+
+ weight
+ 20
+
+ ^PkgInfo$
+
+ omit
+
+ weight
+ 20
+
+ ^Resources/
+
+ weight
+ 20
+
+ ^Resources/.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^Resources/.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Resources/Base\.lproj/
+
+ weight
+ 1010
+
+ ^[^/]+$
+
+ nested
+
+ weight
+ 10
+
+ ^embedded\.provisionprofile$
+
+ weight
+ 20
+
+ ^version\.plist$
+
+ weight
+ 20
+
+
+
+
diff --git a/All Dutch Zipcode Finder.exe b/All Dutch Zipcode Finder.exe
new file mode 100644
index 0000000..b8a7108
Binary files /dev/null and b/All Dutch Zipcode Finder.exe differ
diff --git a/All Dutch Zipcode Finder.lnk b/All Dutch Zipcode Finder.lnk
deleted file mode 100644
index c823b82..0000000
Binary files a/All Dutch Zipcode Finder.lnk and /dev/null differ
diff --git a/_MACOSX/All Dutch Zipcode Finder.spec b/All Dutch Zipcode Finder.spec
similarity index 76%
rename from _MACOSX/All Dutch Zipcode Finder.spec
rename to All Dutch Zipcode Finder.spec
index 888b5db..e74adef 100644
--- a/_MACOSX/All Dutch Zipcode Finder.spec
+++ b/All Dutch Zipcode Finder.spec
@@ -21,28 +21,24 @@ pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
exe = EXE(pyz,
- a.scripts,
+ a.scripts,
+ a.binaries,
+ a.zipfiles,
+ a.datas,
[],
- exclude_binaries=True,
name='All Dutch Zipcode Finder',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
+ upx_exclude=[],
+ runtime_tmpdir=None,
console=False,
disable_windowed_traceback=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None )
-coll = COLLECT(exe,
- a.binaries,
- a.zipfiles,
- a.datas,
- strip=False,
- upx=True,
- upx_exclude=[],
- name='All Dutch Zipcode Finder')
-app = BUNDLE(coll,
+app = BUNDLE(exe,
name='All Dutch Zipcode Finder.app',
icon=None,
bundle_identifier=None)
diff --git a/_MACOSX/dist/All Dutch Zipcode Finder/.DS_Store b/_MACOS/.DS_Store
similarity index 77%
rename from _MACOSX/dist/All Dutch Zipcode Finder/.DS_Store
rename to _MACOS/.DS_Store
index 367d374..c727943 100644
Binary files a/_MACOSX/dist/All Dutch Zipcode Finder/.DS_Store and b/_MACOS/.DS_Store differ
diff --git a/All Dutch Zipcode Finder.py b/_MACOS/All Dutch Zipcode Finder.py
similarity index 95%
rename from All Dutch Zipcode Finder.py
rename to _MACOS/All Dutch Zipcode Finder.py
index a119567..29980b8 100644
--- a/All Dutch Zipcode Finder.py
+++ b/_MACOS/All Dutch Zipcode Finder.py
@@ -39,7 +39,6 @@ def digitCheck(start, end):
return check
def generateFile(start, end):
- home = str(Path.home())
path_check = 0
i1 = 0
@@ -94,6 +93,8 @@ def generateFile(start, end):
same.discard('\n')
+ home = str(Path.home())
+
output = os.path.join(
home, "Desktop/zipcode_output_" + str(start) + "+" + str(end) + ".txt")
@@ -120,8 +121,8 @@ def generateFile(start, end):
root = tk.Tk()
root.title("All Dutch Zipcode Finder")
-root.tk.call('wm', 'iconphoto', root._w,
- tk.PhotoImage(file='Icons/favicon.ico'))
+# root.tk.call('wm', 'iconphoto', root._w,
+# tk.PhotoImage(file='/Icons/favicon.ico'))
canvas1 = tk.Canvas(root, width=400, height=0)
canvas1.pack()
@@ -138,7 +139,7 @@ def generateFile(start, end):
end_box.pack()
tk.Button(text='submit', command=Functions.submit).pack()
-message_value = tk.Label(text="", fg='red', font=('helvetica', 12, 'bold'))
+message_value = tk.Label(text="", fg='red')
message_value.pack()
canvas1.mainloop()
diff --git a/ScriptZipcode.spec b/_MACOS/All Dutch Zipcode Finder.spec
similarity index 61%
rename from ScriptZipcode.spec
rename to _MACOS/All Dutch Zipcode Finder.spec
index c6fac74..2508017 100644
--- a/ScriptZipcode.spec
+++ b/_MACOS/All Dutch Zipcode Finder.spec
@@ -4,7 +4,7 @@
block_cipher = None
-a = Analysis(['ScriptZipcode.py'],
+a = Analysis(['All Dutch Zipcode Finder.py'],
pathex=[],
binaries=[],
datas=[],
@@ -21,24 +21,24 @@ pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
exe = EXE(pyz,
- a.scripts,
+ a.scripts,
+ a.binaries,
+ a.zipfiles,
+ a.datas,
[],
- exclude_binaries=True,
- name='ScriptZipcode',
+ name='All Dutch Zipcode Finder',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
- console=True,
+ upx_exclude=[],
+ runtime_tmpdir=None,
+ console=False,
disable_windowed_traceback=False,
target_arch=None,
codesign_identity=None,
- entitlements_file=None )
-coll = COLLECT(exe,
- a.binaries,
- a.zipfiles,
- a.datas,
- strip=False,
- upx=True,
- upx_exclude=[],
- name='ScriptZipcode')
+ entitlements_file=None , icon='icons/favicon.icns')
+app = BUNDLE(exe,
+ name='All Dutch Zipcode Finder.app',
+ icon='icons/favicon.icns',
+ bundle_identifier=None)
diff --git a/_MACOS/__pycache__/All Dutch Zipcode Finder.cpython-310.pyc b/_MACOS/__pycache__/All Dutch Zipcode Finder.cpython-310.pyc
new file mode 100644
index 0000000..69e5b6d
Binary files /dev/null and b/_MACOS/__pycache__/All Dutch Zipcode Finder.cpython-310.pyc differ
diff --git a/_MACOS/build/All Dutch Zipcode Finder/All Dutch Zipcode Finder.pkg b/_MACOS/build/All Dutch Zipcode Finder/All Dutch Zipcode Finder.pkg
new file mode 100644
index 0000000..d5be410
Binary files /dev/null and b/_MACOS/build/All Dutch Zipcode Finder/All Dutch Zipcode Finder.pkg differ
diff --git a/_MACOS/build/All Dutch Zipcode Finder/Analysis-00.toc b/_MACOS/build/All Dutch Zipcode Finder/Analysis-00.toc
new file mode 100644
index 0000000..884406e
--- /dev/null
+++ b/_MACOS/build/All Dutch Zipcode Finder/Analysis-00.toc
@@ -0,0 +1,1838 @@
+(['/Users/volkan/Library/Mobile '
+ 'Documents/com~apple~CloudDocs/Projects/AllDutchZipcodeFinder/_MACOS/All '
+ 'Dutch Zipcode Finder.py'],
+ ['/Users/volkan/Library/Mobile '
+ 'Documents/com~apple~CloudDocs/Projects/AllDutchZipcodeFinder/_MACOS'],
+ ['codecs'],
+ ['/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks/__pycache__',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_pyinstaller_hooks_contrib/hooks/rthooks/__pycache__',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_pyinstaller_hooks_contrib/hooks'],
+ {},
+ [],
+ [],
+ False,
+ False,
+ False,
+ '3.10.2 (v3.10.2:a58ebcc701, Jan 13 2022, 14:50:16) [Clang 13.0.0 '
+ '(clang-1300.0.29.30)]',
+ [('pyi_rth_inspect',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py',
+ 'PYSOURCE'),
+ ('pyi_rth_subprocess',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_subprocess.py',
+ 'PYSOURCE'),
+ ('pyi_rth_pkgutil',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py',
+ 'PYSOURCE'),
+ ('pyi_rth_multiprocessing',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py',
+ 'PYSOURCE'),
+ ('pyi_rth__tkinter',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py',
+ 'PYSOURCE'),
+ ('All Dutch Zipcode Finder',
+ '/Users/volkan/Library/Mobile '
+ 'Documents/com~apple~CloudDocs/Projects/AllDutchZipcodeFinder/_MACOS/All '
+ 'Dutch Zipcode Finder.py',
+ 'PYSOURCE')],
+ [('multiprocessing.popen_spawn_posix',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/popen_spawn_posix.py',
+ 'PYMODULE'),
+ ('multiprocessing.resource_tracker',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/resource_tracker.py',
+ 'PYMODULE'),
+ ('threading',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py',
+ 'PYMODULE'),
+ ('_threading_local',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_threading_local.py',
+ 'PYMODULE'),
+ ('contextlib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/contextlib.py',
+ 'PYMODULE'),
+ ('_strptime',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_strptime.py',
+ 'PYMODULE'),
+ ('datetime',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/datetime.py',
+ 'PYMODULE'),
+ ('calendar',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/calendar.py',
+ 'PYMODULE'),
+ ('argparse',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/argparse.py',
+ 'PYMODULE'),
+ ('textwrap',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/textwrap.py',
+ 'PYMODULE'),
+ ('shutil',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/shutil.py',
+ 'PYMODULE'),
+ ('zipfile',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/zipfile.py',
+ 'PYMODULE'),
+ ('py_compile',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/py_compile.py',
+ 'PYMODULE'),
+ ('importlib.machinery',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/machinery.py',
+ 'PYMODULE'),
+ ('importlib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__init__.py',
+ 'PYMODULE'),
+ ('importlib.abc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/abc.py',
+ 'PYMODULE'),
+ ('typing',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/typing.py',
+ 'PYMODULE'),
+ ('importlib._abc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/_abc.py',
+ 'PYMODULE'),
+ ('importlib._bootstrap',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/_bootstrap.py',
+ 'PYMODULE'),
+ ('importlib._bootstrap_external',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/_bootstrap_external.py',
+ 'PYMODULE'),
+ ('importlib.metadata',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/metadata/__init__.py',
+ 'PYMODULE'),
+ ('importlib.metadata._itertools',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/metadata/_itertools.py',
+ 'PYMODULE'),
+ ('importlib.metadata._functools',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/metadata/_functools.py',
+ 'PYMODULE'),
+ ('importlib.metadata._collections',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/metadata/_collections.py',
+ 'PYMODULE'),
+ ('importlib.metadata._meta',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/metadata/_meta.py',
+ 'PYMODULE'),
+ ('importlib.metadata._adapters',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/metadata/_adapters.py',
+ 'PYMODULE'),
+ ('importlib.metadata._text',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/metadata/_text.py',
+ 'PYMODULE'),
+ ('email.message',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/message.py',
+ 'PYMODULE'),
+ ('email.policy',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/policy.py',
+ 'PYMODULE'),
+ ('email.contentmanager',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/contentmanager.py',
+ 'PYMODULE'),
+ ('email.quoprimime',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/quoprimime.py',
+ 'PYMODULE'),
+ ('email.headerregistry',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/headerregistry.py',
+ 'PYMODULE'),
+ ('email._header_value_parser',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/_header_value_parser.py',
+ 'PYMODULE'),
+ ('urllib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__init__.py',
+ 'PYMODULE'),
+ ('email.iterators',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/iterators.py',
+ 'PYMODULE'),
+ ('email.generator',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/generator.py',
+ 'PYMODULE'),
+ ('random',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/random.py',
+ 'PYMODULE'),
+ ('statistics',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/statistics.py',
+ 'PYMODULE'),
+ ('decimal',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/decimal.py',
+ 'PYMODULE'),
+ ('_pydecimal',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_pydecimal.py',
+ 'PYMODULE'),
+ ('contextvars',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/contextvars.py',
+ 'PYMODULE'),
+ ('fractions',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/fractions.py',
+ 'PYMODULE'),
+ ('numbers',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/numbers.py',
+ 'PYMODULE'),
+ ('hashlib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/hashlib.py',
+ 'PYMODULE'),
+ ('logging',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/__init__.py',
+ 'PYMODULE'),
+ ('pickle',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pickle.py',
+ 'PYMODULE'),
+ ('pprint',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pprint.py',
+ 'PYMODULE'),
+ ('dataclasses',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/dataclasses.py',
+ 'PYMODULE'),
+ ('inspect',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/inspect.py',
+ 'PYMODULE'),
+ ('token',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/token.py',
+ 'PYMODULE'),
+ ('dis',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/dis.py',
+ 'PYMODULE'),
+ ('opcode',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/opcode.py',
+ 'PYMODULE'),
+ ('ast',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ast.py',
+ 'PYMODULE'),
+ ('doctest',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/doctest.py',
+ 'PYMODULE'),
+ ('unittest',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/__init__.py',
+ 'PYMODULE'),
+ ('unittest.async_case',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/async_case.py',
+ 'PYMODULE'),
+ ('asyncio',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__init__.py',
+ 'PYMODULE'),
+ ('asyncio.unix_events',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/unix_events.py',
+ 'PYMODULE'),
+ ('asyncio.log',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/log.py',
+ 'PYMODULE'),
+ ('socket',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/socket.py',
+ 'PYMODULE'),
+ ('selectors',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/selectors.py',
+ 'PYMODULE'),
+ ('asyncio.windows_events',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/windows_events.py',
+ 'PYMODULE'),
+ ('asyncio.windows_utils',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/windows_utils.py',
+ 'PYMODULE'),
+ ('tempfile',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tempfile.py',
+ 'PYMODULE'),
+ ('asyncio.selector_events',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/selector_events.py',
+ 'PYMODULE'),
+ ('ssl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py',
+ 'PYMODULE'),
+ ('base64',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/base64.py',
+ 'PYMODULE'),
+ ('getopt',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/getopt.py',
+ 'PYMODULE'),
+ ('asyncio.proactor_events',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/proactor_events.py',
+ 'PYMODULE'),
+ ('asyncio.base_subprocess',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_subprocess.py',
+ 'PYMODULE'),
+ ('asyncio.threads',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/threads.py',
+ 'PYMODULE'),
+ ('asyncio.subprocess',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/subprocess.py',
+ 'PYMODULE'),
+ ('asyncio.streams',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/streams.py',
+ 'PYMODULE'),
+ ('asyncio.queues',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/queues.py',
+ 'PYMODULE'),
+ ('asyncio.runners',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/runners.py',
+ 'PYMODULE'),
+ ('asyncio.events',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/events.py',
+ 'PYMODULE'),
+ ('asyncio.base_events',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_events.py',
+ 'PYMODULE'),
+ ('concurrent.futures',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/__init__.py',
+ 'PYMODULE'),
+ ('concurrent.futures.thread',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/thread.py',
+ 'PYMODULE'),
+ ('queue',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/queue.py',
+ 'PYMODULE'),
+ ('concurrent.futures.process',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/process.py',
+ 'PYMODULE'),
+ ('multiprocessing.synchronize',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/synchronize.py',
+ 'PYMODULE'),
+ ('multiprocessing.heap',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/heap.py',
+ 'PYMODULE'),
+ ('multiprocessing.process',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/process.py',
+ 'PYMODULE'),
+ ('multiprocessing.queues',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/queues.py',
+ 'PYMODULE'),
+ ('multiprocessing.connection',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/connection.py',
+ 'PYMODULE'),
+ ('multiprocessing.resource_sharer',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/resource_sharer.py',
+ 'PYMODULE'),
+ ('xmlrpc.client',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xmlrpc/client.py',
+ 'PYMODULE'),
+ ('xmlrpc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xmlrpc/__init__.py',
+ 'PYMODULE'),
+ ('gzip',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/gzip.py',
+ 'PYMODULE'),
+ ('_compression',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_compression.py',
+ 'PYMODULE'),
+ ('xml.parsers.expat',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/parsers/expat.py',
+ 'PYMODULE'),
+ ('xml.parsers',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/parsers/__init__.py',
+ 'PYMODULE'),
+ ('xml',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/__init__.py',
+ 'PYMODULE'),
+ ('xml.sax.expatreader',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/sax/expatreader.py',
+ 'PYMODULE'),
+ ('xml.sax.saxutils',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/sax/saxutils.py',
+ 'PYMODULE'),
+ ('xml.sax',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/sax/__init__.py',
+ 'PYMODULE'),
+ ('xml.sax.handler',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/sax/handler.py',
+ 'PYMODULE'),
+ ('xml.sax._exceptions',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/sax/_exceptions.py',
+ 'PYMODULE'),
+ ('xml.sax.xmlreader',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/sax/xmlreader.py',
+ 'PYMODULE'),
+ ('urllib.parse',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/parse.py',
+ 'PYMODULE'),
+ ('http.client',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py',
+ 'PYMODULE'),
+ ('http',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__init__.py',
+ 'PYMODULE'),
+ ('email.parser',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/parser.py',
+ 'PYMODULE'),
+ ('email.feedparser',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/feedparser.py',
+ 'PYMODULE'),
+ ('hmac',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/hmac.py',
+ 'PYMODULE'),
+ ('concurrent.futures._base',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/_base.py',
+ 'PYMODULE'),
+ ('concurrent',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/__init__.py',
+ 'PYMODULE'),
+ ('asyncio.trsock',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/trsock.py',
+ 'PYMODULE'),
+ ('asyncio.staggered',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/staggered.py',
+ 'PYMODULE'),
+ ('asyncio.tasks',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/tasks.py',
+ 'PYMODULE'),
+ ('asyncio.base_tasks',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_tasks.py',
+ 'PYMODULE'),
+ ('asyncio.locks',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/locks.py',
+ 'PYMODULE'),
+ ('asyncio.mixins',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/mixins.py',
+ 'PYMODULE'),
+ ('asyncio.sslproto',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/sslproto.py',
+ 'PYMODULE'),
+ ('asyncio.transports',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/transports.py',
+ 'PYMODULE'),
+ ('asyncio.protocols',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/protocols.py',
+ 'PYMODULE'),
+ ('asyncio.futures',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/futures.py',
+ 'PYMODULE'),
+ ('asyncio.exceptions',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/exceptions.py',
+ 'PYMODULE'),
+ ('asyncio.coroutines',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/coroutines.py',
+ 'PYMODULE'),
+ ('asyncio.base_futures',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_futures.py',
+ 'PYMODULE'),
+ ('asyncio.format_helpers',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/format_helpers.py',
+ 'PYMODULE'),
+ ('asyncio.constants',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/constants.py',
+ 'PYMODULE'),
+ ('unittest.signals',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/signals.py',
+ 'PYMODULE'),
+ ('unittest.main',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/main.py',
+ 'PYMODULE'),
+ ('unittest.runner',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/runner.py',
+ 'PYMODULE'),
+ ('unittest.loader',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/loader.py',
+ 'PYMODULE'),
+ ('unittest.suite',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/suite.py',
+ 'PYMODULE'),
+ ('unittest.case',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/case.py',
+ 'PYMODULE'),
+ ('unittest._log',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/_log.py',
+ 'PYMODULE'),
+ ('unittest.result',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/result.py',
+ 'PYMODULE'),
+ ('unittest.util',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/util.py',
+ 'PYMODULE'),
+ ('pdb',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pdb.py',
+ 'PYMODULE'),
+ ('pydoc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pydoc.py',
+ 'PYMODULE'),
+ ('webbrowser',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/webbrowser.py',
+ 'PYMODULE'),
+ ('http.server',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/server.py',
+ 'PYMODULE'),
+ ('socketserver',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/socketserver.py',
+ 'PYMODULE'),
+ ('mimetypes',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/mimetypes.py',
+ 'PYMODULE'),
+ ('html',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/__init__.py',
+ 'PYMODULE'),
+ ('html.entities',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/entities.py',
+ 'PYMODULE'),
+ ('pydoc_data.topics',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pydoc_data/topics.py',
+ 'PYMODULE'),
+ ('pydoc_data',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pydoc_data/__init__.py',
+ 'PYMODULE'),
+ ('tty',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tty.py',
+ 'PYMODULE'),
+ ('sysconfig',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/sysconfig.py',
+ 'PYMODULE'),
+ ('_sysconfigdata__darwin_darwin',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_sysconfigdata__darwin_darwin.py',
+ 'PYMODULE'),
+ ('_aix_support',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_aix_support.py',
+ 'PYMODULE'),
+ ('_bootsubprocess',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_bootsubprocess.py',
+ 'PYMODULE'),
+ ('_osx_support',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_osx_support.py',
+ 'PYMODULE'),
+ ('platform',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/platform.py',
+ 'PYMODULE'),
+ ('plistlib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/plistlib.py',
+ 'PYMODULE'),
+ ('pkgutil',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pkgutil.py',
+ 'PYMODULE'),
+ ('zipimport',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/zipimport.py',
+ 'PYMODULE'),
+ ('runpy',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py',
+ 'PYMODULE'),
+ ('shlex',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/shlex.py',
+ 'PYMODULE'),
+ ('glob',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/glob.py',
+ 'PYMODULE'),
+ ('code',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/code.py',
+ 'PYMODULE'),
+ ('codeop',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/codeop.py',
+ 'PYMODULE'),
+ ('bdb',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/bdb.py',
+ 'PYMODULE'),
+ ('cmd',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/cmd.py',
+ 'PYMODULE'),
+ ('difflib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/difflib.py',
+ 'PYMODULE'),
+ ('__future__',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__future__.py',
+ 'PYMODULE'),
+ ('_compat_pickle',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_compat_pickle.py',
+ 'PYMODULE'),
+ ('bisect',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/bisect.py',
+ 'PYMODULE'),
+ ('email._encoded_words',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/_encoded_words.py',
+ 'PYMODULE'),
+ ('email.charset',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/charset.py',
+ 'PYMODULE'),
+ ('email.encoders',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/encoders.py',
+ 'PYMODULE'),
+ ('email.base64mime',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/base64mime.py',
+ 'PYMODULE'),
+ ('email._policybase',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/_policybase.py',
+ 'PYMODULE'),
+ ('email.header',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/header.py',
+ 'PYMODULE'),
+ ('email.errors',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/errors.py',
+ 'PYMODULE'),
+ ('email.utils',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/utils.py',
+ 'PYMODULE'),
+ ('email._parseaddr',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/_parseaddr.py',
+ 'PYMODULE'),
+ ('quopri',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/quopri.py',
+ 'PYMODULE'),
+ ('uu',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/uu.py',
+ 'PYMODULE'),
+ ('optparse',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/optparse.py',
+ 'PYMODULE'),
+ ('email',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__init__.py',
+ 'PYMODULE'),
+ ('csv',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/csv.py',
+ 'PYMODULE'),
+ ('importlib.readers',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/readers.py',
+ 'PYMODULE'),
+ ('struct',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/struct.py',
+ 'PYMODULE'),
+ ('posixpath',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/posixpath.py',
+ 'PYMODULE'),
+ ('genericpath',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/genericpath.py',
+ 'PYMODULE'),
+ ('importlib.util',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/util.py',
+ 'PYMODULE'),
+ ('tarfile',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tarfile.py',
+ 'PYMODULE'),
+ ('lzma',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lzma.py',
+ 'PYMODULE'),
+ ('bz2',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/bz2.py',
+ 'PYMODULE'),
+ ('fnmatch',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/fnmatch.py',
+ 'PYMODULE'),
+ ('stat',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/stat.py',
+ 'PYMODULE'),
+ ('copy',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/copy.py',
+ 'PYMODULE'),
+ ('gettext',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/gettext.py',
+ 'PYMODULE'),
+ ('signal',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/signal.py',
+ 'PYMODULE'),
+ ('multiprocessing.util',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/util.py',
+ 'PYMODULE'),
+ ('multiprocessing.forkserver',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/forkserver.py',
+ 'PYMODULE'),
+ ('multiprocessing.context',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/context.py',
+ 'PYMODULE'),
+ ('multiprocessing.popen_forkserver',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/popen_forkserver.py',
+ 'PYMODULE'),
+ ('multiprocessing.sharedctypes',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/sharedctypes.py',
+ 'PYMODULE'),
+ ('ctypes',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ctypes/__init__.py',
+ 'PYMODULE'),
+ ('ctypes._endian',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ctypes/_endian.py',
+ 'PYMODULE'),
+ ('multiprocessing.pool',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/pool.py',
+ 'PYMODULE'),
+ ('multiprocessing.dummy',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/dummy/__init__.py',
+ 'PYMODULE'),
+ ('multiprocessing.dummy.connection',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/dummy/connection.py',
+ 'PYMODULE'),
+ ('multiprocessing.managers',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/managers.py',
+ 'PYMODULE'),
+ ('multiprocessing.shared_memory',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/shared_memory.py',
+ 'PYMODULE'),
+ ('secrets',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/secrets.py',
+ 'PYMODULE'),
+ ('multiprocessing.reduction',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/reduction.py',
+ 'PYMODULE'),
+ ('multiprocessing.popen_fork',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/popen_fork.py',
+ 'PYMODULE'),
+ ('multiprocessing.popen_spawn_win32',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/popen_spawn_win32.py',
+ 'PYMODULE'),
+ ('subprocess',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py',
+ 'PYMODULE'),
+ ('multiprocessing.spawn',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/spawn.py',
+ 'PYMODULE'),
+ ('multiprocessing',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/__init__.py',
+ 'PYMODULE'),
+ ('tracemalloc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tracemalloc.py',
+ 'PYMODULE'),
+ ('stringprep',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/stringprep.py',
+ 'PYMODULE'),
+ ('_py_abc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_py_abc.py',
+ 'PYMODULE'),
+ ('pathlib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pathlib.py',
+ 'PYMODULE'),
+ ('ntpath',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ntpath.py',
+ 'PYMODULE'),
+ ('tkinter',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tkinter/__init__.py',
+ 'PYMODULE'),
+ ('tkinter.constants',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tkinter/constants.py',
+ 'PYMODULE'),
+ ('urllib.request',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py',
+ 'PYMODULE'),
+ ('getpass',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/getpass.py',
+ 'PYMODULE'),
+ ('nturl2path',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/nturl2path.py',
+ 'PYMODULE'),
+ ('ftplib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ftplib.py',
+ 'PYMODULE'),
+ ('netrc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/netrc.py',
+ 'PYMODULE'),
+ ('http.cookiejar',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/cookiejar.py',
+ 'PYMODULE'),
+ ('urllib.response',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/response.py',
+ 'PYMODULE'),
+ ('urllib.error',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/error.py',
+ 'PYMODULE'),
+ ('os',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/os.py',
+ 'PYMODULE'),
+ ('string',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/string.py',
+ 'PYMODULE')],
+ [('Python',
+ '/Library/Frameworks/Python.framework/Versions/3.10/Python',
+ 'BINARY'),
+ ('lib-dynload/_posixshmem',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_posixshmem.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_multiprocessing',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_datetime',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_datetime.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/math',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/math.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_statistics',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_statistics.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_contextvars',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_contextvars.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_decimal',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_decimal.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_opcode',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_opcode.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/array',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/array.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_socket',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_socket.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/select',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/select.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_ssl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_ssl.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_asyncio',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_asyncio.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_queue',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_queue.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/mmap',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/mmap.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/pyexpat',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/pyexpat.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/unicodedata',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/unicodedata.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/termios',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/termios.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/readline',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/readline.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_pickle',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_pickle.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_hashlib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_hashlib.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_sha3',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha3.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_blake2',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_blake2.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_sha256',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha256.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_md5',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_md5.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_sha1',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha1.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_sha512',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha512.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_random',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_random.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_bisect',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bisect.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_csv',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_csv.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_struct',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_struct.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/binascii',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/binascii.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/grp',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/grp.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/resource',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/resource.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_lzma',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_lzma.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_bz2',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bz2.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/zlib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/zlib.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_posixsubprocess',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_posixsubprocess.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_ctypes',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_ctypes.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/fcntl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/fcntl.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_heapq',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_heapq.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_multibytecodec',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_codecs_tw',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_tw.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_codecs_jp',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_jp.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_codecs_iso2022',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_iso2022.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_codecs_kr',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_kr.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_codecs_cn',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_cn.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_codecs_hk',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_hk.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_tkinter',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_tkinter.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_scproxy',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_scproxy.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('libcrypto.1.1.dylib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/libcrypto.1.1.dylib',
+ 'BINARY'),
+ ('libssl.1.1.dylib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/libssl.1.1.dylib',
+ 'BINARY'),
+ ('libncursesw.5.dylib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/libncursesw.5.dylib',
+ 'BINARY'),
+ ('libtk8.6.dylib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/libtk8.6.dylib',
+ 'BINARY'),
+ ('libtcl8.6.dylib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/libtcl8.6.dylib',
+ 'BINARY')],
+ [],
+ [],
+ [('base_library.zip',
+ '/Users/volkan/Library/Mobile '
+ 'Documents/com~apple~CloudDocs/Projects/AllDutchZipcodeFinder/_MACOS/build/All '
+ 'Dutch Zipcode Finder/base_library.zip',
+ 'DATA'),
+ ('tcl/msgs/ko.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ko.msg',
+ 'DATA'),
+ ('tcl/msgs/en_ie.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_ie.msg',
+ 'DATA'),
+ ('tcl/msgs/ar_lb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar_lb.msg',
+ 'DATA'),
+ ('tcl/msgs/kl_gl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kl_gl.msg',
+ 'DATA'),
+ ('tcl/clock.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/clock.tcl',
+ 'DATA'),
+ ('tcl/msgs/fa_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fa_in.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-3.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-3.enc',
+ 'DATA'),
+ ('tcl/msgs/ar_jo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar_jo.msg',
+ 'DATA'),
+ ('tcl/msgs/de_at.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/de_at.msg',
+ 'DATA'),
+ ('tcl/auto.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/auto.tcl',
+ 'DATA'),
+ ('tk/fontchooser.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/fontchooser.tcl',
+ 'DATA'),
+ ('tcl/msgs/gv_gb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/gv_gb.msg',
+ 'DATA'),
+ ('tcl/msgs/ru.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ru.msg',
+ 'DATA'),
+ ('tcl/msgs/eu.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/eu.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-7.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-7.enc',
+ 'DATA'),
+ ('tk/ttk/combobox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/combobox.tcl',
+ 'DATA'),
+ ('tcl/encoding/iso8859-9.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-9.enc',
+ 'DATA'),
+ ('tk/ttk/aquaTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/aquaTheme.tcl',
+ 'DATA'),
+ ('tcl/encoding/gb2312-raw.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/gb2312-raw.enc',
+ 'DATA'),
+ ('tcl/encoding/macJapan.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macJapan.enc',
+ 'DATA'),
+ ('tcl/msgs/bn.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/bn.msg',
+ 'DATA'),
+ ('tcl/encoding/koi8-u.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/koi8-u.enc',
+ 'DATA'),
+ ('tcl/encoding/iso2022.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso2022.enc',
+ 'DATA'),
+ ('tcl/msgs/sw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sw.msg',
+ 'DATA'),
+ ('tk/ttk/notebook.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/notebook.tcl',
+ 'DATA'),
+ ('tcl/msgs/en_nz.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_nz.msg',
+ 'DATA'),
+ ('tcl8/8.4/platform/shell-1.1.4.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.4/platform/shell-1.1.4.tm',
+ 'DATA'),
+ ('tk/iconlist.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/iconlist.tcl',
+ 'DATA'),
+ ('tk/ttk/altTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/altTheme.tcl',
+ 'DATA'),
+ ('tk/images/logo100.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logo100.gif',
+ 'DATA'),
+ ('tcl/msgs/nl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/nl.msg',
+ 'DATA'),
+ ('tcl/msgs/ar_sy.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar_sy.msg',
+ 'DATA'),
+ ('tk/images/pwrdLogo150.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo150.gif',
+ 'DATA'),
+ ('tcl/msgs/sq.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sq.msg',
+ 'DATA'),
+ ('tk/msgs/hu.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/hu.msg',
+ 'DATA'),
+ ('tcl/msgs/en_ph.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_ph.msg',
+ 'DATA'),
+ ('tk/ttk/ttk.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/ttk.tcl',
+ 'DATA'),
+ ('tcl/encoding/macIceland.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macIceland.enc',
+ 'DATA'),
+ ('tk/palette.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/palette.tcl',
+ 'DATA'),
+ ('tcl/encoding/macRoman.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macRoman.enc',
+ 'DATA'),
+ ('tcl/msgs/es_cr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_cr.msg',
+ 'DATA'),
+ ('tcl/msgs/af.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/af.msg',
+ 'DATA'),
+ ('tcl8/8.6/http-2.9.5.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.6/http-2.9.5.tm',
+ 'DATA'),
+ ('tk/msgs/pt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/pt.msg',
+ 'DATA'),
+ ('tcl/encoding/big5.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/big5.enc',
+ 'DATA'),
+ ('tcl/history.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/history.tcl',
+ 'DATA'),
+ ('tk/comdlg.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/comdlg.tcl',
+ 'DATA'),
+ ('tcl/msgs/es_co.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_co.msg',
+ 'DATA'),
+ ('tcl/package.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/package.tcl',
+ 'DATA'),
+ ('tcl/msgs/bg.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/bg.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-11.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-11.enc',
+ 'DATA'),
+ ('tcl/msgs/gl_es.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/gl_es.msg',
+ 'DATA'),
+ ('tk/msgs/de.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/de.msg',
+ 'DATA'),
+ ('tcl/msgs/te.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/te.msg',
+ 'DATA'),
+ ('tcl/msgs/hr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/hr.msg',
+ 'DATA'),
+ ('tcl/msgs/en_bw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_bw.msg',
+ 'DATA'),
+ ('tk/ttk/scale.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/scale.tcl',
+ 'DATA'),
+ ('tk/ttk/clamTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/clamTheme.tcl',
+ 'DATA'),
+ ('tk/bgerror.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/bgerror.tcl',
+ 'DATA'),
+ ('tcl/encoding/jis0208.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/jis0208.enc',
+ 'DATA'),
+ ('tcl/msgs/nn.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/nn.msg',
+ 'DATA'),
+ ('tcl/msgs/te_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/te_in.msg',
+ 'DATA'),
+ ('tcl/encoding/macDingbats.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macDingbats.enc',
+ 'DATA'),
+ ('tcl/encoding/euc-kr.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/euc-kr.enc',
+ 'DATA'),
+ ('tcl/msgs/sv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sv.msg',
+ 'DATA'),
+ ('tcl8/8.4/platform-1.0.18.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.4/platform-1.0.18.tm',
+ 'DATA'),
+ ('tcl/msgs/kw_gb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kw_gb.msg',
+ 'DATA'),
+ ('tcl/msgs/es_pa.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_pa.msg',
+ 'DATA'),
+ ('tcl/safe.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/safe.tcl',
+ 'DATA'),
+ ('tcl/msgs/id_id.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/id_id.msg',
+ 'DATA'),
+ ('tcl/encoding/cp869.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp869.enc',
+ 'DATA'),
+ ('tcl/msgs/mr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/mr.msg',
+ 'DATA'),
+ ('tk/ttk/panedwindow.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/panedwindow.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp1250.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1250.enc',
+ 'DATA'),
+ ('tk/msgs/pl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/pl.msg',
+ 'DATA'),
+ ('tcl/encoding/cp1257.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1257.enc',
+ 'DATA'),
+ ('tcl/msgs/kl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kl.msg',
+ 'DATA'),
+ ('tk/images/pwrdLogo.eps',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo.eps',
+ 'DATA'),
+ ('tcl/msgs/de.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/de.msg',
+ 'DATA'),
+ ('tcl/encoding/cp850.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp850.enc',
+ 'DATA'),
+ ('tcl/msgs/he.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/he.msg',
+ 'DATA'),
+ ('tcl/msgs/it_ch.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/it_ch.msg',
+ 'DATA'),
+ ('tk/icons.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/icons.tcl',
+ 'DATA'),
+ ('tcl/msgs/ja.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ja.msg',
+ 'DATA'),
+ ('tk/ttk/sizegrip.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/sizegrip.tcl',
+ 'DATA'),
+ ('tcl/msgs/kok.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kok.msg',
+ 'DATA'),
+ ('tcl/encoding/cp775.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp775.enc',
+ 'DATA'),
+ ('tcl8/8.5/tcltest-2.5.3.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.5/tcltest-2.5.3.tm',
+ 'DATA'),
+ ('tcl/msgs/es.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es.msg',
+ 'DATA'),
+ ('tk/images/tai-ku.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/tai-ku.gif',
+ 'DATA'),
+ ('tk/msgbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgbox.tcl',
+ 'DATA'),
+ ('tcl/encoding/iso8859-1.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-1.enc',
+ 'DATA'),
+ ('tcl/encoding/cp874.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp874.enc',
+ 'DATA'),
+ ('tcl/msgs/es_pe.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_pe.msg',
+ 'DATA'),
+ ('tcl/encoding/cp950.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp950.enc',
+ 'DATA'),
+ ('tcl/encoding/cp1254.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1254.enc',
+ 'DATA'),
+ ('tcl/msgs/pl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/pl.msg',
+ 'DATA'),
+ ('tcl/msgs/gv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/gv.msg',
+ 'DATA'),
+ ('tcl/tm.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/tm.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp949.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp949.enc',
+ 'DATA'),
+ ('tk/ttk/vistaTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/vistaTheme.tcl',
+ 'DATA'),
+ ('tcl/msgs/th.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/th.msg',
+ 'DATA'),
+ ('tcl/msgs/it.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/it.msg',
+ 'DATA'),
+ ('tcl/encoding/cp437.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp437.enc',
+ 'DATA'),
+ ('tcl/msgs/en_ca.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_ca.msg',
+ 'DATA'),
+ ('tk/focus.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/focus.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp860.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp860.enc',
+ 'DATA'),
+ ('tk/dialog.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/dialog.tcl',
+ 'DATA'),
+ ('tk/msgs/nl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/nl.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-14.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-14.enc',
+ 'DATA'),
+ ('tk/tkfbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tkfbox.tcl',
+ 'DATA'),
+ ('tcl/msgs/da.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/da.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-8.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-8.enc',
+ 'DATA'),
+ ('tk/msgs/da.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/da.msg',
+ 'DATA'),
+ ('tcl/msgs/ga.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ga.msg',
+ 'DATA'),
+ ('tk/msgs/fr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/fr.msg',
+ 'DATA'),
+ ('tcl/encoding/dingbats.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/dingbats.enc',
+ 'DATA'),
+ ('tcl/tclIndex',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/tclIndex',
+ 'DATA'),
+ ('tcl/msgs/es_py.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_py.msg',
+ 'DATA'),
+ ('tk/scrlbar.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/scrlbar.tcl',
+ 'DATA'),
+ ('tk/images/logoLarge.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logoLarge.gif',
+ 'DATA'),
+ ('tcl/encoding/macGreek.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macGreek.enc',
+ 'DATA'),
+ ('tcl/encoding/koi8-r.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/koi8-r.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-16.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-16.enc',
+ 'DATA'),
+ ('tk/msgs/es.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/es.msg',
+ 'DATA'),
+ ('tcl/msgs/hi_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/hi_in.msg',
+ 'DATA'),
+ ('tcl/encoding/cp932.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp932.enc',
+ 'DATA'),
+ ('tcl8/8.5/msgcat-1.6.1.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.5/msgcat-1.6.1.tm',
+ 'DATA'),
+ ('tcl/msgs/fo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fo.msg',
+ 'DATA'),
+ ('tcl/msgs/fr_ch.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fr_ch.msg',
+ 'DATA'),
+ ('tcl/msgs/cs.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/cs.msg',
+ 'DATA'),
+ ('tk/msgs/it.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/it.msg',
+ 'DATA'),
+ ('tcl/encoding/ascii.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/ascii.enc',
+ 'DATA'),
+ ('tk/ttk/winTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/winTheme.tcl',
+ 'DATA'),
+ ('tcl/msgs/ko_kr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ko_kr.msg',
+ 'DATA'),
+ ('tcl/msgs/ta.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ta.msg',
+ 'DATA'),
+ ('tk/msgs/cs.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/cs.msg',
+ 'DATA'),
+ ('tk/entry.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/entry.tcl',
+ 'DATA'),
+ ('tcl/msgs/mk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/mk.msg',
+ 'DATA'),
+ ('tcl/msgs/es_bo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_bo.msg',
+ 'DATA'),
+ ('tcl/encoding/euc-cn.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/euc-cn.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-5.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-5.enc',
+ 'DATA'),
+ ('tcl/encoding/cp1253.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1253.enc',
+ 'DATA'),
+ ('tcl/msgs/ca.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ca.msg',
+ 'DATA'),
+ ('tk/spinbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/spinbox.tcl',
+ 'DATA'),
+ ('tk/images/README',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/README',
+ 'DATA'),
+ ('tcl/encoding/gb1988.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/gb1988.enc',
+ 'DATA'),
+ ('tcl/msgs/bn_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/bn_in.msg',
+ 'DATA'),
+ ('tcl/msgs/fo_fo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fo_fo.msg',
+ 'DATA'),
+ ('tcl/msgs/tr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/tr.msg',
+ 'DATA'),
+ ('tk/ttk/entry.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/entry.tcl',
+ 'DATA'),
+ ('tk/ttk/fonts.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/fonts.tcl',
+ 'DATA'),
+ ('tcl/msgs/pt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/pt.msg',
+ 'DATA'),
+ ('tcl/msgs/es_ar.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_ar.msg',
+ 'DATA'),
+ ('tk/ttk/scrollbar.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/scrollbar.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp855.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp855.enc',
+ 'DATA'),
+ ('tk/text.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/text.tcl',
+ 'DATA'),
+ ('tk/pkgIndex.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/pkgIndex.tcl',
+ 'DATA'),
+ ('tcl/msgs/es_cl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_cl.msg',
+ 'DATA'),
+ ('tcl/msgs/en_sg.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_sg.msg',
+ 'DATA'),
+ ('tcl/msgs/mr_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/mr_in.msg',
+ 'DATA'),
+ ('tk/clrpick.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/clrpick.tcl',
+ 'DATA'),
+ ('tcl/msgs/eo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/eo.msg',
+ 'DATA'),
+ ('tcl/encoding/cns11643.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cns11643.enc',
+ 'DATA'),
+ ('tcl/encoding/macThai.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macThai.enc',
+ 'DATA'),
+ ('tk/mkpsenc.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/mkpsenc.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp865.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp865.enc',
+ 'DATA'),
+ ('tcl/encoding/macCroatian.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macCroatian.enc',
+ 'DATA'),
+ ('tk/ttk/utils.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/utils.tcl',
+ 'DATA'),
+ ('tcl/http1.0/pkgIndex.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/http1.0/pkgIndex.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp1255.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1255.enc',
+ 'DATA'),
+ ('tcl/msgs/af_za.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/af_za.msg',
+ 'DATA'),
+ ('tk/tearoff.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tearoff.tcl',
+ 'DATA'),
+ ('tcl/encoding/ebcdic.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/ebcdic.enc',
+ 'DATA'),
+ ('tcl/msgs/en_hk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_hk.msg',
+ 'DATA'),
+ ('tcl/encoding/gb12345.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/gb12345.enc',
+ 'DATA'),
+ ('tcl/encoding/cp1256.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1256.enc',
+ 'DATA'),
+ ('tcl/msgs/zh_hk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh_hk.msg',
+ 'DATA'),
+ ('tcl/msgs/ar_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar_in.msg',
+ 'DATA'),
+ ('tk/ttk/spinbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/spinbox.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp862.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp862.enc',
+ 'DATA'),
+ ('tcl/msgs/es_do.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_do.msg',
+ 'DATA'),
+ ('tcl/encoding/jis0212.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/jis0212.enc',
+ 'DATA'),
+ ('tcl/msgs/zh_tw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh_tw.msg',
+ 'DATA'),
+ ('tcl/tclAppInit.c',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/tclAppInit.c',
+ 'DATA'),
+ ('tcl/msgs/fr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fr.msg',
+ 'DATA'),
+ ('tk/ttk/xpTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/xpTheme.tcl',
+ 'DATA'),
+ ('tk/tclIndex',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tclIndex',
+ 'DATA'),
+ ('tk/ttk/classicTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/classicTheme.tcl',
+ 'DATA'),
+ ('tcl/encoding/iso2022-jp.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso2022-jp.enc',
+ 'DATA'),
+ ('tcl/encoding/cp737.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp737.enc',
+ 'DATA'),
+ ('tcl/msgs/lv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/lv.msg',
+ 'DATA'),
+ ('tcl/init.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/init.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp861.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp861.enc',
+ 'DATA'),
+ ('tcl/encoding/symbol.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/symbol.enc',
+ 'DATA'),
+ ('tk/images/pwrdLogo100.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo100.gif',
+ 'DATA'),
+ ('tcl/msgs/uk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/uk.msg',
+ 'DATA'),
+ ('tcl/msgs/is.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/is.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-4.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-4.enc',
+ 'DATA'),
+ ('tk/ttk/menubutton.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/menubutton.tcl',
+ 'DATA'),
+ ('tcl/msgs/es_uy.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_uy.msg',
+ 'DATA'),
+ ('tcl/msgs/en_gb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_gb.msg',
+ 'DATA'),
+ ('tcl/msgs/gl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/gl.msg',
+ 'DATA'),
+ ('tcl/msgs/zh.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh.msg',
+ 'DATA'),
+ ('tcl/msgs/fa.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fa.msg',
+ 'DATA'),
+ ('tcl/word.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/word.tcl',
+ 'DATA'),
+ ('tcl/msgs/en_be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_be.msg',
+ 'DATA'),
+ ('tk/images/pwrdLogo200.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo200.gif',
+ 'DATA'),
+ ('tk/safetk.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/safetk.tcl',
+ 'DATA'),
+ ('tcl/msgs/fr_be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fr_be.msg',
+ 'DATA'),
+ ('tcl/encoding/macTurkish.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macTurkish.enc',
+ 'DATA'),
+ ('tk/obsolete.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/obsolete.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp864.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp864.enc',
+ 'DATA'),
+ ('tcl/msgs/nl_be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/nl_be.msg',
+ 'DATA'),
+ ('tcl/msgs/lt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/lt.msg',
+ 'DATA'),
+ ('tcl/msgs/ga_ie.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ga_ie.msg',
+ 'DATA'),
+ ('tcl/msgs/es_hn.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_hn.msg',
+ 'DATA'),
+ ('tcl/encoding/macCentEuro.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macCentEuro.enc',
+ 'DATA'),
+ ('tcl/msgs/pt_br.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/pt_br.msg',
+ 'DATA'),
+ ('tcl/msgs/es_ni.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_ni.msg',
+ 'DATA'),
+ ('tcl/msgs/fi.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fi.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-13.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-13.enc',
+ 'DATA'),
+ ('tcl/msgs/es_pr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_pr.msg',
+ 'DATA'),
+ ('tk/images/pwrdLogo75.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo75.gif',
+ 'DATA'),
+ ('tcl/encoding/shiftjis.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/shiftjis.enc',
+ 'DATA'),
+ ('tcl/msgs/fr_ca.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fr_ca.msg',
+ 'DATA'),
+ ('tcl/encoding/macUkraine.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macUkraine.enc',
+ 'DATA'),
+ ('tcl/msgs/ar.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar.msg',
+ 'DATA'),
+ ('tk/ttk/button.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/button.tcl',
+ 'DATA'),
+ ('tcl/msgs/ro.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ro.msg',
+ 'DATA'),
+ ('tcl/msgs/sh.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sh.msg',
+ 'DATA'),
+ ('tcl/encoding/cp866.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp866.enc',
+ 'DATA'),
+ ('tk/choosedir.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/choosedir.tcl',
+ 'DATA'),
+ ('tcl/msgs/el.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/el.msg',
+ 'DATA'),
+ ('tcl/msgs/es_sv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_sv.msg',
+ 'DATA'),
+ ('tcl/msgs/sl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sl.msg',
+ 'DATA'),
+ ('tcl/msgs/en_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_in.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-10.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-10.enc',
+ 'DATA'),
+ ('tk/ttk/treeview.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/treeview.tcl',
+ 'DATA'),
+ ('tcl8/8.6/tdbc/sqlite3-1.1.3.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.6/tdbc/sqlite3-1.1.3.tm',
+ 'DATA'),
+ ('tcl/msgs/mt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/mt.msg',
+ 'DATA'),
+ ('tcl/msgs/eu_es.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/eu_es.msg',
+ 'DATA'),
+ ('tcl/msgs/kw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kw.msg',
+ 'DATA'),
+ ('tk/megawidget.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/megawidget.tcl',
+ 'DATA'),
+ ('tcl/msgs/et.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/et.msg',
+ 'DATA'),
+ ('tcl/msgs/sr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sr.msg',
+ 'DATA'),
+ ('tcl/encoding/euc-jp.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/euc-jp.enc',
+ 'DATA'),
+ ('tcl/msgs/ru_ua.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ru_ua.msg',
+ 'DATA'),
+ ('tcl/msgs/es_mx.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_mx.msg',
+ 'DATA'),
+ ('tk/tkAppInit.c',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tkAppInit.c',
+ 'DATA'),
+ ('tcl/encoding/gb2312.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/gb2312.enc',
+ 'DATA'),
+ ('tk/images/logo.eps',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logo.eps',
+ 'DATA'),
+ ('tcl/encoding/cp1251.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1251.enc',
+ 'DATA'),
+ ('tcl/opt0.4/optparse.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/opt0.4/optparse.tcl',
+ 'DATA'),
+ ('tk/unsupported.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/unsupported.tcl',
+ 'DATA'),
+ ('tcl/encoding/jis0201.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/jis0201.enc',
+ 'DATA'),
+ ('tcl/msgs/en_zw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_zw.msg',
+ 'DATA'),
+ ('tk/msgs/en.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/en.msg',
+ 'DATA'),
+ ('tk/scale.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/scale.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp1258.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1258.enc',
+ 'DATA'),
+ ('tcl/msgs/sk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sk.msg',
+ 'DATA'),
+ ('tcl/msgs/es_ve.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_ve.msg',
+ 'DATA'),
+ ('tk/msgs/sv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/sv.msg',
+ 'DATA'),
+ ('tk/listbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/listbox.tcl',
+ 'DATA'),
+ ('tk/images/pwrdLogo175.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo175.gif',
+ 'DATA'),
+ ('tcl/encoding/cp936.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp936.enc',
+ 'DATA'),
+ ('tcl/parray.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/parray.tcl',
+ 'DATA'),
+ ('tk/tk.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tk.tcl',
+ 'DATA'),
+ ('tk/button.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/button.tcl',
+ 'DATA'),
+ ('tk/xmfbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/xmfbox.tcl',
+ 'DATA'),
+ ('tk/msgs/eo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/eo.msg',
+ 'DATA'),
+ ('tcl/msgs/zh_sg.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh_sg.msg',
+ 'DATA'),
+ ('tcl/msgs/fa_ir.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fa_ir.msg',
+ 'DATA'),
+ ('tcl/msgs/es_gt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_gt.msg',
+ 'DATA'),
+ ('tcl/msgs/hi.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/hi.msg',
+ 'DATA'),
+ ('tcl/encoding/cp852.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp852.enc',
+ 'DATA'),
+ ('tk/ttk/cursors.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/cursors.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp1252.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1252.enc',
+ 'DATA'),
+ ('tk/msgs/ru.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/ru.msg',
+ 'DATA'),
+ ('tcl/encoding/cp863.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp863.enc',
+ 'DATA'),
+ ('tcl/msgs/ms_my.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ms_my.msg',
+ 'DATA'),
+ ('tcl/encoding/iso2022-kr.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso2022-kr.enc',
+ 'DATA'),
+ ('tcl/msgs/hu.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/hu.msg',
+ 'DATA'),
+ ('tcl/msgs/ta_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ta_in.msg',
+ 'DATA'),
+ ('tk/images/logoMed.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logoMed.gif',
+ 'DATA'),
+ ('tk/panedwindow.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/panedwindow.tcl',
+ 'DATA'),
+ ('tk/optMenu.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/optMenu.tcl',
+ 'DATA'),
+ ('tcl/msgs/nb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/nb.msg',
+ 'DATA'),
+ ('tcl/msgs/en_au.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_au.msg',
+ 'DATA'),
+ ('tcl/encoding/ksc5601.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/ksc5601.enc',
+ 'DATA'),
+ ('tcl/encoding/macRomania.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macRomania.enc',
+ 'DATA'),
+ ('tcl/msgs/kok_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kok_in.msg',
+ 'DATA'),
+ ('tcl/msgs/vi.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/vi.msg',
+ 'DATA'),
+ ('tk/ttk/progress.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/progress.tcl',
+ 'DATA'),
+ ('tcl/encoding/iso8859-2.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-2.enc',
+ 'DATA'),
+ ('tcl/msgs/en_za.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_za.msg',
+ 'DATA'),
+ ('tcl/msgs/de_be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/de_be.msg',
+ 'DATA'),
+ ('tk/menu.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/menu.tcl',
+ 'DATA'),
+ ('tcl/http1.0/http.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/http1.0/http.tcl',
+ 'DATA'),
+ ('tcl/msgs/id.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/id.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-6.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-6.enc',
+ 'DATA'),
+ ('tk/msgs/en_gb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/en_gb.msg',
+ 'DATA'),
+ ('tcl/msgs/ms.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ms.msg',
+ 'DATA'),
+ ('tcl/opt0.4/pkgIndex.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/opt0.4/pkgIndex.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp857.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp857.enc',
+ 'DATA'),
+ ('tcl/msgs/es_ec.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_ec.msg',
+ 'DATA'),
+ ('tk/images/logo64.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logo64.gif',
+ 'DATA'),
+ ('tk/console.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/console.tcl',
+ 'DATA'),
+ ('tk/msgs/el.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/el.msg',
+ 'DATA'),
+ ('tcl/encoding/macCyrillic.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macCyrillic.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-15.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-15.enc',
+ 'DATA'),
+ ('tk/ttk/defaults.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/defaults.tcl',
+ 'DATA'),
+ ('tcl/msgs/zh_cn.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh_cn.msg',
+ 'DATA'),
+ ('tcl/encoding/tis-620.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/tis-620.enc',
+ 'DATA'),
+ ('tcl/msgs/be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/be.msg',
+ 'DATA')],
+ [])
diff --git a/_MACOS/build/All Dutch Zipcode Finder/BUNDLE-00.toc b/_MACOS/build/All Dutch Zipcode Finder/BUNDLE-00.toc
new file mode 100644
index 0000000..b9c4880
--- /dev/null
+++ b/_MACOS/build/All Dutch Zipcode Finder/BUNDLE-00.toc
@@ -0,0 +1,5 @@
+([('All Dutch Zipcode Finder',
+ '/Users/volkan/Library/Mobile '
+ 'Documents/com~apple~CloudDocs/Projects/AllDutchZipcodeFinder/_MACOS/dist/All '
+ 'Dutch Zipcode Finder',
+ 'EXECUTABLE')],)
diff --git a/_MACOS/build/All Dutch Zipcode Finder/EXE-00.toc b/_MACOS/build/All Dutch Zipcode Finder/EXE-00.toc
new file mode 100644
index 0000000..1e27d26
--- /dev/null
+++ b/_MACOS/build/All Dutch Zipcode Finder/EXE-00.toc
@@ -0,0 +1,1187 @@
+('/Users/volkan/Library/Mobile '
+ 'Documents/com~apple~CloudDocs/Projects/AllDutchZipcodeFinder/_MACOS/dist/All '
+ 'Dutch Zipcode Finder',
+ False,
+ False,
+ False,
+ 'icons/favicon.icns',
+ None,
+ False,
+ False,
+ None,
+ True,
+ True,
+ 'arm64',
+ None,
+ None,
+ '/Users/volkan/Library/Mobile '
+ 'Documents/com~apple~CloudDocs/Projects/AllDutchZipcodeFinder/_MACOS/build/All '
+ 'Dutch Zipcode Finder/All Dutch Zipcode Finder.pkg',
+ [('PYZ-00.pyz',
+ '/Users/volkan/Library/Mobile '
+ 'Documents/com~apple~CloudDocs/Projects/AllDutchZipcodeFinder/_MACOS/build/All '
+ 'Dutch Zipcode Finder/PYZ-00.pyz',
+ 'PYZ'),
+ ('lib-dynload/_struct',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_struct.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/zlib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/zlib.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('struct',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/struct.pyo',
+ 'PYMODULE'),
+ ('pyimod01_os_path',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/loader/pyimod01_os_path.pyc',
+ 'PYMODULE'),
+ ('pyimod02_archive',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/loader/pyimod02_archive.pyc',
+ 'PYMODULE'),
+ ('pyimod03_importers',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/loader/pyimod03_importers.pyc',
+ 'PYMODULE'),
+ ('pyimod04_ctypes',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/loader/pyimod04_ctypes.pyc',
+ 'PYMODULE'),
+ ('pyiboot01_bootstrap',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/loader/pyiboot01_bootstrap.py',
+ 'PYSOURCE'),
+ ('pyi_rth_inspect',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py',
+ 'PYSOURCE'),
+ ('pyi_rth_subprocess',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_subprocess.py',
+ 'PYSOURCE'),
+ ('pyi_rth_pkgutil',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py',
+ 'PYSOURCE'),
+ ('pyi_rth_multiprocessing',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py',
+ 'PYSOURCE'),
+ ('pyi_rth__tkinter',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py',
+ 'PYSOURCE'),
+ ('All Dutch Zipcode Finder',
+ '/Users/volkan/Library/Mobile '
+ 'Documents/com~apple~CloudDocs/Projects/AllDutchZipcodeFinder/_MACOS/All '
+ 'Dutch Zipcode Finder.py',
+ 'PYSOURCE'),
+ ('Python',
+ '/Library/Frameworks/Python.framework/Versions/3.10/Python',
+ 'BINARY'),
+ ('lib-dynload/_posixshmem',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_posixshmem.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_multiprocessing',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_datetime',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_datetime.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/math',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/math.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_statistics',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_statistics.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_contextvars',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_contextvars.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_decimal',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_decimal.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_opcode',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_opcode.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/array',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/array.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_socket',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_socket.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/select',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/select.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_ssl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_ssl.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_asyncio',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_asyncio.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_queue',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_queue.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/mmap',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/mmap.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/pyexpat',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/pyexpat.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/unicodedata',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/unicodedata.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/termios',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/termios.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/readline',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/readline.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_pickle',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_pickle.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_hashlib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_hashlib.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_sha3',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha3.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_blake2',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_blake2.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_sha256',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha256.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_md5',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_md5.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_sha1',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha1.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_sha512',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha512.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_random',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_random.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_bisect',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bisect.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_csv',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_csv.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/binascii',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/binascii.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/grp',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/grp.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/resource',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/resource.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_lzma',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_lzma.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_bz2',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bz2.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_posixsubprocess',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_posixsubprocess.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_ctypes',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_ctypes.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/fcntl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/fcntl.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_heapq',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_heapq.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_multibytecodec',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_codecs_tw',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_tw.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_codecs_jp',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_jp.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_codecs_iso2022',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_iso2022.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_codecs_kr',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_kr.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_codecs_cn',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_cn.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_codecs_hk',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_hk.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_tkinter',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_tkinter.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_scproxy',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_scproxy.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('libcrypto.1.1.dylib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/libcrypto.1.1.dylib',
+ 'BINARY'),
+ ('libssl.1.1.dylib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/libssl.1.1.dylib',
+ 'BINARY'),
+ ('libncursesw.5.dylib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/libncursesw.5.dylib',
+ 'BINARY'),
+ ('libtk8.6.dylib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/libtk8.6.dylib',
+ 'BINARY'),
+ ('libtcl8.6.dylib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/libtcl8.6.dylib',
+ 'BINARY'),
+ ('base_library.zip',
+ '/Users/volkan/Library/Mobile '
+ 'Documents/com~apple~CloudDocs/Projects/AllDutchZipcodeFinder/_MACOS/build/All '
+ 'Dutch Zipcode Finder/base_library.zip',
+ 'DATA'),
+ ('tcl/msgs/ko.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ko.msg',
+ 'DATA'),
+ ('tcl/msgs/en_ie.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_ie.msg',
+ 'DATA'),
+ ('tcl/msgs/ar_lb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar_lb.msg',
+ 'DATA'),
+ ('tcl/msgs/kl_gl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kl_gl.msg',
+ 'DATA'),
+ ('tcl/clock.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/clock.tcl',
+ 'DATA'),
+ ('tcl/msgs/fa_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fa_in.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-3.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-3.enc',
+ 'DATA'),
+ ('tcl/msgs/ar_jo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar_jo.msg',
+ 'DATA'),
+ ('tcl/msgs/de_at.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/de_at.msg',
+ 'DATA'),
+ ('tcl/auto.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/auto.tcl',
+ 'DATA'),
+ ('tk/fontchooser.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/fontchooser.tcl',
+ 'DATA'),
+ ('tcl/msgs/gv_gb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/gv_gb.msg',
+ 'DATA'),
+ ('tcl/msgs/ru.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ru.msg',
+ 'DATA'),
+ ('tcl/msgs/eu.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/eu.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-7.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-7.enc',
+ 'DATA'),
+ ('tk/ttk/combobox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/combobox.tcl',
+ 'DATA'),
+ ('tcl/encoding/iso8859-9.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-9.enc',
+ 'DATA'),
+ ('tk/ttk/aquaTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/aquaTheme.tcl',
+ 'DATA'),
+ ('tcl/encoding/gb2312-raw.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/gb2312-raw.enc',
+ 'DATA'),
+ ('tcl/encoding/macJapan.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macJapan.enc',
+ 'DATA'),
+ ('tcl/msgs/bn.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/bn.msg',
+ 'DATA'),
+ ('tcl/encoding/koi8-u.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/koi8-u.enc',
+ 'DATA'),
+ ('tcl/encoding/iso2022.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso2022.enc',
+ 'DATA'),
+ ('tcl/msgs/sw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sw.msg',
+ 'DATA'),
+ ('tk/ttk/notebook.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/notebook.tcl',
+ 'DATA'),
+ ('tcl/msgs/en_nz.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_nz.msg',
+ 'DATA'),
+ ('tcl8/8.4/platform/shell-1.1.4.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.4/platform/shell-1.1.4.tm',
+ 'DATA'),
+ ('tk/iconlist.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/iconlist.tcl',
+ 'DATA'),
+ ('tk/ttk/altTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/altTheme.tcl',
+ 'DATA'),
+ ('tk/images/logo100.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logo100.gif',
+ 'DATA'),
+ ('tcl/msgs/nl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/nl.msg',
+ 'DATA'),
+ ('tcl/msgs/ar_sy.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar_sy.msg',
+ 'DATA'),
+ ('tk/images/pwrdLogo150.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo150.gif',
+ 'DATA'),
+ ('tcl/msgs/sq.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sq.msg',
+ 'DATA'),
+ ('tk/msgs/hu.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/hu.msg',
+ 'DATA'),
+ ('tcl/msgs/en_ph.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_ph.msg',
+ 'DATA'),
+ ('tk/ttk/ttk.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/ttk.tcl',
+ 'DATA'),
+ ('tcl/encoding/macIceland.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macIceland.enc',
+ 'DATA'),
+ ('tk/palette.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/palette.tcl',
+ 'DATA'),
+ ('tcl/encoding/macRoman.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macRoman.enc',
+ 'DATA'),
+ ('tcl/msgs/es_cr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_cr.msg',
+ 'DATA'),
+ ('tcl/msgs/af.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/af.msg',
+ 'DATA'),
+ ('tcl8/8.6/http-2.9.5.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.6/http-2.9.5.tm',
+ 'DATA'),
+ ('tk/msgs/pt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/pt.msg',
+ 'DATA'),
+ ('tcl/encoding/big5.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/big5.enc',
+ 'DATA'),
+ ('tcl/history.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/history.tcl',
+ 'DATA'),
+ ('tk/comdlg.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/comdlg.tcl',
+ 'DATA'),
+ ('tcl/msgs/es_co.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_co.msg',
+ 'DATA'),
+ ('tcl/package.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/package.tcl',
+ 'DATA'),
+ ('tcl/msgs/bg.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/bg.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-11.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-11.enc',
+ 'DATA'),
+ ('tcl/msgs/gl_es.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/gl_es.msg',
+ 'DATA'),
+ ('tk/msgs/de.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/de.msg',
+ 'DATA'),
+ ('tcl/msgs/te.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/te.msg',
+ 'DATA'),
+ ('tcl/msgs/hr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/hr.msg',
+ 'DATA'),
+ ('tcl/msgs/en_bw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_bw.msg',
+ 'DATA'),
+ ('tk/ttk/scale.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/scale.tcl',
+ 'DATA'),
+ ('tk/ttk/clamTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/clamTheme.tcl',
+ 'DATA'),
+ ('tk/bgerror.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/bgerror.tcl',
+ 'DATA'),
+ ('tcl/encoding/jis0208.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/jis0208.enc',
+ 'DATA'),
+ ('tcl/msgs/nn.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/nn.msg',
+ 'DATA'),
+ ('tcl/msgs/te_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/te_in.msg',
+ 'DATA'),
+ ('tcl/encoding/macDingbats.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macDingbats.enc',
+ 'DATA'),
+ ('tcl/encoding/euc-kr.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/euc-kr.enc',
+ 'DATA'),
+ ('tcl/msgs/sv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sv.msg',
+ 'DATA'),
+ ('tcl8/8.4/platform-1.0.18.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.4/platform-1.0.18.tm',
+ 'DATA'),
+ ('tcl/msgs/kw_gb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kw_gb.msg',
+ 'DATA'),
+ ('tcl/msgs/es_pa.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_pa.msg',
+ 'DATA'),
+ ('tcl/safe.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/safe.tcl',
+ 'DATA'),
+ ('tcl/msgs/id_id.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/id_id.msg',
+ 'DATA'),
+ ('tcl/encoding/cp869.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp869.enc',
+ 'DATA'),
+ ('tcl/msgs/mr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/mr.msg',
+ 'DATA'),
+ ('tk/ttk/panedwindow.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/panedwindow.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp1250.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1250.enc',
+ 'DATA'),
+ ('tk/msgs/pl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/pl.msg',
+ 'DATA'),
+ ('tcl/encoding/cp1257.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1257.enc',
+ 'DATA'),
+ ('tcl/msgs/kl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kl.msg',
+ 'DATA'),
+ ('tk/images/pwrdLogo.eps',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo.eps',
+ 'DATA'),
+ ('tcl/msgs/de.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/de.msg',
+ 'DATA'),
+ ('tcl/encoding/cp850.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp850.enc',
+ 'DATA'),
+ ('tcl/msgs/he.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/he.msg',
+ 'DATA'),
+ ('tcl/msgs/it_ch.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/it_ch.msg',
+ 'DATA'),
+ ('tk/icons.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/icons.tcl',
+ 'DATA'),
+ ('tcl/msgs/ja.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ja.msg',
+ 'DATA'),
+ ('tk/ttk/sizegrip.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/sizegrip.tcl',
+ 'DATA'),
+ ('tcl/msgs/kok.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kok.msg',
+ 'DATA'),
+ ('tcl/encoding/cp775.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp775.enc',
+ 'DATA'),
+ ('tcl8/8.5/tcltest-2.5.3.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.5/tcltest-2.5.3.tm',
+ 'DATA'),
+ ('tcl/msgs/es.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es.msg',
+ 'DATA'),
+ ('tk/images/tai-ku.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/tai-ku.gif',
+ 'DATA'),
+ ('tk/msgbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgbox.tcl',
+ 'DATA'),
+ ('tcl/encoding/iso8859-1.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-1.enc',
+ 'DATA'),
+ ('tcl/encoding/cp874.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp874.enc',
+ 'DATA'),
+ ('tcl/msgs/es_pe.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_pe.msg',
+ 'DATA'),
+ ('tcl/encoding/cp950.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp950.enc',
+ 'DATA'),
+ ('tcl/encoding/cp1254.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1254.enc',
+ 'DATA'),
+ ('tcl/msgs/pl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/pl.msg',
+ 'DATA'),
+ ('tcl/msgs/gv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/gv.msg',
+ 'DATA'),
+ ('tcl/tm.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/tm.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp949.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp949.enc',
+ 'DATA'),
+ ('tk/ttk/vistaTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/vistaTheme.tcl',
+ 'DATA'),
+ ('tcl/msgs/th.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/th.msg',
+ 'DATA'),
+ ('tcl/msgs/it.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/it.msg',
+ 'DATA'),
+ ('tcl/encoding/cp437.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp437.enc',
+ 'DATA'),
+ ('tcl/msgs/en_ca.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_ca.msg',
+ 'DATA'),
+ ('tk/focus.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/focus.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp860.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp860.enc',
+ 'DATA'),
+ ('tk/dialog.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/dialog.tcl',
+ 'DATA'),
+ ('tk/msgs/nl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/nl.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-14.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-14.enc',
+ 'DATA'),
+ ('tk/tkfbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tkfbox.tcl',
+ 'DATA'),
+ ('tcl/msgs/da.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/da.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-8.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-8.enc',
+ 'DATA'),
+ ('tk/msgs/da.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/da.msg',
+ 'DATA'),
+ ('tcl/msgs/ga.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ga.msg',
+ 'DATA'),
+ ('tk/msgs/fr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/fr.msg',
+ 'DATA'),
+ ('tcl/encoding/dingbats.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/dingbats.enc',
+ 'DATA'),
+ ('tcl/tclIndex',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/tclIndex',
+ 'DATA'),
+ ('tcl/msgs/es_py.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_py.msg',
+ 'DATA'),
+ ('tk/scrlbar.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/scrlbar.tcl',
+ 'DATA'),
+ ('tk/images/logoLarge.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logoLarge.gif',
+ 'DATA'),
+ ('tcl/encoding/macGreek.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macGreek.enc',
+ 'DATA'),
+ ('tcl/encoding/koi8-r.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/koi8-r.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-16.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-16.enc',
+ 'DATA'),
+ ('tk/msgs/es.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/es.msg',
+ 'DATA'),
+ ('tcl/msgs/hi_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/hi_in.msg',
+ 'DATA'),
+ ('tcl/encoding/cp932.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp932.enc',
+ 'DATA'),
+ ('tcl8/8.5/msgcat-1.6.1.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.5/msgcat-1.6.1.tm',
+ 'DATA'),
+ ('tcl/msgs/fo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fo.msg',
+ 'DATA'),
+ ('tcl/msgs/fr_ch.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fr_ch.msg',
+ 'DATA'),
+ ('tcl/msgs/cs.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/cs.msg',
+ 'DATA'),
+ ('tk/msgs/it.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/it.msg',
+ 'DATA'),
+ ('tcl/encoding/ascii.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/ascii.enc',
+ 'DATA'),
+ ('tk/ttk/winTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/winTheme.tcl',
+ 'DATA'),
+ ('tcl/msgs/ko_kr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ko_kr.msg',
+ 'DATA'),
+ ('tcl/msgs/ta.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ta.msg',
+ 'DATA'),
+ ('tk/msgs/cs.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/cs.msg',
+ 'DATA'),
+ ('tk/entry.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/entry.tcl',
+ 'DATA'),
+ ('tcl/msgs/mk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/mk.msg',
+ 'DATA'),
+ ('tcl/msgs/es_bo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_bo.msg',
+ 'DATA'),
+ ('tcl/encoding/euc-cn.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/euc-cn.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-5.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-5.enc',
+ 'DATA'),
+ ('tcl/encoding/cp1253.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1253.enc',
+ 'DATA'),
+ ('tcl/msgs/ca.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ca.msg',
+ 'DATA'),
+ ('tk/spinbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/spinbox.tcl',
+ 'DATA'),
+ ('tk/images/README',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/README',
+ 'DATA'),
+ ('tcl/encoding/gb1988.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/gb1988.enc',
+ 'DATA'),
+ ('tcl/msgs/bn_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/bn_in.msg',
+ 'DATA'),
+ ('tcl/msgs/fo_fo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fo_fo.msg',
+ 'DATA'),
+ ('tcl/msgs/tr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/tr.msg',
+ 'DATA'),
+ ('tk/ttk/entry.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/entry.tcl',
+ 'DATA'),
+ ('tk/ttk/fonts.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/fonts.tcl',
+ 'DATA'),
+ ('tcl/msgs/pt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/pt.msg',
+ 'DATA'),
+ ('tcl/msgs/es_ar.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_ar.msg',
+ 'DATA'),
+ ('tk/ttk/scrollbar.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/scrollbar.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp855.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp855.enc',
+ 'DATA'),
+ ('tk/text.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/text.tcl',
+ 'DATA'),
+ ('tk/pkgIndex.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/pkgIndex.tcl',
+ 'DATA'),
+ ('tcl/msgs/es_cl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_cl.msg',
+ 'DATA'),
+ ('tcl/msgs/en_sg.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_sg.msg',
+ 'DATA'),
+ ('tcl/msgs/mr_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/mr_in.msg',
+ 'DATA'),
+ ('tk/clrpick.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/clrpick.tcl',
+ 'DATA'),
+ ('tcl/msgs/eo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/eo.msg',
+ 'DATA'),
+ ('tcl/encoding/cns11643.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cns11643.enc',
+ 'DATA'),
+ ('tcl/encoding/macThai.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macThai.enc',
+ 'DATA'),
+ ('tk/mkpsenc.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/mkpsenc.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp865.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp865.enc',
+ 'DATA'),
+ ('tcl/encoding/macCroatian.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macCroatian.enc',
+ 'DATA'),
+ ('tk/ttk/utils.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/utils.tcl',
+ 'DATA'),
+ ('tcl/http1.0/pkgIndex.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/http1.0/pkgIndex.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp1255.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1255.enc',
+ 'DATA'),
+ ('tcl/msgs/af_za.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/af_za.msg',
+ 'DATA'),
+ ('tk/tearoff.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tearoff.tcl',
+ 'DATA'),
+ ('tcl/encoding/ebcdic.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/ebcdic.enc',
+ 'DATA'),
+ ('tcl/msgs/en_hk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_hk.msg',
+ 'DATA'),
+ ('tcl/encoding/gb12345.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/gb12345.enc',
+ 'DATA'),
+ ('tcl/encoding/cp1256.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1256.enc',
+ 'DATA'),
+ ('tcl/msgs/zh_hk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh_hk.msg',
+ 'DATA'),
+ ('tcl/msgs/ar_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar_in.msg',
+ 'DATA'),
+ ('tk/ttk/spinbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/spinbox.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp862.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp862.enc',
+ 'DATA'),
+ ('tcl/msgs/es_do.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_do.msg',
+ 'DATA'),
+ ('tcl/encoding/jis0212.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/jis0212.enc',
+ 'DATA'),
+ ('tcl/msgs/zh_tw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh_tw.msg',
+ 'DATA'),
+ ('tcl/tclAppInit.c',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/tclAppInit.c',
+ 'DATA'),
+ ('tcl/msgs/fr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fr.msg',
+ 'DATA'),
+ ('tk/ttk/xpTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/xpTheme.tcl',
+ 'DATA'),
+ ('tk/tclIndex',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tclIndex',
+ 'DATA'),
+ ('tk/ttk/classicTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/classicTheme.tcl',
+ 'DATA'),
+ ('tcl/encoding/iso2022-jp.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso2022-jp.enc',
+ 'DATA'),
+ ('tcl/encoding/cp737.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp737.enc',
+ 'DATA'),
+ ('tcl/msgs/lv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/lv.msg',
+ 'DATA'),
+ ('tcl/init.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/init.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp861.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp861.enc',
+ 'DATA'),
+ ('tcl/encoding/symbol.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/symbol.enc',
+ 'DATA'),
+ ('tk/images/pwrdLogo100.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo100.gif',
+ 'DATA'),
+ ('tcl/msgs/uk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/uk.msg',
+ 'DATA'),
+ ('tcl/msgs/is.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/is.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-4.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-4.enc',
+ 'DATA'),
+ ('tk/ttk/menubutton.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/menubutton.tcl',
+ 'DATA'),
+ ('tcl/msgs/es_uy.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_uy.msg',
+ 'DATA'),
+ ('tcl/msgs/en_gb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_gb.msg',
+ 'DATA'),
+ ('tcl/msgs/gl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/gl.msg',
+ 'DATA'),
+ ('tcl/msgs/zh.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh.msg',
+ 'DATA'),
+ ('tcl/msgs/fa.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fa.msg',
+ 'DATA'),
+ ('tcl/word.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/word.tcl',
+ 'DATA'),
+ ('tcl/msgs/en_be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_be.msg',
+ 'DATA'),
+ ('tk/images/pwrdLogo200.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo200.gif',
+ 'DATA'),
+ ('tk/safetk.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/safetk.tcl',
+ 'DATA'),
+ ('tcl/msgs/fr_be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fr_be.msg',
+ 'DATA'),
+ ('tcl/encoding/macTurkish.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macTurkish.enc',
+ 'DATA'),
+ ('tk/obsolete.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/obsolete.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp864.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp864.enc',
+ 'DATA'),
+ ('tcl/msgs/nl_be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/nl_be.msg',
+ 'DATA'),
+ ('tcl/msgs/lt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/lt.msg',
+ 'DATA'),
+ ('tcl/msgs/ga_ie.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ga_ie.msg',
+ 'DATA'),
+ ('tcl/msgs/es_hn.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_hn.msg',
+ 'DATA'),
+ ('tcl/encoding/macCentEuro.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macCentEuro.enc',
+ 'DATA'),
+ ('tcl/msgs/pt_br.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/pt_br.msg',
+ 'DATA'),
+ ('tcl/msgs/es_ni.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_ni.msg',
+ 'DATA'),
+ ('tcl/msgs/fi.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fi.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-13.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-13.enc',
+ 'DATA'),
+ ('tcl/msgs/es_pr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_pr.msg',
+ 'DATA'),
+ ('tk/images/pwrdLogo75.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo75.gif',
+ 'DATA'),
+ ('tcl/encoding/shiftjis.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/shiftjis.enc',
+ 'DATA'),
+ ('tcl/msgs/fr_ca.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fr_ca.msg',
+ 'DATA'),
+ ('tcl/encoding/macUkraine.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macUkraine.enc',
+ 'DATA'),
+ ('tcl/msgs/ar.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar.msg',
+ 'DATA'),
+ ('tk/ttk/button.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/button.tcl',
+ 'DATA'),
+ ('tcl/msgs/ro.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ro.msg',
+ 'DATA'),
+ ('tcl/msgs/sh.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sh.msg',
+ 'DATA'),
+ ('tcl/encoding/cp866.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp866.enc',
+ 'DATA'),
+ ('tk/choosedir.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/choosedir.tcl',
+ 'DATA'),
+ ('tcl/msgs/el.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/el.msg',
+ 'DATA'),
+ ('tcl/msgs/es_sv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_sv.msg',
+ 'DATA'),
+ ('tcl/msgs/sl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sl.msg',
+ 'DATA'),
+ ('tcl/msgs/en_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_in.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-10.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-10.enc',
+ 'DATA'),
+ ('tk/ttk/treeview.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/treeview.tcl',
+ 'DATA'),
+ ('tcl8/8.6/tdbc/sqlite3-1.1.3.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.6/tdbc/sqlite3-1.1.3.tm',
+ 'DATA'),
+ ('tcl/msgs/mt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/mt.msg',
+ 'DATA'),
+ ('tcl/msgs/eu_es.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/eu_es.msg',
+ 'DATA'),
+ ('tcl/msgs/kw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kw.msg',
+ 'DATA'),
+ ('tk/megawidget.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/megawidget.tcl',
+ 'DATA'),
+ ('tcl/msgs/et.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/et.msg',
+ 'DATA'),
+ ('tcl/msgs/sr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sr.msg',
+ 'DATA'),
+ ('tcl/encoding/euc-jp.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/euc-jp.enc',
+ 'DATA'),
+ ('tcl/msgs/ru_ua.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ru_ua.msg',
+ 'DATA'),
+ ('tcl/msgs/es_mx.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_mx.msg',
+ 'DATA'),
+ ('tk/tkAppInit.c',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tkAppInit.c',
+ 'DATA'),
+ ('tcl/encoding/gb2312.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/gb2312.enc',
+ 'DATA'),
+ ('tk/images/logo.eps',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logo.eps',
+ 'DATA'),
+ ('tcl/encoding/cp1251.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1251.enc',
+ 'DATA'),
+ ('tcl/opt0.4/optparse.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/opt0.4/optparse.tcl',
+ 'DATA'),
+ ('tk/unsupported.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/unsupported.tcl',
+ 'DATA'),
+ ('tcl/encoding/jis0201.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/jis0201.enc',
+ 'DATA'),
+ ('tcl/msgs/en_zw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_zw.msg',
+ 'DATA'),
+ ('tk/msgs/en.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/en.msg',
+ 'DATA'),
+ ('tk/scale.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/scale.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp1258.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1258.enc',
+ 'DATA'),
+ ('tcl/msgs/sk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sk.msg',
+ 'DATA'),
+ ('tcl/msgs/es_ve.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_ve.msg',
+ 'DATA'),
+ ('tk/msgs/sv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/sv.msg',
+ 'DATA'),
+ ('tk/listbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/listbox.tcl',
+ 'DATA'),
+ ('tk/images/pwrdLogo175.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo175.gif',
+ 'DATA'),
+ ('tcl/encoding/cp936.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp936.enc',
+ 'DATA'),
+ ('tcl/parray.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/parray.tcl',
+ 'DATA'),
+ ('tk/tk.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tk.tcl',
+ 'DATA'),
+ ('tk/button.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/button.tcl',
+ 'DATA'),
+ ('tk/xmfbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/xmfbox.tcl',
+ 'DATA'),
+ ('tk/msgs/eo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/eo.msg',
+ 'DATA'),
+ ('tcl/msgs/zh_sg.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh_sg.msg',
+ 'DATA'),
+ ('tcl/msgs/fa_ir.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fa_ir.msg',
+ 'DATA'),
+ ('tcl/msgs/es_gt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_gt.msg',
+ 'DATA'),
+ ('tcl/msgs/hi.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/hi.msg',
+ 'DATA'),
+ ('tcl/encoding/cp852.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp852.enc',
+ 'DATA'),
+ ('tk/ttk/cursors.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/cursors.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp1252.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1252.enc',
+ 'DATA'),
+ ('tk/msgs/ru.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/ru.msg',
+ 'DATA'),
+ ('tcl/encoding/cp863.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp863.enc',
+ 'DATA'),
+ ('tcl/msgs/ms_my.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ms_my.msg',
+ 'DATA'),
+ ('tcl/encoding/iso2022-kr.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso2022-kr.enc',
+ 'DATA'),
+ ('tcl/msgs/hu.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/hu.msg',
+ 'DATA'),
+ ('tcl/msgs/ta_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ta_in.msg',
+ 'DATA'),
+ ('tk/images/logoMed.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logoMed.gif',
+ 'DATA'),
+ ('tk/panedwindow.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/panedwindow.tcl',
+ 'DATA'),
+ ('tk/optMenu.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/optMenu.tcl',
+ 'DATA'),
+ ('tcl/msgs/nb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/nb.msg',
+ 'DATA'),
+ ('tcl/msgs/en_au.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_au.msg',
+ 'DATA'),
+ ('tcl/encoding/ksc5601.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/ksc5601.enc',
+ 'DATA'),
+ ('tcl/encoding/macRomania.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macRomania.enc',
+ 'DATA'),
+ ('tcl/msgs/kok_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kok_in.msg',
+ 'DATA'),
+ ('tcl/msgs/vi.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/vi.msg',
+ 'DATA'),
+ ('tk/ttk/progress.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/progress.tcl',
+ 'DATA'),
+ ('tcl/encoding/iso8859-2.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-2.enc',
+ 'DATA'),
+ ('tcl/msgs/en_za.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_za.msg',
+ 'DATA'),
+ ('tcl/msgs/de_be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/de_be.msg',
+ 'DATA'),
+ ('tk/menu.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/menu.tcl',
+ 'DATA'),
+ ('tcl/http1.0/http.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/http1.0/http.tcl',
+ 'DATA'),
+ ('tcl/msgs/id.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/id.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-6.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-6.enc',
+ 'DATA'),
+ ('tk/msgs/en_gb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/en_gb.msg',
+ 'DATA'),
+ ('tcl/msgs/ms.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ms.msg',
+ 'DATA'),
+ ('tcl/opt0.4/pkgIndex.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/opt0.4/pkgIndex.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp857.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp857.enc',
+ 'DATA'),
+ ('tcl/msgs/es_ec.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_ec.msg',
+ 'DATA'),
+ ('tk/images/logo64.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logo64.gif',
+ 'DATA'),
+ ('tk/console.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/console.tcl',
+ 'DATA'),
+ ('tk/msgs/el.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/el.msg',
+ 'DATA'),
+ ('tcl/encoding/macCyrillic.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macCyrillic.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-15.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-15.enc',
+ 'DATA'),
+ ('tk/ttk/defaults.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/defaults.tcl',
+ 'DATA'),
+ ('tcl/msgs/zh_cn.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh_cn.msg',
+ 'DATA'),
+ ('tcl/encoding/tis-620.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/tis-620.enc',
+ 'DATA'),
+ ('tcl/msgs/be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/be.msg',
+ 'DATA')],
+ [],
+ False,
+ False,
+ 1647041347,
+ [('runw',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/bootloader/Darwin-64bit/runw',
+ 'EXECUTABLE')])
diff --git a/_MACOS/build/All Dutch Zipcode Finder/PKG-00.toc b/_MACOS/build/All Dutch Zipcode Finder/PKG-00.toc
new file mode 100644
index 0000000..3c9e127
--- /dev/null
+++ b/_MACOS/build/All Dutch Zipcode Finder/PKG-00.toc
@@ -0,0 +1,1179 @@
+('/Users/volkan/Library/Mobile '
+ 'Documents/com~apple~CloudDocs/Projects/AllDutchZipcodeFinder/_MACOS/build/All '
+ 'Dutch Zipcode Finder/All Dutch Zipcode Finder.pkg',
+ {'BINARY': 1,
+ 'DATA': 1,
+ 'EXECUTABLE': 1,
+ 'EXTENSION': 1,
+ 'PYMODULE': 1,
+ 'PYSOURCE': 1,
+ 'PYZ': 0,
+ 'SPLASH': 1},
+ [('PYZ-00.pyz',
+ '/Users/volkan/Library/Mobile '
+ 'Documents/com~apple~CloudDocs/Projects/AllDutchZipcodeFinder/_MACOS/build/All '
+ 'Dutch Zipcode Finder/PYZ-00.pyz',
+ 'PYZ'),
+ ('lib-dynload/_struct',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_struct.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/zlib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/zlib.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('struct',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/struct.pyo',
+ 'PYMODULE'),
+ ('pyimod01_os_path',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/loader/pyimod01_os_path.pyc',
+ 'PYMODULE'),
+ ('pyimod02_archive',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/loader/pyimod02_archive.pyc',
+ 'PYMODULE'),
+ ('pyimod03_importers',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/loader/pyimod03_importers.pyc',
+ 'PYMODULE'),
+ ('pyimod04_ctypes',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/loader/pyimod04_ctypes.pyc',
+ 'PYMODULE'),
+ ('pyiboot01_bootstrap',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/loader/pyiboot01_bootstrap.py',
+ 'PYSOURCE'),
+ ('pyi_rth_inspect',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py',
+ 'PYSOURCE'),
+ ('pyi_rth_subprocess',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_subprocess.py',
+ 'PYSOURCE'),
+ ('pyi_rth_pkgutil',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py',
+ 'PYSOURCE'),
+ ('pyi_rth_multiprocessing',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py',
+ 'PYSOURCE'),
+ ('pyi_rth__tkinter',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py',
+ 'PYSOURCE'),
+ ('All Dutch Zipcode Finder',
+ '/Users/volkan/Library/Mobile '
+ 'Documents/com~apple~CloudDocs/Projects/AllDutchZipcodeFinder/_MACOS/All '
+ 'Dutch Zipcode Finder.py',
+ 'PYSOURCE'),
+ ('Python',
+ '/Library/Frameworks/Python.framework/Versions/3.10/Python',
+ 'BINARY'),
+ ('lib-dynload/_posixshmem',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_posixshmem.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_multiprocessing',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_datetime',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_datetime.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/math',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/math.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_statistics',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_statistics.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_contextvars',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_contextvars.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_decimal',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_decimal.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_opcode',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_opcode.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/array',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/array.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_socket',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_socket.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/select',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/select.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_ssl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_ssl.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_asyncio',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_asyncio.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_queue',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_queue.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/mmap',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/mmap.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/pyexpat',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/pyexpat.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/unicodedata',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/unicodedata.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/termios',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/termios.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/readline',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/readline.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_pickle',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_pickle.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_hashlib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_hashlib.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_sha3',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha3.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_blake2',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_blake2.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_sha256',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha256.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_md5',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_md5.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_sha1',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha1.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_sha512',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha512.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_random',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_random.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_bisect',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bisect.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_csv',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_csv.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/binascii',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/binascii.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/grp',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/grp.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/resource',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/resource.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_lzma',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_lzma.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_bz2',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bz2.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_posixsubprocess',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_posixsubprocess.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_ctypes',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_ctypes.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/fcntl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/fcntl.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_heapq',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_heapq.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_multibytecodec',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_codecs_tw',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_tw.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_codecs_jp',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_jp.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_codecs_iso2022',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_iso2022.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_codecs_kr',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_kr.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_codecs_cn',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_cn.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_codecs_hk',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_hk.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_tkinter',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_tkinter.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('lib-dynload/_scproxy',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_scproxy.cpython-310-darwin.so',
+ 'EXTENSION'),
+ ('libcrypto.1.1.dylib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/libcrypto.1.1.dylib',
+ 'BINARY'),
+ ('libssl.1.1.dylib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/libssl.1.1.dylib',
+ 'BINARY'),
+ ('libncursesw.5.dylib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/libncursesw.5.dylib',
+ 'BINARY'),
+ ('libtk8.6.dylib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/libtk8.6.dylib',
+ 'BINARY'),
+ ('libtcl8.6.dylib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/libtcl8.6.dylib',
+ 'BINARY'),
+ ('base_library.zip',
+ '/Users/volkan/Library/Mobile '
+ 'Documents/com~apple~CloudDocs/Projects/AllDutchZipcodeFinder/_MACOS/build/All '
+ 'Dutch Zipcode Finder/base_library.zip',
+ 'DATA'),
+ ('tcl/msgs/ko.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ko.msg',
+ 'DATA'),
+ ('tcl/msgs/en_ie.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_ie.msg',
+ 'DATA'),
+ ('tcl/msgs/ar_lb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar_lb.msg',
+ 'DATA'),
+ ('tcl/msgs/kl_gl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kl_gl.msg',
+ 'DATA'),
+ ('tcl/clock.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/clock.tcl',
+ 'DATA'),
+ ('tcl/msgs/fa_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fa_in.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-3.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-3.enc',
+ 'DATA'),
+ ('tcl/msgs/ar_jo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar_jo.msg',
+ 'DATA'),
+ ('tcl/msgs/de_at.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/de_at.msg',
+ 'DATA'),
+ ('tcl/auto.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/auto.tcl',
+ 'DATA'),
+ ('tk/fontchooser.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/fontchooser.tcl',
+ 'DATA'),
+ ('tcl/msgs/gv_gb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/gv_gb.msg',
+ 'DATA'),
+ ('tcl/msgs/ru.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ru.msg',
+ 'DATA'),
+ ('tcl/msgs/eu.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/eu.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-7.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-7.enc',
+ 'DATA'),
+ ('tk/ttk/combobox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/combobox.tcl',
+ 'DATA'),
+ ('tcl/encoding/iso8859-9.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-9.enc',
+ 'DATA'),
+ ('tk/ttk/aquaTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/aquaTheme.tcl',
+ 'DATA'),
+ ('tcl/encoding/gb2312-raw.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/gb2312-raw.enc',
+ 'DATA'),
+ ('tcl/encoding/macJapan.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macJapan.enc',
+ 'DATA'),
+ ('tcl/msgs/bn.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/bn.msg',
+ 'DATA'),
+ ('tcl/encoding/koi8-u.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/koi8-u.enc',
+ 'DATA'),
+ ('tcl/encoding/iso2022.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso2022.enc',
+ 'DATA'),
+ ('tcl/msgs/sw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sw.msg',
+ 'DATA'),
+ ('tk/ttk/notebook.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/notebook.tcl',
+ 'DATA'),
+ ('tcl/msgs/en_nz.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_nz.msg',
+ 'DATA'),
+ ('tcl8/8.4/platform/shell-1.1.4.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.4/platform/shell-1.1.4.tm',
+ 'DATA'),
+ ('tk/iconlist.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/iconlist.tcl',
+ 'DATA'),
+ ('tk/ttk/altTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/altTheme.tcl',
+ 'DATA'),
+ ('tk/images/logo100.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logo100.gif',
+ 'DATA'),
+ ('tcl/msgs/nl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/nl.msg',
+ 'DATA'),
+ ('tcl/msgs/ar_sy.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar_sy.msg',
+ 'DATA'),
+ ('tk/images/pwrdLogo150.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo150.gif',
+ 'DATA'),
+ ('tcl/msgs/sq.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sq.msg',
+ 'DATA'),
+ ('tk/msgs/hu.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/hu.msg',
+ 'DATA'),
+ ('tcl/msgs/en_ph.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_ph.msg',
+ 'DATA'),
+ ('tk/ttk/ttk.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/ttk.tcl',
+ 'DATA'),
+ ('tcl/encoding/macIceland.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macIceland.enc',
+ 'DATA'),
+ ('tk/palette.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/palette.tcl',
+ 'DATA'),
+ ('tcl/encoding/macRoman.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macRoman.enc',
+ 'DATA'),
+ ('tcl/msgs/es_cr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_cr.msg',
+ 'DATA'),
+ ('tcl/msgs/af.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/af.msg',
+ 'DATA'),
+ ('tcl8/8.6/http-2.9.5.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.6/http-2.9.5.tm',
+ 'DATA'),
+ ('tk/msgs/pt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/pt.msg',
+ 'DATA'),
+ ('tcl/encoding/big5.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/big5.enc',
+ 'DATA'),
+ ('tcl/history.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/history.tcl',
+ 'DATA'),
+ ('tk/comdlg.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/comdlg.tcl',
+ 'DATA'),
+ ('tcl/msgs/es_co.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_co.msg',
+ 'DATA'),
+ ('tcl/package.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/package.tcl',
+ 'DATA'),
+ ('tcl/msgs/bg.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/bg.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-11.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-11.enc',
+ 'DATA'),
+ ('tcl/msgs/gl_es.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/gl_es.msg',
+ 'DATA'),
+ ('tk/msgs/de.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/de.msg',
+ 'DATA'),
+ ('tcl/msgs/te.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/te.msg',
+ 'DATA'),
+ ('tcl/msgs/hr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/hr.msg',
+ 'DATA'),
+ ('tcl/msgs/en_bw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_bw.msg',
+ 'DATA'),
+ ('tk/ttk/scale.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/scale.tcl',
+ 'DATA'),
+ ('tk/ttk/clamTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/clamTheme.tcl',
+ 'DATA'),
+ ('tk/bgerror.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/bgerror.tcl',
+ 'DATA'),
+ ('tcl/encoding/jis0208.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/jis0208.enc',
+ 'DATA'),
+ ('tcl/msgs/nn.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/nn.msg',
+ 'DATA'),
+ ('tcl/msgs/te_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/te_in.msg',
+ 'DATA'),
+ ('tcl/encoding/macDingbats.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macDingbats.enc',
+ 'DATA'),
+ ('tcl/encoding/euc-kr.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/euc-kr.enc',
+ 'DATA'),
+ ('tcl/msgs/sv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sv.msg',
+ 'DATA'),
+ ('tcl8/8.4/platform-1.0.18.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.4/platform-1.0.18.tm',
+ 'DATA'),
+ ('tcl/msgs/kw_gb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kw_gb.msg',
+ 'DATA'),
+ ('tcl/msgs/es_pa.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_pa.msg',
+ 'DATA'),
+ ('tcl/safe.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/safe.tcl',
+ 'DATA'),
+ ('tcl/msgs/id_id.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/id_id.msg',
+ 'DATA'),
+ ('tcl/encoding/cp869.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp869.enc',
+ 'DATA'),
+ ('tcl/msgs/mr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/mr.msg',
+ 'DATA'),
+ ('tk/ttk/panedwindow.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/panedwindow.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp1250.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1250.enc',
+ 'DATA'),
+ ('tk/msgs/pl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/pl.msg',
+ 'DATA'),
+ ('tcl/encoding/cp1257.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1257.enc',
+ 'DATA'),
+ ('tcl/msgs/kl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kl.msg',
+ 'DATA'),
+ ('tk/images/pwrdLogo.eps',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo.eps',
+ 'DATA'),
+ ('tcl/msgs/de.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/de.msg',
+ 'DATA'),
+ ('tcl/encoding/cp850.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp850.enc',
+ 'DATA'),
+ ('tcl/msgs/he.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/he.msg',
+ 'DATA'),
+ ('tcl/msgs/it_ch.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/it_ch.msg',
+ 'DATA'),
+ ('tk/icons.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/icons.tcl',
+ 'DATA'),
+ ('tcl/msgs/ja.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ja.msg',
+ 'DATA'),
+ ('tk/ttk/sizegrip.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/sizegrip.tcl',
+ 'DATA'),
+ ('tcl/msgs/kok.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kok.msg',
+ 'DATA'),
+ ('tcl/encoding/cp775.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp775.enc',
+ 'DATA'),
+ ('tcl8/8.5/tcltest-2.5.3.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.5/tcltest-2.5.3.tm',
+ 'DATA'),
+ ('tcl/msgs/es.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es.msg',
+ 'DATA'),
+ ('tk/images/tai-ku.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/tai-ku.gif',
+ 'DATA'),
+ ('tk/msgbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgbox.tcl',
+ 'DATA'),
+ ('tcl/encoding/iso8859-1.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-1.enc',
+ 'DATA'),
+ ('tcl/encoding/cp874.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp874.enc',
+ 'DATA'),
+ ('tcl/msgs/es_pe.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_pe.msg',
+ 'DATA'),
+ ('tcl/encoding/cp950.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp950.enc',
+ 'DATA'),
+ ('tcl/encoding/cp1254.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1254.enc',
+ 'DATA'),
+ ('tcl/msgs/pl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/pl.msg',
+ 'DATA'),
+ ('tcl/msgs/gv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/gv.msg',
+ 'DATA'),
+ ('tcl/tm.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/tm.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp949.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp949.enc',
+ 'DATA'),
+ ('tk/ttk/vistaTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/vistaTheme.tcl',
+ 'DATA'),
+ ('tcl/msgs/th.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/th.msg',
+ 'DATA'),
+ ('tcl/msgs/it.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/it.msg',
+ 'DATA'),
+ ('tcl/encoding/cp437.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp437.enc',
+ 'DATA'),
+ ('tcl/msgs/en_ca.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_ca.msg',
+ 'DATA'),
+ ('tk/focus.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/focus.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp860.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp860.enc',
+ 'DATA'),
+ ('tk/dialog.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/dialog.tcl',
+ 'DATA'),
+ ('tk/msgs/nl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/nl.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-14.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-14.enc',
+ 'DATA'),
+ ('tk/tkfbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tkfbox.tcl',
+ 'DATA'),
+ ('tcl/msgs/da.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/da.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-8.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-8.enc',
+ 'DATA'),
+ ('tk/msgs/da.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/da.msg',
+ 'DATA'),
+ ('tcl/msgs/ga.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ga.msg',
+ 'DATA'),
+ ('tk/msgs/fr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/fr.msg',
+ 'DATA'),
+ ('tcl/encoding/dingbats.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/dingbats.enc',
+ 'DATA'),
+ ('tcl/tclIndex',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/tclIndex',
+ 'DATA'),
+ ('tcl/msgs/es_py.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_py.msg',
+ 'DATA'),
+ ('tk/scrlbar.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/scrlbar.tcl',
+ 'DATA'),
+ ('tk/images/logoLarge.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logoLarge.gif',
+ 'DATA'),
+ ('tcl/encoding/macGreek.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macGreek.enc',
+ 'DATA'),
+ ('tcl/encoding/koi8-r.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/koi8-r.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-16.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-16.enc',
+ 'DATA'),
+ ('tk/msgs/es.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/es.msg',
+ 'DATA'),
+ ('tcl/msgs/hi_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/hi_in.msg',
+ 'DATA'),
+ ('tcl/encoding/cp932.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp932.enc',
+ 'DATA'),
+ ('tcl8/8.5/msgcat-1.6.1.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.5/msgcat-1.6.1.tm',
+ 'DATA'),
+ ('tcl/msgs/fo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fo.msg',
+ 'DATA'),
+ ('tcl/msgs/fr_ch.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fr_ch.msg',
+ 'DATA'),
+ ('tcl/msgs/cs.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/cs.msg',
+ 'DATA'),
+ ('tk/msgs/it.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/it.msg',
+ 'DATA'),
+ ('tcl/encoding/ascii.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/ascii.enc',
+ 'DATA'),
+ ('tk/ttk/winTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/winTheme.tcl',
+ 'DATA'),
+ ('tcl/msgs/ko_kr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ko_kr.msg',
+ 'DATA'),
+ ('tcl/msgs/ta.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ta.msg',
+ 'DATA'),
+ ('tk/msgs/cs.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/cs.msg',
+ 'DATA'),
+ ('tk/entry.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/entry.tcl',
+ 'DATA'),
+ ('tcl/msgs/mk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/mk.msg',
+ 'DATA'),
+ ('tcl/msgs/es_bo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_bo.msg',
+ 'DATA'),
+ ('tcl/encoding/euc-cn.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/euc-cn.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-5.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-5.enc',
+ 'DATA'),
+ ('tcl/encoding/cp1253.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1253.enc',
+ 'DATA'),
+ ('tcl/msgs/ca.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ca.msg',
+ 'DATA'),
+ ('tk/spinbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/spinbox.tcl',
+ 'DATA'),
+ ('tk/images/README',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/README',
+ 'DATA'),
+ ('tcl/encoding/gb1988.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/gb1988.enc',
+ 'DATA'),
+ ('tcl/msgs/bn_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/bn_in.msg',
+ 'DATA'),
+ ('tcl/msgs/fo_fo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fo_fo.msg',
+ 'DATA'),
+ ('tcl/msgs/tr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/tr.msg',
+ 'DATA'),
+ ('tk/ttk/entry.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/entry.tcl',
+ 'DATA'),
+ ('tk/ttk/fonts.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/fonts.tcl',
+ 'DATA'),
+ ('tcl/msgs/pt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/pt.msg',
+ 'DATA'),
+ ('tcl/msgs/es_ar.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_ar.msg',
+ 'DATA'),
+ ('tk/ttk/scrollbar.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/scrollbar.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp855.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp855.enc',
+ 'DATA'),
+ ('tk/text.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/text.tcl',
+ 'DATA'),
+ ('tk/pkgIndex.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/pkgIndex.tcl',
+ 'DATA'),
+ ('tcl/msgs/es_cl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_cl.msg',
+ 'DATA'),
+ ('tcl/msgs/en_sg.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_sg.msg',
+ 'DATA'),
+ ('tcl/msgs/mr_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/mr_in.msg',
+ 'DATA'),
+ ('tk/clrpick.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/clrpick.tcl',
+ 'DATA'),
+ ('tcl/msgs/eo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/eo.msg',
+ 'DATA'),
+ ('tcl/encoding/cns11643.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cns11643.enc',
+ 'DATA'),
+ ('tcl/encoding/macThai.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macThai.enc',
+ 'DATA'),
+ ('tk/mkpsenc.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/mkpsenc.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp865.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp865.enc',
+ 'DATA'),
+ ('tcl/encoding/macCroatian.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macCroatian.enc',
+ 'DATA'),
+ ('tk/ttk/utils.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/utils.tcl',
+ 'DATA'),
+ ('tcl/http1.0/pkgIndex.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/http1.0/pkgIndex.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp1255.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1255.enc',
+ 'DATA'),
+ ('tcl/msgs/af_za.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/af_za.msg',
+ 'DATA'),
+ ('tk/tearoff.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tearoff.tcl',
+ 'DATA'),
+ ('tcl/encoding/ebcdic.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/ebcdic.enc',
+ 'DATA'),
+ ('tcl/msgs/en_hk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_hk.msg',
+ 'DATA'),
+ ('tcl/encoding/gb12345.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/gb12345.enc',
+ 'DATA'),
+ ('tcl/encoding/cp1256.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1256.enc',
+ 'DATA'),
+ ('tcl/msgs/zh_hk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh_hk.msg',
+ 'DATA'),
+ ('tcl/msgs/ar_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar_in.msg',
+ 'DATA'),
+ ('tk/ttk/spinbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/spinbox.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp862.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp862.enc',
+ 'DATA'),
+ ('tcl/msgs/es_do.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_do.msg',
+ 'DATA'),
+ ('tcl/encoding/jis0212.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/jis0212.enc',
+ 'DATA'),
+ ('tcl/msgs/zh_tw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh_tw.msg',
+ 'DATA'),
+ ('tcl/tclAppInit.c',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/tclAppInit.c',
+ 'DATA'),
+ ('tcl/msgs/fr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fr.msg',
+ 'DATA'),
+ ('tk/ttk/xpTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/xpTheme.tcl',
+ 'DATA'),
+ ('tk/tclIndex',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tclIndex',
+ 'DATA'),
+ ('tk/ttk/classicTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/classicTheme.tcl',
+ 'DATA'),
+ ('tcl/encoding/iso2022-jp.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso2022-jp.enc',
+ 'DATA'),
+ ('tcl/encoding/cp737.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp737.enc',
+ 'DATA'),
+ ('tcl/msgs/lv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/lv.msg',
+ 'DATA'),
+ ('tcl/init.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/init.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp861.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp861.enc',
+ 'DATA'),
+ ('tcl/encoding/symbol.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/symbol.enc',
+ 'DATA'),
+ ('tk/images/pwrdLogo100.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo100.gif',
+ 'DATA'),
+ ('tcl/msgs/uk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/uk.msg',
+ 'DATA'),
+ ('tcl/msgs/is.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/is.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-4.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-4.enc',
+ 'DATA'),
+ ('tk/ttk/menubutton.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/menubutton.tcl',
+ 'DATA'),
+ ('tcl/msgs/es_uy.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_uy.msg',
+ 'DATA'),
+ ('tcl/msgs/en_gb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_gb.msg',
+ 'DATA'),
+ ('tcl/msgs/gl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/gl.msg',
+ 'DATA'),
+ ('tcl/msgs/zh.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh.msg',
+ 'DATA'),
+ ('tcl/msgs/fa.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fa.msg',
+ 'DATA'),
+ ('tcl/word.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/word.tcl',
+ 'DATA'),
+ ('tcl/msgs/en_be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_be.msg',
+ 'DATA'),
+ ('tk/images/pwrdLogo200.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo200.gif',
+ 'DATA'),
+ ('tk/safetk.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/safetk.tcl',
+ 'DATA'),
+ ('tcl/msgs/fr_be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fr_be.msg',
+ 'DATA'),
+ ('tcl/encoding/macTurkish.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macTurkish.enc',
+ 'DATA'),
+ ('tk/obsolete.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/obsolete.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp864.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp864.enc',
+ 'DATA'),
+ ('tcl/msgs/nl_be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/nl_be.msg',
+ 'DATA'),
+ ('tcl/msgs/lt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/lt.msg',
+ 'DATA'),
+ ('tcl/msgs/ga_ie.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ga_ie.msg',
+ 'DATA'),
+ ('tcl/msgs/es_hn.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_hn.msg',
+ 'DATA'),
+ ('tcl/encoding/macCentEuro.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macCentEuro.enc',
+ 'DATA'),
+ ('tcl/msgs/pt_br.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/pt_br.msg',
+ 'DATA'),
+ ('tcl/msgs/es_ni.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_ni.msg',
+ 'DATA'),
+ ('tcl/msgs/fi.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fi.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-13.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-13.enc',
+ 'DATA'),
+ ('tcl/msgs/es_pr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_pr.msg',
+ 'DATA'),
+ ('tk/images/pwrdLogo75.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo75.gif',
+ 'DATA'),
+ ('tcl/encoding/shiftjis.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/shiftjis.enc',
+ 'DATA'),
+ ('tcl/msgs/fr_ca.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fr_ca.msg',
+ 'DATA'),
+ ('tcl/encoding/macUkraine.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macUkraine.enc',
+ 'DATA'),
+ ('tcl/msgs/ar.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar.msg',
+ 'DATA'),
+ ('tk/ttk/button.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/button.tcl',
+ 'DATA'),
+ ('tcl/msgs/ro.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ro.msg',
+ 'DATA'),
+ ('tcl/msgs/sh.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sh.msg',
+ 'DATA'),
+ ('tcl/encoding/cp866.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp866.enc',
+ 'DATA'),
+ ('tk/choosedir.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/choosedir.tcl',
+ 'DATA'),
+ ('tcl/msgs/el.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/el.msg',
+ 'DATA'),
+ ('tcl/msgs/es_sv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_sv.msg',
+ 'DATA'),
+ ('tcl/msgs/sl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sl.msg',
+ 'DATA'),
+ ('tcl/msgs/en_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_in.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-10.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-10.enc',
+ 'DATA'),
+ ('tk/ttk/treeview.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/treeview.tcl',
+ 'DATA'),
+ ('tcl8/8.6/tdbc/sqlite3-1.1.3.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.6/tdbc/sqlite3-1.1.3.tm',
+ 'DATA'),
+ ('tcl/msgs/mt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/mt.msg',
+ 'DATA'),
+ ('tcl/msgs/eu_es.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/eu_es.msg',
+ 'DATA'),
+ ('tcl/msgs/kw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kw.msg',
+ 'DATA'),
+ ('tk/megawidget.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/megawidget.tcl',
+ 'DATA'),
+ ('tcl/msgs/et.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/et.msg',
+ 'DATA'),
+ ('tcl/msgs/sr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sr.msg',
+ 'DATA'),
+ ('tcl/encoding/euc-jp.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/euc-jp.enc',
+ 'DATA'),
+ ('tcl/msgs/ru_ua.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ru_ua.msg',
+ 'DATA'),
+ ('tcl/msgs/es_mx.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_mx.msg',
+ 'DATA'),
+ ('tk/tkAppInit.c',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tkAppInit.c',
+ 'DATA'),
+ ('tcl/encoding/gb2312.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/gb2312.enc',
+ 'DATA'),
+ ('tk/images/logo.eps',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logo.eps',
+ 'DATA'),
+ ('tcl/encoding/cp1251.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1251.enc',
+ 'DATA'),
+ ('tcl/opt0.4/optparse.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/opt0.4/optparse.tcl',
+ 'DATA'),
+ ('tk/unsupported.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/unsupported.tcl',
+ 'DATA'),
+ ('tcl/encoding/jis0201.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/jis0201.enc',
+ 'DATA'),
+ ('tcl/msgs/en_zw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_zw.msg',
+ 'DATA'),
+ ('tk/msgs/en.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/en.msg',
+ 'DATA'),
+ ('tk/scale.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/scale.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp1258.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1258.enc',
+ 'DATA'),
+ ('tcl/msgs/sk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sk.msg',
+ 'DATA'),
+ ('tcl/msgs/es_ve.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_ve.msg',
+ 'DATA'),
+ ('tk/msgs/sv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/sv.msg',
+ 'DATA'),
+ ('tk/listbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/listbox.tcl',
+ 'DATA'),
+ ('tk/images/pwrdLogo175.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo175.gif',
+ 'DATA'),
+ ('tcl/encoding/cp936.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp936.enc',
+ 'DATA'),
+ ('tcl/parray.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/parray.tcl',
+ 'DATA'),
+ ('tk/tk.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tk.tcl',
+ 'DATA'),
+ ('tk/button.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/button.tcl',
+ 'DATA'),
+ ('tk/xmfbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/xmfbox.tcl',
+ 'DATA'),
+ ('tk/msgs/eo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/eo.msg',
+ 'DATA'),
+ ('tcl/msgs/zh_sg.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh_sg.msg',
+ 'DATA'),
+ ('tcl/msgs/fa_ir.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fa_ir.msg',
+ 'DATA'),
+ ('tcl/msgs/es_gt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_gt.msg',
+ 'DATA'),
+ ('tcl/msgs/hi.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/hi.msg',
+ 'DATA'),
+ ('tcl/encoding/cp852.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp852.enc',
+ 'DATA'),
+ ('tk/ttk/cursors.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/cursors.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp1252.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1252.enc',
+ 'DATA'),
+ ('tk/msgs/ru.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/ru.msg',
+ 'DATA'),
+ ('tcl/encoding/cp863.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp863.enc',
+ 'DATA'),
+ ('tcl/msgs/ms_my.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ms_my.msg',
+ 'DATA'),
+ ('tcl/encoding/iso2022-kr.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso2022-kr.enc',
+ 'DATA'),
+ ('tcl/msgs/hu.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/hu.msg',
+ 'DATA'),
+ ('tcl/msgs/ta_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ta_in.msg',
+ 'DATA'),
+ ('tk/images/logoMed.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logoMed.gif',
+ 'DATA'),
+ ('tk/panedwindow.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/panedwindow.tcl',
+ 'DATA'),
+ ('tk/optMenu.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/optMenu.tcl',
+ 'DATA'),
+ ('tcl/msgs/nb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/nb.msg',
+ 'DATA'),
+ ('tcl/msgs/en_au.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_au.msg',
+ 'DATA'),
+ ('tcl/encoding/ksc5601.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/ksc5601.enc',
+ 'DATA'),
+ ('tcl/encoding/macRomania.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macRomania.enc',
+ 'DATA'),
+ ('tcl/msgs/kok_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kok_in.msg',
+ 'DATA'),
+ ('tcl/msgs/vi.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/vi.msg',
+ 'DATA'),
+ ('tk/ttk/progress.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/progress.tcl',
+ 'DATA'),
+ ('tcl/encoding/iso8859-2.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-2.enc',
+ 'DATA'),
+ ('tcl/msgs/en_za.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_za.msg',
+ 'DATA'),
+ ('tcl/msgs/de_be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/de_be.msg',
+ 'DATA'),
+ ('tk/menu.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/menu.tcl',
+ 'DATA'),
+ ('tcl/http1.0/http.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/http1.0/http.tcl',
+ 'DATA'),
+ ('tcl/msgs/id.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/id.msg',
+ 'DATA'),
+ ('tcl/encoding/iso8859-6.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-6.enc',
+ 'DATA'),
+ ('tk/msgs/en_gb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/en_gb.msg',
+ 'DATA'),
+ ('tcl/msgs/ms.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ms.msg',
+ 'DATA'),
+ ('tcl/opt0.4/pkgIndex.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/opt0.4/pkgIndex.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp857.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp857.enc',
+ 'DATA'),
+ ('tcl/msgs/es_ec.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_ec.msg',
+ 'DATA'),
+ ('tk/images/logo64.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logo64.gif',
+ 'DATA'),
+ ('tk/console.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/console.tcl',
+ 'DATA'),
+ ('tk/msgs/el.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/el.msg',
+ 'DATA'),
+ ('tcl/encoding/macCyrillic.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macCyrillic.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-15.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-15.enc',
+ 'DATA'),
+ ('tk/ttk/defaults.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/defaults.tcl',
+ 'DATA'),
+ ('tcl/msgs/zh_cn.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh_cn.msg',
+ 'DATA'),
+ ('tcl/encoding/tis-620.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/tis-620.enc',
+ 'DATA'),
+ ('tcl/msgs/be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/be.msg',
+ 'DATA')],
+ False,
+ False,
+ False,
+ [],
+ 'arm64',
+ None,
+ None)
diff --git a/_MACOSX/build/All Dutch Zipcode Finder/All Dutch Zipcode Finder.pkg b/_MACOS/build/All Dutch Zipcode Finder/PYZ-00.pyz
similarity index 75%
rename from _MACOSX/build/All Dutch Zipcode Finder/All Dutch Zipcode Finder.pkg
rename to _MACOS/build/All Dutch Zipcode Finder/PYZ-00.pyz
index d565d0c..4f13d66 100644
Binary files a/_MACOSX/build/All Dutch Zipcode Finder/All Dutch Zipcode Finder.pkg and b/_MACOS/build/All Dutch Zipcode Finder/PYZ-00.pyz differ
diff --git a/_MACOS/build/All Dutch Zipcode Finder/PYZ-00.toc b/_MACOS/build/All Dutch Zipcode Finder/PYZ-00.toc
new file mode 100644
index 0000000..4efe476
--- /dev/null
+++ b/_MACOS/build/All Dutch Zipcode Finder/PYZ-00.toc
@@ -0,0 +1,681 @@
+('/Users/volkan/Library/Mobile '
+ 'Documents/com~apple~CloudDocs/Projects/AllDutchZipcodeFinder/_MACOS/build/All '
+ 'Dutch Zipcode Finder/PYZ-00.pyz',
+ [('multiprocessing.popen_spawn_posix',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/popen_spawn_posix.py',
+ 'PYMODULE'),
+ ('multiprocessing.resource_tracker',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/resource_tracker.py',
+ 'PYMODULE'),
+ ('threading',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py',
+ 'PYMODULE'),
+ ('_threading_local',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_threading_local.py',
+ 'PYMODULE'),
+ ('contextlib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/contextlib.py',
+ 'PYMODULE'),
+ ('_strptime',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_strptime.py',
+ 'PYMODULE'),
+ ('datetime',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/datetime.py',
+ 'PYMODULE'),
+ ('calendar',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/calendar.py',
+ 'PYMODULE'),
+ ('argparse',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/argparse.py',
+ 'PYMODULE'),
+ ('textwrap',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/textwrap.py',
+ 'PYMODULE'),
+ ('shutil',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/shutil.py',
+ 'PYMODULE'),
+ ('zipfile',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/zipfile.py',
+ 'PYMODULE'),
+ ('py_compile',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/py_compile.py',
+ 'PYMODULE'),
+ ('importlib.machinery',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/machinery.py',
+ 'PYMODULE'),
+ ('importlib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__init__.py',
+ 'PYMODULE'),
+ ('importlib.abc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/abc.py',
+ 'PYMODULE'),
+ ('typing',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/typing.py',
+ 'PYMODULE'),
+ ('importlib._abc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/_abc.py',
+ 'PYMODULE'),
+ ('importlib._bootstrap',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/_bootstrap.py',
+ 'PYMODULE'),
+ ('importlib._bootstrap_external',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/_bootstrap_external.py',
+ 'PYMODULE'),
+ ('importlib.metadata',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/metadata/__init__.py',
+ 'PYMODULE'),
+ ('importlib.metadata._itertools',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/metadata/_itertools.py',
+ 'PYMODULE'),
+ ('importlib.metadata._functools',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/metadata/_functools.py',
+ 'PYMODULE'),
+ ('importlib.metadata._collections',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/metadata/_collections.py',
+ 'PYMODULE'),
+ ('importlib.metadata._meta',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/metadata/_meta.py',
+ 'PYMODULE'),
+ ('importlib.metadata._adapters',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/metadata/_adapters.py',
+ 'PYMODULE'),
+ ('importlib.metadata._text',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/metadata/_text.py',
+ 'PYMODULE'),
+ ('email.message',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/message.py',
+ 'PYMODULE'),
+ ('email.policy',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/policy.py',
+ 'PYMODULE'),
+ ('email.contentmanager',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/contentmanager.py',
+ 'PYMODULE'),
+ ('email.quoprimime',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/quoprimime.py',
+ 'PYMODULE'),
+ ('email.headerregistry',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/headerregistry.py',
+ 'PYMODULE'),
+ ('email._header_value_parser',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/_header_value_parser.py',
+ 'PYMODULE'),
+ ('urllib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__init__.py',
+ 'PYMODULE'),
+ ('email.iterators',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/iterators.py',
+ 'PYMODULE'),
+ ('email.generator',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/generator.py',
+ 'PYMODULE'),
+ ('random',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/random.py',
+ 'PYMODULE'),
+ ('statistics',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/statistics.py',
+ 'PYMODULE'),
+ ('decimal',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/decimal.py',
+ 'PYMODULE'),
+ ('_pydecimal',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_pydecimal.py',
+ 'PYMODULE'),
+ ('contextvars',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/contextvars.py',
+ 'PYMODULE'),
+ ('fractions',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/fractions.py',
+ 'PYMODULE'),
+ ('numbers',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/numbers.py',
+ 'PYMODULE'),
+ ('hashlib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/hashlib.py',
+ 'PYMODULE'),
+ ('logging',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/__init__.py',
+ 'PYMODULE'),
+ ('pickle',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pickle.py',
+ 'PYMODULE'),
+ ('pprint',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pprint.py',
+ 'PYMODULE'),
+ ('dataclasses',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/dataclasses.py',
+ 'PYMODULE'),
+ ('inspect',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/inspect.py',
+ 'PYMODULE'),
+ ('token',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/token.py',
+ 'PYMODULE'),
+ ('dis',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/dis.py',
+ 'PYMODULE'),
+ ('opcode',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/opcode.py',
+ 'PYMODULE'),
+ ('ast',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ast.py',
+ 'PYMODULE'),
+ ('doctest',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/doctest.py',
+ 'PYMODULE'),
+ ('unittest',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/__init__.py',
+ 'PYMODULE'),
+ ('unittest.async_case',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/async_case.py',
+ 'PYMODULE'),
+ ('asyncio',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__init__.py',
+ 'PYMODULE'),
+ ('asyncio.unix_events',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/unix_events.py',
+ 'PYMODULE'),
+ ('asyncio.log',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/log.py',
+ 'PYMODULE'),
+ ('socket',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/socket.py',
+ 'PYMODULE'),
+ ('selectors',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/selectors.py',
+ 'PYMODULE'),
+ ('asyncio.windows_events',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/windows_events.py',
+ 'PYMODULE'),
+ ('asyncio.windows_utils',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/windows_utils.py',
+ 'PYMODULE'),
+ ('tempfile',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tempfile.py',
+ 'PYMODULE'),
+ ('asyncio.selector_events',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/selector_events.py',
+ 'PYMODULE'),
+ ('ssl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py',
+ 'PYMODULE'),
+ ('base64',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/base64.py',
+ 'PYMODULE'),
+ ('getopt',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/getopt.py',
+ 'PYMODULE'),
+ ('asyncio.proactor_events',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/proactor_events.py',
+ 'PYMODULE'),
+ ('asyncio.base_subprocess',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_subprocess.py',
+ 'PYMODULE'),
+ ('asyncio.threads',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/threads.py',
+ 'PYMODULE'),
+ ('asyncio.subprocess',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/subprocess.py',
+ 'PYMODULE'),
+ ('asyncio.streams',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/streams.py',
+ 'PYMODULE'),
+ ('asyncio.queues',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/queues.py',
+ 'PYMODULE'),
+ ('asyncio.runners',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/runners.py',
+ 'PYMODULE'),
+ ('asyncio.events',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/events.py',
+ 'PYMODULE'),
+ ('asyncio.base_events',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_events.py',
+ 'PYMODULE'),
+ ('concurrent.futures',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/__init__.py',
+ 'PYMODULE'),
+ ('concurrent.futures.thread',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/thread.py',
+ 'PYMODULE'),
+ ('queue',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/queue.py',
+ 'PYMODULE'),
+ ('concurrent.futures.process',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/process.py',
+ 'PYMODULE'),
+ ('multiprocessing.synchronize',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/synchronize.py',
+ 'PYMODULE'),
+ ('multiprocessing.heap',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/heap.py',
+ 'PYMODULE'),
+ ('multiprocessing.process',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/process.py',
+ 'PYMODULE'),
+ ('multiprocessing.queues',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/queues.py',
+ 'PYMODULE'),
+ ('multiprocessing.connection',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/connection.py',
+ 'PYMODULE'),
+ ('multiprocessing.resource_sharer',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/resource_sharer.py',
+ 'PYMODULE'),
+ ('xmlrpc.client',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xmlrpc/client.py',
+ 'PYMODULE'),
+ ('xmlrpc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xmlrpc/__init__.py',
+ 'PYMODULE'),
+ ('gzip',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/gzip.py',
+ 'PYMODULE'),
+ ('_compression',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_compression.py',
+ 'PYMODULE'),
+ ('xml.parsers.expat',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/parsers/expat.py',
+ 'PYMODULE'),
+ ('xml.parsers',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/parsers/__init__.py',
+ 'PYMODULE'),
+ ('xml',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/__init__.py',
+ 'PYMODULE'),
+ ('xml.sax.expatreader',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/sax/expatreader.py',
+ 'PYMODULE'),
+ ('xml.sax.saxutils',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/sax/saxutils.py',
+ 'PYMODULE'),
+ ('xml.sax',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/sax/__init__.py',
+ 'PYMODULE'),
+ ('xml.sax.handler',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/sax/handler.py',
+ 'PYMODULE'),
+ ('xml.sax._exceptions',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/sax/_exceptions.py',
+ 'PYMODULE'),
+ ('xml.sax.xmlreader',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/sax/xmlreader.py',
+ 'PYMODULE'),
+ ('urllib.parse',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/parse.py',
+ 'PYMODULE'),
+ ('http.client',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py',
+ 'PYMODULE'),
+ ('http',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__init__.py',
+ 'PYMODULE'),
+ ('email.parser',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/parser.py',
+ 'PYMODULE'),
+ ('email.feedparser',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/feedparser.py',
+ 'PYMODULE'),
+ ('hmac',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/hmac.py',
+ 'PYMODULE'),
+ ('concurrent.futures._base',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/_base.py',
+ 'PYMODULE'),
+ ('concurrent',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/__init__.py',
+ 'PYMODULE'),
+ ('asyncio.trsock',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/trsock.py',
+ 'PYMODULE'),
+ ('asyncio.staggered',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/staggered.py',
+ 'PYMODULE'),
+ ('asyncio.tasks',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/tasks.py',
+ 'PYMODULE'),
+ ('asyncio.base_tasks',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_tasks.py',
+ 'PYMODULE'),
+ ('asyncio.locks',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/locks.py',
+ 'PYMODULE'),
+ ('asyncio.mixins',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/mixins.py',
+ 'PYMODULE'),
+ ('asyncio.sslproto',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/sslproto.py',
+ 'PYMODULE'),
+ ('asyncio.transports',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/transports.py',
+ 'PYMODULE'),
+ ('asyncio.protocols',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/protocols.py',
+ 'PYMODULE'),
+ ('asyncio.futures',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/futures.py',
+ 'PYMODULE'),
+ ('asyncio.exceptions',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/exceptions.py',
+ 'PYMODULE'),
+ ('asyncio.coroutines',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/coroutines.py',
+ 'PYMODULE'),
+ ('asyncio.base_futures',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_futures.py',
+ 'PYMODULE'),
+ ('asyncio.format_helpers',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/format_helpers.py',
+ 'PYMODULE'),
+ ('asyncio.constants',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/constants.py',
+ 'PYMODULE'),
+ ('unittest.signals',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/signals.py',
+ 'PYMODULE'),
+ ('unittest.main',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/main.py',
+ 'PYMODULE'),
+ ('unittest.runner',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/runner.py',
+ 'PYMODULE'),
+ ('unittest.loader',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/loader.py',
+ 'PYMODULE'),
+ ('unittest.suite',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/suite.py',
+ 'PYMODULE'),
+ ('unittest.case',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/case.py',
+ 'PYMODULE'),
+ ('unittest._log',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/_log.py',
+ 'PYMODULE'),
+ ('unittest.result',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/result.py',
+ 'PYMODULE'),
+ ('unittest.util',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/unittest/util.py',
+ 'PYMODULE'),
+ ('pdb',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pdb.py',
+ 'PYMODULE'),
+ ('pydoc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pydoc.py',
+ 'PYMODULE'),
+ ('webbrowser',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/webbrowser.py',
+ 'PYMODULE'),
+ ('http.server',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/server.py',
+ 'PYMODULE'),
+ ('socketserver',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/socketserver.py',
+ 'PYMODULE'),
+ ('mimetypes',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/mimetypes.py',
+ 'PYMODULE'),
+ ('html',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/__init__.py',
+ 'PYMODULE'),
+ ('html.entities',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/entities.py',
+ 'PYMODULE'),
+ ('pydoc_data.topics',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pydoc_data/topics.py',
+ 'PYMODULE'),
+ ('pydoc_data',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pydoc_data/__init__.py',
+ 'PYMODULE'),
+ ('tty',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tty.py',
+ 'PYMODULE'),
+ ('sysconfig',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/sysconfig.py',
+ 'PYMODULE'),
+ ('_sysconfigdata__darwin_darwin',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_sysconfigdata__darwin_darwin.py',
+ 'PYMODULE'),
+ ('_aix_support',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_aix_support.py',
+ 'PYMODULE'),
+ ('_bootsubprocess',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_bootsubprocess.py',
+ 'PYMODULE'),
+ ('_osx_support',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_osx_support.py',
+ 'PYMODULE'),
+ ('platform',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/platform.py',
+ 'PYMODULE'),
+ ('plistlib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/plistlib.py',
+ 'PYMODULE'),
+ ('pkgutil',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pkgutil.py',
+ 'PYMODULE'),
+ ('zipimport',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/zipimport.py',
+ 'PYMODULE'),
+ ('runpy',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py',
+ 'PYMODULE'),
+ ('shlex',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/shlex.py',
+ 'PYMODULE'),
+ ('glob',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/glob.py',
+ 'PYMODULE'),
+ ('code',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/code.py',
+ 'PYMODULE'),
+ ('codeop',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/codeop.py',
+ 'PYMODULE'),
+ ('bdb',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/bdb.py',
+ 'PYMODULE'),
+ ('cmd',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/cmd.py',
+ 'PYMODULE'),
+ ('difflib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/difflib.py',
+ 'PYMODULE'),
+ ('__future__',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__future__.py',
+ 'PYMODULE'),
+ ('_compat_pickle',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_compat_pickle.py',
+ 'PYMODULE'),
+ ('bisect',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/bisect.py',
+ 'PYMODULE'),
+ ('email._encoded_words',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/_encoded_words.py',
+ 'PYMODULE'),
+ ('email.charset',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/charset.py',
+ 'PYMODULE'),
+ ('email.encoders',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/encoders.py',
+ 'PYMODULE'),
+ ('email.base64mime',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/base64mime.py',
+ 'PYMODULE'),
+ ('email._policybase',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/_policybase.py',
+ 'PYMODULE'),
+ ('email.header',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/header.py',
+ 'PYMODULE'),
+ ('email.errors',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/errors.py',
+ 'PYMODULE'),
+ ('email.utils',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/utils.py',
+ 'PYMODULE'),
+ ('email._parseaddr',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/_parseaddr.py',
+ 'PYMODULE'),
+ ('quopri',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/quopri.py',
+ 'PYMODULE'),
+ ('uu',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/uu.py',
+ 'PYMODULE'),
+ ('optparse',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/optparse.py',
+ 'PYMODULE'),
+ ('email',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__init__.py',
+ 'PYMODULE'),
+ ('csv',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/csv.py',
+ 'PYMODULE'),
+ ('importlib.readers',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/readers.py',
+ 'PYMODULE'),
+ ('struct',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/struct.py',
+ 'PYMODULE'),
+ ('posixpath',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/posixpath.py',
+ 'PYMODULE'),
+ ('genericpath',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/genericpath.py',
+ 'PYMODULE'),
+ ('importlib.util',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/util.py',
+ 'PYMODULE'),
+ ('tarfile',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tarfile.py',
+ 'PYMODULE'),
+ ('lzma',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lzma.py',
+ 'PYMODULE'),
+ ('bz2',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/bz2.py',
+ 'PYMODULE'),
+ ('fnmatch',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/fnmatch.py',
+ 'PYMODULE'),
+ ('stat',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/stat.py',
+ 'PYMODULE'),
+ ('copy',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/copy.py',
+ 'PYMODULE'),
+ ('gettext',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/gettext.py',
+ 'PYMODULE'),
+ ('signal',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/signal.py',
+ 'PYMODULE'),
+ ('multiprocessing.util',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/util.py',
+ 'PYMODULE'),
+ ('multiprocessing.forkserver',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/forkserver.py',
+ 'PYMODULE'),
+ ('multiprocessing.context',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/context.py',
+ 'PYMODULE'),
+ ('multiprocessing.popen_forkserver',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/popen_forkserver.py',
+ 'PYMODULE'),
+ ('multiprocessing.sharedctypes',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/sharedctypes.py',
+ 'PYMODULE'),
+ ('ctypes',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ctypes/__init__.py',
+ 'PYMODULE'),
+ ('ctypes._endian',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ctypes/_endian.py',
+ 'PYMODULE'),
+ ('multiprocessing.pool',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/pool.py',
+ 'PYMODULE'),
+ ('multiprocessing.dummy',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/dummy/__init__.py',
+ 'PYMODULE'),
+ ('multiprocessing.dummy.connection',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/dummy/connection.py',
+ 'PYMODULE'),
+ ('multiprocessing.managers',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/managers.py',
+ 'PYMODULE'),
+ ('multiprocessing.shared_memory',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/shared_memory.py',
+ 'PYMODULE'),
+ ('secrets',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/secrets.py',
+ 'PYMODULE'),
+ ('multiprocessing.reduction',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/reduction.py',
+ 'PYMODULE'),
+ ('multiprocessing.popen_fork',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/popen_fork.py',
+ 'PYMODULE'),
+ ('multiprocessing.popen_spawn_win32',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/popen_spawn_win32.py',
+ 'PYMODULE'),
+ ('subprocess',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py',
+ 'PYMODULE'),
+ ('multiprocessing.spawn',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/spawn.py',
+ 'PYMODULE'),
+ ('multiprocessing',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/__init__.py',
+ 'PYMODULE'),
+ ('tracemalloc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tracemalloc.py',
+ 'PYMODULE'),
+ ('stringprep',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/stringprep.py',
+ 'PYMODULE'),
+ ('_py_abc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_py_abc.py',
+ 'PYMODULE'),
+ ('pathlib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pathlib.py',
+ 'PYMODULE'),
+ ('ntpath',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ntpath.py',
+ 'PYMODULE'),
+ ('tkinter',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tkinter/__init__.py',
+ 'PYMODULE'),
+ ('tkinter.constants',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tkinter/constants.py',
+ 'PYMODULE'),
+ ('urllib.request',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py',
+ 'PYMODULE'),
+ ('getpass',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/getpass.py',
+ 'PYMODULE'),
+ ('nturl2path',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/nturl2path.py',
+ 'PYMODULE'),
+ ('ftplib',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ftplib.py',
+ 'PYMODULE'),
+ ('netrc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/netrc.py',
+ 'PYMODULE'),
+ ('http.cookiejar',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/cookiejar.py',
+ 'PYMODULE'),
+ ('urllib.response',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/response.py',
+ 'PYMODULE'),
+ ('urllib.error',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/error.py',
+ 'PYMODULE'),
+ ('os',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/os.py',
+ 'PYMODULE'),
+ ('string',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/string.py',
+ 'PYMODULE')])
diff --git a/_MACOS/build/All Dutch Zipcode Finder/Tree-00.toc b/_MACOS/build/All Dutch Zipcode Finder/Tree-00.toc
new file mode 100644
index 0000000..18da2a2
--- /dev/null
+++ b/_MACOS/build/All Dutch Zipcode Finder/Tree-00.toc
@@ -0,0 +1,670 @@
+('/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6',
+ 'tcl',
+ ['demos', '*.lib', 'tclConfig.sh'],
+ 'DATA',
+ [('tcl/word.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/word.tcl',
+ 'DATA'),
+ ('tcl/tm.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/tm.tcl',
+ 'DATA'),
+ ('tcl/clock.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/clock.tcl',
+ 'DATA'),
+ ('tcl/history.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/history.tcl',
+ 'DATA'),
+ ('tcl/tclIndex',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/tclIndex',
+ 'DATA'),
+ ('tcl/safe.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/safe.tcl',
+ 'DATA'),
+ ('tcl/parray.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/parray.tcl',
+ 'DATA'),
+ ('tcl/tclAppInit.c',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/tclAppInit.c',
+ 'DATA'),
+ ('tcl/package.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/package.tcl',
+ 'DATA'),
+ ('tcl/auto.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/auto.tcl',
+ 'DATA'),
+ ('tcl/init.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/init.tcl',
+ 'DATA'),
+ ('tcl/http1.0/http.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/http1.0/http.tcl',
+ 'DATA'),
+ ('tcl/http1.0/pkgIndex.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/http1.0/pkgIndex.tcl',
+ 'DATA'),
+ ('tcl/msgs/kok.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kok.msg',
+ 'DATA'),
+ ('tcl/msgs/sw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sw.msg',
+ 'DATA'),
+ ('tcl/msgs/pl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/pl.msg',
+ 'DATA'),
+ ('tcl/msgs/fa.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fa.msg',
+ 'DATA'),
+ ('tcl/msgs/de_at.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/de_at.msg',
+ 'DATA'),
+ ('tcl/msgs/es_bo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_bo.msg',
+ 'DATA'),
+ ('tcl/msgs/el.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/el.msg',
+ 'DATA'),
+ ('tcl/msgs/sv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sv.msg',
+ 'DATA'),
+ ('tcl/msgs/gl_es.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/gl_es.msg',
+ 'DATA'),
+ ('tcl/msgs/en_bw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_bw.msg',
+ 'DATA'),
+ ('tcl/msgs/fr_ca.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fr_ca.msg',
+ 'DATA'),
+ ('tcl/msgs/fr_be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fr_be.msg',
+ 'DATA'),
+ ('tcl/msgs/hi.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/hi.msg',
+ 'DATA'),
+ ('tcl/msgs/ja.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ja.msg',
+ 'DATA'),
+ ('tcl/msgs/eo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/eo.msg',
+ 'DATA'),
+ ('tcl/msgs/pt_br.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/pt_br.msg',
+ 'DATA'),
+ ('tcl/msgs/bn_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/bn_in.msg',
+ 'DATA'),
+ ('tcl/msgs/ru_ua.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ru_ua.msg',
+ 'DATA'),
+ ('tcl/msgs/en_ca.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_ca.msg',
+ 'DATA'),
+ ('tcl/msgs/en_be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_be.msg',
+ 'DATA'),
+ ('tcl/msgs/sq.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sq.msg',
+ 'DATA'),
+ ('tcl/msgs/ru.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ru.msg',
+ 'DATA'),
+ ('tcl/msgs/es_cl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_cl.msg',
+ 'DATA'),
+ ('tcl/msgs/kw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kw.msg',
+ 'DATA'),
+ ('tcl/msgs/es_ar.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_ar.msg',
+ 'DATA'),
+ ('tcl/msgs/ar_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar_in.msg',
+ 'DATA'),
+ ('tcl/msgs/en_zw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_zw.msg',
+ 'DATA'),
+ ('tcl/msgs/sr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sr.msg',
+ 'DATA'),
+ ('tcl/msgs/it_ch.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/it_ch.msg',
+ 'DATA'),
+ ('tcl/msgs/es_co.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_co.msg',
+ 'DATA'),
+ ('tcl/msgs/gv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/gv.msg',
+ 'DATA'),
+ ('tcl/msgs/fr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fr.msg',
+ 'DATA'),
+ ('tcl/msgs/ga.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ga.msg',
+ 'DATA'),
+ ('tcl/msgs/es_ni.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_ni.msg',
+ 'DATA'),
+ ('tcl/msgs/en_za.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_za.msg',
+ 'DATA'),
+ ('tcl/msgs/af.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/af.msg',
+ 'DATA'),
+ ('tcl/msgs/es_hn.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_hn.msg',
+ 'DATA'),
+ ('tcl/msgs/lv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/lv.msg',
+ 'DATA'),
+ ('tcl/msgs/mr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/mr.msg',
+ 'DATA'),
+ ('tcl/msgs/ms.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ms.msg',
+ 'DATA'),
+ ('tcl/msgs/ar.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar.msg',
+ 'DATA'),
+ ('tcl/msgs/es_do.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_do.msg',
+ 'DATA'),
+ ('tcl/msgs/es_gt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_gt.msg',
+ 'DATA'),
+ ('tcl/msgs/lt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/lt.msg',
+ 'DATA'),
+ ('tcl/msgs/te.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/te.msg',
+ 'DATA'),
+ ('tcl/msgs/tr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/tr.msg',
+ 'DATA'),
+ ('tcl/msgs/en_ie.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_ie.msg',
+ 'DATA'),
+ ('tcl/msgs/nl_be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/nl_be.msg',
+ 'DATA'),
+ ('tcl/msgs/es_py.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_py.msg',
+ 'DATA'),
+ ('tcl/msgs/ta.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ta.msg',
+ 'DATA'),
+ ('tcl/msgs/vi.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/vi.msg',
+ 'DATA'),
+ ('tcl/msgs/mt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/mt.msg',
+ 'DATA'),
+ ('tcl/msgs/nn.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/nn.msg',
+ 'DATA'),
+ ('tcl/msgs/es_sv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_sv.msg',
+ 'DATA'),
+ ('tcl/msgs/nl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/nl.msg',
+ 'DATA'),
+ ('tcl/msgs/bn.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/bn.msg',
+ 'DATA'),
+ ('tcl/msgs/ar_lb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar_lb.msg',
+ 'DATA'),
+ ('tcl/msgs/zh.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh.msg',
+ 'DATA'),
+ ('tcl/msgs/fa_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fa_in.msg',
+ 'DATA'),
+ ('tcl/msgs/ko_kr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ko_kr.msg',
+ 'DATA'),
+ ('tcl/msgs/en_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_in.msg',
+ 'DATA'),
+ ('tcl/msgs/es_pa.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_pa.msg',
+ 'DATA'),
+ ('tcl/msgs/te_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/te_in.msg',
+ 'DATA'),
+ ('tcl/msgs/uk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/uk.msg',
+ 'DATA'),
+ ('tcl/msgs/en_hk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_hk.msg',
+ 'DATA'),
+ ('tcl/msgs/zh_hk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh_hk.msg',
+ 'DATA'),
+ ('tcl/msgs/ga_ie.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ga_ie.msg',
+ 'DATA'),
+ ('tcl/msgs/cs.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/cs.msg',
+ 'DATA'),
+ ('tcl/msgs/es_ec.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_ec.msg',
+ 'DATA'),
+ ('tcl/msgs/nb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/nb.msg',
+ 'DATA'),
+ ('tcl/msgs/hi_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/hi_in.msg',
+ 'DATA'),
+ ('tcl/msgs/af_za.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/af_za.msg',
+ 'DATA'),
+ ('tcl/msgs/fo_fo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fo_fo.msg',
+ 'DATA'),
+ ('tcl/msgs/fa_ir.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fa_ir.msg',
+ 'DATA'),
+ ('tcl/msgs/th.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/th.msg',
+ 'DATA'),
+ ('tcl/msgs/ca.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ca.msg',
+ 'DATA'),
+ ('tcl/msgs/be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/be.msg',
+ 'DATA'),
+ ('tcl/msgs/mk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/mk.msg',
+ 'DATA'),
+ ('tcl/msgs/kok_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kok_in.msg',
+ 'DATA'),
+ ('tcl/msgs/en_gb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_gb.msg',
+ 'DATA'),
+ ('tcl/msgs/en_sg.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_sg.msg',
+ 'DATA'),
+ ('tcl/msgs/zh_sg.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh_sg.msg',
+ 'DATA'),
+ ('tcl/msgs/kw_gb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kw_gb.msg',
+ 'DATA'),
+ ('tcl/msgs/bg.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/bg.msg',
+ 'DATA'),
+ ('tcl/msgs/es_pe.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_pe.msg',
+ 'DATA'),
+ ('tcl/msgs/es_pr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_pr.msg',
+ 'DATA'),
+ ('tcl/msgs/en_ph.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_ph.msg',
+ 'DATA'),
+ ('tcl/msgs/ms_my.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ms_my.msg',
+ 'DATA'),
+ ('tcl/msgs/es_uy.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_uy.msg',
+ 'DATA'),
+ ('tcl/msgs/mr_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/mr_in.msg',
+ 'DATA'),
+ ('tcl/msgs/gv_gb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/gv_gb.msg',
+ 'DATA'),
+ ('tcl/msgs/ar_sy.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar_sy.msg',
+ 'DATA'),
+ ('tcl/msgs/gl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/gl.msg',
+ 'DATA'),
+ ('tcl/msgs/es.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es.msg',
+ 'DATA'),
+ ('tcl/msgs/ko.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ko.msg',
+ 'DATA'),
+ ('tcl/msgs/hu.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/hu.msg',
+ 'DATA'),
+ ('tcl/msgs/da.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/da.msg',
+ 'DATA'),
+ ('tcl/msgs/fi.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fi.msg',
+ 'DATA'),
+ ('tcl/msgs/sh.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sh.msg',
+ 'DATA'),
+ ('tcl/msgs/fr_ch.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fr_ch.msg',
+ 'DATA'),
+ ('tcl/msgs/ar_jo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ar_jo.msg',
+ 'DATA'),
+ ('tcl/msgs/is.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/is.msg',
+ 'DATA'),
+ ('tcl/msgs/kl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kl.msg',
+ 'DATA'),
+ ('tcl/msgs/de_be.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/de_be.msg',
+ 'DATA'),
+ ('tcl/msgs/id.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/id.msg',
+ 'DATA'),
+ ('tcl/msgs/sk.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sk.msg',
+ 'DATA'),
+ ('tcl/msgs/ro.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ro.msg',
+ 'DATA'),
+ ('tcl/msgs/zh_cn.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh_cn.msg',
+ 'DATA'),
+ ('tcl/msgs/id_id.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/id_id.msg',
+ 'DATA'),
+ ('tcl/msgs/eu_es.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/eu_es.msg',
+ 'DATA'),
+ ('tcl/msgs/pt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/pt.msg',
+ 'DATA'),
+ ('tcl/msgs/eu.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/eu.msg',
+ 'DATA'),
+ ('tcl/msgs/es_cr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_cr.msg',
+ 'DATA'),
+ ('tcl/msgs/ta_in.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/ta_in.msg',
+ 'DATA'),
+ ('tcl/msgs/he.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/he.msg',
+ 'DATA'),
+ ('tcl/msgs/hr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/hr.msg',
+ 'DATA'),
+ ('tcl/msgs/es_mx.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_mx.msg',
+ 'DATA'),
+ ('tcl/msgs/et.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/et.msg',
+ 'DATA'),
+ ('tcl/msgs/fo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/fo.msg',
+ 'DATA'),
+ ('tcl/msgs/es_ve.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/es_ve.msg',
+ 'DATA'),
+ ('tcl/msgs/zh_tw.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/zh_tw.msg',
+ 'DATA'),
+ ('tcl/msgs/sl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/sl.msg',
+ 'DATA'),
+ ('tcl/msgs/de.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/de.msg',
+ 'DATA'),
+ ('tcl/msgs/it.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/it.msg',
+ 'DATA'),
+ ('tcl/msgs/en_au.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_au.msg',
+ 'DATA'),
+ ('tcl/msgs/kl_gl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/kl_gl.msg',
+ 'DATA'),
+ ('tcl/msgs/en_nz.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/msgs/en_nz.msg',
+ 'DATA'),
+ ('tcl/opt0.4/optparse.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/opt0.4/optparse.tcl',
+ 'DATA'),
+ ('tcl/opt0.4/pkgIndex.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/opt0.4/pkgIndex.tcl',
+ 'DATA'),
+ ('tcl/encoding/cp869.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp869.enc',
+ 'DATA'),
+ ('tcl/encoding/cp855.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp855.enc',
+ 'DATA'),
+ ('tcl/encoding/iso2022-jp.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso2022-jp.enc',
+ 'DATA'),
+ ('tcl/encoding/jis0201.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/jis0201.enc',
+ 'DATA'),
+ ('tcl/encoding/cp857.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp857.enc',
+ 'DATA'),
+ ('tcl/encoding/macJapan.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macJapan.enc',
+ 'DATA'),
+ ('tcl/encoding/macUkraine.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macUkraine.enc',
+ 'DATA'),
+ ('tcl/encoding/cp936.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp936.enc',
+ 'DATA'),
+ ('tcl/encoding/cp932.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp932.enc',
+ 'DATA'),
+ ('tcl/encoding/tis-620.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/tis-620.enc',
+ 'DATA'),
+ ('tcl/encoding/cp852.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp852.enc',
+ 'DATA'),
+ ('tcl/encoding/iso2022-kr.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso2022-kr.enc',
+ 'DATA'),
+ ('tcl/encoding/macIceland.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macIceland.enc',
+ 'DATA'),
+ ('tcl/encoding/cp850.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp850.enc',
+ 'DATA'),
+ ('tcl/encoding/jis0212.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/jis0212.enc',
+ 'DATA'),
+ ('tcl/encoding/symbol.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/symbol.enc',
+ 'DATA'),
+ ('tcl/encoding/macTurkish.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macTurkish.enc',
+ 'DATA'),
+ ('tcl/encoding/ascii.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/ascii.enc',
+ 'DATA'),
+ ('tcl/encoding/macGreek.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macGreek.enc',
+ 'DATA'),
+ ('tcl/encoding/gb12345.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/gb12345.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-6.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-6.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-7.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-7.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-5.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-5.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-4.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-4.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-1.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-1.enc',
+ 'DATA'),
+ ('tcl/encoding/dingbats.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/dingbats.enc',
+ 'DATA'),
+ ('tcl/encoding/cp950.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp950.enc',
+ 'DATA'),
+ ('tcl/encoding/cp1258.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1258.enc',
+ 'DATA'),
+ ('tcl/encoding/cp775.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp775.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-3.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-3.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-2.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-2.enc',
+ 'DATA'),
+ ('tcl/encoding/gb2312-raw.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/gb2312-raw.enc',
+ 'DATA'),
+ ('tcl/encoding/macCyrillic.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macCyrillic.enc',
+ 'DATA'),
+ ('tcl/encoding/cp1256.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1256.enc',
+ 'DATA'),
+ ('tcl/encoding/gb1988.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/gb1988.enc',
+ 'DATA'),
+ ('tcl/encoding/ebcdic.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/ebcdic.enc',
+ 'DATA'),
+ ('tcl/encoding/euc-jp.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/euc-jp.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-13.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-13.enc',
+ 'DATA'),
+ ('tcl/encoding/ksc5601.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/ksc5601.enc',
+ 'DATA'),
+ ('tcl/encoding/big5.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/big5.enc',
+ 'DATA'),
+ ('tcl/encoding/cp1257.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1257.enc',
+ 'DATA'),
+ ('tcl/encoding/gb2312.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/gb2312.enc',
+ 'DATA'),
+ ('tcl/encoding/cp1255.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1255.enc',
+ 'DATA'),
+ ('tcl/encoding/cp949.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp949.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-11.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-11.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-10.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-10.enc',
+ 'DATA'),
+ ('tcl/encoding/cp1254.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1254.enc',
+ 'DATA'),
+ ('tcl/encoding/cp1250.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1250.enc',
+ 'DATA'),
+ ('tcl/encoding/macCentEuro.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macCentEuro.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-14.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-14.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-9.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-9.enc',
+ 'DATA'),
+ ('tcl/encoding/euc-kr.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/euc-kr.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-8.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-8.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-15.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-15.enc',
+ 'DATA'),
+ ('tcl/encoding/cp1251.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1251.enc',
+ 'DATA'),
+ ('tcl/encoding/cp1253.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1253.enc',
+ 'DATA'),
+ ('tcl/encoding/iso8859-16.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso8859-16.enc',
+ 'DATA'),
+ ('tcl/encoding/cp437.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp437.enc',
+ 'DATA'),
+ ('tcl/encoding/cp1252.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp1252.enc',
+ 'DATA'),
+ ('tcl/encoding/koi8-u.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/koi8-u.enc',
+ 'DATA'),
+ ('tcl/encoding/macThai.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macThai.enc',
+ 'DATA'),
+ ('tcl/encoding/shiftjis.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/shiftjis.enc',
+ 'DATA'),
+ ('tcl/encoding/cp861.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp861.enc',
+ 'DATA'),
+ ('tcl/encoding/macRomania.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macRomania.enc',
+ 'DATA'),
+ ('tcl/encoding/cp860.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp860.enc',
+ 'DATA'),
+ ('tcl/encoding/cp874.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp874.enc',
+ 'DATA'),
+ ('tcl/encoding/cns11643.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cns11643.enc',
+ 'DATA'),
+ ('tcl/encoding/macRoman.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macRoman.enc',
+ 'DATA'),
+ ('tcl/encoding/jis0208.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/jis0208.enc',
+ 'DATA'),
+ ('tcl/encoding/cp862.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp862.enc',
+ 'DATA'),
+ ('tcl/encoding/iso2022.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/iso2022.enc',
+ 'DATA'),
+ ('tcl/encoding/macDingbats.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macDingbats.enc',
+ 'DATA'),
+ ('tcl/encoding/cp863.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp863.enc',
+ 'DATA'),
+ ('tcl/encoding/cp866.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp866.enc',
+ 'DATA'),
+ ('tcl/encoding/koi8-r.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/koi8-r.enc',
+ 'DATA'),
+ ('tcl/encoding/cp737.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp737.enc',
+ 'DATA'),
+ ('tcl/encoding/cp864.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp864.enc',
+ 'DATA'),
+ ('tcl/encoding/macCroatian.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/macCroatian.enc',
+ 'DATA'),
+ ('tcl/encoding/euc-cn.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/euc-cn.enc',
+ 'DATA'),
+ ('tcl/encoding/cp865.enc',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/encoding/cp865.enc',
+ 'DATA')])
diff --git a/_MACOS/build/All Dutch Zipcode Finder/Tree-01.toc b/_MACOS/build/All Dutch Zipcode Finder/Tree-01.toc
new file mode 100644
index 0000000..49edc09
--- /dev/null
+++ b/_MACOS/build/All Dutch Zipcode Finder/Tree-01.toc
@@ -0,0 +1,265 @@
+('/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6',
+ 'tk',
+ ['demos', '*.lib', 'tkConfig.sh'],
+ 'DATA',
+ [('tk/panedwindow.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/panedwindow.tcl',
+ 'DATA'),
+ ('tk/tkfbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tkfbox.tcl',
+ 'DATA'),
+ ('tk/msgbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgbox.tcl',
+ 'DATA'),
+ ('tk/button.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/button.tcl',
+ 'DATA'),
+ ('tk/text.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/text.tcl',
+ 'DATA'),
+ ('tk/megawidget.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/megawidget.tcl',
+ 'DATA'),
+ ('tk/tk.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tk.tcl',
+ 'DATA'),
+ ('tk/fontchooser.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/fontchooser.tcl',
+ 'DATA'),
+ ('tk/obsolete.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/obsolete.tcl',
+ 'DATA'),
+ ('tk/mkpsenc.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/mkpsenc.tcl',
+ 'DATA'),
+ ('tk/spinbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/spinbox.tcl',
+ 'DATA'),
+ ('tk/unsupported.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/unsupported.tcl',
+ 'DATA'),
+ ('tk/clrpick.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/clrpick.tcl',
+ 'DATA'),
+ ('tk/entry.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/entry.tcl',
+ 'DATA'),
+ ('tk/console.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/console.tcl',
+ 'DATA'),
+ ('tk/icons.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/icons.tcl',
+ 'DATA'),
+ ('tk/choosedir.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/choosedir.tcl',
+ 'DATA'),
+ ('tk/menu.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/menu.tcl',
+ 'DATA'),
+ ('tk/dialog.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/dialog.tcl',
+ 'DATA'),
+ ('tk/comdlg.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/comdlg.tcl',
+ 'DATA'),
+ ('tk/tclIndex',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tclIndex',
+ 'DATA'),
+ ('tk/tearoff.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tearoff.tcl',
+ 'DATA'),
+ ('tk/pkgIndex.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/pkgIndex.tcl',
+ 'DATA'),
+ ('tk/tkAppInit.c',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/tkAppInit.c',
+ 'DATA'),
+ ('tk/bgerror.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/bgerror.tcl',
+ 'DATA'),
+ ('tk/scrlbar.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/scrlbar.tcl',
+ 'DATA'),
+ ('tk/safetk.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/safetk.tcl',
+ 'DATA'),
+ ('tk/iconlist.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/iconlist.tcl',
+ 'DATA'),
+ ('tk/optMenu.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/optMenu.tcl',
+ 'DATA'),
+ ('tk/xmfbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/xmfbox.tcl',
+ 'DATA'),
+ ('tk/listbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/listbox.tcl',
+ 'DATA'),
+ ('tk/focus.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/focus.tcl',
+ 'DATA'),
+ ('tk/scale.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/scale.tcl',
+ 'DATA'),
+ ('tk/palette.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/palette.tcl',
+ 'DATA'),
+ ('tk/msgs/pl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/pl.msg',
+ 'DATA'),
+ ('tk/msgs/el.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/el.msg',
+ 'DATA'),
+ ('tk/msgs/sv.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/sv.msg',
+ 'DATA'),
+ ('tk/msgs/en.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/en.msg',
+ 'DATA'),
+ ('tk/msgs/eo.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/eo.msg',
+ 'DATA'),
+ ('tk/msgs/ru.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/ru.msg',
+ 'DATA'),
+ ('tk/msgs/fr.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/fr.msg',
+ 'DATA'),
+ ('tk/msgs/nl.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/nl.msg',
+ 'DATA'),
+ ('tk/msgs/cs.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/cs.msg',
+ 'DATA'),
+ ('tk/msgs/en_gb.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/en_gb.msg',
+ 'DATA'),
+ ('tk/msgs/es.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/es.msg',
+ 'DATA'),
+ ('tk/msgs/hu.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/hu.msg',
+ 'DATA'),
+ ('tk/msgs/da.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/da.msg',
+ 'DATA'),
+ ('tk/msgs/pt.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/pt.msg',
+ 'DATA'),
+ ('tk/msgs/de.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/de.msg',
+ 'DATA'),
+ ('tk/msgs/it.msg',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/msgs/it.msg',
+ 'DATA'),
+ ('tk/images/logoMed.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logoMed.gif',
+ 'DATA'),
+ ('tk/images/logo.eps',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logo.eps',
+ 'DATA'),
+ ('tk/images/pwrdLogo150.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo150.gif',
+ 'DATA'),
+ ('tk/images/tai-ku.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/tai-ku.gif',
+ 'DATA'),
+ ('tk/images/README',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/README',
+ 'DATA'),
+ ('tk/images/pwrdLogo.eps',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo.eps',
+ 'DATA'),
+ ('tk/images/pwrdLogo200.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo200.gif',
+ 'DATA'),
+ ('tk/images/logoLarge.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logoLarge.gif',
+ 'DATA'),
+ ('tk/images/pwrdLogo175.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo175.gif',
+ 'DATA'),
+ ('tk/images/pwrdLogo75.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo75.gif',
+ 'DATA'),
+ ('tk/images/pwrdLogo100.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/pwrdLogo100.gif',
+ 'DATA'),
+ ('tk/images/logo100.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logo100.gif',
+ 'DATA'),
+ ('tk/images/logo64.gif',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/images/logo64.gif',
+ 'DATA'),
+ ('tk/ttk/panedwindow.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/panedwindow.tcl',
+ 'DATA'),
+ ('tk/ttk/scrollbar.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/scrollbar.tcl',
+ 'DATA'),
+ ('tk/ttk/sizegrip.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/sizegrip.tcl',
+ 'DATA'),
+ ('tk/ttk/button.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/button.tcl',
+ 'DATA'),
+ ('tk/ttk/defaults.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/defaults.tcl',
+ 'DATA'),
+ ('tk/ttk/utils.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/utils.tcl',
+ 'DATA'),
+ ('tk/ttk/ttk.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/ttk.tcl',
+ 'DATA'),
+ ('tk/ttk/treeview.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/treeview.tcl',
+ 'DATA'),
+ ('tk/ttk/classicTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/classicTheme.tcl',
+ 'DATA'),
+ ('tk/ttk/spinbox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/spinbox.tcl',
+ 'DATA'),
+ ('tk/ttk/clamTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/clamTheme.tcl',
+ 'DATA'),
+ ('tk/ttk/aquaTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/aquaTheme.tcl',
+ 'DATA'),
+ ('tk/ttk/xpTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/xpTheme.tcl',
+ 'DATA'),
+ ('tk/ttk/entry.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/entry.tcl',
+ 'DATA'),
+ ('tk/ttk/notebook.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/notebook.tcl',
+ 'DATA'),
+ ('tk/ttk/fonts.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/fonts.tcl',
+ 'DATA'),
+ ('tk/ttk/vistaTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/vistaTheme.tcl',
+ 'DATA'),
+ ('tk/ttk/altTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/altTheme.tcl',
+ 'DATA'),
+ ('tk/ttk/combobox.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/combobox.tcl',
+ 'DATA'),
+ ('tk/ttk/winTheme.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/winTheme.tcl',
+ 'DATA'),
+ ('tk/ttk/scale.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/scale.tcl',
+ 'DATA'),
+ ('tk/ttk/menubutton.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/menubutton.tcl',
+ 'DATA'),
+ ('tk/ttk/progress.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/progress.tcl',
+ 'DATA'),
+ ('tk/ttk/cursors.tcl',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tk8.6/ttk/cursors.tcl',
+ 'DATA')])
diff --git a/_MACOS/build/All Dutch Zipcode Finder/Tree-02.toc b/_MACOS/build/All Dutch Zipcode Finder/Tree-02.toc
new file mode 100644
index 0000000..b7db7b0
--- /dev/null
+++ b/_MACOS/build/All Dutch Zipcode Finder/Tree-02.toc
@@ -0,0 +1,22 @@
+('/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8',
+ 'tcl8',
+ [],
+ 'DATA',
+ [('tcl8/8.5/msgcat-1.6.1.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.5/msgcat-1.6.1.tm',
+ 'DATA'),
+ ('tcl8/8.5/tcltest-2.5.3.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.5/tcltest-2.5.3.tm',
+ 'DATA'),
+ ('tcl8/8.4/platform-1.0.18.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.4/platform-1.0.18.tm',
+ 'DATA'),
+ ('tcl8/8.4/platform/shell-1.1.4.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.4/platform/shell-1.1.4.tm',
+ 'DATA'),
+ ('tcl8/8.6/http-2.9.5.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.6/http-2.9.5.tm',
+ 'DATA'),
+ ('tcl8/8.6/tdbc/sqlite3-1.1.3.tm',
+ '/Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6/../tcl8/8.6/tdbc/sqlite3-1.1.3.tm',
+ 'DATA')])
diff --git a/_MACOSX/build/All Dutch Zipcode Finder/base_library.zip b/_MACOS/build/All Dutch Zipcode Finder/base_library.zip
similarity index 99%
rename from _MACOSX/build/All Dutch Zipcode Finder/base_library.zip
rename to _MACOS/build/All Dutch Zipcode Finder/base_library.zip
index 2e39f81..4eb43ff 100644
Binary files a/_MACOSX/build/All Dutch Zipcode Finder/base_library.zip and b/_MACOS/build/All Dutch Zipcode Finder/base_library.zip differ
diff --git a/_MACOSX/build/All Dutch Zipcode Finder/warn-All Dutch Zipcode Finder.txt b/_MACOS/build/All Dutch Zipcode Finder/warn-All Dutch Zipcode Finder.txt
similarity index 91%
rename from _MACOSX/build/All Dutch Zipcode Finder/warn-All Dutch Zipcode Finder.txt
rename to _MACOS/build/All Dutch Zipcode Finder/warn-All Dutch Zipcode Finder.txt
index 5b570d0..0b38190 100644
--- a/_MACOSX/build/All Dutch Zipcode Finder/warn-All Dutch Zipcode Finder.txt
+++ b/_MACOS/build/All Dutch Zipcode Finder/warn-All Dutch Zipcode Finder.txt
@@ -20,6 +20,7 @@ missing module named pep517 - imported by importlib.metadata (delayed)
missing module named msvcrt - imported by subprocess (optional), getpass (optional), test.support.os_helper (delayed, conditional, optional), test.support (delayed, conditional, optional), multiprocessing.spawn (delayed, conditional), multiprocessing.popen_spawn_win32 (top-level), asyncio.windows_events (top-level), asyncio.windows_utils (top-level)
missing module named _winapi - imported by encodings (delayed, conditional, optional), subprocess (optional), mimetypes (optional), test.support (delayed, conditional), multiprocessing.connection (optional), multiprocessing.spawn (delayed, conditional), multiprocessing.reduction (conditional), multiprocessing.shared_memory (conditional), multiprocessing.heap (conditional), multiprocessing.popen_spawn_win32 (top-level), asyncio.windows_events (top-level), asyncio.windows_utils (top-level)
missing module named _overlapped - imported by asyncio.windows_events (top-level)
+missing module named 'org.python' - imported by copy (optional), xml.sax (delayed, conditional)
missing module named 'java.lang' - imported by platform (delayed, optional), xml.sax._exceptions (conditional)
missing module named multiprocessing.BufferTooShort - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
@@ -27,12 +28,11 @@ missing module named asyncio.DefaultEventLoopPolicy - imported by asyncio (delay
missing module named vms_lib - imported by platform (delayed, optional)
missing module named java - imported by platform (delayed)
missing module named _winreg - imported by platform (delayed, optional)
-missing module named 'org.python' - imported by pickle (optional), xml.sax (delayed, conditional)
+missing module named org - imported by pickle (optional)
missing module named winreg - imported by importlib._bootstrap_external (conditional), platform (delayed, optional), mimetypes (optional), urllib.request (delayed, conditional, optional)
missing module named nt - imported by os (delayed, conditional, optional), ntpath (optional), shutil (conditional), importlib._bootstrap_external (conditional), ctypes (delayed, conditional)
-missing module named org - imported by copy (optional)
missing module named multiprocessing.get_context - imported by multiprocessing (top-level), multiprocessing.pool (top-level), multiprocessing.managers (top-level), multiprocessing.sharedctypes (top-level)
missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level)
missing module named multiprocessing.set_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
missing module named multiprocessing.get_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
-missing module named pyimod03_importers - imported by /opt/homebrew/Cellar/pyinstaller/4.10/libexec/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py (top-level)
+missing module named pyimod03_importers - imported by /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py (top-level)
diff --git a/_MACOSX/build/All Dutch Zipcode Finder/xref-All Dutch Zipcode Finder.html b/_MACOS/build/All Dutch Zipcode Finder/xref-All Dutch Zipcode Finder.html
similarity index 80%
rename from _MACOSX/build/All Dutch Zipcode Finder/xref-All Dutch Zipcode Finder.html
rename to _MACOS/build/All Dutch Zipcode Finder/xref-All Dutch Zipcode Finder.html
index 8f0a95b..7d917ad 100644
--- a/_MACOSX/build/All Dutch Zipcode Finder/xref-All Dutch Zipcode Finder.html
+++ b/_MACOS/build/All Dutch Zipcode Finder/xref-All Dutch Zipcode Finder.html
@@ -2,7 +2,7 @@
- modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py, pyi_rth_subprocess.py
+ modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth__tkinter.py, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py, pyi_rth_subprocess.py
- modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py, pyi_rth_subprocess.py
+ modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth__tkinter.py, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py, pyi_rth_subprocess.py
-
All Dutch Zipcode Finder.py
+
All Dutch Zipcode Finder.py
Script
+
+
-
pyi_rth_inspect.py
+
pyi_rth_inspect.py
Script
imports:
inspect
@@ -200,7 +217,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
pyi_rth_multiprocessing.py
+
pyi_rth_multiprocessing.py
Script
imports:
multiprocessing
@@ -223,7 +240,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
pyi_rth_pkgutil.py
+
pyi_rth_pkgutil.py
Script
imports:
os
@@ -242,7 +259,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
pyi_rth_subprocess.py
+
pyi_rth_subprocess.py
Script
imports:
io
@@ -275,7 +292,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
'org.python'
MissingModule
@@ -284,7 +301,7 @@ modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
__future__
+
__future__
SourceModule
imported by:
codeop
@@ -306,7 +323,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_aix_support
+
_aix_support
SourceModule
imports:
_bootsubprocess
@@ -336,7 +353,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_asyncio /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_asyncio.cpython-310-darwin.so
+
_asyncio /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_asyncio.cpython-310-darwin.so
imported by:
asyncio.events
•
asyncio.futures
@@ -348,7 +365,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_bisect /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bisect.cpython-310-darwin.so
+
_bisect /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bisect.cpython-310-darwin.so
imported by:
bisect
@@ -358,7 +375,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_blake2 /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_blake2.cpython-310-darwin.so
+
_blake2 /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_blake2.cpython-310-darwin.so
imported by:
hashlib
@@ -368,7 +385,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_bootsubprocess
+
_bootsubprocess
SourceModule
imports:
os
@@ -384,7 +401,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_bz2 /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bz2.cpython-310-darwin.so
+
_bz2 /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bz2.cpython-310-darwin.so
imported by:
bz2
@@ -404,7 +421,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_codecs_cn /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_cn.cpython-310-darwin.so
+
_codecs_cn /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_cn.cpython-310-darwin.so
imported by:
encodings.gb18030
•
encodings.gb2312
@@ -417,7 +434,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_codecs_hk /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_hk.cpython-310-darwin.so
+
_codecs_hk /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_hk.cpython-310-darwin.so
imported by:
encodings.big5hkscs
@@ -427,7 +444,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_codecs_iso2022 /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_iso2022.cpython-310-darwin.so
+
_codecs_iso2022 /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_iso2022.cpython-310-darwin.so
imported by:
encodings.iso2022_jp
•
encodings.iso2022_jp_1
@@ -443,7 +460,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_codecs_jp /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_jp.cpython-310-darwin.so
+
_codecs_jp /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_jp.cpython-310-darwin.so
imported by:
encodings.cp932
•
encodings.euc_jis_2004
@@ -459,7 +476,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_codecs_kr /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_kr.cpython-310-darwin.so
+
_codecs_kr /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_kr.cpython-310-darwin.so
imported by:
encodings.cp949
•
encodings.euc_kr
@@ -471,7 +488,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_codecs_tw /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_tw.cpython-310-darwin.so
+
_codecs_tw /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_codecs_tw.cpython-310-darwin.so
imported by:
encodings.big5
•
encodings.cp950
@@ -493,7 +510,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_collections_abc
+
_collections_abc
SourceModule
imports:
abc
@@ -519,7 +536,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_compat_pickle
+
_compat_pickle
SourceModule
imported by:
_pickle
@@ -531,7 +548,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_compression
+
_compression
SourceModule
imports:
io
@@ -550,7 +567,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_contextvars /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_contextvars.cpython-310-darwin.so
+
_contextvars /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_contextvars.cpython-310-darwin.so
imported by:
contextvars
@@ -560,7 +577,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_csv /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_csv.cpython-310-darwin.so
+
_csv /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_csv.cpython-310-darwin.so
imported by:
csv
@@ -570,7 +587,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_ctypes /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_ctypes.cpython-310-darwin.so
+
_ctypes /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_ctypes.cpython-310-darwin.so
imported by:
ctypes
•
ctypes.macholib.dyld
@@ -581,7 +598,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_datetime /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_datetime.cpython-310-darwin.so
+
_datetime /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_datetime.cpython-310-darwin.so
imports:
_strptime
•
time
@@ -597,7 +614,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_decimal /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_decimal.cpython-310-darwin.so
+
_decimal /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_decimal.cpython-310-darwin.so
imported by:
decimal
@@ -607,7 +624,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_elementtree /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_elementtree.cpython-310-darwin.so
+
_elementtree /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_elementtree.cpython-310-darwin.so
imports:
pyexpat
•
xml.etree.ElementInclude
@@ -663,7 +680,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_hashlib /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_hashlib.cpython-310-darwin.so
+
_hashlib /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_hashlib.cpython-310-darwin.so
imported by:
hashlib
•
hmac
@@ -674,7 +691,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_heapq /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_heapq.cpython-310-darwin.so
+
_heapq /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_heapq.cpython-310-darwin.so
imported by:
heapq
@@ -722,7 +739,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_lzma /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_lzma.cpython-310-darwin.so
+
_lzma /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_lzma.cpython-310-darwin.so
imported by:
lzma
@@ -732,7 +749,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_md5 /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_md5.cpython-310-darwin.so
+
_md5 /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_md5.cpython-310-darwin.so
imported by:
hashlib
@@ -742,7 +759,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_multibytecodec /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-darwin.so
+
_multibytecodec /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-darwin.so
imported by:
encodings.big5
•
encodings.big5hkscs
@@ -775,7 +792,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_multiprocessing /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-darwin.so
+
_multiprocessing /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-darwin.so
imported by:
multiprocessing.connection
•
multiprocessing.queues
@@ -788,7 +805,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_opcode /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_opcode.cpython-310-darwin.so
+
_opcode /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_opcode.cpython-310-darwin.so
imported by:
opcode
@@ -809,7 +826,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_osx_support
+
_osx_support
SourceModule
imports:
contextlib
@@ -842,7 +859,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_pickle /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_pickle.cpython-310-darwin.so
+
_pickle /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_pickle.cpython-310-darwin.so
imports:
_compat_pickle
•
codecs
@@ -859,7 +876,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_posixshmem /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_posixshmem.cpython-310-darwin.so
+
_posixshmem /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_posixshmem.cpython-310-darwin.so
imported by:
multiprocessing.resource_tracker
•
multiprocessing.shared_memory
@@ -870,7 +887,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_posixsubprocess /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_posixsubprocess.cpython-310-darwin.so
+
_posixsubprocess /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_posixsubprocess.cpython-310-darwin.so
imports:
gc
@@ -886,7 +903,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_py_abc
+
_py_abc
SourceModule
imports:
_weakrefset
@@ -902,7 +919,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_pydecimal
+
_pydecimal
SourceModule
imports:
collections
@@ -925,7 +942,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_queue /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_queue.cpython-310-darwin.so
+
_queue /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_queue.cpython-310-darwin.so
imported by:
queue
@@ -935,7 +952,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_random /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_random.cpython-310-darwin.so
+
_random /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_random.cpython-310-darwin.so
imported by:
random
@@ -945,7 +962,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_scproxy /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_scproxy.cpython-310-darwin.so
+
_scproxy /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_scproxy.cpython-310-darwin.so
imported by:
urllib.request
@@ -955,7 +972,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_sha1 /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha1.cpython-310-darwin.so
+
_sha1 /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha1.cpython-310-darwin.so
imported by:
hashlib
@@ -965,7 +982,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_sha256 /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha256.cpython-310-darwin.so
+
_sha256 /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha256.cpython-310-darwin.so
imported by:
hashlib
@@ -975,7 +992,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_sha3 /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha3.cpython-310-darwin.so
+
_sha3 /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha3.cpython-310-darwin.so
imported by:
hashlib
@@ -985,7 +1002,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_sha512 /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha512.cpython-310-darwin.so
+
_sha512 /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha512.cpython-310-darwin.so
imported by:
hashlib
•
random
@@ -1006,7 +1023,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_socket /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_socket.cpython-310-darwin.so
+
_socket /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_socket.cpython-310-darwin.so
imported by:
socket
@@ -1033,7 +1050,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_ssl /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_ssl.cpython-310-darwin.so
+
_ssl /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_ssl.cpython-310-darwin.so
imports:
socket
@@ -1058,7 +1075,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_statistics /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_statistics.cpython-310-darwin.so
+
_statistics /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_statistics.cpython-310-darwin.so
imported by:
statistics
@@ -1078,7 +1095,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_strptime
+
_strptime
SourceModule
imports:
_thread
@@ -1101,7 +1118,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_struct /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_struct.cpython-310-darwin.so
+
_struct /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_struct.cpython-310-darwin.so
imported by:
struct
@@ -1111,7 +1128,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_sysconfigdata__darwin_darwin
+
_sysconfigdata__darwin_darwin
SourceModule
imported by:
distutils
@@ -1139,7 +1156,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_threading_local
+
_threading_local
SourceModule
imports:
contextlib
@@ -1155,6 +1172,16 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
+
+
+
_tkinter /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_tkinter.cpython-310-darwin.so
+
+
+
_tracemalloc (builtin module)
@@ -1192,7 +1219,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
_weakrefset
+
_weakrefset
SourceModule
imports:
_weakref
@@ -1246,7 +1273,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
abc
+
abc
SourceModule
imports:
_abc
@@ -1278,7 +1305,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
argparse
+
argparse
SourceModule
imports:
copy
@@ -1313,7 +1340,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
array /opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/array.cpython-310-darwin.so
+
array /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/array.cpython-310-darwin.so
imported by:
multiprocessing.dummy
•
multiprocessing.managers
@@ -1326,7 +1353,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
ast
+
ast
SourceModule
imports:
_ast
@@ -1349,7 +1376,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect
-
asyncio
+
asyncio
Package
imports:
asyncio
@@ -1437,7 +1464,7 @@
modulegraph cross reference for All Dutch Zipcode Finder.py, pyi_rth_inspect