diff --git a/__pycache__/main.cpython-38.pyc b/__pycache__/main.cpython-38.pyc new file mode 100644 index 0000000..751f5f1 Binary files /dev/null and b/__pycache__/main.cpython-38.pyc differ diff --git a/build.bat b/build.bat index d89237b..d5b204a 100644 --- a/build.bat +++ b/build.bat @@ -1,10 +1,29 @@ @echo off +chcp 65001 >nul + +REM 获取脚本所在目录 +setlocal +set scriptdir=%~dp0 +cd /d "%scriptdir%" + echo 正在安装依赖... -pip install -r requirements.txt +if exist requirements.txt ( + pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ +) else ( + echo 错误:未找到requirements.txt文件 + pause + exit /b 1 +) echo 正在打包程序... pip install pyinstaller -pyinstaller --onefile --windowed --icon=icon.ico main.py +if exist main.py ( + pyinstaller --onefile --windowed --hidden-import=pkg_resources.py2_warn main.py + echo 打包完成!可执行文件在dist目录下 +) else ( + echo 错误:未找到main.py文件 + pause + exit /b 1 +) -echo 打包完成!可执行文件在dist目录下 pause diff --git a/build/main/Analysis-00.toc b/build/main/Analysis-00.toc new file mode 100644 index 0000000..c80c5a4 --- /dev/null +++ b/build/main/Analysis-00.toc @@ -0,0 +1,4997 @@ +(['E:\\php\\NAVICAT_CRACK_PSW\\main.py'], + ['E:\\php\\NAVICAT_CRACK_PSW', 'E:\\php\\NAVICAT_CRACK_PSW'], + ['pkg_resources.py2_warn', 'codecs'], + [], + [], + [], + False, + False, + '3.8.6 (tags/v3.8.6:db45529, Sep 23 2020, 15:52:53) [MSC v.1927 64 bit ' + '(AMD64)]', + [('pyi_rth_pkgres', + 'C:\\Program ' + 'Files\\python\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth_pkgres.py', + 'PYSOURCE'), + ('pyi_rth_multiprocessing', + 'C:\\Program ' + 'Files\\python\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth_multiprocessing.py', + 'PYSOURCE'), + ('pyi_rth_win32comgenpy', + 'C:\\Program ' + 'Files\\python\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth_win32comgenpy.py', + 'PYSOURCE'), + ('pyi_rth__tkinter', + 'C:\\Program ' + 'Files\\python\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth__tkinter.py', + 'PYSOURCE'), + ('main', 'E:\\php\\NAVICAT_CRACK_PSW\\main.py', 'PYSOURCE')], + [('os', 'c:\\program files\\python\\lib\\os.py', 'PYMODULE'), + ('subprocess', 'c:\\program files\\python\\lib\\subprocess.py', 'PYMODULE'), + ('selectors', 'c:\\program files\\python\\lib\\selectors.py', 'PYMODULE'), + ('contextlib', 'c:\\program files\\python\\lib\\contextlib.py', 'PYMODULE'), + ('threading', 'c:\\program files\\python\\lib\\threading.py', 'PYMODULE'), + ('_threading_local', + 'c:\\program files\\python\\lib\\_threading_local.py', + 'PYMODULE'), + ('signal', 'c:\\program files\\python\\lib\\signal.py', 'PYMODULE'), + ('_strptime', 'c:\\program files\\python\\lib\\_strptime.py', 'PYMODULE'), + ('datetime', 'c:\\program files\\python\\lib\\datetime.py', 'PYMODULE'), + ('calendar', 'c:\\program files\\python\\lib\\calendar.py', 'PYMODULE'), + ('argparse', 'c:\\program files\\python\\lib\\argparse.py', 'PYMODULE'), + ('textwrap', 'c:\\program files\\python\\lib\\textwrap.py', 'PYMODULE'), + ('copy', 'c:\\program files\\python\\lib\\copy.py', 'PYMODULE'), + ('gettext', 'c:\\program files\\python\\lib\\gettext.py', 'PYMODULE'), + ('struct', 'c:\\program files\\python\\lib\\struct.py', 'PYMODULE'), + ('shutil', 'c:\\program files\\python\\lib\\shutil.py', 'PYMODULE'), + ('zipfile', 'c:\\program files\\python\\lib\\zipfile.py', 'PYMODULE'), + ('py_compile', 'c:\\program files\\python\\lib\\py_compile.py', 'PYMODULE'), + ('importlib.machinery', + 'c:\\program files\\python\\lib\\importlib\\machinery.py', + 'PYMODULE'), + ('importlib', + 'c:\\program files\\python\\lib\\importlib\\__init__.py', + 'PYMODULE'), + ('importlib._bootstrap', + 'c:\\program files\\python\\lib\\importlib\\_bootstrap.py', + 'PYMODULE'), + ('importlib._bootstrap_external', + 'c:\\program files\\python\\lib\\importlib\\_bootstrap_external.py', + 'PYMODULE'), + ('importlib.metadata', + 'c:\\program files\\python\\lib\\importlib\\metadata.py', + 'PYMODULE'), + ('importlib.abc', + 'c:\\program files\\python\\lib\\importlib\\abc.py', + 'PYMODULE'), + ('configparser', + 'c:\\program files\\python\\lib\\configparser.py', + 'PYMODULE'), + ('pathlib', 'c:\\program files\\python\\lib\\pathlib.py', 'PYMODULE'), + ('urllib.parse', + 'c:\\program files\\python\\lib\\urllib\\parse.py', + 'PYMODULE'), + ('urllib', 'c:\\program files\\python\\lib\\urllib\\__init__.py', 'PYMODULE'), + ('email', 'c:\\program files\\python\\lib\\email\\__init__.py', 'PYMODULE'), + ('email.parser', + 'c:\\program files\\python\\lib\\email\\parser.py', + 'PYMODULE'), + ('email._policybase', + 'c:\\program files\\python\\lib\\email\\_policybase.py', + 'PYMODULE'), + ('email.utils', + 'c:\\program files\\python\\lib\\email\\utils.py', + 'PYMODULE'), + ('email._parseaddr', + 'c:\\program files\\python\\lib\\email\\_parseaddr.py', + 'PYMODULE'), + ('socket', 'c:\\program files\\python\\lib\\socket.py', 'PYMODULE'), + ('random', 'c:\\program files\\python\\lib\\random.py', 'PYMODULE'), + ('hashlib', 'c:\\program files\\python\\lib\\hashlib.py', 'PYMODULE'), + ('logging', + 'c:\\program files\\python\\lib\\logging\\__init__.py', + 'PYMODULE'), + ('pickle', 'c:\\program files\\python\\lib\\pickle.py', 'PYMODULE'), + ('pprint', 'c:\\program files\\python\\lib\\pprint.py', 'PYMODULE'), + ('doctest', 'c:\\program files\\python\\lib\\doctest.py', 'PYMODULE'), + ('unittest', + 'c:\\program files\\python\\lib\\unittest\\__init__.py', + 'PYMODULE'), + ('unittest.signals', + 'c:\\program files\\python\\lib\\unittest\\signals.py', + 'PYMODULE'), + ('unittest.main', + 'c:\\program files\\python\\lib\\unittest\\main.py', + 'PYMODULE'), + ('unittest.runner', + 'c:\\program files\\python\\lib\\unittest\\runner.py', + 'PYMODULE'), + ('unittest.loader', + 'c:\\program files\\python\\lib\\unittest\\loader.py', + 'PYMODULE'), + ('unittest.suite', + 'c:\\program files\\python\\lib\\unittest\\suite.py', + 'PYMODULE'), + ('unittest.case', + 'c:\\program files\\python\\lib\\unittest\\case.py', + 'PYMODULE'), + ('unittest.async_case', + 'c:\\program files\\python\\lib\\unittest\\async_case.py', + 'PYMODULE'), + ('asyncio', + 'c:\\program files\\python\\lib\\asyncio\\__init__.py', + 'PYMODULE'), + ('asyncio.unix_events', + 'c:\\program files\\python\\lib\\asyncio\\unix_events.py', + 'PYMODULE'), + ('asyncio.log', + 'c:\\program files\\python\\lib\\asyncio\\log.py', + 'PYMODULE'), + ('asyncio.windows_events', + 'c:\\program files\\python\\lib\\asyncio\\windows_events.py', + 'PYMODULE'), + ('asyncio.windows_utils', + 'c:\\program files\\python\\lib\\asyncio\\windows_utils.py', + 'PYMODULE'), + ('tempfile', 'c:\\program files\\python\\lib\\tempfile.py', 'PYMODULE'), + ('asyncio.selector_events', + 'c:\\program files\\python\\lib\\asyncio\\selector_events.py', + 'PYMODULE'), + ('ssl', 'c:\\program files\\python\\lib\\ssl.py', 'PYMODULE'), + ('base64', 'c:\\program files\\python\\lib\\base64.py', 'PYMODULE'), + ('getopt', 'c:\\program files\\python\\lib\\getopt.py', 'PYMODULE'), + ('asyncio.proactor_events', + 'c:\\program files\\python\\lib\\asyncio\\proactor_events.py', + 'PYMODULE'), + ('asyncio.base_subprocess', + 'c:\\program files\\python\\lib\\asyncio\\base_subprocess.py', + 'PYMODULE'), + ('asyncio.subprocess', + 'c:\\program files\\python\\lib\\asyncio\\subprocess.py', + 'PYMODULE'), + ('asyncio.streams', + 'c:\\program files\\python\\lib\\asyncio\\streams.py', + 'PYMODULE'), + ('asyncio.queues', + 'c:\\program files\\python\\lib\\asyncio\\queues.py', + 'PYMODULE'), + ('asyncio.runners', + 'c:\\program files\\python\\lib\\asyncio\\runners.py', + 'PYMODULE'), + ('asyncio.events', + 'c:\\program files\\python\\lib\\asyncio\\events.py', + 'PYMODULE'), + ('contextvars', 'c:\\program files\\python\\lib\\contextvars.py', 'PYMODULE'), + ('asyncio.trsock', + 'c:\\program files\\python\\lib\\asyncio\\trsock.py', + 'PYMODULE'), + ('asyncio.staggered', + 'c:\\program files\\python\\lib\\asyncio\\staggered.py', + 'PYMODULE'), + ('typing', 'c:\\program files\\python\\lib\\typing.py', 'PYMODULE'), + ('asyncio.tasks', + 'c:\\program files\\python\\lib\\asyncio\\tasks.py', + 'PYMODULE'), + ('concurrent.futures', + 'c:\\program files\\python\\lib\\concurrent\\futures\\__init__.py', + 'PYMODULE'), + ('concurrent.futures.thread', + 'c:\\program files\\python\\lib\\concurrent\\futures\\thread.py', + 'PYMODULE'), + ('queue', 'c:\\program files\\python\\lib\\queue.py', 'PYMODULE'), + ('concurrent.futures.process', + 'c:\\program files\\python\\lib\\concurrent\\futures\\process.py', + 'PYMODULE'), + ('multiprocessing.queues', + 'c:\\program files\\python\\lib\\multiprocessing\\queues.py', + 'PYMODULE'), + ('multiprocessing.synchronize', + 'c:\\program files\\python\\lib\\multiprocessing\\synchronize.py', + 'PYMODULE'), + ('multiprocessing.heap', + 'c:\\program files\\python\\lib\\multiprocessing\\heap.py', + 'PYMODULE'), + ('multiprocessing.resource_tracker', + 'c:\\program files\\python\\lib\\multiprocessing\\resource_tracker.py', + 'PYMODULE'), + ('multiprocessing.spawn', + 'c:\\program files\\python\\lib\\multiprocessing\\spawn.py', + 'PYMODULE'), + ('runpy', 'c:\\program files\\python\\lib\\runpy.py', 'PYMODULE'), + ('pkgutil', 'c:\\program files\\python\\lib\\pkgutil.py', 'PYMODULE'), + ('zipimport', 'c:\\program files\\python\\lib\\zipimport.py', 'PYMODULE'), + ('multiprocessing.process', + 'c:\\program files\\python\\lib\\multiprocessing\\process.py', + 'PYMODULE'), + ('multiprocessing.util', + 'c:\\program files\\python\\lib\\multiprocessing\\util.py', + 'PYMODULE'), + ('multiprocessing.forkserver', + 'c:\\program files\\python\\lib\\multiprocessing\\forkserver.py', + 'PYMODULE'), + ('test.support', + 'c:\\program files\\python\\lib\\test\\support\\__init__.py', + 'PYMODULE'), + ('decimal', 'c:\\program files\\python\\lib\\decimal.py', 'PYMODULE'), + ('_pydecimal', 'c:\\program files\\python\\lib\\_pydecimal.py', 'PYMODULE'), + ('numbers', 'c:\\program files\\python\\lib\\numbers.py', 'PYMODULE'), + ('distutils.spawn', + 'c:\\program files\\python\\lib\\distutils\\spawn.py', + 'PYMODULE'), + ('distutils.log', + 'c:\\program files\\python\\lib\\distutils\\log.py', + 'PYMODULE'), + ('distutils.debug', + 'c:\\program files\\python\\lib\\distutils\\debug.py', + 'PYMODULE'), + ('distutils.errors', + 'c:\\program files\\python\\lib\\distutils\\errors.py', + 'PYMODULE'), + ('distutils.sysconfig', + 'c:\\program files\\python\\lib\\distutils\\sysconfig.py', + 'PYMODULE'), + ('distutils.text_file', + 'c:\\program files\\python\\lib\\distutils\\text_file.py', + 'PYMODULE'), + ('_osx_support', + 'c:\\program files\\python\\lib\\_osx_support.py', + 'PYMODULE'), + ('distutils.util', + 'c:\\program files\\python\\lib\\distutils\\util.py', + 'PYMODULE'), + ('distutils.filelist', + 'c:\\program files\\python\\lib\\distutils\\filelist.py', + 'PYMODULE'), + ('distutils.file_util', + 'c:\\program files\\python\\lib\\distutils\\file_util.py', + 'PYMODULE'), + ('distutils.dir_util', + 'c:\\program files\\python\\lib\\distutils\\dir_util.py', + 'PYMODULE'), + ('lib2to3.refactor', + 'c:\\program files\\python\\lib\\lib2to3\\refactor.py', + 'PYMODULE'), + ('lib2to3.btm_matcher', + 'c:\\program files\\python\\lib\\lib2to3\\btm_matcher.py', + 'PYMODULE'), + ('lib2to3.btm_utils', + 'c:\\program files\\python\\lib\\lib2to3\\btm_utils.py', + 'PYMODULE'), + ('lib2to3.pgen2.grammar', + 'c:\\program files\\python\\lib\\lib2to3\\pgen2\\grammar.py', + 'PYMODULE'), + ('lib2to3.pygram', + 'c:\\program files\\python\\lib\\lib2to3\\pygram.py', + 'PYMODULE'), + ('lib2to3.pytree', + 'c:\\program files\\python\\lib\\lib2to3\\pytree.py', + 'PYMODULE'), + ('lib2to3', + 'c:\\program files\\python\\lib\\lib2to3\\__init__.py', + 'PYMODULE'), + ('lib2to3.patcomp', + 'c:\\program files\\python\\lib\\lib2to3\\patcomp.py', + 'PYMODULE'), + ('lib2to3.pgen2.parse', + 'c:\\program files\\python\\lib\\lib2to3\\pgen2\\parse.py', + 'PYMODULE'), + ('lib2to3.pgen2.literals', + 'c:\\program files\\python\\lib\\lib2to3\\pgen2\\literals.py', + 'PYMODULE'), + ('lib2to3.fixer_util', + 'c:\\program files\\python\\lib\\lib2to3\\fixer_util.py', + 'PYMODULE'), + ('lib2to3.pgen2.token', + 'c:\\program files\\python\\lib\\lib2to3\\pgen2\\token.py', + 'PYMODULE'), + ('lib2to3.pgen2.tokenize', + 'c:\\program files\\python\\lib\\lib2to3\\pgen2\\tokenize.py', + 'PYMODULE'), + ('lib2to3.pgen2.driver', + 'c:\\program files\\python\\lib\\lib2to3\\pgen2\\driver.py', + 'PYMODULE'), + ('lib2to3.pgen2.pgen', + 'c:\\program files\\python\\lib\\lib2to3\\pgen2\\pgen.py', + 'PYMODULE'), + ('lib2to3.pgen2', + 'c:\\program files\\python\\lib\\lib2to3\\pgen2\\__init__.py', + 'PYMODULE'), + ('distutils.dep_util', + 'c:\\program files\\python\\lib\\distutils\\dep_util.py', + 'PYMODULE'), + ('distutils.ccompiler', + 'c:\\program files\\python\\lib\\distutils\\ccompiler.py', + 'PYMODULE'), + ('distutils.fancy_getopt', + 'c:\\program files\\python\\lib\\distutils\\fancy_getopt.py', + 'PYMODULE'), + ('distutils', + 'c:\\program files\\python\\lib\\distutils\\__init__.py', + 'PYMODULE'), + ('distutils.archive_util', + 'c:\\program files\\python\\lib\\distutils\\archive_util.py', + 'PYMODULE'), + ('tracemalloc', 'c:\\program files\\python\\lib\\tracemalloc.py', 'PYMODULE'), + ('urllib.request', + 'c:\\program files\\python\\lib\\urllib\\request.py', + 'PYMODULE'), + ('getpass', 'c:\\program files\\python\\lib\\getpass.py', 'PYMODULE'), + ('nturl2path', 'c:\\program files\\python\\lib\\nturl2path.py', 'PYMODULE'), + ('ftplib', 'c:\\program files\\python\\lib\\ftplib.py', 'PYMODULE'), + ('netrc', 'c:\\program files\\python\\lib\\netrc.py', 'PYMODULE'), + ('shlex', 'c:\\program files\\python\\lib\\shlex.py', 'PYMODULE'), + ('mimetypes', 'c:\\program files\\python\\lib\\mimetypes.py', 'PYMODULE'), + ('http.cookiejar', + 'c:\\program files\\python\\lib\\http\\cookiejar.py', + 'PYMODULE'), + ('http', 'c:\\program files\\python\\lib\\http\\__init__.py', 'PYMODULE'), + ('urllib.response', + 'c:\\program files\\python\\lib\\urllib\\response.py', + 'PYMODULE'), + ('http.client', + 'c:\\program files\\python\\lib\\http\\client.py', + 'PYMODULE'), + ('email.message', + 'c:\\program files\\python\\lib\\email\\message.py', + 'PYMODULE'), + ('email.policy', + 'c:\\program files\\python\\lib\\email\\policy.py', + 'PYMODULE'), + ('email.contentmanager', + 'c:\\program files\\python\\lib\\email\\contentmanager.py', + 'PYMODULE'), + ('email.quoprimime', + 'c:\\program files\\python\\lib\\email\\quoprimime.py', + 'PYMODULE'), + ('email.headerregistry', + 'c:\\program files\\python\\lib\\email\\headerregistry.py', + 'PYMODULE'), + ('email.iterators', + 'c:\\program files\\python\\lib\\email\\iterators.py', + 'PYMODULE'), + ('email.generator', + 'c:\\program files\\python\\lib\\email\\generator.py', + 'PYMODULE'), + ('email._encoded_words', + 'c:\\program files\\python\\lib\\email\\_encoded_words.py', + 'PYMODULE'), + ('quopri', 'c:\\program files\\python\\lib\\quopri.py', 'PYMODULE'), + ('uu', 'c:\\program files\\python\\lib\\uu.py', 'PYMODULE'), + ('optparse', 'c:\\program files\\python\\lib\\optparse.py', 'PYMODULE'), + ('ctypes.util', + 'c:\\program files\\python\\lib\\ctypes\\util.py', + 'PYMODULE'), + ('ctypes._aix', + 'c:\\program files\\python\\lib\\ctypes\\_aix.py', + 'PYMODULE'), + ('ctypes.macholib.dyld', + 'c:\\program files\\python\\lib\\ctypes\\macholib\\dyld.py', + 'PYMODULE'), + ('ctypes.macholib', + 'c:\\program files\\python\\lib\\ctypes\\macholib\\__init__.py', + 'PYMODULE'), + ('ctypes.macholib.dylib', + 'c:\\program files\\python\\lib\\ctypes\\macholib\\dylib.py', + 'PYMODULE'), + ('ctypes.macholib.framework', + 'c:\\program files\\python\\lib\\ctypes\\macholib\\framework.py', + 'PYMODULE'), + ('ctypes.wintypes', + 'c:\\program files\\python\\lib\\ctypes\\wintypes.py', + 'PYMODULE'), + ('ctypes', 'c:\\program files\\python\\lib\\ctypes\\__init__.py', 'PYMODULE'), + ('ctypes._endian', + 'c:\\program files\\python\\lib\\ctypes\\_endian.py', + 'PYMODULE'), + ('gzip', 'c:\\program files\\python\\lib\\gzip.py', 'PYMODULE'), + ('_compression', + 'c:\\program files\\python\\lib\\_compression.py', + 'PYMODULE'), + ('test.support.testresult', + 'c:\\program files\\python\\lib\\test\\support\\testresult.py', + 'PYMODULE'), + ('xml.etree.ElementTree', + 'c:\\program files\\python\\lib\\xml\\etree\\ElementTree.py', + 'PYMODULE'), + ('xml.etree.cElementTree', + 'c:\\program files\\python\\lib\\xml\\etree\\cElementTree.py', + 'PYMODULE'), + ('xml.etree.ElementInclude', + 'c:\\program files\\python\\lib\\xml\\etree\\ElementInclude.py', + 'PYMODULE'), + ('xml.parsers.expat', + 'c:\\program files\\python\\lib\\xml\\parsers\\expat.py', + 'PYMODULE'), + ('xml.parsers', + 'c:\\program files\\python\\lib\\xml\\parsers\\__init__.py', + 'PYMODULE'), + ('xml', 'c:\\program files\\python\\lib\\xml\\__init__.py', 'PYMODULE'), + ('xml.sax.expatreader', + 'c:\\program files\\python\\lib\\xml\\sax\\expatreader.py', + 'PYMODULE'), + ('xml.sax.saxutils', + 'c:\\program files\\python\\lib\\xml\\sax\\saxutils.py', + 'PYMODULE'), + ('xml.sax', + 'c:\\program files\\python\\lib\\xml\\sax\\__init__.py', + 'PYMODULE'), + ('xml.sax.handler', + 'c:\\program files\\python\\lib\\xml\\sax\\handler.py', + 'PYMODULE'), + ('xml.sax._exceptions', + 'c:\\program files\\python\\lib\\xml\\sax\\_exceptions.py', + 'PYMODULE'), + ('xml.sax.xmlreader', + 'c:\\program files\\python\\lib\\xml\\sax\\xmlreader.py', + 'PYMODULE'), + ('xml.etree.ElementPath', + 'c:\\program files\\python\\lib\\xml\\etree\\ElementPath.py', + 'PYMODULE'), + ('xml.etree', + 'c:\\program files\\python\\lib\\xml\\etree\\__init__.py', + 'PYMODULE'), + ('urllib.error', + 'c:\\program files\\python\\lib\\urllib\\error.py', + 'PYMODULE'), + ('sysconfig', 'c:\\program files\\python\\lib\\sysconfig.py', 'PYMODULE'), + ('platform', 'c:\\program files\\python\\lib\\platform.py', 'PYMODULE'), + ('plistlib', 'c:\\program files\\python\\lib\\plistlib.py', 'PYMODULE'), + ('nntplib', 'c:\\program files\\python\\lib\\nntplib.py', 'PYMODULE'), + ('logging.handlers', + 'c:\\program files\\python\\lib\\logging\\handlers.py', + 'PYMODULE'), + ('win32evtlogutil', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32\\lib\\win32evtlogutil.py', + 'PYMODULE'), + ('winerror', + 'c:\\program files\\python\\lib\\site-packages\\win32\\lib\\winerror.py', + 'PYMODULE'), + ('win32con', + 'c:\\program files\\python\\lib\\site-packages\\win32\\lib\\win32con.py', + 'PYMODULE'), + ('smtplib', 'c:\\program files\\python\\lib\\smtplib.py', 'PYMODULE'), + ('email.base64mime', + 'c:\\program files\\python\\lib\\email\\base64mime.py', + 'PYMODULE'), + ('hmac', 'c:\\program files\\python\\lib\\hmac.py', 'PYMODULE'), + ('glob', 'c:\\program files\\python\\lib\\glob.py', 'PYMODULE'), + ('test', 'c:\\program files\\python\\lib\\test\\__init__.py', 'PYMODULE'), + ('multiprocessing.context', + 'c:\\program files\\python\\lib\\multiprocessing\\context.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_win32', + 'c:\\program files\\python\\lib\\multiprocessing\\popen_spawn_win32.py', + 'PYMODULE'), + ('multiprocessing.popen_forkserver', + 'c:\\program files\\python\\lib\\multiprocessing\\popen_forkserver.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_posix', + 'c:\\program files\\python\\lib\\multiprocessing\\popen_spawn_posix.py', + 'PYMODULE'), + ('multiprocessing.popen_fork', + 'c:\\program files\\python\\lib\\multiprocessing\\popen_fork.py', + 'PYMODULE'), + ('multiprocessing.sharedctypes', + 'c:\\program files\\python\\lib\\multiprocessing\\sharedctypes.py', + 'PYMODULE'), + ('multiprocessing.pool', + 'c:\\program files\\python\\lib\\multiprocessing\\pool.py', + 'PYMODULE'), + ('multiprocessing.dummy', + 'c:\\program files\\python\\lib\\multiprocessing\\dummy\\__init__.py', + 'PYMODULE'), + ('multiprocessing.dummy.connection', + 'c:\\program files\\python\\lib\\multiprocessing\\dummy\\connection.py', + 'PYMODULE'), + ('multiprocessing.managers', + 'c:\\program files\\python\\lib\\multiprocessing\\managers.py', + 'PYMODULE'), + ('multiprocessing.shared_memory', + 'c:\\program files\\python\\lib\\multiprocessing\\shared_memory.py', + 'PYMODULE'), + ('secrets', 'c:\\program files\\python\\lib\\secrets.py', 'PYMODULE'), + ('multiprocessing.reduction', + 'c:\\program files\\python\\lib\\multiprocessing\\reduction.py', + 'PYMODULE'), + ('multiprocessing.resource_sharer', + 'c:\\program files\\python\\lib\\multiprocessing\\resource_sharer.py', + 'PYMODULE'), + ('multiprocessing.connection', + 'c:\\program files\\python\\lib\\multiprocessing\\connection.py', + 'PYMODULE'), + ('xmlrpc.client', + 'c:\\program files\\python\\lib\\xmlrpc\\client.py', + 'PYMODULE'), + ('xmlrpc', 'c:\\program files\\python\\lib\\xmlrpc\\__init__.py', 'PYMODULE'), + ('multiprocessing', + 'c:\\program files\\python\\lib\\multiprocessing\\__init__.py', + 'PYMODULE'), + ('concurrent.futures._base', + 'c:\\program files\\python\\lib\\concurrent\\futures\\_base.py', + 'PYMODULE'), + ('concurrent', + 'c:\\program files\\python\\lib\\concurrent\\__init__.py', + 'PYMODULE'), + ('asyncio.base_tasks', + 'c:\\program files\\python\\lib\\asyncio\\base_tasks.py', + 'PYMODULE'), + ('asyncio.locks', + 'c:\\program files\\python\\lib\\asyncio\\locks.py', + 'PYMODULE'), + ('asyncio.sslproto', + 'c:\\program files\\python\\lib\\asyncio\\sslproto.py', + 'PYMODULE'), + ('asyncio.transports', + 'c:\\program files\\python\\lib\\asyncio\\transports.py', + 'PYMODULE'), + ('asyncio.base_events', + 'c:\\program files\\python\\lib\\asyncio\\base_events.py', + 'PYMODULE'), + ('asyncio.protocols', + 'c:\\program files\\python\\lib\\asyncio\\protocols.py', + 'PYMODULE'), + ('asyncio.futures', + 'c:\\program files\\python\\lib\\asyncio\\futures.py', + 'PYMODULE'), + ('asyncio.coroutines', + 'c:\\program files\\python\\lib\\asyncio\\coroutines.py', + 'PYMODULE'), + ('asyncio.base_futures', + 'c:\\program files\\python\\lib\\asyncio\\base_futures.py', + 'PYMODULE'), + ('asyncio.exceptions', + 'c:\\program files\\python\\lib\\asyncio\\exceptions.py', + 'PYMODULE'), + ('asyncio.format_helpers', + 'c:\\program files\\python\\lib\\asyncio\\format_helpers.py', + 'PYMODULE'), + ('asyncio.constants', + 'c:\\program files\\python\\lib\\asyncio\\constants.py', + 'PYMODULE'), + ('unittest.result', + 'c:\\program files\\python\\lib\\unittest\\result.py', + 'PYMODULE'), + ('unittest.util', + 'c:\\program files\\python\\lib\\unittest\\util.py', + 'PYMODULE'), + ('pdb', 'c:\\program files\\python\\lib\\pdb.py', 'PYMODULE'), + ('pydoc', 'c:\\program files\\python\\lib\\pydoc.py', 'PYMODULE'), + ('webbrowser', 'c:\\program files\\python\\lib\\webbrowser.py', 'PYMODULE'), + ('http.server', + 'c:\\program files\\python\\lib\\http\\server.py', + 'PYMODULE'), + ('socketserver', + 'c:\\program files\\python\\lib\\socketserver.py', + 'PYMODULE'), + ('html', 'c:\\program files\\python\\lib\\html\\__init__.py', 'PYMODULE'), + ('html.entities', + 'c:\\program files\\python\\lib\\html\\entities.py', + 'PYMODULE'), + ('pydoc_data.topics', + 'c:\\program files\\python\\lib\\pydoc_data\\topics.py', + 'PYMODULE'), + ('pydoc_data', + 'c:\\program files\\python\\lib\\pydoc_data\\__init__.py', + 'PYMODULE'), + ('tty', 'c:\\program files\\python\\lib\\tty.py', 'PYMODULE'), + ('code', 'c:\\program files\\python\\lib\\code.py', 'PYMODULE'), + ('codeop', 'c:\\program files\\python\\lib\\codeop.py', 'PYMODULE'), + ('dis', 'c:\\program files\\python\\lib\\dis.py', 'PYMODULE'), + ('opcode', 'c:\\program files\\python\\lib\\opcode.py', 'PYMODULE'), + ('bdb', 'c:\\program files\\python\\lib\\bdb.py', 'PYMODULE'), + ('cmd', 'c:\\program files\\python\\lib\\cmd.py', 'PYMODULE'), + ('inspect', 'c:\\program files\\python\\lib\\inspect.py', 'PYMODULE'), + ('ast', 'c:\\program files\\python\\lib\\ast.py', 'PYMODULE'), + ('token', 'c:\\program files\\python\\lib\\token.py', 'PYMODULE'), + ('difflib', 'c:\\program files\\python\\lib\\difflib.py', 'PYMODULE'), + ('__future__', 'c:\\program files\\python\\lib\\__future__.py', 'PYMODULE'), + ('_compat_pickle', + 'c:\\program files\\python\\lib\\_compat_pickle.py', + 'PYMODULE'), + ('string', 'c:\\program files\\python\\lib\\string.py', 'PYMODULE'), + ('bisect', 'c:\\program files\\python\\lib\\bisect.py', 'PYMODULE'), + ('email.feedparser', + 'c:\\program files\\python\\lib\\email\\feedparser.py', + 'PYMODULE'), + ('email._header_value_parser', + 'c:\\program files\\python\\lib\\email\\_header_value_parser.py', + 'PYMODULE'), + ('email.header', + 'c:\\program files\\python\\lib\\email\\header.py', + 'PYMODULE'), + ('email.charset', + 'c:\\program files\\python\\lib\\email\\charset.py', + 'PYMODULE'), + ('email.encoders', + 'c:\\program files\\python\\lib\\email\\encoders.py', + 'PYMODULE'), + ('email.errors', + 'c:\\program files\\python\\lib\\email\\errors.py', + 'PYMODULE'), + ('csv', 'c:\\program files\\python\\lib\\csv.py', 'PYMODULE'), + ('tokenize', 'c:\\program files\\python\\lib\\tokenize.py', 'PYMODULE'), + ('importlib.util', + 'c:\\program files\\python\\lib\\importlib\\util.py', + 'PYMODULE'), + ('tarfile', 'c:\\program files\\python\\lib\\tarfile.py', 'PYMODULE'), + ('lzma', 'c:\\program files\\python\\lib\\lzma.py', 'PYMODULE'), + ('bz2', 'c:\\program files\\python\\lib\\bz2.py', 'PYMODULE'), + ('fnmatch', 'c:\\program files\\python\\lib\\fnmatch.py', 'PYMODULE'), + ('ntpath', 'c:\\program files\\python\\lib\\ntpath.py', 'PYMODULE'), + ('genericpath', 'c:\\program files\\python\\lib\\genericpath.py', 'PYMODULE'), + ('posixpath', 'c:\\program files\\python\\lib\\posixpath.py', 'PYMODULE'), + ('stat', 'c:\\program files\\python\\lib\\stat.py', 'PYMODULE'), + ('win32com', + 'c:\\program files\\python\\lib\\site-packages\\win32com\\__init__.py', + 'PYMODULE'), + ('win32com.server.util', + 'c:\\program files\\python\\lib\\site-packages\\win32com\\server\\util.py', + 'PYMODULE'), + ('win32com.server.dispatcher', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32com\\server\\dispatcher.py', + 'PYMODULE'), + ('win32traceutil', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32\\lib\\win32traceutil.py', + 'PYMODULE'), + ('win32com.util', + 'c:\\program files\\python\\lib\\site-packages\\win32com\\util.py', + 'PYMODULE'), + ('win32com.server.exception', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32com\\server\\exception.py', + 'PYMODULE'), + ('win32com.server.policy', + 'c:\\program files\\python\\lib\\site-packages\\win32com\\server\\policy.py', + 'PYMODULE'), + ('win32com.client', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32com\\client\\__init__.py', + 'PYMODULE'), + ('win32com.client.makepy', + 'c:\\program files\\python\\lib\\site-packages\\win32com\\client\\makepy.py', + 'PYMODULE'), + ('pywin.dialogs.status', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Pythonwin\\pywin\\dialogs\\status.py', + 'PYMODULE'), + ('pywin.mfc.thread', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\thread.py', + 'PYMODULE'), + ('pywin.mfc.object', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\object.py', + 'PYMODULE'), + ('pywin.mfc.dialog', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\dialog.py', + 'PYMODULE'), + ('pywin.mfc.window', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\window.py', + 'PYMODULE'), + ('pywin.mfc', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\__init__.py', + 'PYMODULE'), + ('pywin.dialogs', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Pythonwin\\pywin\\dialogs\\__init__.py', + 'PYMODULE'), + ('pywin', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Pythonwin\\pywin\\__init__.py', + 'PYMODULE'), + ('win32com.client.gencache', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32com\\client\\gencache.py', + 'PYMODULE'), + ('win32com.client.selecttlb', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32com\\client\\selecttlb.py', + 'PYMODULE'), + ('pywin.dialogs.list', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Pythonwin\\pywin\\dialogs\\list.py', + 'PYMODULE'), + ('commctrl', + 'c:\\program files\\python\\lib\\site-packages\\win32\\lib\\commctrl.py', + 'PYMODULE'), + ('win32com.client.genpy', + 'c:\\program files\\python\\lib\\site-packages\\win32com\\client\\genpy.py', + 'PYMODULE'), + ('win32com.client.CLSIDToClass', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32com\\client\\CLSIDToClass.py', + 'PYMODULE'), + ('win32com.client.dynamic', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32com\\client\\dynamic.py', + 'PYMODULE'), + ('win32com.client.build', + 'c:\\program files\\python\\lib\\site-packages\\win32com\\client\\build.py', + 'PYMODULE'), + ('pywintypes', + 'c:\\program files\\python\\lib\\site-packages\\win32\\lib\\pywintypes.py', + 'PYMODULE'), + ('win32com.server', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32com\\server\\__init__.py', + 'PYMODULE'), + ('win32com.universal', + 'c:\\program files\\python\\lib\\site-packages\\win32com\\universal.py', + 'PYMODULE'), + ('win32com.client.util', + 'c:\\program files\\python\\lib\\site-packages\\win32com\\client\\util.py', + 'PYMODULE'), + ('imp', 'c:\\program files\\python\\lib\\imp.py', 'PYMODULE'), + ('pythoncom', + 'c:\\program files\\python\\lib\\site-packages\\pythoncom.py', + 'PYMODULE'), + ('pkg_resources', + 'c:\\program files\\python\\lib\\site-packages\\pkg_resources\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.markers', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\markers.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.requirements', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\requirements.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.utils', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\utils.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging._compat', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\_compat.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.tags', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\tags.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.__about__', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\__about__.py', + 'PYMODULE'), + ('pkg_resources._vendor.pyparsing', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\pyparsing.py', + 'PYMODULE'), + ('uuid', 'c:\\program files\\python\\lib\\uuid.py', 'PYMODULE'), + ('netbios', + 'c:\\program files\\python\\lib\\site-packages\\win32\\lib\\netbios.py', + 'PYMODULE'), + ('pkg_resources._vendor', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.appdirs', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\appdirs.py', + 'PYMODULE'), + ('win32com.shell.shellcon', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32comext\\shell\\shellcon.py', + 'PYMODULE'), + ('win32com.shell', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32comext\\shell\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.six', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\six.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.version', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\version.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.specifiers', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\specifiers.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging._structures', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\_structures.py', + 'PYMODULE'), + ('pkg_resources.py31compat', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\py31compat.py', + 'PYMODULE'), + ('pkg_resources.extern', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\extern\\__init__.py', + 'PYMODULE'), + ('pkg_resources.py2_warn', + 'c:\\program files\\python\\lib\\site-packages\\pkg_resources\\py2_warn.py', + 'PYMODULE'), + ('_py_abc', 'c:\\program files\\python\\lib\\_py_abc.py', 'PYMODULE'), + ('stringprep', 'c:\\program files\\python\\lib\\stringprep.py', 'PYMODULE'), + ('Crypto.Cipher.Blowfish', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Cipher\\Blowfish.py', + 'PYMODULE'), + ('Crypto.Util._raw_api', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Util\\_raw_api.py', + 'PYMODULE'), + ('Crypto.Util', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Util\\__init__.py', + 'PYMODULE'), + ('Crypto.Util._cpu_features', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Util\\_cpu_features.py', + 'PYMODULE'), + ('Crypto', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\__init__.py', + 'PYMODULE'), + ('cffi', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\__init__.py', + 'PYMODULE'), + ('cffi.error', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\error.py', + 'PYMODULE'), + ('cffi.api', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\api.py', + 'PYMODULE'), + ('cffi.recompiler', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\recompiler.py', + 'PYMODULE'), + ('distutils.command.build_ext', + 'c:\\program files\\python\\lib\\distutils\\command\\build_ext.py', + 'PYMODULE'), + ('distutils.command', + 'c:\\program files\\python\\lib\\distutils\\command\\__init__.py', + 'PYMODULE'), + ('distutils._msvccompiler', + 'c:\\program files\\python\\lib\\distutils\\_msvccompiler.py', + 'PYMODULE'), + ('json', 'c:\\program files\\python\\lib\\json\\__init__.py', 'PYMODULE'), + ('json.encoder', + 'c:\\program files\\python\\lib\\json\\encoder.py', + 'PYMODULE'), + ('json.decoder', + 'c:\\program files\\python\\lib\\json\\decoder.py', + 'PYMODULE'), + ('json.scanner', + 'c:\\program files\\python\\lib\\json\\scanner.py', + 'PYMODULE'), + ('site', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\PyInstaller\\fake-modules\\site.py', + 'PYMODULE'), + ('distutils.extension', + 'c:\\program files\\python\\lib\\distutils\\extension.py', + 'PYMODULE'), + ('distutils.core', + 'c:\\program files\\python\\lib\\distutils\\core.py', + 'PYMODULE'), + ('distutils.config', + 'c:\\program files\\python\\lib\\distutils\\config.py', + 'PYMODULE'), + ('cgi', 'c:\\program files\\python\\lib\\cgi.py', 'PYMODULE'), + ('distutils.cmd', + 'c:\\program files\\python\\lib\\distutils\\cmd.py', + 'PYMODULE'), + ('distutils.dist', + 'c:\\program files\\python\\lib\\distutils\\dist.py', + 'PYMODULE'), + ('distutils.versionpredicate', + 'c:\\program files\\python\\lib\\distutils\\versionpredicate.py', + 'PYMODULE'), + ('distutils.version', + 'c:\\program files\\python\\lib\\distutils\\version.py', + 'PYMODULE'), + ('distutils.msvc9compiler', + 'c:\\program files\\python\\lib\\distutils\\msvc9compiler.py', + 'PYMODULE'), + ('cffi.cffi_opcode', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\cffi_opcode.py', + 'PYMODULE'), + ('cffi.verifier', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\verifier.py', + 'PYMODULE'), + ('cffi.lock', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\lock.py', + 'PYMODULE'), + ('_dummy_thread', + 'c:\\program files\\python\\lib\\_dummy_thread.py', + 'PYMODULE'), + ('cffi.pkgconfig', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\pkgconfig.py', + 'PYMODULE'), + ('cffi.vengine_cpy', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\vengine_cpy.py', + 'PYMODULE'), + ('cffi.vengine_gen', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\vengine_gen.py', + 'PYMODULE'), + ('cffi.ffiplatform', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\ffiplatform.py', + 'PYMODULE'), + ('setuptools', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.specifiers', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\specifiers.py', + 'PYMODULE'), + ('setuptools._vendor.pyparsing', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\pyparsing.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.markers', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\markers.py', + 'PYMODULE'), + ('setuptools._vendor.packaging._compat', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\_compat.py', + 'PYMODULE'), + ('setuptools._vendor.ordered_set', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\ordered_set.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.tags', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\tags.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.requirements', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\requirements.py', + 'PYMODULE'), + ('html.parser', + 'c:\\program files\\python\\lib\\html\\parser.py', + 'PYMODULE'), + ('_markupbase', 'c:\\program files\\python\\lib\\_markupbase.py', 'PYMODULE'), + ('setuptools.extern', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\extern\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.__about__', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\__about__.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.utils', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\utils.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.version', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\version.py', + 'PYMODULE'), + ('setuptools._vendor.six', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\_vendor\\six.py', + 'PYMODULE'), + ('setuptools._vendor', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.packaging._structures', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\_structures.py', + 'PYMODULE'), + ('setuptools._vendor.packaging', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\__init__.py', + 'PYMODULE'), + ('setuptools.msvc', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\msvc.py', + 'PYMODULE'), + ('numpy', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\__init__.py', + 'PYMODULE'), + ('numpy.version', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\version.py', + 'PYMODULE'), + ('numpy._version', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\_version.py', + 'PYMODULE'), + ('numpy._pytesttester', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\_pytesttester.py', + 'PYMODULE'), + ('numpy.distutils.cpuinfo', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\cpuinfo.py', + 'PYMODULE'), + ('numpy.distutils', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\__init__.py', + 'PYMODULE'), + ('numpy.distutils.fcompiler', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\fcompiler\\__init__.py', + 'PYMODULE'), + ('numpy.distutils.command.config_compiler', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\config_compiler.py', + 'PYMODULE'), + ('numpy.distutils.command', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\__init__.py', + 'PYMODULE'), + ('numpy.distutils.command.egg_info', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\egg_info.py', + 'PYMODULE'), + ('setuptools.command.egg_info', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\egg_info.py', + 'PYMODULE'), + ('setuptools.glob', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\glob.py', + 'PYMODULE'), + ('setuptools.unicode_utils', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\unicode_utils.py', + 'PYMODULE'), + ('setuptools.command.bdist_egg', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\bdist_egg.py', + 'PYMODULE'), + ('setuptools.command', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\__init__.py', + 'PYMODULE'), + ('setuptools.command.install_scripts', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\install_scripts.py', + 'PYMODULE'), + ('setuptools.command.easy_install', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\easy_install.py', + 'PYMODULE'), + ('setuptools.wheel', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\wheel.py', + 'PYMODULE'), + ('setuptools.package_index', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\package_index.py', + 'PYMODULE'), + ('setuptools.py33compat', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\py33compat.py', + 'PYMODULE'), + ('setuptools.archive_util', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\archive_util.py', + 'PYMODULE'), + ('setuptools.py27compat', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\py27compat.py', + 'PYMODULE'), + ('setuptools._imp', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\_imp.py', + 'PYMODULE'), + ('setuptools.py34compat', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\py34compat.py', + 'PYMODULE'), + ('setuptools.sandbox', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\sandbox.py', + 'PYMODULE'), + ('distutils.command.build_scripts', + 'c:\\program files\\python\\lib\\distutils\\command\\build_scripts.py', + 'PYMODULE'), + ('distutils.command.install', + 'c:\\program files\\python\\lib\\distutils\\command\\install.py', + 'PYMODULE'), + ('distutils.command.install_scripts', + 'c:\\program files\\python\\lib\\distutils\\command\\install_scripts.py', + 'PYMODULE'), + ('distutils.command.bdist', + 'c:\\program files\\python\\lib\\distutils\\command\\bdist.py', + 'PYMODULE'), + ('setuptools.command.setopt', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\setopt.py', + 'PYMODULE'), + ('setuptools.command.sdist', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\sdist.py', + 'PYMODULE'), + ('setuptools.command.py36compat', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\py36compat.py', + 'PYMODULE'), + ('distutils.command.sdist', + 'c:\\program files\\python\\lib\\distutils\\command\\sdist.py', + 'PYMODULE'), + ('numpy.distutils.command.develop', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\develop.py', + 'PYMODULE'), + ('setuptools.command.develop', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\develop.py', + 'PYMODULE'), + ('numpy.distutils.command.install_clib', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\install_clib.py', + 'PYMODULE'), + ('numpy.distutils.command.bdist_rpm', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\bdist_rpm.py', + 'PYMODULE'), + ('distutils.command.bdist_rpm', + 'c:\\program files\\python\\lib\\distutils\\command\\bdist_rpm.py', + 'PYMODULE'), + ('setuptools.command.bdist_rpm', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\bdist_rpm.py', + 'PYMODULE'), + ('numpy.distutils.command.install', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\install.py', + 'PYMODULE'), + ('setuptools.command.install', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\install.py', + 'PYMODULE'), + ('numpy.distutils.command.install_headers', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\install_headers.py', + 'PYMODULE'), + ('distutils.command.install_headers', + 'c:\\program files\\python\\lib\\distutils\\command\\install_headers.py', + 'PYMODULE'), + ('numpy.distutils.command.install_data', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\install_data.py', + 'PYMODULE'), + ('distutils.command.install_data', + 'c:\\program files\\python\\lib\\distutils\\command\\install_data.py', + 'PYMODULE'), + ('numpy.distutils.command.sdist', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\sdist.py', + 'PYMODULE'), + ('numpy.distutils.command.build_scripts', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\build_scripts.py', + 'PYMODULE'), + ('numpy.distutils.command.build_clib', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\build_clib.py', + 'PYMODULE'), + ('numpy.distutils.ccompiler_opt', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\ccompiler_opt.py', + 'PYMODULE'), + ('distutils.command.build_clib', + 'c:\\program files\\python\\lib\\distutils\\command\\build_clib.py', + 'PYMODULE'), + ('numpy.distutils.command.build_ext', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\build_ext.py', + 'PYMODULE'), + ('numpy.distutils.system_info', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\system_info.py', + 'PYMODULE'), + ('numpy.f2py', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\__init__.py', + 'PYMODULE'), + ('numpy.f2py.diagnose', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\diagnose.py', + 'PYMODULE'), + ('numpy.f2py.f2py2e', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\f2py2e.py', + 'PYMODULE'), + ('numpy.distutils.command.build_src', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\build_src.py', + 'PYMODULE'), + ('numpy.distutils.conv_template', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\conv_template.py', + 'PYMODULE'), + ('numpy.distutils.from_template', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\from_template.py', + 'PYMODULE'), + ('numpy.f2py.auxfuncs', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\auxfuncs.py', + 'PYMODULE'), + ('numpy.f2py.f90mod_rules', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\f2py\\f90mod_rules.py', + 'PYMODULE'), + ('numpy.f2py.rules', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\rules.py', + 'PYMODULE'), + ('numpy.f2py.use_rules', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\use_rules.py', + 'PYMODULE'), + ('numpy.f2py.common_rules', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\f2py\\common_rules.py', + 'PYMODULE'), + ('numpy.f2py.func2subr', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\func2subr.py', + 'PYMODULE'), + ('numpy.f2py.crackfortran', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\f2py\\crackfortran.py', + 'PYMODULE'), + ('fileinput', 'c:\\program files\\python\\lib\\fileinput.py', 'PYMODULE'), + ('numpy.f2py.symbolic', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\symbolic.py', + 'PYMODULE'), + ('numpy.f2py.cb_rules', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\cb_rules.py', + 'PYMODULE'), + ('numpy.f2py.capi_maps', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\capi_maps.py', + 'PYMODULE'), + ('numpy.f2py.cfuncs', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\cfuncs.py', + 'PYMODULE'), + ('numpy.f2py.__version__', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\__version__.py', + 'PYMODULE'), + ('numpy.distutils.command.build_py', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\build_py.py', + 'PYMODULE'), + ('distutils.command.build_py', + 'c:\\program files\\python\\lib\\distutils\\command\\build_py.py', + 'PYMODULE'), + ('numpy.distutils.command.build', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\build.py', + 'PYMODULE'), + ('distutils.command.build', + 'c:\\program files\\python\\lib\\distutils\\command\\build.py', + 'PYMODULE'), + ('numpy.distutils.command.config', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\config.py', + 'PYMODULE'), + ('numpy.distutils.command.autodist', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\autodist.py', + 'PYMODULE'), + ('numpy.distutils.mingw32ccompiler', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\mingw32ccompiler.py', + 'PYMODULE'), + ('distutils.msvccompiler', + 'c:\\program files\\python\\lib\\distutils\\msvccompiler.py', + 'PYMODULE'), + ('distutils.unixccompiler', + 'c:\\program files\\python\\lib\\distutils\\unixccompiler.py', + 'PYMODULE'), + ('distutils.cygwinccompiler', + 'c:\\program files\\python\\lib\\distutils\\cygwinccompiler.py', + 'PYMODULE'), + ('distutils.command.config', + 'c:\\program files\\python\\lib\\distutils\\command\\config.py', + 'PYMODULE'), + ('numpy.distutils.core', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\distutils\\core.py', + 'PYMODULE'), + ('numpy.distutils.numpy_distribution', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\numpy_distribution.py', + 'PYMODULE'), + ('numpy.distutils.extension', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\extension.py', + 'PYMODULE'), + ('numpy.distutils.fcompiler.environment', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\fcompiler\\environment.py', + 'PYMODULE'), + ('numpy.distutils.exec_command', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\exec_command.py', + 'PYMODULE'), + ('numpy.distutils.misc_util', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\misc_util.py', + 'PYMODULE'), + ('curses', 'c:\\program files\\python\\lib\\curses\\__init__.py', 'PYMODULE'), + ('curses.has_key', + 'c:\\program files\\python\\lib\\curses\\has_key.py', + 'PYMODULE'), + ('numpy.distutils.__config__', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\__config__.py', + 'PYMODULE'), + ('numpy.distutils.npy_pkg_config', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\npy_pkg_config.py', + 'PYMODULE'), + ('numpy.distutils.unixccompiler', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\unixccompiler.py', + 'PYMODULE'), + ('numpy.distutils.ccompiler', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\ccompiler.py', + 'PYMODULE'), + ('numpy.distutils._shell_utils', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\_shell_utils.py', + 'PYMODULE'), + ('pipes', 'c:\\program files\\python\\lib\\pipes.py', 'PYMODULE'), + ('numpy.distutils.lib2def', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\lib2def.py', + 'PYMODULE'), + ('numpy.distutils.log', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\distutils\\log.py', + 'PYMODULE'), + ('numpy.testing', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\testing\\__init__.py', + 'PYMODULE'), + ('numpy.testing._private.nosetester', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\testing\\_private\\nosetester.py', + 'PYMODULE'), + ('numpy.testing._private.noseclasses', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\testing\\_private\\noseclasses.py', + 'PYMODULE'), + ('numpy.testing._private.decorators', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\testing\\_private\\decorators.py', + 'PYMODULE'), + ('numpy.testing._private.parameterized', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\testing\\_private\\parameterized.py', + 'PYMODULE'), + ('numpy.testing._private.extbuild', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\testing\\_private\\extbuild.py', + 'PYMODULE'), + ('numpy.testing._private.utils', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\testing\\_private\\utils.py', + 'PYMODULE'), + ('psutil', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\__init__.py', + 'PYMODULE'), + ('psutil._psaix', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\_psaix.py', + 'PYMODULE'), + ('psutil._pssunos', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\_pssunos.py', + 'PYMODULE'), + ('psutil._psbsd', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\_psbsd.py', + 'PYMODULE'), + ('psutil._psosx', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\_psosx.py', + 'PYMODULE'), + ('psutil._pswindows', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\_pswindows.py', + 'PYMODULE'), + ('psutil._pslinux', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\_pslinux.py', + 'PYMODULE'), + ('psutil._psposix', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\_psposix.py', + 'PYMODULE'), + ('psutil._compat', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\_compat.py', + 'PYMODULE'), + ('dummy_threading', + 'c:\\program files\\python\\lib\\dummy_threading.py', + 'PYMODULE'), + ('psutil._common', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\_common.py', + 'PYMODULE'), + ('numpy.core.fromnumeric', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\fromnumeric.py', + 'PYMODULE'), + ('numpy.core._methods', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\_methods.py', + 'PYMODULE'), + ('numpy.lib.stride_tricks', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\lib\\stride_tricks.py', + 'PYMODULE'), + ('numpy.core.numeric', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\numeric.py', + 'PYMODULE'), + ('numpy.core._asarray', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\_asarray.py', + 'PYMODULE'), + ('numpy.core.arrayprint', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\arrayprint.py', + 'PYMODULE'), + ('numpy.core.shape_base', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\shape_base.py', + 'PYMODULE'), + ('numpy.core._ufunc_config', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\_ufunc_config.py', + 'PYMODULE'), + ('numpy.core._exceptions', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\_exceptions.py', + 'PYMODULE'), + ('numpy.core.umath', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\umath.py', + 'PYMODULE'), + ('numpy.core.overrides', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\overrides.py', + 'PYMODULE'), + ('numpy.compat._inspect', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\compat\\_inspect.py', + 'PYMODULE'), + ('numpy.core.multiarray', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\multiarray.py', + 'PYMODULE'), + ('numpy.core.numerictypes', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\numerictypes.py', + 'PYMODULE'), + ('numpy.core._dtype', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\_dtype.py', + 'PYMODULE'), + ('numpy.core._type_aliases', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\_type_aliases.py', + 'PYMODULE'), + ('numpy.core._string_helpers', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\_string_helpers.py', + 'PYMODULE'), + ('numpy.testing._private', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\testing\\_private\\__init__.py', + 'PYMODULE'), + ('numpy.matrixlib', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\matrixlib\\__init__.py', + 'PYMODULE'), + ('numpy.matrixlib.defmatrix', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\matrixlib\\defmatrix.py', + 'PYMODULE'), + ('numpy.ma', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\ma\\__init__.py', + 'PYMODULE'), + ('numpy.ma.extras', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\ma\\extras.py', + 'PYMODULE'), + ('numpy.lib.index_tricks', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\index_tricks.py', + 'PYMODULE'), + ('numpy.lib.function_base', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\lib\\function_base.py', + 'PYMODULE'), + ('numpy.lib.histograms', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\histograms.py', + 'PYMODULE'), + ('numpy.lib.twodim_base', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\twodim_base.py', + 'PYMODULE'), + ('numpy.core.function_base', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\function_base.py', + 'PYMODULE'), + ('numpy.ma.core', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\ma\\core.py', + 'PYMODULE'), + ('numpy.ctypeslib', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\ctypeslib.py', + 'PYMODULE'), + ('numpy.core._internal', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\_internal.py', + 'PYMODULE'), + ('numpy.random', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\random\\__init__.py', + 'PYMODULE'), + ('numpy.random._pickle', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\random\\_pickle.py', + 'PYMODULE'), + ('numpy.polynomial', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\polynomial\\__init__.py', + 'PYMODULE'), + ('numpy.polynomial._polybase', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\polynomial\\_polybase.py', + 'PYMODULE'), + ('numpy.polynomial.laguerre', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\polynomial\\laguerre.py', + 'PYMODULE'), + ('numpy.polynomial.hermite_e', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\polynomial\\hermite_e.py', + 'PYMODULE'), + ('numpy.polynomial.hermite', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\polynomial\\hermite.py', + 'PYMODULE'), + ('numpy.polynomial.legendre', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\polynomial\\legendre.py', + 'PYMODULE'), + ('numpy.polynomial.chebyshev', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\polynomial\\chebyshev.py', + 'PYMODULE'), + ('numpy.polynomial.polynomial', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\polynomial\\polynomial.py', + 'PYMODULE'), + ('numpy.polynomial.polyutils', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\polynomial\\polyutils.py', + 'PYMODULE'), + ('numpy.fft', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\fft\\__init__.py', + 'PYMODULE'), + ('numpy.fft.helper', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\fft\\helper.py', + 'PYMODULE'), + ('numpy.fft._pocketfft', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\fft\\_pocketfft.py', + 'PYMODULE'), + ('numpy.linalg', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\linalg\\__init__.py', + 'PYMODULE'), + ('numpy.linalg.linalg', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\linalg\\linalg.py', + 'PYMODULE'), + ('numpy.lib', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\__init__.py', + 'PYMODULE'), + ('numpy.lib._version', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\_version.py', + 'PYMODULE'), + ('numpy.lib.arraypad', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\arraypad.py', + 'PYMODULE'), + ('numpy.lib.arrayterator', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\arrayterator.py', + 'PYMODULE'), + ('numpy.lib.npyio', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\npyio.py', + 'PYMODULE'), + ('numpy.ma.mrecords', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\ma\\mrecords.py', + 'PYMODULE'), + ('numpy.core.records', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\records.py', + 'PYMODULE'), + ('numpy.lib._iotools', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\_iotools.py', + 'PYMODULE'), + ('numpy.lib._datasource', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\_datasource.py', + 'PYMODULE'), + ('numpy.lib.format', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\format.py', + 'PYMODULE'), + ('numpy.compat.py3k', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\compat\\py3k.py', + 'PYMODULE'), + ('numpy.lib.arraysetops', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\arraysetops.py', + 'PYMODULE'), + ('numpy.lib.utils', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\utils.py', + 'PYMODULE'), + ('numpy.lib.polynomial', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\polynomial.py', + 'PYMODULE'), + ('numpy.lib.ufunclike', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\ufunclike.py', + 'PYMODULE'), + ('numpy.lib.shape_base', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\shape_base.py', + 'PYMODULE'), + ('numpy.lib.nanfunctions', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\nanfunctions.py', + 'PYMODULE'), + ('numpy.lib.type_check', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\type_check.py', + 'PYMODULE'), + ('numpy.core.getlimits', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\getlimits.py', + 'PYMODULE'), + ('numpy.core._machar', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\_machar.py', + 'PYMODULE'), + ('numpy.lib.scimath', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\scimath.py', + 'PYMODULE'), + ('numpy.lib.mixins', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\mixins.py', + 'PYMODULE'), + ('numpy.compat', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\compat\\__init__.py', + 'PYMODULE'), + ('numpy.core', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\__init__.py', + 'PYMODULE'), + ('numpy.core._dtype_ctypes', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\_dtype_ctypes.py', + 'PYMODULE'), + ('numpy.core._add_newdocs_scalars', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\_add_newdocs_scalars.py', + 'PYMODULE'), + ('numpy.core._add_newdocs', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\_add_newdocs.py', + 'PYMODULE'), + ('numpy.core.einsumfunc', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\einsumfunc.py', + 'PYMODULE'), + ('numpy.core.memmap', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\memmap.py', + 'PYMODULE'), + ('numpy.core.defchararray', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\defchararray.py', + 'PYMODULE'), + ('numpy._distributor_init', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\_distributor_init.py', + 'PYMODULE'), + ('numpy.__config__', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\__config__.py', + 'PYMODULE'), + ('numpy.array_api', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\__init__.py', + 'PYMODULE'), + ('numpy.array_api._utility_functions', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_utility_functions.py', + 'PYMODULE'), + ('numpy.array_api._array_object', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_array_object.py', + 'PYMODULE'), + ('numpy.typing', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\typing\\__init__.py', + 'PYMODULE'), + ('numpy._typing._add_docstring', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\_typing\\_add_docstring.py', + 'PYMODULE'), + ('numpy._typing._generic_alias', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\_typing\\_generic_alias.py', + 'PYMODULE'), + ('numpy._typing', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\_typing\\__init__.py', + 'PYMODULE'), + ('numpy._typing._array_like', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\_typing\\_array_like.py', + 'PYMODULE'), + ('numpy._typing._dtype_like', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\_typing\\_dtype_like.py', + 'PYMODULE'), + ('numpy._typing._shape', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\_typing\\_shape.py', + 'PYMODULE'), + ('numpy._typing._scalars', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\_typing\\_scalars.py', + 'PYMODULE'), + ('numpy._typing._char_codes', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\_typing\\_char_codes.py', + 'PYMODULE'), + ('numpy._typing._nbit', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\_typing\\_nbit.py', + 'PYMODULE'), + ('numpy._typing._nested_sequence', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\_typing\\_nested_sequence.py', + 'PYMODULE'), + ('numpy.array_api._typing', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_typing.py', + 'PYMODULE'), + ('numpy.array_api._statistical_functions', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_statistical_functions.py', + 'PYMODULE'), + ('numpy.array_api._sorting_functions', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_sorting_functions.py', + 'PYMODULE'), + ('numpy.array_api._set_functions', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_set_functions.py', + 'PYMODULE'), + ('numpy.array_api._searching_functions', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_searching_functions.py', + 'PYMODULE'), + ('numpy.array_api._manipulation_functions', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_manipulation_functions.py', + 'PYMODULE'), + ('numpy.array_api.linalg', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\array_api\\linalg.py', + 'PYMODULE'), + ('numpy.array_api._elementwise_functions', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_elementwise_functions.py', + 'PYMODULE'), + ('numpy.array_api._dtypes', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_dtypes.py', + 'PYMODULE'), + ('numpy.array_api._data_type_functions', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_data_type_functions.py', + 'PYMODULE'), + ('dataclasses', 'c:\\program files\\python\\lib\\dataclasses.py', 'PYMODULE'), + ('numpy.array_api._creation_functions', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_creation_functions.py', + 'PYMODULE'), + ('numpy.array_api._constants', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_constants.py', + 'PYMODULE'), + ('numpy._globals', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\_globals.py', + 'PYMODULE'), + ('setuptools.namespaces', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\namespaces.py', + 'PYMODULE'), + ('setuptools.monkey', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\monkey.py', + 'PYMODULE'), + ('setuptools.depends', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\depends.py', + 'PYMODULE'), + ('setuptools.dist', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\dist.py', + 'PYMODULE'), + ('setuptools.installer', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\installer.py', + 'PYMODULE'), + ('setuptools.py31compat', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\py31compat.py', + 'PYMODULE'), + ('setuptools.config', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\config.py', + 'PYMODULE'), + ('setuptools.ssl_support', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\ssl_support.py', + 'PYMODULE'), + ('setuptools.windows_support', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\windows_support.py', + 'PYMODULE'), + ('setuptools.extension', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\extension.py', + 'PYMODULE'), + ('setuptools.version', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\version.py', + 'PYMODULE'), + ('setuptools._deprecation_warning', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_deprecation_warning.py', + 'PYMODULE'), + ('cffi.cparser', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\cparser.py', + 'PYMODULE'), + ('pycparser.lextab', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\lextab.py', + 'PYMODULE'), + ('pycparser.yacctab', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\yacctab.py', + 'PYMODULE'), + ('pycparser', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\__init__.py', + 'PYMODULE'), + ('pycparser.c_parser', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\c_parser.py', + 'PYMODULE'), + ('pycparser.ast_transforms', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pycparser\\ast_transforms.py', + 'PYMODULE'), + ('pycparser.plyparser', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\plyparser.py', + 'PYMODULE'), + ('pycparser.c_lexer', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\c_lexer.py', + 'PYMODULE'), + ('pycparser.ply.lex', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\ply\\lex.py', + 'PYMODULE'), + ('pycparser.ply.yacc', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\ply\\yacc.py', + 'PYMODULE'), + ('pycparser.ply', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\ply\\__init__.py', + 'PYMODULE'), + ('pycparser.c_ast', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\c_ast.py', + 'PYMODULE'), + ('cffi.commontypes', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\commontypes.py', + 'PYMODULE'), + ('cffi.model', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\model.py', + 'PYMODULE'), + ('Crypto.Util._file_system', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Util\\_file_system.py', + 'PYMODULE'), + ('Crypto.Util.py3compat', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Util\\py3compat.py', + 'PYMODULE'), + ('Crypto.Cipher.AES', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Cipher\\AES.py', + 'PYMODULE'), + ('Crypto.Random', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Random\\__init__.py', + 'PYMODULE'), + ('Crypto.Cipher', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Cipher\\__init__.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_ocb', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_ocb.py', + 'PYMODULE'), + ('Crypto.Hash.BLAKE2s', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\BLAKE2s.py', + 'PYMODULE'), + ('Crypto.Hash', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\__init__.py', + 'PYMODULE'), + ('Crypto.Hash.HMAC', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\HMAC.py', + 'PYMODULE'), + ('Crypto.Hash.MD5', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\MD5.py', + 'PYMODULE'), + ('Crypto.Hash.CMAC', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\CMAC.py', + 'PYMODULE'), + ('Crypto.Hash.SHA3_512', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\SHA3_512.py', + 'PYMODULE'), + ('Crypto.Hash.keccak', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\keccak.py', + 'PYMODULE'), + ('Crypto.Hash.SHA3_384', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\SHA3_384.py', + 'PYMODULE'), + ('Crypto.Hash.SHA3_256', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\SHA3_256.py', + 'PYMODULE'), + ('Crypto.Hash.SHA3_224', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\SHA3_224.py', + 'PYMODULE'), + ('Crypto.Hash.SHA512', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\SHA512.py', + 'PYMODULE'), + ('Crypto.Hash.SHA384', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\SHA384.py', + 'PYMODULE'), + ('Crypto.Hash.SHA256', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\SHA256.py', + 'PYMODULE'), + ('Crypto.Hash.SHA224', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\SHA224.py', + 'PYMODULE'), + ('Crypto.Hash.SHA1', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\SHA1.py', + 'PYMODULE'), + ('Crypto.Util.strxor', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Util\\strxor.py', + 'PYMODULE'), + ('Crypto.Util.number', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Util\\number.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_gcm', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_gcm.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_siv', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_siv.py', + 'PYMODULE'), + ('Crypto.Protocol.KDF', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Protocol\\KDF.py', + 'PYMODULE'), + ('Crypto.Protocol', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Protocol\\__init__.py', + 'PYMODULE'), + ('Crypto.Cipher._EKSBlowfish', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_EKSBlowfish.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_eax', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_eax.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_ccm', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_ccm.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_openpgp', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_openpgp.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_ctr', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_ctr.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_ofb', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_ofb.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_cfb', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_cfb.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_cbc', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_cbc.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_ecb', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_ecb.py', + 'PYMODULE'), + ('tkinter.messagebox', + 'c:\\program files\\python\\lib\\tkinter\\messagebox.py', + 'PYMODULE'), + ('tkinter.commondialog', + 'c:\\program files\\python\\lib\\tkinter\\commondialog.py', + 'PYMODULE'), + ('tkinter', + 'c:\\program files\\python\\lib\\tkinter\\__init__.py', + 'PYMODULE'), + ('tkinter.constants', + 'c:\\program files\\python\\lib\\tkinter\\constants.py', + 'PYMODULE')], + [('python38.dll', 'c:\\program files\\python\\python38.dll', 'BINARY'), + ('VCRUNTIME140.dll', 'c:\\program files\\python\\VCRUNTIME140.dll', 'BINARY'), + ('Crypto\\Cipher\\_raw_ecb.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_ecb.pyd', + 'BINARY'), + ('Crypto\\Hash\\_BLAKE2s.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_BLAKE2s.pyd', + 'BINARY'), + ('Crypto\\Math\\_modexp.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Math\\_modexp.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_ocb.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_ocb.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_ctr.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_ctr.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_ofb.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_ofb.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_Salsa20.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_Salsa20.pyd', + 'BINARY'), + ('Crypto\\PublicKey\\_ec_ws.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\PublicKey\\_ec_ws.pyd', + 'BINARY'), + ('Crypto\\PublicKey\\_ed448.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\PublicKey\\_ed448.pyd', + 'BINARY'), + ('libopenblas64__v0.3.21-gcc_10_3_0.dll', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\.libs\\libopenblas64__v0.3.21-gcc_10_3_0.dll', + 'BINARY'), + ('Crypto\\Cipher\\_raw_eksblowfish.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_eksblowfish.pyd', + 'BINARY'), + ('Crypto\\Util\\_strxor.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Util\\_strxor.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_aes.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_aes.pyd', + 'BINARY'), + ('Crypto\\Util\\_cpuid_c.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Util\\_cpuid_c.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_blowfish.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_blowfish.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_cbc.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_cbc.pyd', + 'BINARY'), + ('Crypto\\Hash\\_keccak.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_keccak.pyd', + 'BINARY'), + ('Crypto\\Hash\\_BLAKE2b.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_BLAKE2b.pyd', + 'BINARY'), + ('Crypto\\Hash\\_MD4.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_MD4.pyd', + 'BINARY'), + ('Crypto\\Hash\\_SHA256.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_SHA256.pyd', + 'BINARY'), + ('Crypto\\Hash\\_SHA512.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_SHA512.pyd', + 'BINARY'), + ('Crypto\\PublicKey\\_curve25519.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\PublicKey\\_curve25519.pyd', + 'BINARY'), + ('Crypto\\Hash\\_SHA384.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_SHA384.pyd', + 'BINARY'), + ('Crypto\\PublicKey\\_ed25519.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\PublicKey\\_ed25519.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_des3.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_des3.pyd', + 'BINARY'), + ('Crypto\\Hash\\_ghash_portable.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Hash\\_ghash_portable.pyd', + 'BINARY'), + ('Crypto\\Protocol\\_scrypt.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Protocol\\_scrypt.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_des.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_des.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_chacha20.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_chacha20.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_aesni.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_aesni.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_cfb.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_cfb.pyd', + 'BINARY'), + ('Crypto\\Hash\\_SHA224.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_SHA224.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_ARC4.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Cipher\\_ARC4.pyd', + 'BINARY'), + ('Crypto\\Hash\\_SHA1.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_SHA1.pyd', + 'BINARY'), + ('Crypto\\Hash\\_ghash_clmul.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Hash\\_ghash_clmul.pyd', + 'BINARY'), + ('Crypto\\Hash\\_poly1305.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_poly1305.pyd', + 'BINARY'), + ('pythoncom38.dll', + 'c:\\program ' + 'files\\python\\Lib\\site-packages\\pywin32_system32\\pythoncom38.dll', + 'BINARY'), + ('Crypto\\Hash\\_MD2.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_MD2.pyd', + 'BINARY'), + ('Crypto\\Hash\\_MD5.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_MD5.pyd', + 'BINARY'), + ('Crypto\\PublicKey\\_curve448.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\PublicKey\\_curve448.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_pkcs1_decode.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_pkcs1_decode.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_cast.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_cast.pyd', + 'BINARY'), + ('Crypto\\Hash\\_RIPEMD160.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Hash\\_RIPEMD160.pyd', + 'BINARY'), + ('pywintypes38.dll', + 'c:\\program files\\python\\lib\\site-packages\\win32\\pywintypes38.dll', + 'BINARY'), + ('Crypto\\Cipher\\_raw_arc2.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_arc2.pyd', + 'BINARY'), + ('select', 'c:\\program files\\python\\DLLs\\select.pyd', 'EXTENSION'), + ('unicodedata', + 'c:\\program files\\python\\DLLs\\unicodedata.pyd', + 'EXTENSION'), + ('_socket', 'c:\\program files\\python\\DLLs\\_socket.pyd', 'EXTENSION'), + ('_overlapped', + 'c:\\program files\\python\\DLLs\\_overlapped.pyd', + 'EXTENSION'), + ('_ssl', 'c:\\program files\\python\\DLLs\\_ssl.pyd', 'EXTENSION'), + ('_asyncio', 'c:\\program files\\python\\DLLs\\_asyncio.pyd', 'EXTENSION'), + ('_queue', 'c:\\program files\\python\\DLLs\\_queue.pyd', 'EXTENSION'), + ('_decimal', 'c:\\program files\\python\\DLLs\\_decimal.pyd', 'EXTENSION'), + ('_testcapi', 'c:\\program files\\python\\DLLs\\_testcapi.pyd', 'EXTENSION'), + ('_ctypes', 'c:\\program files\\python\\DLLs\\_ctypes.pyd', 'EXTENSION'), + ('_elementtree', + 'c:\\program files\\python\\DLLs\\_elementtree.pyd', + 'EXTENSION'), + ('pyexpat', 'c:\\program files\\python\\DLLs\\pyexpat.pyd', 'EXTENSION'), + ('win32evtlog', + 'c:\\program files\\python\\lib\\site-packages\\win32\\win32evtlog.pyd', + 'EXTENSION'), + ('win32api', + 'c:\\program files\\python\\lib\\site-packages\\win32\\win32api.pyd', + 'EXTENSION'), + ('_multiprocessing', + 'c:\\program files\\python\\DLLs\\_multiprocessing.pyd', + 'EXTENSION'), + ('_hashlib', 'c:\\program files\\python\\DLLs\\_hashlib.pyd', 'EXTENSION'), + ('_lzma', 'c:\\program files\\python\\DLLs\\_lzma.pyd', 'EXTENSION'), + ('_bz2', 'c:\\program files\\python\\DLLs\\_bz2.pyd', 'EXTENSION'), + ('win32trace', + 'c:\\program files\\python\\lib\\site-packages\\win32\\win32trace.pyd', + 'EXTENSION'), + ('win32ui', + 'c:\\program files\\python\\lib\\site-packages\\Pythonwin\\win32ui.pyd', + 'EXTENSION'), + ('_win32sysloader', + 'c:\\program files\\python\\lib\\site-packages\\win32\\_win32sysloader.pyd', + 'EXTENSION'), + ('win32wnet', + 'c:\\program files\\python\\lib\\site-packages\\win32\\win32wnet.pyd', + 'EXTENSION'), + ('win32com.shell.shell', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32comext\\shell\\shell.pyd', + 'EXTENSION'), + ('_cffi_backend', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\_cffi_backend.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.core._multiarray_umath', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\_multiarray_umath.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.core._multiarray_tests', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\_multiarray_tests.cp38-win_amd64.pyd', + 'EXTENSION'), + ('psutil._psutil_windows', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\psutil\\_psutil_windows.cp38-win_amd64.pyd', + 'EXTENSION'), + ('win32pdh', + 'c:\\program files\\python\\lib\\site-packages\\win32\\win32pdh.pyd', + 'EXTENSION'), + ('numpy.linalg.lapack_lite', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\linalg\\lapack_lite.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random.mtrand', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\mtrand.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._sfc64', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_sfc64.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._philox', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_philox.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._pcg64', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_pcg64.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._mt19937', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_mt19937.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random.bit_generator', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\bit_generator.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._generator', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_generator.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._bounded_integers', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_bounded_integers.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._common', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_common.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.fft._pocketfft_internal', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\fft\\_pocketfft_internal.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.linalg._umath_linalg', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\linalg\\_umath_linalg.cp38-win_amd64.pyd', + 'EXTENSION'), + ('_tkinter', 'c:\\program files\\python\\DLLs\\_tkinter.pyd', 'EXTENSION'), + ('libssl-1_1.dll', + 'c:\\program files\\python\\DLLs\\libssl-1_1.dll', + 'BINARY'), + ('libcrypto-1_1.dll', + 'c:\\program files\\python\\DLLs\\libcrypto-1_1.dll', + 'BINARY'), + ('libffi-7.dll', 'c:\\program files\\python\\DLLs\\libffi-7.dll', 'BINARY'), + ('mfc140u.dll', + 'c:\\program files\\python\\lib\\site-packages\\Pythonwin\\mfc140u.dll', + 'BINARY'), + ('tcl86t.dll', 'c:\\program files\\python\\DLLs\\tcl86t.dll', 'BINARY'), + ('tk86t.dll', 'c:\\program files\\python\\DLLs\\tk86t.dll', 'BINARY')], + [], + [], + [('base_library.zip', + 'E:\\php\\NAVICAT_CRACK_PSW\\build\\main\\base_library.zip', + 'DATA'), + ('tcl\\tzdata\\America\\Phoenix', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Phoenix', + 'DATA'), + ('tcl\\tzdata\\SystemV\\CST6', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\CST6', + 'DATA'), + ('tcl\\msgs\\ko_kr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ko_kr.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Makassar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Makassar', + 'DATA'), + ('tcl\\encoding\\cp1251.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1251.enc', + 'DATA'), + ('tcl\\msgs\\hi.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\hi.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Algiers', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Algiers', + 'DATA'), + ('tk\\msgs\\fr.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\fr.msg', + 'DATA'), + ('tcl\\tzdata\\America\\St_Kitts', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Kitts', + 'DATA'), + ('tcl\\tzdata\\Asia\\Irkutsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Irkutsk', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Palmer', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Palmer', + 'DATA'), + ('tcl\\msgs\\hi_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\hi_in.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+10', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+10', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT0', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-8', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-8', + 'DATA'), + ('tcl\\tzdata\\America\\St_Vincent', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Vincent', + 'DATA'), + ('tcl\\tzdata\\Australia\\Victoria', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Victoria', + 'DATA'), + ('tcl\\encoding\\cp850.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp850.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Boa_Vista', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Boa_Vista', + 'DATA'), + ('tk\\ttk\\vistaTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\vistaTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\ROK', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\ROK', + 'DATA'), + ('tcl\\msgs\\es_uy.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_uy.msg', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\Center', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\Center', + 'DATA'), + ('tcl\\encoding\\iso2022.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso2022.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Whitehorse', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Whitehorse', + 'DATA'), + ('tcl\\tzdata\\America\\Guyana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Guyana', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\St_Helena', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\St_Helena', + 'DATA'), + ('tcl\\tzdata\\Asia\\Seoul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Seoul', + 'DATA'), + ('tcl\\tzdata\\America\\Atka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Atka', + 'DATA'), + ('tcl\\tzdata\\America\\Menominee', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Menominee', + 'DATA'), + ('tcl\\tzdata\\Chile\\EasterIsland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Chile\\EasterIsland', + 'DATA'), + ('tcl\\tzdata\\Asia\\Nicosia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Nicosia', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Faroe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Faroe', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+4', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+4', + 'DATA'), + ('tcl\\tzdata\\Australia\\NSW', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\NSW', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ulan_Bator', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ulan_Bator', + 'DATA'), + ('tcl\\tzdata\\Europe\\Bucharest', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Bucharest', + 'DATA'), + ('tcl\\tzdata\\America\\Grand_Turk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Grand_Turk', + 'DATA'), + ('tcl\\tzdata\\Europe\\Bratislava', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Bratislava', + 'DATA'), + ('tcl\\msgs\\fo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fo.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tahiti', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Tahiti', + 'DATA'), + ('tcl\\tzdata\\UTC', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\UTC', + 'DATA'), + ('tcl\\parray.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\parray.tcl', + 'DATA'), + ('tcl\\encoding\\cp1257.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1257.enc', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-10', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-10', + 'DATA'), + ('tcl\\tzdata\\America\\Blanc-Sablon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Blanc-Sablon', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kabul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kabul', + 'DATA'), + ('tcl\\encoding\\macCroatian.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macCroatian.enc', + 'DATA'), + ('tk\\palette.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\palette.tcl', + 'DATA'), + ('tcl\\tzdata\\SystemV\\MST7MDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\MST7MDT', + 'DATA'), + ('tcl\\msgs\\mr_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\mr_in.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Juneau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Juneau', + 'DATA'), + ('tcl\\tzdata\\Europe\\Sarajevo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Sarajevo', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Ponape', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Ponape', + 'DATA'), + ('tcl\\tm.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\tm.tcl', 'DATA'), + ('tcl\\tzdata\\Europe\\Istanbul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Istanbul', + 'DATA'), + ('tcl\\tzdata\\America\\Guatemala', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Guatemala', + 'DATA'), + ('tcl\\tzdata\\America\\Porto_Acre', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Porto_Acre', + 'DATA'), + ('tk\\ttk\\treeview.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\treeview.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kampala', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Kampala', + 'DATA'), + ('tcl\\tzdata\\Europe\\Moscow', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Moscow', + 'DATA'), + ('tcl\\tzdata\\America\\Mazatlan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Mazatlan', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Troll', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Troll', + 'DATA'), + ('tcl\\tzdata\\America\\Catamarca', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Catamarca', + 'DATA'), + ('tcl\\tzdata\\Australia\\Canberra', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Canberra', + 'DATA'), + ('tcl\\tzdata\\MST', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\MST', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zaporozhye', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Zaporozhye', + 'DATA'), + ('tcl\\tzdata\\Asia\\Karachi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Karachi', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bishkek', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Bishkek', + 'DATA'), + ('tcl\\encoding\\cp1252.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1252.enc', + 'DATA'), + ('tcl\\encoding\\euc-cn.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\euc-cn.enc', + 'DATA'), + ('tcl\\msgs\\ms_my.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ms_my.msg', + 'DATA'), + ('tcl\\tzdata\\Cuba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Cuba', + 'DATA'), + ('tcl\\encoding\\cp865.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp865.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Amman', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Amman', + 'DATA'), + ('tk\\msgs\\da.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\da.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-7', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-7', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Marengo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Marengo', + 'DATA'), + ('tcl\\word.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\word.tcl', 'DATA'), + ('tcl\\msgs\\es_cl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_cl.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Belfast', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Belfast', + 'DATA'), + ('tcl\\msgs\\kl_gl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kl_gl.msg', + 'DATA'), + ('tcl\\encoding\\cp1254.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1254.enc', + 'DATA'), + ('tcl\\msgs\\es_co.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_co.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jakarta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Jakarta', + 'DATA'), + ('tcl\\tzdata\\SystemV\\PST8PDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\PST8PDT', + 'DATA'), + ('tcl\\tzdata\\America\\Maceio', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Maceio', + 'DATA'), + ('tcl\\tzdata\\GMT+0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GMT+0', + 'DATA'), + ('tcl\\msgs\\ru_ua.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ru_ua.msg', + 'DATA'), + ('tk\\ttk\\sizegrip.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\sizegrip.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Thule', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Thule', + 'DATA'), + ('tcl\\msgs\\bn_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\bn_in.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Easter', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Easter', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Bermuda', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Bermuda', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Majuro', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Majuro', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mahe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Mahe', + 'DATA'), + ('tcl\\tzdata\\Africa\\Addis_Ababa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Addis_Ababa', + 'DATA'), + ('tcl\\msgs\\ar_jo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar_jo.msg', + 'DATA'), + ('tcl\\msgs\\gv.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\gv.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Harare', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Harare', + 'DATA'), + ('tcl\\msgs\\tr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\tr.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Anchorage', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Anchorage', + 'DATA'), + ('tcl\\tzdata\\Asia\\Famagusta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Famagusta', + 'DATA'), + ('tcl\\tzdata\\Asia\\Muscat', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Muscat', + 'DATA'), + ('tcl\\tzdata\\America\\Indianapolis', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indianapolis', + 'DATA'), + ('tcl\\tzdata\\America\\La_Paz', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\La_Paz', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Petersburg', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Petersburg', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Jujuy', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Jujuy', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lagos', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Lagos', + 'DATA'), + ('tcl\\tzdata\\NZ', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\NZ', + 'DATA'), + ('tcl\\tzdata\\US\\Pacific-New', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Pacific-New', + 'DATA'), + ('tcl\\tzdata\\Mexico\\BajaSur', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Mexico\\BajaSur', + 'DATA'), + ('tcl\\tzdata\\Europe\\Malta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Malta', + 'DATA'), + ('tcl\\msgs\\kl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kl.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Eirunepe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Eirunepe', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Jan_Mayen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Jan_Mayen', + 'DATA'), + ('tcl\\tzdata\\Asia\\Riyadh', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Riyadh', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Norfolk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Norfolk', + 'DATA'), + ('tk\\ttk\\scale.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\scale.tcl', + 'DATA'), + ('tcl\\tzdata\\Europe\\Stockholm', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Stockholm', + 'DATA'), + ('tcl\\tzdata\\Europe\\Saratov', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Saratov', + 'DATA'), + ('tcl\\tzdata\\America\\Los_Angeles', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Los_Angeles', + 'DATA'), + ('tcl\\tzdata\\Europe\\Astrakhan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Astrakhan', + 'DATA'), + ('tcl\\tzdata\\SystemV\\YST9', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\YST9', + 'DATA'), + ('tcl\\tzdata\\America\\Fortaleza', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Fortaleza', + 'DATA'), + ('tcl\\tzdata\\America\\Martinique', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Martinique', + 'DATA'), + ('tcl\\tzdata\\Africa\\Douala', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Douala', + 'DATA'), + ('tk\\ttk\\ttk.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\ttk.tcl', + 'DATA'), + ('tcl\\msgs\\en_ca.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_ca.msg', + 'DATA'), + ('tcl\\encoding\\ksc5601.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\ksc5601.enc', + 'DATA'), + ('tcl\\msgs\\bn.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\bn.msg', + 'DATA'), + ('tk\\comdlg.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\comdlg.tcl', + 'DATA'), + ('tcl\\tzdata\\SystemV\\EST5EDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\EST5EDT', + 'DATA'), + ('tcl\\tzdata\\Asia\\Atyrau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Atyrau', + 'DATA'), + ('tcl\\encoding\\cp862.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp862.enc', + 'DATA'), + ('tcl\\encoding\\iso2022-jp.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso2022-jp.enc', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lome', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Lome', + 'DATA'), + ('tcl\\tzdata\\Europe\\Oslo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Oslo', + 'DATA'), + ('tcl\\msgs\\cs.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\cs.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Belem', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Belem', + 'DATA'), + ('tcl\\tzdata\\America\\Paramaribo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Paramaribo', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+6', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+6', + 'DATA'), + ('tcl\\tzdata\\America\\Yakutat', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Yakutat', + 'DATA'), + ('tcl\\tzdata\\America\\Kralendijk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Kralendijk', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Tell_City', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Tell_City', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Wake', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Wake', + 'DATA'), + ('tcl\\msgs\\sh.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sh.msg', + 'DATA'), + ('tcl\\tzdata\\Canada\\Mountain', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Mountain', + 'DATA'), + ('tcl\\msgs\\pl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\pl.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ceuta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Ceuta', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chita', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Chita', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Faeroe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Faeroe', + 'DATA'), + ('tcl\\tzdata\\America\\El_Salvador', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\El_Salvador', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pago_Pago', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Pago_Pago', + 'DATA'), + ('tcl\\tzdata\\America\\Nipigon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Nipigon', + 'DATA'), + ('tcl\\tzdata\\America\\Recife', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Recife', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Galapagos', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Galapagos', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT', + 'DATA'), + ('tcl\\tzdata\\America\\Tortola', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Tortola', + 'DATA'), + ('tcl\\encoding\\koi8-r.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\koi8-r.enc', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\DumontDUrville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\DumontDUrville', + 'DATA'), + ('tcl\\tzdata\\America\\Shiprock', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Shiprock', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tiraspol', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Tiraspol', + 'DATA'), + ('tk\\button.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\button.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Salta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Salta', + 'DATA'), + ('tcl\\msgs\\sw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sw.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kashgar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kashgar', + 'DATA'), + ('tcl\\tzdata\\Europe\\Rome', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Rome', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+12', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+12', + 'DATA'), + ('tcl\\tzdata\\CST6CDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\CST6CDT', + 'DATA'), + ('tcl\\tzdata\\Asia\\Choibalsan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Choibalsan', + 'DATA'), + ('tcl\\msgs\\nl_be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\nl_be.msg', + 'DATA'), + ('tcl\\msgs\\en_ph.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_ph.msg', + 'DATA'), + ('tk\\ttk\\xpTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\xpTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Barbados', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Barbados', + 'DATA'), + ('tk\\console.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\console.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Indianapolis', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Indianapolis', + 'DATA'), + ('tcl\\encoding\\iso8859-9.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-9.enc', + 'DATA'), + ('tcl\\tzdata\\Etc\\UCT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\UCT', + 'DATA'), + ('tcl\\tzdata\\America\\Miquelon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Miquelon', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Cordoba', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Cordoba', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\New_Salem', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\New_Salem', + 'DATA'), + ('tcl\\msgs\\el.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\el.msg', + 'DATA'), + ('tk\\images\\logo64.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logo64.gif', + 'DATA'), + ('tcl\\tzdata\\Africa\\Dar_es_Salaam', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Dar_es_Salaam', + 'DATA'), + ('tcl\\tzdata\\Africa\\Freetown', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Freetown', + 'DATA'), + ('tcl\\encoding\\iso8859-13.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-13.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chungking', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Chungking', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+9', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+9', + 'DATA'), + ('tcl\\msgs\\eu_es.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\eu_es.msg', + 'DATA'), + ('tcl\\tzdata\\GMT0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GMT0', + 'DATA'), + ('tcl\\msgs\\kw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kw.msg', + 'DATA'), + ('tcl\\msgs\\sl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sl.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Barnaul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Barnaul', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kathmandu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kathmandu', + 'DATA'), + ('tcl\\msgs\\es.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es.msg', + 'DATA'), + ('tcl\\msgs\\et.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\et.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Macau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Macau', + 'DATA'), + ('tk\\spinbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\spinbox.tcl', + 'DATA'), + ('tcl\\tzdata\\Canada\\Central', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Central', + 'DATA'), + ('tcl\\tzdata\\EST', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\EST', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Auckland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Auckland', + 'DATA'), + ('tcl\\tzdata\\Europe\\Nicosia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Nicosia', + 'DATA'), + ('tcl\\encoding\\cp861.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp861.enc', + 'DATA'), + ('tcl\\tzdata\\SystemV\\CST6CDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\CST6CDT', + 'DATA'), + ('tk\\msgs\\es.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\es.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Monrovia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Monrovia', + 'DATA'), + ('tcl\\tzdata\\Australia\\North', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\North', + 'DATA'), + ('tcl\\msgs\\kw_gb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kw_gb.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Asmera', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Asmera', + 'DATA'), + ('tk\\images\\logoLarge.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logoLarge.gif', + 'DATA'), + ('tcl\\tzdata\\US\\Indiana-Starke', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Indiana-Starke', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Yap', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Yap', + 'DATA'), + ('tcl\\encoding\\macThai.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macThai.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Virgin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Virgin', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kolkata', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kolkata', + 'DATA'), + ('tcl\\tzdata\\Mexico\\BajaNorte', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Mexico\\BajaNorte', + 'DATA'), + ('tcl\\encoding\\macDingbats.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macDingbats.enc', + 'DATA'), + ('tcl\\tzdata\\US\\Arizona', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Arizona', + 'DATA'), + ('tcl\\tzdata\\America\\Merida', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Merida', + 'DATA'), + ('tcl\\tzdata\\America\\Managua', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Managua', + 'DATA'), + ('tcl\\msgs\\en_gb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_gb.msg', + 'DATA'), + ('tk\\ttk\\spinbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\spinbox.tcl', + 'DATA'), + ('tcl\\msgs\\gl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\gl.msg', + 'DATA'), + ('tcl\\msgs\\ca.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ca.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Baghdad', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Baghdad', + 'DATA'), + ('tcl\\tzdata\\Asia\\Novokuznetsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Novokuznetsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yekaterinburg', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Yekaterinburg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bahrain', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Bahrain', + 'DATA'), + ('tcl\\tzdata\\America\\Nassau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Nassau', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lubumbashi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Lubumbashi', + 'DATA'), + ('tcl\\msgs\\ru.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ru.msg', + 'DATA'), + ('tcl\\tzdata\\Indian\\Comoro', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Comoro', + 'DATA'), + ('tcl\\msgs\\sq.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sq.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Jersey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Jersey', + 'DATA'), + ('tcl\\tzdata\\America\\Rosario', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Rosario', + 'DATA'), + ('tcl\\tzdata\\America\\Bahia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Bahia', + 'DATA'), + ('tcl\\tzdata\\US\\Alaska', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Alaska', + 'DATA'), + ('tcl\\msgs\\ar.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar.msg', + 'DATA'), + ('tcl\\encoding\\ascii.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\ascii.enc', + 'DATA'), + ('tcl\\msgs\\kok.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kok.msg', + 'DATA'), + ('tcl\\msgs\\es_py.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_py.msg', + 'DATA'), + ('tk\\menu.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\menu.tcl', 'DATA'), + ('tcl\\tzdata\\Indian\\Reunion', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Reunion', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Bougainville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Bougainville', + 'DATA'), + ('tcl\\tzdata\\Africa\\Blantyre', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Blantyre', + 'DATA'), + ('tcl\\tzdata\\GB-Eire', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GB-Eire', + 'DATA'), + ('tcl\\tzdata\\America\\Cambridge_Bay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cambridge_Bay', + 'DATA'), + ('tk\\icons.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\icons.tcl', 'DATA'), + ('tcl\\tzdata\\Asia\\Thimphu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Thimphu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chongqing', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Chongqing', + 'DATA'), + ('tk\\scrlbar.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\scrlbar.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Tegucigalpa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Tegucigalpa', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+2', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+2', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Ushuaia', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Ushuaia', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Apia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Apia', + 'DATA'), + ('tcl\\tzdata\\Europe\\Brussels', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Brussels', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zurich', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Zurich', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ust-Nera', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ust-Nera', + 'DATA'), + ('tcl\\encoding\\iso8859-4.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-4.enc', + 'DATA'), + ('tcl\\tzdata\\Mexico\\General', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Mexico\\General', + 'DATA'), + ('tcl\\encoding\\macRoman.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macRoman.enc', + 'DATA'), + ('tcl\\tzdata\\Iceland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Iceland', + 'DATA'), + ('tcl\\tzdata\\Africa\\Djibouti', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Djibouti', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\McMurdo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\McMurdo', + 'DATA'), + ('tcl\\tzdata\\America\\Campo_Grande', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Campo_Grande', + 'DATA'), + ('tk\\images\\logoMed.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logoMed.gif', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\ComodRivadavia', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\ComodRivadavia', + 'DATA'), + ('tcl\\tzdata\\America\\Santiago', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Santiago', + 'DATA'), + ('tcl\\tzdata\\America\\Fort_Wayne', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Fort_Wayne', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yakutsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Yakutsk', + 'DATA'), + ('tcl\\encoding\\macJapan.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macJapan.enc', + 'DATA'), + ('tk\\msgs\\hu.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\hu.msg', + 'DATA'), + ('tcl\\encoding\\macGreek.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macGreek.enc', + 'DATA'), + ('tcl\\msgs\\mr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\mr.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aden', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Aden', + 'DATA'), + ('tcl\\encoding\\cp864.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp864.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Baku', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Baku', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+11', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+11', + 'DATA'), + ('tk\\msgs\\pl.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\pl.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bissau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Bissau', + 'DATA'), + ('tcl\\tzdata\\GB', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GB', + 'DATA'), + ('tcl\\tzdata\\Europe\\Prague', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Prague', + 'DATA'), + ('tcl\\tzdata\\MET', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\MET', + 'DATA'), + ('tcl\\msgs\\pt.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\pt.msg', + 'DATA'), + ('tcl\\tzdata\\Jamaica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Jamaica', + 'DATA'), + ('tk\\ttk\\button.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\button.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jayapura', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Jayapura', + 'DATA'), + ('tcl\\tzdata\\Africa\\Dakar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Dakar', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kosrae', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Kosrae', + 'DATA'), + ('tk\\clrpick.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\clrpick.tcl', + 'DATA'), + ('tk\\listbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\listbox.tcl', + 'DATA'), + ('tk\\ttk\\scrollbar.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\scrollbar.tcl', + 'DATA'), + ('tcl\\msgs\\zh_cn.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh_cn.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Samara', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Samara', + 'DATA'), + ('tcl\\tzdata\\America\\Bahia_Banderas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Bahia_Banderas', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dacca', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dacca', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hovd', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Hovd', + 'DATA'), + ('tcl\\tzdata\\Europe\\Berlin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Berlin', + 'DATA'), + ('tcl\\tzdata\\GMT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GMT', + 'DATA'), + ('tk\\ttk\\classicTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\classicTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\Poland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Poland', + 'DATA'), + ('tcl\\tzdata\\Asia\\Vientiane', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Vientiane', + 'DATA'), + ('tcl\\tzdata\\America\\St_Thomas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Thomas', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Buenos_Aires', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Buenos_Aires', + 'DATA'), + ('tcl\\msgs\\fa_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fa_in.msg', + 'DATA'), + ('tcl\\encoding\\cp866.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp866.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-8.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-8.enc', + 'DATA'), + ('tk\\dialog.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\dialog.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Srednekolymsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Srednekolymsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Samarkand', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Samarkand', + 'DATA'), + ('tcl\\tzdata\\America\\Porto_Velho', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Porto_Velho', + 'DATA'), + ('tcl\\tzdata\\SystemV\\AST4', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\AST4', + 'DATA'), + ('tcl\\tzdata\\Africa\\Maseru', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Maseru', + 'DATA'), + ('tcl\\tzdata\\Africa\\Tripoli', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Tripoli', + 'DATA'), + ('tcl\\msgs\\en_sg.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_sg.msg', + 'DATA'), + ('tk\\ttk\\utils.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\utils.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Beirut', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Beirut', + 'DATA'), + ('tcl\\tzdata\\America\\Lima', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Lima', + 'DATA'), + ('tcl\\tzdata\\SystemV\\EST5', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\EST5', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-14', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-14', + 'DATA'), + ('tcl\\tzdata\\America\\Panama', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Panama', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kigali', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Kigali', + 'DATA'), + ('tk\\panedwindow.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\panedwindow.tcl', + 'DATA'), + ('tk\\msgs\\eo.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\eo.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Mendoza', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Mendoza', + 'DATA'), + ('tcl\\tzdata\\Canada\\Yukon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Yukon', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Syowa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Syowa', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Port_Moresby', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Port_Moresby', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-3', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-3', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Winamac', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Winamac', + 'DATA'), + ('tk\\xmfbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\xmfbox.tcl', + 'DATA'), + ('tk\\tearoff.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\tearoff.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tarawa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Tarawa', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tel_Aviv', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tel_Aviv', + 'DATA'), + ('tk\\ttk\\defaults.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\defaults.tcl', + 'DATA'), + ('tcl\\clock.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\clock.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Johnston', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Johnston', + 'DATA'), + ('tcl\\msgs\\es_mx.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_mx.msg', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Madeira', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Madeira', + 'DATA'), + ('tcl\\msgs\\en_zw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_zw.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Toronto', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Toronto', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Vincennes', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Vincennes', + 'DATA'), + ('tcl\\tzdata\\America\\Yellowknife', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Yellowknife', + 'DATA'), + ('tk\\images\\tai-ku.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\tai-ku.gif', + 'DATA'), + ('tcl\\msgs\\te_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\te_in.msg', + 'DATA'), + ('tcl\\tzdata\\Portugal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Portugal', + 'DATA'), + ('tcl\\tzdata\\Europe\\Ljubljana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Ljubljana', + 'DATA'), + ('tcl\\tzdata\\America\\Jamaica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Jamaica', + 'DATA'), + ('tcl\\tzdata\\America\\Araguaina', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Araguaina', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Catamarca', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Catamarca', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Cape_Verde', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Cape_Verde', + 'DATA'), + ('tcl\\msgs\\es_sv.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_sv.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Tucuman', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Tucuman', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-5', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-5', + 'DATA'), + ('tcl\\tzdata\\Asia\\Krasnoyarsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Krasnoyarsk', + 'DATA'), + ('tcl\\tzdata\\W-SU', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\W-SU', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-9', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-9', + 'DATA'), + ('tcl\\tzdata\\America\\Cuiaba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cuiaba', + 'DATA'), + ('tcl\\tzdata\\Iran', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Iran', + 'DATA'), + ('tcl\\encoding\\iso8859-7.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-7.enc', + 'DATA'), + ('tk\\images\\pwrdLogo.eps', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo.eps', + 'DATA'), + ('tcl\\msgs\\fr_ca.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fr_ca.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Chihuahua', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Chihuahua', + 'DATA'), + ('tcl\\tzdata\\America\\Swift_Current', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Swift_Current', + 'DATA'), + ('tk\\megawidget.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\megawidget.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Shanghai', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Shanghai', + 'DATA'), + ('tk\\images\\pwrdLogo100.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo100.gif', + 'DATA'), + ('tcl\\tzdata\\America\\Denver', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Denver', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aqtobe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Aqtobe', + 'DATA'), + ('tcl\\tzdata\\Chile\\Continental', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Chile\\Continental', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-4', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-4', + 'DATA'), + ('tcl\\tzdata\\US\\Michigan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Michigan', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vienna', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Vienna', + 'DATA'), + ('tcl\\tzdata\\America\\Cayenne', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cayenne', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Macquarie', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Macquarie', + 'DATA'), + ('tcl\\tzdata\\America\\Bogota', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Bogota', + 'DATA'), + ('tcl\\msgs\\en_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_in.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Havana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Havana', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vatican', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Vatican', + 'DATA'), + ('tcl\\encoding\\cp932.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp932.enc', + 'DATA'), + ('tk\\tk.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\tk.tcl', 'DATA'), + ('tcl\\tzdata\\Asia\\Anadyr', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Anadyr', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dili', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dili', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\Beulah', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\Beulah', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Guadalcanal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Guadalcanal', + 'DATA'), + ('tcl\\tzdata\\Brazil\\Acre', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Brazil\\Acre', + 'DATA'), + ('tcl\\tzdata\\America\\Nome', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Nome', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yangon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Yangon', + 'DATA'), + ('tcl\\msgs\\af_za.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\af_za.msg', + 'DATA'), + ('tk\\bgerror.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\bgerror.tcl', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Rothera', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Rothera', + 'DATA'), + ('tcl\\encoding\\cp1256.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1256.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Funafuti', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Funafuti', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Gambier', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Gambier', + 'DATA'), + ('tcl\\tzdata\\Asia\\Brunei', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Brunei', + 'DATA'), + ('tcl\\tzdata\\Australia\\LHI', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\LHI', + 'DATA'), + ('tcl\\tzdata\\US\\Aleutian', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Aleutian', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tirane', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Tirane', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Knox', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Knox', + 'DATA'), + ('tcl\\init.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\init.tcl', 'DATA'), + ('tcl\\tzdata\\America\\Marigot', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Marigot', + 'DATA'), + ('tcl\\tzdata\\Europe\\Sofia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Sofia', + 'DATA'), + ('tcl\\tzdata\\Europe\\Podgorica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Podgorica', + 'DATA'), + ('tcl\\encoding\\iso8859-1.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-1.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Lisbon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Lisbon', + 'DATA'), + ('tcl\\encoding\\macCentEuro.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macCentEuro.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Damascus', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Damascus', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+8', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+8', + 'DATA'), + ('tcl\\tzdata\\America\\Dawson', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Dawson', + 'DATA'), + ('tcl\\tzdata\\America\\Glace_Bay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Glace_Bay', + 'DATA'), + ('tcl\\tzdata\\MST7MDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\MST7MDT', + 'DATA'), + ('tcl\\encoding\\cp874.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp874.enc', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Davis', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Davis', + 'DATA'), + ('tcl\\tzdata\\America\\Hermosillo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Hermosillo', + 'DATA'), + ('tcl\\tzdata\\Europe\\Gibraltar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Gibraltar', + 'DATA'), + ('tcl\\tzdata\\America\\Montserrat', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Montserrat', + 'DATA'), + ('tcl\\tzdata\\Africa\\Gaborone', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Gaborone', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+5', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+5', + 'DATA'), + ('tcl\\msgs\\es_ec.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_ec.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Urumqi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Urumqi', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bangui', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Bangui', + 'DATA'), + ('tcl\\tzdata\\Asia\\Katmandu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Katmandu', + 'DATA'), + ('tcl\\tzdata\\Africa\\Timbuktu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Timbuktu', + 'DATA'), + ('tcl\\tzdata\\Europe\\Dublin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Dublin', + 'DATA'), + ('tcl\\tzdata\\Turkey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Turkey', + 'DATA'), + ('tcl\\tzdata\\Indian\\Christmas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Christmas', + 'DATA'), + ('tcl\\tzdata\\Europe\\Mariehamn', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Mariehamn', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tomsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tomsk', + 'DATA'), + ('tcl\\msgs\\de_at.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\de_at.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Nauru', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Nauru', + 'DATA'), + ('tcl\\msgs\\nl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\nl.msg', + 'DATA'), + ('tk\\scale.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\scale.tcl', 'DATA'), + ('tk\\ttk\\notebook.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\notebook.tcl', + 'DATA'), + ('tk\\ttk\\combobox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\combobox.tcl', + 'DATA'), + ('tk\\ttk\\clamTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\clamTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\ROC', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\ROC', + 'DATA'), + ('tcl\\tzdata\\America\\Caracas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Caracas', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-13', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-13', + 'DATA'), + ('tcl\\tzdata\\Africa\\Porto-Novo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Porto-Novo', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Fakaofo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Fakaofo', + 'DATA'), + ('tcl\\msgs\\da.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\da.msg', + 'DATA'), + ('tcl\\msgs\\uk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\uk.msg', + 'DATA'), + ('tcl\\encoding\\iso8859-16.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-16.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-6.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-6.enc', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-2', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-2', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+7', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+7', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Guam', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Guam', + 'DATA'), + ('tcl\\tzdata\\America\\Rankin_Inlet', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Rankin_Inlet', + 'DATA'), + ('tcl\\tzdata\\Australia\\Brisbane', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Brisbane', + 'DATA'), + ('tcl\\msgs\\ta.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ta.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kamchatka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kamchatka', + 'DATA'), + ('tk\\msgs\\pt.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\pt.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Budapest', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Budapest', + 'DATA'), + ('tk\\images\\pwrdLogo150.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo150.gif', + 'DATA'), + ('tcl\\tzdata\\Etc\\Greenwich', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\Greenwich', + 'DATA'), + ('tcl\\tzdata\\Indian\\Chagos', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Chagos', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+1', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+1', + 'DATA'), + ('tcl\\tzdata\\Asia\\Omsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Omsk', + 'DATA'), + ('tcl\\encoding\\ebcdic.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\ebcdic.enc', + 'DATA'), + ('tcl\\encoding\\cp936.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp936.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Phnom_Penh', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Phnom_Penh', + 'DATA'), + ('tcl\\msgs\\zh_sg.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh_sg.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Wallis', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Wallis', + 'DATA'), + ('tk\\ttk\\entry.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\entry.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Danmarkshavn', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Danmarkshavn', + 'DATA'), + ('tcl\\tzdata\\SystemV\\HST10', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\HST10', + 'DATA'), + ('tcl\\tzdata\\America\\Vancouver', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Vancouver', + 'DATA'), + ('tk\\tkfbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\tkfbox.tcl', + 'DATA'), + ('tcl\\tzdata\\US\\Hawaii', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Hawaii', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Rarotonga', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Rarotonga', + 'DATA'), + ('tk\\msgs\\sv.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\sv.msg', + 'DATA'), + ('tcl\\encoding\\cp775.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp775.enc', + 'DATA'), + ('tcl\\msgs\\en_bw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_bw.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Saipan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Saipan', + 'DATA'), + ('tcl\\tzdata\\America\\Antigua', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Antigua', + 'DATA'), + ('tcl\\tzdata\\America\\Coral_Harbour', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Coral_Harbour', + 'DATA'), + ('tcl\\tzdata\\Asia\\Qyzylorda', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Qyzylorda', + 'DATA'), + ('tcl\\tzdata\\Africa\\Windhoek', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Windhoek', + 'DATA'), + ('tcl\\tzdata\\Australia\\Perth', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Perth', + 'DATA'), + ('tcl\\tzdata\\Etc\\UTC', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\UTC', + 'DATA'), + ('tcl\\encoding\\macCyrillic.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macCyrillic.enc', + 'DATA'), + ('tk\\choosedir.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\choosedir.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Aruba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Aruba', + 'DATA'), + ('tcl\\tzdata\\America\\Manaus', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Manaus', + 'DATA'), + ('tcl\\encoding\\cp857.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp857.enc', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mayotte', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Mayotte', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Azores', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Azores', + 'DATA'), + ('tcl\\tzdata\\America\\Port_of_Spain', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Port_of_Spain', + 'DATA'), + ('tcl\\tzdata\\America\\Rio_Branco', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Rio_Branco', + 'DATA'), + ('tcl\\msgs\\af.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\af.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Taipei', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Taipei', + 'DATA'), + ('tcl\\msgs\\fr_ch.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fr_ch.msg', + 'DATA'), + ('tcl\\encoding\\dingbats.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\dingbats.enc', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\South_Georgia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\South_Georgia', + 'DATA'), + ('tcl\\encoding\\iso2022-kr.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso2022-kr.enc', + 'DATA'), + ('tcl\\msgs\\es_ni.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_ni.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\Zulu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\Zulu', + 'DATA'), + ('tcl\\tzdata\\Canada\\East-Saskatchewan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\East-Saskatchewan', + 'DATA'), + ('tcl\\tzdata\\Europe\\Athens', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Athens', + 'DATA'), + ('tcl\\encoding\\cp949.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp949.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zagreb', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Zagreb', + 'DATA'), + ('tcl\\auto.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\auto.tcl', 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-6', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-6', + 'DATA'), + ('tcl\\encoding\\cp950.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp950.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kirov', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Kirov', + 'DATA'), + ('tcl\\tzdata\\US\\Eastern', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Eastern', + 'DATA'), + ('tcl\\msgs\\be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\be.msg', + 'DATA'), + ('tcl\\msgs\\it.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\it.msg', + 'DATA'), + ('tk\\msgs\\nl.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\nl.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kwajalein', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Kwajalein', + 'DATA'), + ('tcl\\tzdata\\Africa\\Cairo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Cairo', + 'DATA'), + ('tcl\\msgs\\gv_gb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\gv_gb.msg', + 'DATA'), + ('tk\\msgs\\de.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\de.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pitcairn', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Pitcairn', + 'DATA'), + ('tcl\\tzdata\\America\\Rainy_River', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Rainy_River', + 'DATA'), + ('tcl\\tzdata\\Australia\\West', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\West', + 'DATA'), + ('tcl\\tzdata\\Africa\\Nouakchott', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Nouakchott', + 'DATA'), + ('tcl\\tzdata\\Africa\\Brazzaville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Brazzaville', + 'DATA'), + ('tcl\\msgs\\te.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\te.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Halifax', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Halifax', + 'DATA'), + ('tk\\safetk.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\safetk.tcl', + 'DATA'), + ('tcl\\tzdata\\Kwajalein', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Kwajalein', + 'DATA'), + ('tcl\\msgs\\es_cr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_cr.msg', + 'DATA'), + ('tcl\\msgs\\es_ve.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_ve.msg', + 'DATA'), + ('tcl\\tzdata\\America\\New_York', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\New_York', + 'DATA'), + ('tcl\\msgs\\lv.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\lv.msg', + 'DATA'), + ('tcl\\msgs\\fa.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fa.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Calcutta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Calcutta', + 'DATA'), + ('tcl\\encoding\\cp863.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp863.enc', + 'DATA'), + ('tcl\\encoding\\cp869.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp869.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Minsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Minsk', + 'DATA'), + ('tcl\\msgs\\vi.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\vi.msg', + 'DATA'), + ('tcl\\encoding\\gb2312.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\gb2312.enc', + 'DATA'), + ('tcl\\tzdata\\Australia\\Adelaide', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Adelaide', + 'DATA'), + ('tcl\\msgs\\es_pa.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_pa.msg', + 'DATA'), + ('tk\\images\\README', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\README', + 'DATA'), + ('tcl\\tzdata\\Europe\\Volgograd', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Volgograd', + 'DATA'), + ('tcl\\msgs\\fr_be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fr_be.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Gaza', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Gaza', + 'DATA'), + ('tcl\\tzdata\\America\\Asuncion', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Asuncion', + 'DATA'), + ('tcl\\tzdata\\America\\Port-au-Prince', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Port-au-Prince', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Fiji', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Fiji', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vilnius', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Vilnius', + 'DATA'), + ('tcl\\encoding\\macIceland.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macIceland.enc', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Mawson', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Mawson', + 'DATA'), + ('tcl\\tzdata\\UCT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\UCT', + 'DATA'), + ('tcl\\msgs\\eu.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\eu.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Ojinaga', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Ojinaga', + 'DATA'), + ('tcl\\tzdata\\America\\Knox_IN', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Knox_IN', + 'DATA'), + ('tcl\\encoding\\iso8859-2.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-2.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Chatham', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Chatham', + 'DATA'), + ('tcl\\msgs\\id.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\id.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tallinn', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Tallinn', + 'DATA'), + ('tcl\\tzdata\\Brazil\\West', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Brazil\\West', + 'DATA'), + ('tcl\\tzdata\\Europe\\Paris', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Paris', + 'DATA'), + ('tcl\\msgs\\pt_br.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\pt_br.msg', + 'DATA'), + ('tk\\ttk\\aquaTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\aquaTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\Indian\\Antananarivo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Antananarivo', + 'DATA'), + ('tcl\\msgs\\ga_ie.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ga_ie.msg', + 'DATA'), + ('tcl\\msgs\\en_nz.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_nz.msg', + 'DATA'), + ('tk\\ttk\\panedwindow.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\panedwindow.tcl', + 'DATA'), + ('tk\\mkpsenc.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\mkpsenc.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Mbabane', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Mbabane', + 'DATA'), + ('tcl\\tzdata\\America\\Pangnirtung', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Pangnirtung', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+0', + 'DATA'), + ('tcl\\tzdata\\Universal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Universal', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\San_Luis', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\San_Luis', + 'DATA'), + ('tcl\\msgs\\es_ar.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_ar.msg', + 'DATA'), + ('tcl\\tzdata\\HST', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\HST', + 'DATA'), + ('tk\\unsupported.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\unsupported.tcl', + 'DATA'), + ('tcl\\tzdata\\Australia\\Tasmania', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Tasmania', + 'DATA'), + ('tcl\\tzdata\\America\\Adak', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Adak', + 'DATA'), + ('tcl\\encoding\\big5.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\big5.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Buenos_Aires', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Buenos_Aires', + 'DATA'), + ('tcl\\tzdata\\Canada\\Pacific', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Pacific', + 'DATA'), + ('tk\\images\\pwrdLogo200.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo200.gif', + 'DATA'), + ('tk\\images\\pwrdLogo175.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo175.gif', + 'DATA'), + ('tcl\\msgs\\sv.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sv.msg', + 'DATA'), + ('tk\\obsolete.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\obsolete.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Mogadishu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Mogadishu', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Midway', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Midway', + 'DATA'), + ('tcl\\msgs\\ta_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ta_in.msg', + 'DATA'), + ('tcl\\msgs\\sr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sr.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aqtau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Aqtau', + 'DATA'), + ('tcl\\tzdata\\Europe\\Skopje', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Skopje', + 'DATA'), + ('tcl\\msgs\\es_hn.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_hn.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Atikokan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Atikokan', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\La_Rioja', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\La_Rioja', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-11', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-11', + 'DATA'), + ('tcl\\tzdata\\Asia\\Thimbu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Thimbu', + 'DATA'), + ('tk\\ttk\\fonts.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\fonts.tcl', + 'DATA'), + ('tcl\\tzdata\\Israel', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Israel', + 'DATA'), + ('tcl\\tzdata\\Europe\\Chisinau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Chisinau', + 'DATA'), + ('tcl\\tzdata\\EST5EDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\EST5EDT', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dhaka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dhaka', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hebron', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Hebron', + 'DATA'), + ('tcl\\encoding\\iso8859-10.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-10.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Grenada', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Grenada', + 'DATA'), + ('tcl\\tzdata\\Europe\\London', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\London', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-1', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-1', + 'DATA'), + ('tcl\\encoding\\cp855.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp855.enc', + 'DATA'), + ('tk\\msgs\\en.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\en.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Monaco', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Monaco', + 'DATA'), + ('tcl\\tzdata\\Africa\\El_Aaiun', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\El_Aaiun', + 'DATA'), + ('tcl\\tzdata\\Navajo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Navajo', + 'DATA'), + ('tcl\\msgs\\ko.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ko.msg', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Stanley', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Stanley', + 'DATA'), + ('tcl\\tzdata\\Indian\\Cocos', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Cocos', + 'DATA'), + ('tcl\\http1.0\\http.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\http1.0\\http.tcl', + 'DATA'), + ('tcl\\tzdata\\Europe\\Ulyanovsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Ulyanovsk', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kiritimati', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Kiritimati', + 'DATA'), + ('tcl\\msgs\\es_pr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_pr.msg', + 'DATA'), + ('tcl\\msgs\\nb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\nb.msg', + 'DATA'), + ('tcl\\msgs\\ms.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ms.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hong_Kong', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Hong_Kong', + 'DATA'), + ('tcl\\tzdata\\Europe\\San_Marino', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\San_Marino', + 'DATA'), + ('tcl\\tzdata\\America\\Ensenada', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Ensenada', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\San_Juan', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\San_Juan', + 'DATA'), + ('tcl\\msgs\\de.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\de.msg', + 'DATA'), + ('tcl\\tzdata\\GMT-0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GMT-0', + 'DATA'), + ('tcl\\tzdata\\Eire', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Eire', + 'DATA'), + ('tcl\\msgs\\mt.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\mt.msg', + 'DATA'), + ('tk\\msgs\\cs.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\cs.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+3', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+3', + 'DATA'), + ('tcl\\tzdata\\EET', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\EET', + 'DATA'), + ('tcl\\tzdata\\America\\Matamoros', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Matamoros', + 'DATA'), + ('tcl\\encoding\\cp860.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp860.enc', + 'DATA'), + ('tcl\\msgs\\he.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\he.msg', + 'DATA'), + ('tcl\\msgs\\fa_ir.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fa_ir.msg', + 'DATA'), + ('tcl\\encoding\\macUkraine.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macUkraine.enc', + 'DATA'), + ('tcl\\encoding\\shiftjis.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\shiftjis.enc', + 'DATA'), + ('tcl\\tzdata\\Australia\\South', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\South', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Samoa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Samoa', + 'DATA'), + ('tcl\\tzdata\\America\\Louisville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Louisville', + 'DATA'), + ('tcl\\tzdata\\America\\Lower_Princes', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Lower_Princes', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ndjamena', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Ndjamena', + 'DATA'), + ('tcl\\encoding\\cp737.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp737.enc', + 'DATA'), + ('tcl\\tzdata\\Singapore', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Singapore', + 'DATA'), + ('tcl\\tzdata\\America\\Edmonton', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Edmonton', + 'DATA'), + ('tcl\\msgs\\it_ch.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\it_ch.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Niamey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Niamey', + 'DATA'), + ('tcl\\tzdata\\America\\Mexico_City', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Mexico_City', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tokyo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tokyo', + 'DATA'), + ('tcl\\tzdata\\America\\Noronha', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Noronha', + 'DATA'), + ('tcl\\msgs\\bg.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\bg.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Amsterdam', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Amsterdam', + 'DATA'), + ('tcl\\tzdata\\Africa\\Abidjan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Abidjan', + 'DATA'), + ('tcl\\tzdata\\Canada\\Eastern', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Eastern', + 'DATA'), + ('tcl\\tzdata\\America\\Monterrey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Monterrey', + 'DATA'), + ('Include\\pyconfig.h', + 'c:\\program files\\python\\Include\\pyconfig.h', + 'DATA'), + ('tcl\\tzdata\\US\\Pacific', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Pacific', + 'DATA'), + ('tcl\\tzdata\\Europe\\Riga', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Riga', + 'DATA'), + ('tcl\\tzdata\\America\\Resolute', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Resolute', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Efate', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Efate', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tashkent', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tashkent', + 'DATA'), + ('tcl\\tzdata\\Europe\\Uzhgorod', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Uzhgorod', + 'DATA'), + ('tcl\\tzdata\\Asia\\Colombo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Colombo', + 'DATA'), + ('tk\\license.terms', + 'c:\\program files\\python\\tcl\\tk8.6\\license.terms', + 'DATA'), + ('tcl\\tzdata\\NZ-CHAT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\NZ-CHAT', + 'DATA'), + ('tcl\\tzdata\\Australia\\Yancowinna', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Yancowinna', + 'DATA'), + ('tk\\msgs\\it.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\it.msg', + 'DATA'), + ('tcl\\tzdata\\Canada\\Atlantic', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Atlantic', + 'DATA'), + ('tk\\images\\logo100.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logo100.gif', + 'DATA'), + ('tcl\\msgs\\fr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fr.msg', + 'DATA'), + ('tcl\\msgs\\lt.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\lt.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Malabo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Malabo', + 'DATA'), + ('tcl\\msgs\\fi.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fi.msg', + 'DATA'), + ('tcl\\tzdata\\Japan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Japan', + 'DATA'), + ('tcl\\tzdata\\SystemV\\PST8', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\PST8', + 'DATA'), + ('tk\\ttk\\progress.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\progress.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Metlakatla', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Metlakatla', + 'DATA'), + ('tcl\\encoding\\cp1255.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1255.enc', + 'DATA'), + ('tcl\\tzdata\\Indian\\Kerguelen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Kerguelen', + 'DATA'), + ('tk\\entry.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\entry.tcl', 'DATA'), + ('tcl\\tzdata\\America\\Fort_Nelson', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Fort_Nelson', + 'DATA'), + ('tcl\\tzdata\\America\\Cordoba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cordoba', + 'DATA'), + ('tcl\\tzdata\\Africa\\Luanda', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Luanda', + 'DATA'), + ('tcl\\msgs\\kok_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kok_in.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Luxembourg', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Luxembourg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bangkok', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Bangkok', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bujumbura', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Bujumbura', + 'DATA'), + ('tk\\images\\pwrdLogo75.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo75.gif', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ouagadougou', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Ouagadougou', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kinshasa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Kinshasa', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dubai', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dubai', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vaduz', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Vaduz', + 'DATA'), + ('tcl\\encoding\\euc-jp.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\euc-jp.enc', + 'DATA'), + ('tcl\\encoding\\jis0208.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\jis0208.enc', + 'DATA'), + ('tcl\\encoding\\symbol.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\symbol.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Andorra', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Andorra', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dushanbe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dushanbe', + 'DATA'), + ('tcl\\tzdata\\Asia\\Sakhalin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Sakhalin', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mauritius', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Mauritius', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Reykjavik', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Reykjavik', + 'DATA'), + ('tcl\\tzdata\\Africa\\Maputo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Maputo', + 'DATA'), + ('tcl\\encoding\\cp437.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp437.enc', + 'DATA'), + ('tcl\\tzdata\\Hongkong', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Hongkong', + 'DATA'), + ('tcl\\tzdata\\America\\St_Johns', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Johns', + 'DATA'), + ('tcl\\tzdata\\Europe\\Belgrade', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Belgrade', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jerusalem', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Jerusalem', + 'DATA'), + ('tcl\\tzdata\\America\\Montevideo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Montevideo', + 'DATA'), + ('tcl\\tzdata\\Australia\\Currie', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Currie', + 'DATA'), + ('tcl\\tzdata\\America\\Sao_Paulo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Sao_Paulo', + 'DATA'), + ('tcl\\tzdata\\America\\Creston', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Creston', + 'DATA'), + ('tcl\\tzdata\\Africa\\Conakry', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Conakry', + 'DATA'), + ('tcl\\encoding\\macTurkish.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macTurkish.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Guayaquil', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Guayaquil', + 'DATA'), + ('tcl\\tzdata\\America\\Santa_Isabel', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Santa_Isabel', + 'DATA'), + ('tcl\\tzdata\\Africa\\Johannesburg', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Johannesburg', + 'DATA'), + ('tcl\\encoding\\gb12345.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\gb12345.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Mendoza', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Mendoza', + 'DATA'), + ('tcl\\tzdata\\America\\Belize', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Belize', + 'DATA'), + ('tcl\\tzdata\\SystemV\\YST9YDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\YST9YDT', + 'DATA'), + ('tcl\\msgs\\ga.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ga.msg', + 'DATA'), + ('tk\\ttk\\menubutton.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\menubutton.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Costa_Rica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Costa_Rica', + 'DATA'), + ('tcl\\tzdata\\America\\Curacao', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Curacao', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Noumea', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Noumea', + 'DATA'), + ('tcl\\msgs\\zh_hk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh_hk.msg', + 'DATA'), + ('tcl\\encoding\\macRomania.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macRomania.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Pyongyang', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Pyongyang', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kaliningrad', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Kaliningrad', + 'DATA'), + ('tcl\\msgs\\zh_tw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh_tw.msg', + 'DATA'), + ('tcl\\history.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\history.tcl', + 'DATA'), + ('tk\\msgbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\msgbox.tcl', + 'DATA'), + ('tcl\\tzdata\\Australia\\Lord_Howe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Lord_Howe', + 'DATA'), + ('tcl\\tzdata\\Africa\\Tunis', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Tunis', + 'DATA'), + ('tcl\\safe.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\safe.tcl', 'DATA'), + ('tcl\\tzdata\\Zulu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Zulu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tbilisi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tbilisi', + 'DATA'), + ('tcl\\encoding\\cp852.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp852.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuwait', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kuwait', + 'DATA'), + ('tcl\\tzdata\\US\\Mountain', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Mountain', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tehran', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tehran', + 'DATA'), + ('tcl\\encoding\\cp1253.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1253.enc', + 'DATA'), + ('tcl\\msgs\\de_be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\de_be.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Marquesas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Marquesas', + 'DATA'), + ('tcl\\encoding\\cp1258.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1258.enc', + 'DATA'), + ('tcl\\tzdata\\Canada\\Newfoundland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Newfoundland', + 'DATA'), + ('tcl\\msgs\\mk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\mk.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Warsaw', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Warsaw', + 'DATA'), + ('tcl\\tzdata\\America\\Santo_Domingo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Santo_Domingo', + 'DATA'), + ('tcl\\tzdata\\America\\Moncton', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Moncton', + 'DATA'), + ('tcl\\encoding\\iso8859-15.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-15.enc', + 'DATA'), + ('tk\\optMenu.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\optMenu.tcl', + 'DATA'), + ('tcl\\encoding\\cp1250.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1250.enc', + 'DATA'), + ('tcl\\tzdata\\Africa\\Juba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Juba', + 'DATA'), + ('tcl\\msgs\\es_gt.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_gt.msg', + 'DATA'), + ('tcl\\tzdata\\US\\Samoa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Samoa', + 'DATA'), + ('tcl\\package.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\package.tcl', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Vostok', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Vostok', + 'DATA'), + ('tcl\\tzdata\\America\\Inuvik', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Inuvik', + 'DATA'), + ('tcl\\msgs\\ar_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar_in.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Oral', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Oral', + 'DATA'), + ('tcl\\msgs\\ar_lb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar_lb.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bamako', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Bamako', + 'DATA'), + ('tcl\\msgs\\eo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\eo.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Pontianak', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Pontianak', + 'DATA'), + ('tcl\\tzdata\\America\\Winnipeg', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Winnipeg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Sao_Tome', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Sao_Tome', + 'DATA'), + ('tcl\\msgs\\fo_fo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fo_fo.msg', + 'DATA'), + ('tk\\msgs\\el.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\el.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Detroit', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Detroit', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Rio_Gallegos', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Rio_Gallegos', + 'DATA'), + ('tk\\text.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\text.tcl', 'DATA'), + ('tcl\\encoding\\jis0201.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\jis0201.enc', + 'DATA'), + ('tcl\\tzdata\\SystemV\\AST4ADT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\AST4ADT', + 'DATA'), + ('tcl\\tzdata\\Africa\\Casablanca', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Casablanca', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Truk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Truk', + 'DATA'), + ('tcl\\msgs\\en_be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_be.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Helsinki', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Helsinki', + 'DATA'), + ('tcl\\tzdata\\America\\Thunder_Bay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Thunder_Bay', + 'DATA'), + ('tcl\\msgs\\en_ie.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_ie.msg', + 'DATA'), + ('tcl\\msgs\\en_za.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_za.msg', + 'DATA'), + ('tcl\\tzdata\\Indian\\Maldives', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Maldives', + 'DATA'), + ('tcl\\tzdata\\America\\Boise', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Boise', + 'DATA'), + ('tcl\\msgs\\ja.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ja.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ashkhabad', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ashkhabad', + 'DATA'), + ('tcl\\opt0.4\\optparse.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\opt0.4\\optparse.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Vevay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Vevay', + 'DATA'), + ('tcl\\tzdata\\Africa\\Libreville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Libreville', + 'DATA'), + ('tcl\\tzdata\\America\\St_Barthelemy', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Barthelemy', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Canary', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Canary', + 'DATA'), + ('tcl\\tzdata\\Asia\\Saigon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Saigon', + 'DATA'), + ('tcl\\tzdata\\Australia\\Darwin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Darwin', + 'DATA'), + ('tcl\\msgs\\gl_es.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\gl_es.msg', + 'DATA'), + ('tcl\\msgs\\th.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\th.msg', + 'DATA'), + ('tcl\\encoding\\koi8-u.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\koi8-u.enc', + 'DATA'), + ('tcl\\tzdata\\Africa\\Asmara', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Asmara', + 'DATA'), + ('tcl\\tzdata\\America\\Iqaluit', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Iqaluit', + 'DATA'), + ('tcl\\tzdata\\Brazil\\East', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Brazil\\East', + 'DATA'), + ('tk\\ttk\\altTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\altTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\Greenwich', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Greenwich', + 'DATA'), + ('tcl\\tzdata\\Australia\\Broken_Hill', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Broken_Hill', + 'DATA'), + ('tcl\\tzdata\\Australia\\Eucla', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Eucla', + 'DATA'), + ('tcl\\encoding\\gb2312-raw.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\gb2312-raw.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-5.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-5.enc', + 'DATA'), + ('tcl\\tzdata\\WET', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\WET', + 'DATA'), + ('tk\\ttk\\winTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\winTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Anguilla', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Anguilla', + 'DATA'), + ('tcl\\tzdata\\Asia\\Novosibirsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Novosibirsk', + 'DATA'), + ('tcl\\tzdata\\America\\Dominica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Dominica', + 'DATA'), + ('tk\\pkgIndex.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\pkgIndex.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Goose_Bay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Goose_Bay', + 'DATA'), + ('tcl\\msgs\\en_hk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_hk.msg', + 'DATA'), + ('tcl\\tzdata\\Australia\\Sydney', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Sydney', + 'DATA'), + ('tk\\images\\logo.eps', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logo.eps', + 'DATA'), + ('tk\\fontchooser.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\fontchooser.tcl', + 'DATA'), + ('tcl\\msgs\\hu.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\hu.msg', + 'DATA'), + ('tk\\iconlist.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\iconlist.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Cancun', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cancun', + 'DATA'), + ('tcl\\tzdata\\SystemV\\MST7', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\MST7', + 'DATA'), + ('tcl\\tzdata\\Asia\\Macao', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Macao', + 'DATA'), + ('tcl\\tzdata\\Africa\\Accra', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Accra', + 'DATA'), + ('tcl\\tzdata\\America\\Guadeloupe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Guadeloupe', + 'DATA'), + ('tcl\\tclIndex', 'c:\\program files\\python\\tcl\\tcl8.6\\tclIndex', 'DATA'), + ('tcl\\tzdata\\Europe\\Copenhagen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Copenhagen', + 'DATA'), + ('tcl\\tzdata\\America\\Puerto_Rico', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Puerto_Rico', + 'DATA'), + ('tcl\\msgs\\hr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\hr.msg', + 'DATA'), + ('tcl\\tzdata\\Canada\\Saskatchewan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Saskatchewan', + 'DATA'), + ('tcl\\encoding\\iso8859-14.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-14.enc', + 'DATA'), + ('tcl\\encoding\\jis0212.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\jis0212.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Madrid', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Madrid', + 'DATA'), + ('tcl\\tzdata\\America\\Tijuana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Tijuana', + 'DATA'), + ('tcl\\tzdata\\Europe\\Isle_of_Man', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Isle_of_Man', + 'DATA'), + ('tcl\\tzdata\\Asia\\Harbin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Harbin', + 'DATA'), + ('tcl\\tzdata\\Australia\\Hobart', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Hobart', + 'DATA'), + ('lib2to3\\PatternGrammar.txt', + 'c:\\program files\\python\\lib\\lib2to3\\PatternGrammar.txt', + 'DATA'), + ('tcl\\encoding\\gb1988.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\gb1988.enc', + 'DATA'), + ('tk\\focus.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\focus.tcl', 'DATA'), + ('tcl\\tzdata\\Antarctica\\South_Pole', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\South_Pole', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuching', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kuching', + 'DATA'), + ('tcl\\tzdata\\PST8PDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\PST8PDT', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Palau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Palau', + 'DATA'), + ('tcl\\encoding\\iso8859-3.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-3.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Vladivostok', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Vladivostok', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Honolulu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Honolulu', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lusaka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Lusaka', + 'DATA'), + ('tcl\\tzdata\\America\\Cayman', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cayman', + 'DATA'), + ('tcl\\tzdata\\Asia\\Manila', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Manila', + 'DATA'), + ('tcl\\tzdata\\America\\Jujuy', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Jujuy', + 'DATA'), + ('tcl\\tzdata\\Libya', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Libya', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kiev', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Kiev', + 'DATA'), + ('lib2to3\\Grammar.txt', + 'c:\\program files\\python\\lib\\lib2to3\\Grammar.txt', + 'DATA'), + ('tcl\\tzdata\\Asia\\Khandyga', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Khandyga', + 'DATA'), + ('tk\\ttk\\cursors.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\cursors.tcl', + 'DATA'), + ('tcl\\tzdata\\PRC', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\PRC', + 'DATA'), + ('tcl\\tzdata\\Europe\\Guernsey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Guernsey', + 'DATA'), + ('tcl\\msgs\\es_bo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_bo.msg', + 'DATA'), + ('tcl\\msgs\\nn.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\nn.msg', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Casey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Casey', + 'DATA'), + ('tcl\\tzdata\\Asia\\Qatar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Qatar', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ashgabat', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ashgabat', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pohnpei', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Pohnpei', + 'DATA'), + ('tcl\\tzdata\\Etc\\Universal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\Universal', + 'DATA'), + ('tcl\\msgs\\ro.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ro.msg', + 'DATA'), + ('tcl\\msgs\\es_do.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_do.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Santarem', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Santarem', + 'DATA'), + ('tcl\\tzdata\\Africa\\Banjul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Banjul', + 'DATA'), + ('tcl\\msgs\\id_id.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\id_id.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Simferopol', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Simferopol', + 'DATA'), + ('tcl\\tzdata\\America\\Godthab', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Godthab', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuala_Lumpur', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kuala_Lumpur', + 'DATA'), + ('tcl\\tzdata\\America\\Dawson_Creek', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Dawson_Creek', + 'DATA'), + ('tcl\\tzdata\\Asia\\Singapore', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Singapore', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ulaanbaatar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ulaanbaatar', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Chuuk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Chuuk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yerevan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Yerevan', + 'DATA'), + ('tcl\\tzdata\\America\\Punta_Arenas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Punta_Arenas', + 'DATA'), + ('tk\\tclIndex', 'c:\\program files\\python\\tcl\\tk8.6\\tclIndex', 'DATA'), + ('tcl\\tzdata\\America\\Chicago', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Chicago', + 'DATA'), + ('tcl\\encoding\\tis-620.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\tis-620.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Niue', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Niue', + 'DATA'), + ('tcl\\tzdata\\Europe\\Busingen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Busingen', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-0', + 'DATA'), + ('tcl\\tzdata\\CET', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\CET', + 'DATA'), + ('tk\\msgs\\ru.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\ru.msg', + 'DATA'), + ('tcl\\tzdata\\Australia\\Melbourne', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Melbourne', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-12', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-12', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Enderbury', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Enderbury', + 'DATA'), + ('tcl\\encoding\\euc-kr.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\euc-kr.enc', + 'DATA'), + ('tcl\\tzdata\\US\\Central', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Central', + 'DATA'), + ('tcl\\tzdata\\Asia\\Rangoon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Rangoon', + 'DATA'), + ('tcl\\msgs\\zh.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ho_Chi_Minh', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ho_Chi_Minh', + 'DATA'), + ('tk\\msgs\\en_gb.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\en_gb.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Sitka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Sitka', + 'DATA'), + ('tcl\\tzdata\\Egypt', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Egypt', + 'DATA'), + ('tcl\\tzdata\\US\\East-Indiana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\East-Indiana', + 'DATA'), + ('tcl\\tzdata\\Asia\\Magadan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Magadan', + 'DATA'), + ('tcl\\tzdata\\America\\Kentucky\\Louisville', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Kentucky\\Louisville', + 'DATA'), + ('tcl\\opt0.4\\pkgIndex.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\opt0.4\\pkgIndex.tcl', + 'DATA'), + ('tcl\\msgs\\en_au.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_au.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Almaty', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Almaty', + 'DATA'), + ('tcl\\tzdata\\America\\Regina', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Regina', + 'DATA'), + ('tcl\\tzdata\\America\\Kentucky\\Monticello', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Kentucky\\Monticello', + 'DATA'), + ('tcl\\msgs\\sk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sk.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ujung_Pandang', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ujung_Pandang', + 'DATA'), + ('tcl\\tzdata\\Australia\\ACT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\ACT', + 'DATA'), + ('lib2to3\\tests\\data\\README', + 'c:\\program files\\python\\lib\\lib2to3\\tests\\data\\README', + 'DATA'), + ('tcl\\tzdata\\America\\St_Lucia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Lucia', + 'DATA'), + ('tcl\\http1.0\\pkgIndex.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\http1.0\\pkgIndex.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Scoresbysund', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Scoresbysund', + 'DATA'), + ('tcl\\tzdata\\Australia\\Queensland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Queensland', + 'DATA'), + ('tcl\\msgs\\es_pe.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_pe.msg', + 'DATA'), + ('tcl\\tzdata\\Brazil\\DeNoronha', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Brazil\\DeNoronha', + 'DATA'), + ('tcl\\tzdata\\Africa\\Khartoum', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Khartoum', + 'DATA'), + ('tcl\\msgs\\is.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\is.msg', + 'DATA'), + ('tcl\\tzdata\\Arctic\\Longyearbyen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Arctic\\Longyearbyen', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tongatapu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Tongatapu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Istanbul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Istanbul', + 'DATA'), + ('tcl\\tzdata\\Australia\\Lindeman', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Lindeman', + 'DATA'), + ('tcl\\tzdata\\America\\Montreal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Montreal', + 'DATA'), + ('tcl\\tzdata\\Africa\\Nairobi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Nairobi', + 'DATA'), + ('tcl\\msgs\\ar_sy.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar_sy.msg', + 'DATA')], + []) diff --git a/build/main/EXE-00.toc b/build/main/EXE-00.toc new file mode 100644 index 0000000..700a777 --- /dev/null +++ b/build/main/EXE-00.toc @@ -0,0 +1,3092 @@ +('E:\\php\\NAVICAT_CRACK_PSW\\dist\\main.exe', + False, + False, + False, + None, + None, + False, + False, + '', + True, + 'main.pkg', + [('PYZ-00.pyz', 'E:\\php\\NAVICAT_CRACK_PSW\\build\\main\\PYZ-00.pyz', 'PYZ'), + ('struct', 'c:\\program files\\python\\lib\\struct.pyo', 'PYMODULE'), + ('pyimod01_os_path', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\PyInstaller\\loader\\pyimod01_os_path.pyc', + 'PYMODULE'), + ('pyimod02_archive', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\PyInstaller\\loader\\pyimod02_archive.pyc', + 'PYMODULE'), + ('pyimod03_importers', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\PyInstaller\\loader\\pyimod03_importers.pyc', + 'PYMODULE'), + ('pyiboot01_bootstrap', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py', + 'PYSOURCE'), + ('pyi_rth_pkgres', + 'C:\\Program ' + 'Files\\python\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth_pkgres.py', + 'PYSOURCE'), + ('pyi_rth_multiprocessing', + 'C:\\Program ' + 'Files\\python\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth_multiprocessing.py', + 'PYSOURCE'), + ('pyi_rth_win32comgenpy', + 'C:\\Program ' + 'Files\\python\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth_win32comgenpy.py', + 'PYSOURCE'), + ('pyi_rth__tkinter', + 'C:\\Program ' + 'Files\\python\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth__tkinter.py', + 'PYSOURCE'), + ('main', 'E:\\php\\NAVICAT_CRACK_PSW\\main.py', 'PYSOURCE'), + ('python38.dll', 'c:\\program files\\python\\python38.dll', 'BINARY'), + ('VCRUNTIME140.dll', 'c:\\program files\\python\\VCRUNTIME140.dll', 'BINARY'), + ('Crypto\\Cipher\\_raw_ecb.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_ecb.pyd', + 'BINARY'), + ('Crypto\\Hash\\_BLAKE2s.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_BLAKE2s.pyd', + 'BINARY'), + ('Crypto\\Math\\_modexp.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Math\\_modexp.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_ocb.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_ocb.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_ctr.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_ctr.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_ofb.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_ofb.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_Salsa20.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_Salsa20.pyd', + 'BINARY'), + ('Crypto\\PublicKey\\_ec_ws.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\PublicKey\\_ec_ws.pyd', + 'BINARY'), + ('Crypto\\PublicKey\\_ed448.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\PublicKey\\_ed448.pyd', + 'BINARY'), + ('libopenblas64__v0.3.21-gcc_10_3_0.dll', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\.libs\\libopenblas64__v0.3.21-gcc_10_3_0.dll', + 'BINARY'), + ('Crypto\\Cipher\\_raw_eksblowfish.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_eksblowfish.pyd', + 'BINARY'), + ('Crypto\\Util\\_strxor.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Util\\_strxor.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_aes.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_aes.pyd', + 'BINARY'), + ('Crypto\\Util\\_cpuid_c.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Util\\_cpuid_c.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_blowfish.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_blowfish.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_cbc.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_cbc.pyd', + 'BINARY'), + ('Crypto\\Hash\\_keccak.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_keccak.pyd', + 'BINARY'), + ('Crypto\\Hash\\_BLAKE2b.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_BLAKE2b.pyd', + 'BINARY'), + ('Crypto\\Hash\\_MD4.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_MD4.pyd', + 'BINARY'), + ('Crypto\\Hash\\_SHA256.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_SHA256.pyd', + 'BINARY'), + ('Crypto\\Hash\\_SHA512.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_SHA512.pyd', + 'BINARY'), + ('Crypto\\PublicKey\\_curve25519.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\PublicKey\\_curve25519.pyd', + 'BINARY'), + ('Crypto\\Hash\\_SHA384.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_SHA384.pyd', + 'BINARY'), + ('Crypto\\PublicKey\\_ed25519.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\PublicKey\\_ed25519.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_des3.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_des3.pyd', + 'BINARY'), + ('Crypto\\Hash\\_ghash_portable.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Hash\\_ghash_portable.pyd', + 'BINARY'), + ('Crypto\\Protocol\\_scrypt.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Protocol\\_scrypt.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_des.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_des.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_chacha20.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_chacha20.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_aesni.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_aesni.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_cfb.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_cfb.pyd', + 'BINARY'), + ('Crypto\\Hash\\_SHA224.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_SHA224.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_ARC4.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Cipher\\_ARC4.pyd', + 'BINARY'), + ('Crypto\\Hash\\_SHA1.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_SHA1.pyd', + 'BINARY'), + ('Crypto\\Hash\\_ghash_clmul.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Hash\\_ghash_clmul.pyd', + 'BINARY'), + ('Crypto\\Hash\\_poly1305.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_poly1305.pyd', + 'BINARY'), + ('pythoncom38.dll', + 'c:\\program ' + 'files\\python\\Lib\\site-packages\\pywin32_system32\\pythoncom38.dll', + 'BINARY'), + ('Crypto\\Hash\\_MD2.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_MD2.pyd', + 'BINARY'), + ('Crypto\\Hash\\_MD5.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_MD5.pyd', + 'BINARY'), + ('Crypto\\PublicKey\\_curve448.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\PublicKey\\_curve448.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_pkcs1_decode.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_pkcs1_decode.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_cast.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_cast.pyd', + 'BINARY'), + ('Crypto\\Hash\\_RIPEMD160.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Hash\\_RIPEMD160.pyd', + 'BINARY'), + ('pywintypes38.dll', + 'c:\\program files\\python\\lib\\site-packages\\win32\\pywintypes38.dll', + 'BINARY'), + ('Crypto\\Cipher\\_raw_arc2.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_arc2.pyd', + 'BINARY'), + ('select', 'c:\\program files\\python\\DLLs\\select.pyd', 'EXTENSION'), + ('unicodedata', + 'c:\\program files\\python\\DLLs\\unicodedata.pyd', + 'EXTENSION'), + ('_socket', 'c:\\program files\\python\\DLLs\\_socket.pyd', 'EXTENSION'), + ('_overlapped', + 'c:\\program files\\python\\DLLs\\_overlapped.pyd', + 'EXTENSION'), + ('_ssl', 'c:\\program files\\python\\DLLs\\_ssl.pyd', 'EXTENSION'), + ('_asyncio', 'c:\\program files\\python\\DLLs\\_asyncio.pyd', 'EXTENSION'), + ('_queue', 'c:\\program files\\python\\DLLs\\_queue.pyd', 'EXTENSION'), + ('_decimal', 'c:\\program files\\python\\DLLs\\_decimal.pyd', 'EXTENSION'), + ('_testcapi', 'c:\\program files\\python\\DLLs\\_testcapi.pyd', 'EXTENSION'), + ('_ctypes', 'c:\\program files\\python\\DLLs\\_ctypes.pyd', 'EXTENSION'), + ('_elementtree', + 'c:\\program files\\python\\DLLs\\_elementtree.pyd', + 'EXTENSION'), + ('pyexpat', 'c:\\program files\\python\\DLLs\\pyexpat.pyd', 'EXTENSION'), + ('win32evtlog', + 'c:\\program files\\python\\lib\\site-packages\\win32\\win32evtlog.pyd', + 'EXTENSION'), + ('win32api', + 'c:\\program files\\python\\lib\\site-packages\\win32\\win32api.pyd', + 'EXTENSION'), + ('_multiprocessing', + 'c:\\program files\\python\\DLLs\\_multiprocessing.pyd', + 'EXTENSION'), + ('_hashlib', 'c:\\program files\\python\\DLLs\\_hashlib.pyd', 'EXTENSION'), + ('_lzma', 'c:\\program files\\python\\DLLs\\_lzma.pyd', 'EXTENSION'), + ('_bz2', 'c:\\program files\\python\\DLLs\\_bz2.pyd', 'EXTENSION'), + ('win32trace', + 'c:\\program files\\python\\lib\\site-packages\\win32\\win32trace.pyd', + 'EXTENSION'), + ('win32ui', + 'c:\\program files\\python\\lib\\site-packages\\Pythonwin\\win32ui.pyd', + 'EXTENSION'), + ('_win32sysloader', + 'c:\\program files\\python\\lib\\site-packages\\win32\\_win32sysloader.pyd', + 'EXTENSION'), + ('win32wnet', + 'c:\\program files\\python\\lib\\site-packages\\win32\\win32wnet.pyd', + 'EXTENSION'), + ('win32com.shell.shell', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32comext\\shell\\shell.pyd', + 'EXTENSION'), + ('_cffi_backend', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\_cffi_backend.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.core._multiarray_umath', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\_multiarray_umath.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.core._multiarray_tests', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\_multiarray_tests.cp38-win_amd64.pyd', + 'EXTENSION'), + ('psutil._psutil_windows', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\psutil\\_psutil_windows.cp38-win_amd64.pyd', + 'EXTENSION'), + ('win32pdh', + 'c:\\program files\\python\\lib\\site-packages\\win32\\win32pdh.pyd', + 'EXTENSION'), + ('numpy.linalg.lapack_lite', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\linalg\\lapack_lite.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random.mtrand', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\mtrand.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._sfc64', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_sfc64.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._philox', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_philox.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._pcg64', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_pcg64.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._mt19937', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_mt19937.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random.bit_generator', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\bit_generator.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._generator', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_generator.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._bounded_integers', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_bounded_integers.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._common', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_common.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.fft._pocketfft_internal', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\fft\\_pocketfft_internal.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.linalg._umath_linalg', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\linalg\\_umath_linalg.cp38-win_amd64.pyd', + 'EXTENSION'), + ('_tkinter', 'c:\\program files\\python\\DLLs\\_tkinter.pyd', 'EXTENSION'), + ('libssl-1_1.dll', + 'c:\\program files\\python\\DLLs\\libssl-1_1.dll', + 'BINARY'), + ('libcrypto-1_1.dll', + 'c:\\program files\\python\\DLLs\\libcrypto-1_1.dll', + 'BINARY'), + ('libffi-7.dll', 'c:\\program files\\python\\DLLs\\libffi-7.dll', 'BINARY'), + ('mfc140u.dll', + 'c:\\program files\\python\\lib\\site-packages\\Pythonwin\\mfc140u.dll', + 'BINARY'), + ('tcl86t.dll', 'c:\\program files\\python\\DLLs\\tcl86t.dll', 'BINARY'), + ('tk86t.dll', 'c:\\program files\\python\\DLLs\\tk86t.dll', 'BINARY'), + ('base_library.zip', + 'E:\\php\\NAVICAT_CRACK_PSW\\build\\main\\base_library.zip', + 'DATA'), + ('tcl\\tzdata\\America\\Phoenix', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Phoenix', + 'DATA'), + ('tcl\\tzdata\\SystemV\\CST6', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\CST6', + 'DATA'), + ('tcl\\msgs\\ko_kr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ko_kr.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Makassar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Makassar', + 'DATA'), + ('tcl\\encoding\\cp1251.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1251.enc', + 'DATA'), + ('tcl\\msgs\\hi.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\hi.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Algiers', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Algiers', + 'DATA'), + ('tk\\msgs\\fr.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\fr.msg', + 'DATA'), + ('tcl\\tzdata\\America\\St_Kitts', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Kitts', + 'DATA'), + ('tcl\\tzdata\\Asia\\Irkutsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Irkutsk', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Palmer', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Palmer', + 'DATA'), + ('tcl\\msgs\\hi_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\hi_in.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+10', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+10', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT0', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-8', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-8', + 'DATA'), + ('tcl\\tzdata\\America\\St_Vincent', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Vincent', + 'DATA'), + ('tcl\\tzdata\\Australia\\Victoria', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Victoria', + 'DATA'), + ('tcl\\encoding\\cp850.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp850.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Boa_Vista', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Boa_Vista', + 'DATA'), + ('tk\\ttk\\vistaTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\vistaTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\ROK', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\ROK', + 'DATA'), + ('tcl\\msgs\\es_uy.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_uy.msg', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\Center', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\Center', + 'DATA'), + ('tcl\\encoding\\iso2022.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso2022.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Whitehorse', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Whitehorse', + 'DATA'), + ('tcl\\tzdata\\America\\Guyana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Guyana', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\St_Helena', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\St_Helena', + 'DATA'), + ('tcl\\tzdata\\Asia\\Seoul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Seoul', + 'DATA'), + ('tcl\\tzdata\\America\\Atka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Atka', + 'DATA'), + ('tcl\\tzdata\\America\\Menominee', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Menominee', + 'DATA'), + ('tcl\\tzdata\\Chile\\EasterIsland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Chile\\EasterIsland', + 'DATA'), + ('tcl\\tzdata\\Asia\\Nicosia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Nicosia', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Faroe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Faroe', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+4', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+4', + 'DATA'), + ('tcl\\tzdata\\Australia\\NSW', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\NSW', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ulan_Bator', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ulan_Bator', + 'DATA'), + ('tcl\\tzdata\\Europe\\Bucharest', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Bucharest', + 'DATA'), + ('tcl\\tzdata\\America\\Grand_Turk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Grand_Turk', + 'DATA'), + ('tcl\\tzdata\\Europe\\Bratislava', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Bratislava', + 'DATA'), + ('tcl\\msgs\\fo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fo.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tahiti', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Tahiti', + 'DATA'), + ('tcl\\tzdata\\UTC', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\UTC', + 'DATA'), + ('tcl\\parray.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\parray.tcl', + 'DATA'), + ('tcl\\encoding\\cp1257.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1257.enc', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-10', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-10', + 'DATA'), + ('tcl\\tzdata\\America\\Blanc-Sablon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Blanc-Sablon', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kabul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kabul', + 'DATA'), + ('tcl\\encoding\\macCroatian.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macCroatian.enc', + 'DATA'), + ('tk\\palette.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\palette.tcl', + 'DATA'), + ('tcl\\tzdata\\SystemV\\MST7MDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\MST7MDT', + 'DATA'), + ('tcl\\msgs\\mr_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\mr_in.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Juneau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Juneau', + 'DATA'), + ('tcl\\tzdata\\Europe\\Sarajevo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Sarajevo', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Ponape', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Ponape', + 'DATA'), + ('tcl\\tm.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\tm.tcl', 'DATA'), + ('tcl\\tzdata\\Europe\\Istanbul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Istanbul', + 'DATA'), + ('tcl\\tzdata\\America\\Guatemala', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Guatemala', + 'DATA'), + ('tcl\\tzdata\\America\\Porto_Acre', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Porto_Acre', + 'DATA'), + ('tk\\ttk\\treeview.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\treeview.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kampala', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Kampala', + 'DATA'), + ('tcl\\tzdata\\Europe\\Moscow', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Moscow', + 'DATA'), + ('tcl\\tzdata\\America\\Mazatlan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Mazatlan', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Troll', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Troll', + 'DATA'), + ('tcl\\tzdata\\America\\Catamarca', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Catamarca', + 'DATA'), + ('tcl\\tzdata\\Australia\\Canberra', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Canberra', + 'DATA'), + ('tcl\\tzdata\\MST', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\MST', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zaporozhye', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Zaporozhye', + 'DATA'), + ('tcl\\tzdata\\Asia\\Karachi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Karachi', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bishkek', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Bishkek', + 'DATA'), + ('tcl\\encoding\\cp1252.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1252.enc', + 'DATA'), + ('tcl\\encoding\\euc-cn.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\euc-cn.enc', + 'DATA'), + ('tcl\\msgs\\ms_my.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ms_my.msg', + 'DATA'), + ('tcl\\tzdata\\Cuba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Cuba', + 'DATA'), + ('tcl\\encoding\\cp865.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp865.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Amman', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Amman', + 'DATA'), + ('tk\\msgs\\da.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\da.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-7', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-7', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Marengo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Marengo', + 'DATA'), + ('tcl\\word.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\word.tcl', 'DATA'), + ('tcl\\msgs\\es_cl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_cl.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Belfast', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Belfast', + 'DATA'), + ('tcl\\msgs\\kl_gl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kl_gl.msg', + 'DATA'), + ('tcl\\encoding\\cp1254.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1254.enc', + 'DATA'), + ('tcl\\msgs\\es_co.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_co.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jakarta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Jakarta', + 'DATA'), + ('tcl\\tzdata\\SystemV\\PST8PDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\PST8PDT', + 'DATA'), + ('tcl\\tzdata\\America\\Maceio', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Maceio', + 'DATA'), + ('tcl\\tzdata\\GMT+0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GMT+0', + 'DATA'), + ('tcl\\msgs\\ru_ua.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ru_ua.msg', + 'DATA'), + ('tk\\ttk\\sizegrip.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\sizegrip.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Thule', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Thule', + 'DATA'), + ('tcl\\msgs\\bn_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\bn_in.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Easter', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Easter', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Bermuda', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Bermuda', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Majuro', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Majuro', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mahe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Mahe', + 'DATA'), + ('tcl\\tzdata\\Africa\\Addis_Ababa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Addis_Ababa', + 'DATA'), + ('tcl\\msgs\\ar_jo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar_jo.msg', + 'DATA'), + ('tcl\\msgs\\gv.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\gv.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Harare', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Harare', + 'DATA'), + ('tcl\\msgs\\tr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\tr.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Anchorage', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Anchorage', + 'DATA'), + ('tcl\\tzdata\\Asia\\Famagusta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Famagusta', + 'DATA'), + ('tcl\\tzdata\\Asia\\Muscat', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Muscat', + 'DATA'), + ('tcl\\tzdata\\America\\Indianapolis', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indianapolis', + 'DATA'), + ('tcl\\tzdata\\America\\La_Paz', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\La_Paz', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Petersburg', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Petersburg', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Jujuy', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Jujuy', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lagos', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Lagos', + 'DATA'), + ('tcl\\tzdata\\NZ', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\NZ', + 'DATA'), + ('tcl\\tzdata\\US\\Pacific-New', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Pacific-New', + 'DATA'), + ('tcl\\tzdata\\Mexico\\BajaSur', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Mexico\\BajaSur', + 'DATA'), + ('tcl\\tzdata\\Europe\\Malta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Malta', + 'DATA'), + ('tcl\\msgs\\kl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kl.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Eirunepe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Eirunepe', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Jan_Mayen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Jan_Mayen', + 'DATA'), + ('tcl\\tzdata\\Asia\\Riyadh', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Riyadh', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Norfolk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Norfolk', + 'DATA'), + ('tk\\ttk\\scale.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\scale.tcl', + 'DATA'), + ('tcl\\tzdata\\Europe\\Stockholm', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Stockholm', + 'DATA'), + ('tcl\\tzdata\\Europe\\Saratov', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Saratov', + 'DATA'), + ('tcl\\tzdata\\America\\Los_Angeles', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Los_Angeles', + 'DATA'), + ('tcl\\tzdata\\Europe\\Astrakhan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Astrakhan', + 'DATA'), + ('tcl\\tzdata\\SystemV\\YST9', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\YST9', + 'DATA'), + ('tcl\\tzdata\\America\\Fortaleza', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Fortaleza', + 'DATA'), + ('tcl\\tzdata\\America\\Martinique', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Martinique', + 'DATA'), + ('tcl\\tzdata\\Africa\\Douala', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Douala', + 'DATA'), + ('tk\\ttk\\ttk.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\ttk.tcl', + 'DATA'), + ('tcl\\msgs\\en_ca.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_ca.msg', + 'DATA'), + ('tcl\\encoding\\ksc5601.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\ksc5601.enc', + 'DATA'), + ('tcl\\msgs\\bn.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\bn.msg', + 'DATA'), + ('tk\\comdlg.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\comdlg.tcl', + 'DATA'), + ('tcl\\tzdata\\SystemV\\EST5EDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\EST5EDT', + 'DATA'), + ('tcl\\tzdata\\Asia\\Atyrau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Atyrau', + 'DATA'), + ('tcl\\encoding\\cp862.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp862.enc', + 'DATA'), + ('tcl\\encoding\\iso2022-jp.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso2022-jp.enc', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lome', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Lome', + 'DATA'), + ('tcl\\tzdata\\Europe\\Oslo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Oslo', + 'DATA'), + ('tcl\\msgs\\cs.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\cs.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Belem', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Belem', + 'DATA'), + ('tcl\\tzdata\\America\\Paramaribo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Paramaribo', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+6', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+6', + 'DATA'), + ('tcl\\tzdata\\America\\Yakutat', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Yakutat', + 'DATA'), + ('tcl\\tzdata\\America\\Kralendijk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Kralendijk', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Tell_City', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Tell_City', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Wake', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Wake', + 'DATA'), + ('tcl\\msgs\\sh.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sh.msg', + 'DATA'), + ('tcl\\tzdata\\Canada\\Mountain', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Mountain', + 'DATA'), + ('tcl\\msgs\\pl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\pl.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ceuta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Ceuta', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chita', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Chita', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Faeroe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Faeroe', + 'DATA'), + ('tcl\\tzdata\\America\\El_Salvador', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\El_Salvador', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pago_Pago', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Pago_Pago', + 'DATA'), + ('tcl\\tzdata\\America\\Nipigon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Nipigon', + 'DATA'), + ('tcl\\tzdata\\America\\Recife', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Recife', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Galapagos', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Galapagos', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT', + 'DATA'), + ('tcl\\tzdata\\America\\Tortola', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Tortola', + 'DATA'), + ('tcl\\encoding\\koi8-r.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\koi8-r.enc', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\DumontDUrville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\DumontDUrville', + 'DATA'), + ('tcl\\tzdata\\America\\Shiprock', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Shiprock', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tiraspol', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Tiraspol', + 'DATA'), + ('tk\\button.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\button.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Salta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Salta', + 'DATA'), + ('tcl\\msgs\\sw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sw.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kashgar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kashgar', + 'DATA'), + ('tcl\\tzdata\\Europe\\Rome', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Rome', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+12', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+12', + 'DATA'), + ('tcl\\tzdata\\CST6CDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\CST6CDT', + 'DATA'), + ('tcl\\tzdata\\Asia\\Choibalsan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Choibalsan', + 'DATA'), + ('tcl\\msgs\\nl_be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\nl_be.msg', + 'DATA'), + ('tcl\\msgs\\en_ph.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_ph.msg', + 'DATA'), + ('tk\\ttk\\xpTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\xpTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Barbados', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Barbados', + 'DATA'), + ('tk\\console.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\console.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Indianapolis', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Indianapolis', + 'DATA'), + ('tcl\\encoding\\iso8859-9.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-9.enc', + 'DATA'), + ('tcl\\tzdata\\Etc\\UCT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\UCT', + 'DATA'), + ('tcl\\tzdata\\America\\Miquelon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Miquelon', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Cordoba', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Cordoba', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\New_Salem', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\New_Salem', + 'DATA'), + ('tcl\\msgs\\el.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\el.msg', + 'DATA'), + ('tk\\images\\logo64.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logo64.gif', + 'DATA'), + ('tcl\\tzdata\\Africa\\Dar_es_Salaam', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Dar_es_Salaam', + 'DATA'), + ('tcl\\tzdata\\Africa\\Freetown', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Freetown', + 'DATA'), + ('tcl\\encoding\\iso8859-13.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-13.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chungking', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Chungking', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+9', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+9', + 'DATA'), + ('tcl\\msgs\\eu_es.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\eu_es.msg', + 'DATA'), + ('tcl\\tzdata\\GMT0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GMT0', + 'DATA'), + ('tcl\\msgs\\kw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kw.msg', + 'DATA'), + ('tcl\\msgs\\sl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sl.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Barnaul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Barnaul', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kathmandu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kathmandu', + 'DATA'), + ('tcl\\msgs\\es.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es.msg', + 'DATA'), + ('tcl\\msgs\\et.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\et.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Macau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Macau', + 'DATA'), + ('tk\\spinbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\spinbox.tcl', + 'DATA'), + ('tcl\\tzdata\\Canada\\Central', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Central', + 'DATA'), + ('tcl\\tzdata\\EST', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\EST', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Auckland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Auckland', + 'DATA'), + ('tcl\\tzdata\\Europe\\Nicosia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Nicosia', + 'DATA'), + ('tcl\\encoding\\cp861.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp861.enc', + 'DATA'), + ('tcl\\tzdata\\SystemV\\CST6CDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\CST6CDT', + 'DATA'), + ('tk\\msgs\\es.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\es.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Monrovia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Monrovia', + 'DATA'), + ('tcl\\tzdata\\Australia\\North', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\North', + 'DATA'), + ('tcl\\msgs\\kw_gb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kw_gb.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Asmera', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Asmera', + 'DATA'), + ('tk\\images\\logoLarge.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logoLarge.gif', + 'DATA'), + ('tcl\\tzdata\\US\\Indiana-Starke', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Indiana-Starke', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Yap', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Yap', + 'DATA'), + ('tcl\\encoding\\macThai.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macThai.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Virgin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Virgin', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kolkata', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kolkata', + 'DATA'), + ('tcl\\tzdata\\Mexico\\BajaNorte', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Mexico\\BajaNorte', + 'DATA'), + ('tcl\\encoding\\macDingbats.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macDingbats.enc', + 'DATA'), + ('tcl\\tzdata\\US\\Arizona', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Arizona', + 'DATA'), + ('tcl\\tzdata\\America\\Merida', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Merida', + 'DATA'), + ('tcl\\tzdata\\America\\Managua', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Managua', + 'DATA'), + ('tcl\\msgs\\en_gb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_gb.msg', + 'DATA'), + ('tk\\ttk\\spinbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\spinbox.tcl', + 'DATA'), + ('tcl\\msgs\\gl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\gl.msg', + 'DATA'), + ('tcl\\msgs\\ca.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ca.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Baghdad', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Baghdad', + 'DATA'), + ('tcl\\tzdata\\Asia\\Novokuznetsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Novokuznetsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yekaterinburg', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Yekaterinburg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bahrain', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Bahrain', + 'DATA'), + ('tcl\\tzdata\\America\\Nassau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Nassau', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lubumbashi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Lubumbashi', + 'DATA'), + ('tcl\\msgs\\ru.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ru.msg', + 'DATA'), + ('tcl\\tzdata\\Indian\\Comoro', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Comoro', + 'DATA'), + ('tcl\\msgs\\sq.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sq.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Jersey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Jersey', + 'DATA'), + ('tcl\\tzdata\\America\\Rosario', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Rosario', + 'DATA'), + ('tcl\\tzdata\\America\\Bahia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Bahia', + 'DATA'), + ('tcl\\tzdata\\US\\Alaska', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Alaska', + 'DATA'), + ('tcl\\msgs\\ar.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar.msg', + 'DATA'), + ('tcl\\encoding\\ascii.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\ascii.enc', + 'DATA'), + ('tcl\\msgs\\kok.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kok.msg', + 'DATA'), + ('tcl\\msgs\\es_py.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_py.msg', + 'DATA'), + ('tk\\menu.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\menu.tcl', 'DATA'), + ('tcl\\tzdata\\Indian\\Reunion', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Reunion', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Bougainville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Bougainville', + 'DATA'), + ('tcl\\tzdata\\Africa\\Blantyre', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Blantyre', + 'DATA'), + ('tcl\\tzdata\\GB-Eire', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GB-Eire', + 'DATA'), + ('tcl\\tzdata\\America\\Cambridge_Bay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cambridge_Bay', + 'DATA'), + ('tk\\icons.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\icons.tcl', 'DATA'), + ('tcl\\tzdata\\Asia\\Thimphu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Thimphu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chongqing', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Chongqing', + 'DATA'), + ('tk\\scrlbar.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\scrlbar.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Tegucigalpa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Tegucigalpa', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+2', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+2', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Ushuaia', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Ushuaia', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Apia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Apia', + 'DATA'), + ('tcl\\tzdata\\Europe\\Brussels', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Brussels', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zurich', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Zurich', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ust-Nera', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ust-Nera', + 'DATA'), + ('tcl\\encoding\\iso8859-4.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-4.enc', + 'DATA'), + ('tcl\\tzdata\\Mexico\\General', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Mexico\\General', + 'DATA'), + ('tcl\\encoding\\macRoman.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macRoman.enc', + 'DATA'), + ('tcl\\tzdata\\Iceland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Iceland', + 'DATA'), + ('tcl\\tzdata\\Africa\\Djibouti', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Djibouti', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\McMurdo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\McMurdo', + 'DATA'), + ('tcl\\tzdata\\America\\Campo_Grande', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Campo_Grande', + 'DATA'), + ('tk\\images\\logoMed.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logoMed.gif', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\ComodRivadavia', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\ComodRivadavia', + 'DATA'), + ('tcl\\tzdata\\America\\Santiago', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Santiago', + 'DATA'), + ('tcl\\tzdata\\America\\Fort_Wayne', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Fort_Wayne', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yakutsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Yakutsk', + 'DATA'), + ('tcl\\encoding\\macJapan.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macJapan.enc', + 'DATA'), + ('tk\\msgs\\hu.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\hu.msg', + 'DATA'), + ('tcl\\encoding\\macGreek.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macGreek.enc', + 'DATA'), + ('tcl\\msgs\\mr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\mr.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aden', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Aden', + 'DATA'), + ('tcl\\encoding\\cp864.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp864.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Baku', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Baku', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+11', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+11', + 'DATA'), + ('tk\\msgs\\pl.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\pl.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bissau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Bissau', + 'DATA'), + ('tcl\\tzdata\\GB', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GB', + 'DATA'), + ('tcl\\tzdata\\Europe\\Prague', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Prague', + 'DATA'), + ('tcl\\tzdata\\MET', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\MET', + 'DATA'), + ('tcl\\msgs\\pt.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\pt.msg', + 'DATA'), + ('tcl\\tzdata\\Jamaica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Jamaica', + 'DATA'), + ('tk\\ttk\\button.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\button.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jayapura', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Jayapura', + 'DATA'), + ('tcl\\tzdata\\Africa\\Dakar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Dakar', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kosrae', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Kosrae', + 'DATA'), + ('tk\\clrpick.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\clrpick.tcl', + 'DATA'), + ('tk\\listbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\listbox.tcl', + 'DATA'), + ('tk\\ttk\\scrollbar.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\scrollbar.tcl', + 'DATA'), + ('tcl\\msgs\\zh_cn.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh_cn.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Samara', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Samara', + 'DATA'), + ('tcl\\tzdata\\America\\Bahia_Banderas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Bahia_Banderas', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dacca', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dacca', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hovd', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Hovd', + 'DATA'), + ('tcl\\tzdata\\Europe\\Berlin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Berlin', + 'DATA'), + ('tcl\\tzdata\\GMT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GMT', + 'DATA'), + ('tk\\ttk\\classicTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\classicTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\Poland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Poland', + 'DATA'), + ('tcl\\tzdata\\Asia\\Vientiane', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Vientiane', + 'DATA'), + ('tcl\\tzdata\\America\\St_Thomas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Thomas', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Buenos_Aires', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Buenos_Aires', + 'DATA'), + ('tcl\\msgs\\fa_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fa_in.msg', + 'DATA'), + ('tcl\\encoding\\cp866.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp866.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-8.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-8.enc', + 'DATA'), + ('tk\\dialog.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\dialog.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Srednekolymsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Srednekolymsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Samarkand', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Samarkand', + 'DATA'), + ('tcl\\tzdata\\America\\Porto_Velho', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Porto_Velho', + 'DATA'), + ('tcl\\tzdata\\SystemV\\AST4', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\AST4', + 'DATA'), + ('tcl\\tzdata\\Africa\\Maseru', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Maseru', + 'DATA'), + ('tcl\\tzdata\\Africa\\Tripoli', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Tripoli', + 'DATA'), + ('tcl\\msgs\\en_sg.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_sg.msg', + 'DATA'), + ('tk\\ttk\\utils.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\utils.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Beirut', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Beirut', + 'DATA'), + ('tcl\\tzdata\\America\\Lima', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Lima', + 'DATA'), + ('tcl\\tzdata\\SystemV\\EST5', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\EST5', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-14', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-14', + 'DATA'), + ('tcl\\tzdata\\America\\Panama', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Panama', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kigali', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Kigali', + 'DATA'), + ('tk\\panedwindow.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\panedwindow.tcl', + 'DATA'), + ('tk\\msgs\\eo.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\eo.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Mendoza', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Mendoza', + 'DATA'), + ('tcl\\tzdata\\Canada\\Yukon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Yukon', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Syowa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Syowa', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Port_Moresby', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Port_Moresby', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-3', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-3', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Winamac', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Winamac', + 'DATA'), + ('tk\\xmfbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\xmfbox.tcl', + 'DATA'), + ('tk\\tearoff.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\tearoff.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tarawa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Tarawa', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tel_Aviv', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tel_Aviv', + 'DATA'), + ('tk\\ttk\\defaults.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\defaults.tcl', + 'DATA'), + ('tcl\\clock.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\clock.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Johnston', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Johnston', + 'DATA'), + ('tcl\\msgs\\es_mx.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_mx.msg', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Madeira', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Madeira', + 'DATA'), + ('tcl\\msgs\\en_zw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_zw.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Toronto', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Toronto', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Vincennes', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Vincennes', + 'DATA'), + ('tcl\\tzdata\\America\\Yellowknife', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Yellowknife', + 'DATA'), + ('tk\\images\\tai-ku.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\tai-ku.gif', + 'DATA'), + ('tcl\\msgs\\te_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\te_in.msg', + 'DATA'), + ('tcl\\tzdata\\Portugal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Portugal', + 'DATA'), + ('tcl\\tzdata\\Europe\\Ljubljana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Ljubljana', + 'DATA'), + ('tcl\\tzdata\\America\\Jamaica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Jamaica', + 'DATA'), + ('tcl\\tzdata\\America\\Araguaina', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Araguaina', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Catamarca', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Catamarca', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Cape_Verde', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Cape_Verde', + 'DATA'), + ('tcl\\msgs\\es_sv.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_sv.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Tucuman', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Tucuman', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-5', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-5', + 'DATA'), + ('tcl\\tzdata\\Asia\\Krasnoyarsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Krasnoyarsk', + 'DATA'), + ('tcl\\tzdata\\W-SU', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\W-SU', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-9', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-9', + 'DATA'), + ('tcl\\tzdata\\America\\Cuiaba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cuiaba', + 'DATA'), + ('tcl\\tzdata\\Iran', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Iran', + 'DATA'), + ('tcl\\encoding\\iso8859-7.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-7.enc', + 'DATA'), + ('tk\\images\\pwrdLogo.eps', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo.eps', + 'DATA'), + ('tcl\\msgs\\fr_ca.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fr_ca.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Chihuahua', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Chihuahua', + 'DATA'), + ('tcl\\tzdata\\America\\Swift_Current', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Swift_Current', + 'DATA'), + ('tk\\megawidget.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\megawidget.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Shanghai', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Shanghai', + 'DATA'), + ('tk\\images\\pwrdLogo100.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo100.gif', + 'DATA'), + ('tcl\\tzdata\\America\\Denver', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Denver', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aqtobe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Aqtobe', + 'DATA'), + ('tcl\\tzdata\\Chile\\Continental', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Chile\\Continental', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-4', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-4', + 'DATA'), + ('tcl\\tzdata\\US\\Michigan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Michigan', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vienna', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Vienna', + 'DATA'), + ('tcl\\tzdata\\America\\Cayenne', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cayenne', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Macquarie', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Macquarie', + 'DATA'), + ('tcl\\tzdata\\America\\Bogota', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Bogota', + 'DATA'), + ('tcl\\msgs\\en_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_in.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Havana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Havana', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vatican', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Vatican', + 'DATA'), + ('tcl\\encoding\\cp932.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp932.enc', + 'DATA'), + ('tk\\tk.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\tk.tcl', 'DATA'), + ('tcl\\tzdata\\Asia\\Anadyr', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Anadyr', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dili', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dili', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\Beulah', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\Beulah', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Guadalcanal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Guadalcanal', + 'DATA'), + ('tcl\\tzdata\\Brazil\\Acre', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Brazil\\Acre', + 'DATA'), + ('tcl\\tzdata\\America\\Nome', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Nome', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yangon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Yangon', + 'DATA'), + ('tcl\\msgs\\af_za.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\af_za.msg', + 'DATA'), + ('tk\\bgerror.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\bgerror.tcl', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Rothera', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Rothera', + 'DATA'), + ('tcl\\encoding\\cp1256.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1256.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Funafuti', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Funafuti', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Gambier', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Gambier', + 'DATA'), + ('tcl\\tzdata\\Asia\\Brunei', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Brunei', + 'DATA'), + ('tcl\\tzdata\\Australia\\LHI', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\LHI', + 'DATA'), + ('tcl\\tzdata\\US\\Aleutian', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Aleutian', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tirane', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Tirane', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Knox', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Knox', + 'DATA'), + ('tcl\\init.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\init.tcl', 'DATA'), + ('tcl\\tzdata\\America\\Marigot', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Marigot', + 'DATA'), + ('tcl\\tzdata\\Europe\\Sofia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Sofia', + 'DATA'), + ('tcl\\tzdata\\Europe\\Podgorica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Podgorica', + 'DATA'), + ('tcl\\encoding\\iso8859-1.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-1.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Lisbon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Lisbon', + 'DATA'), + ('tcl\\encoding\\macCentEuro.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macCentEuro.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Damascus', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Damascus', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+8', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+8', + 'DATA'), + ('tcl\\tzdata\\America\\Dawson', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Dawson', + 'DATA'), + ('tcl\\tzdata\\America\\Glace_Bay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Glace_Bay', + 'DATA'), + ('tcl\\tzdata\\MST7MDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\MST7MDT', + 'DATA'), + ('tcl\\encoding\\cp874.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp874.enc', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Davis', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Davis', + 'DATA'), + ('tcl\\tzdata\\America\\Hermosillo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Hermosillo', + 'DATA'), + ('tcl\\tzdata\\Europe\\Gibraltar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Gibraltar', + 'DATA'), + ('tcl\\tzdata\\America\\Montserrat', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Montserrat', + 'DATA'), + ('tcl\\tzdata\\Africa\\Gaborone', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Gaborone', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+5', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+5', + 'DATA'), + ('tcl\\msgs\\es_ec.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_ec.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Urumqi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Urumqi', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bangui', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Bangui', + 'DATA'), + ('tcl\\tzdata\\Asia\\Katmandu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Katmandu', + 'DATA'), + ('tcl\\tzdata\\Africa\\Timbuktu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Timbuktu', + 'DATA'), + ('tcl\\tzdata\\Europe\\Dublin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Dublin', + 'DATA'), + ('tcl\\tzdata\\Turkey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Turkey', + 'DATA'), + ('tcl\\tzdata\\Indian\\Christmas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Christmas', + 'DATA'), + ('tcl\\tzdata\\Europe\\Mariehamn', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Mariehamn', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tomsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tomsk', + 'DATA'), + ('tcl\\msgs\\de_at.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\de_at.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Nauru', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Nauru', + 'DATA'), + ('tcl\\msgs\\nl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\nl.msg', + 'DATA'), + ('tk\\scale.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\scale.tcl', 'DATA'), + ('tk\\ttk\\notebook.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\notebook.tcl', + 'DATA'), + ('tk\\ttk\\combobox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\combobox.tcl', + 'DATA'), + ('tk\\ttk\\clamTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\clamTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\ROC', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\ROC', + 'DATA'), + ('tcl\\tzdata\\America\\Caracas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Caracas', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-13', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-13', + 'DATA'), + ('tcl\\tzdata\\Africa\\Porto-Novo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Porto-Novo', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Fakaofo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Fakaofo', + 'DATA'), + ('tcl\\msgs\\da.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\da.msg', + 'DATA'), + ('tcl\\msgs\\uk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\uk.msg', + 'DATA'), + ('tcl\\encoding\\iso8859-16.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-16.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-6.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-6.enc', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-2', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-2', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+7', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+7', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Guam', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Guam', + 'DATA'), + ('tcl\\tzdata\\America\\Rankin_Inlet', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Rankin_Inlet', + 'DATA'), + ('tcl\\tzdata\\Australia\\Brisbane', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Brisbane', + 'DATA'), + ('tcl\\msgs\\ta.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ta.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kamchatka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kamchatka', + 'DATA'), + ('tk\\msgs\\pt.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\pt.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Budapest', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Budapest', + 'DATA'), + ('tk\\images\\pwrdLogo150.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo150.gif', + 'DATA'), + ('tcl\\tzdata\\Etc\\Greenwich', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\Greenwich', + 'DATA'), + ('tcl\\tzdata\\Indian\\Chagos', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Chagos', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+1', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+1', + 'DATA'), + ('tcl\\tzdata\\Asia\\Omsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Omsk', + 'DATA'), + ('tcl\\encoding\\ebcdic.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\ebcdic.enc', + 'DATA'), + ('tcl\\encoding\\cp936.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp936.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Phnom_Penh', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Phnom_Penh', + 'DATA'), + ('tcl\\msgs\\zh_sg.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh_sg.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Wallis', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Wallis', + 'DATA'), + ('tk\\ttk\\entry.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\entry.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Danmarkshavn', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Danmarkshavn', + 'DATA'), + ('tcl\\tzdata\\SystemV\\HST10', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\HST10', + 'DATA'), + ('tcl\\tzdata\\America\\Vancouver', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Vancouver', + 'DATA'), + ('tk\\tkfbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\tkfbox.tcl', + 'DATA'), + ('tcl\\tzdata\\US\\Hawaii', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Hawaii', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Rarotonga', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Rarotonga', + 'DATA'), + ('tk\\msgs\\sv.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\sv.msg', + 'DATA'), + ('tcl\\encoding\\cp775.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp775.enc', + 'DATA'), + ('tcl\\msgs\\en_bw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_bw.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Saipan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Saipan', + 'DATA'), + ('tcl\\tzdata\\America\\Antigua', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Antigua', + 'DATA'), + ('tcl\\tzdata\\America\\Coral_Harbour', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Coral_Harbour', + 'DATA'), + ('tcl\\tzdata\\Asia\\Qyzylorda', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Qyzylorda', + 'DATA'), + ('tcl\\tzdata\\Africa\\Windhoek', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Windhoek', + 'DATA'), + ('tcl\\tzdata\\Australia\\Perth', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Perth', + 'DATA'), + ('tcl\\tzdata\\Etc\\UTC', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\UTC', + 'DATA'), + ('tcl\\encoding\\macCyrillic.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macCyrillic.enc', + 'DATA'), + ('tk\\choosedir.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\choosedir.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Aruba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Aruba', + 'DATA'), + ('tcl\\tzdata\\America\\Manaus', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Manaus', + 'DATA'), + ('tcl\\encoding\\cp857.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp857.enc', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mayotte', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Mayotte', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Azores', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Azores', + 'DATA'), + ('tcl\\tzdata\\America\\Port_of_Spain', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Port_of_Spain', + 'DATA'), + ('tcl\\tzdata\\America\\Rio_Branco', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Rio_Branco', + 'DATA'), + ('tcl\\msgs\\af.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\af.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Taipei', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Taipei', + 'DATA'), + ('tcl\\msgs\\fr_ch.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fr_ch.msg', + 'DATA'), + ('tcl\\encoding\\dingbats.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\dingbats.enc', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\South_Georgia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\South_Georgia', + 'DATA'), + ('tcl\\encoding\\iso2022-kr.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso2022-kr.enc', + 'DATA'), + ('tcl\\msgs\\es_ni.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_ni.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\Zulu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\Zulu', + 'DATA'), + ('tcl\\tzdata\\Canada\\East-Saskatchewan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\East-Saskatchewan', + 'DATA'), + ('tcl\\tzdata\\Europe\\Athens', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Athens', + 'DATA'), + ('tcl\\encoding\\cp949.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp949.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zagreb', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Zagreb', + 'DATA'), + ('tcl\\auto.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\auto.tcl', 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-6', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-6', + 'DATA'), + ('tcl\\encoding\\cp950.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp950.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kirov', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Kirov', + 'DATA'), + ('tcl\\tzdata\\US\\Eastern', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Eastern', + 'DATA'), + ('tcl\\msgs\\be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\be.msg', + 'DATA'), + ('tcl\\msgs\\it.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\it.msg', + 'DATA'), + ('tk\\msgs\\nl.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\nl.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kwajalein', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Kwajalein', + 'DATA'), + ('tcl\\tzdata\\Africa\\Cairo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Cairo', + 'DATA'), + ('tcl\\msgs\\gv_gb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\gv_gb.msg', + 'DATA'), + ('tk\\msgs\\de.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\de.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pitcairn', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Pitcairn', + 'DATA'), + ('tcl\\tzdata\\America\\Rainy_River', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Rainy_River', + 'DATA'), + ('tcl\\tzdata\\Australia\\West', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\West', + 'DATA'), + ('tcl\\tzdata\\Africa\\Nouakchott', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Nouakchott', + 'DATA'), + ('tcl\\tzdata\\Africa\\Brazzaville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Brazzaville', + 'DATA'), + ('tcl\\msgs\\te.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\te.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Halifax', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Halifax', + 'DATA'), + ('tk\\safetk.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\safetk.tcl', + 'DATA'), + ('tcl\\tzdata\\Kwajalein', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Kwajalein', + 'DATA'), + ('tcl\\msgs\\es_cr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_cr.msg', + 'DATA'), + ('tcl\\msgs\\es_ve.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_ve.msg', + 'DATA'), + ('tcl\\tzdata\\America\\New_York', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\New_York', + 'DATA'), + ('tcl\\msgs\\lv.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\lv.msg', + 'DATA'), + ('tcl\\msgs\\fa.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fa.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Calcutta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Calcutta', + 'DATA'), + ('tcl\\encoding\\cp863.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp863.enc', + 'DATA'), + ('tcl\\encoding\\cp869.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp869.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Minsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Minsk', + 'DATA'), + ('tcl\\msgs\\vi.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\vi.msg', + 'DATA'), + ('tcl\\encoding\\gb2312.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\gb2312.enc', + 'DATA'), + ('tcl\\tzdata\\Australia\\Adelaide', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Adelaide', + 'DATA'), + ('tcl\\msgs\\es_pa.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_pa.msg', + 'DATA'), + ('tk\\images\\README', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\README', + 'DATA'), + ('tcl\\tzdata\\Europe\\Volgograd', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Volgograd', + 'DATA'), + ('tcl\\msgs\\fr_be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fr_be.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Gaza', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Gaza', + 'DATA'), + ('tcl\\tzdata\\America\\Asuncion', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Asuncion', + 'DATA'), + ('tcl\\tzdata\\America\\Port-au-Prince', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Port-au-Prince', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Fiji', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Fiji', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vilnius', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Vilnius', + 'DATA'), + ('tcl\\encoding\\macIceland.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macIceland.enc', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Mawson', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Mawson', + 'DATA'), + ('tcl\\tzdata\\UCT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\UCT', + 'DATA'), + ('tcl\\msgs\\eu.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\eu.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Ojinaga', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Ojinaga', + 'DATA'), + ('tcl\\tzdata\\America\\Knox_IN', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Knox_IN', + 'DATA'), + ('tcl\\encoding\\iso8859-2.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-2.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Chatham', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Chatham', + 'DATA'), + ('tcl\\msgs\\id.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\id.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tallinn', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Tallinn', + 'DATA'), + ('tcl\\tzdata\\Brazil\\West', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Brazil\\West', + 'DATA'), + ('tcl\\tzdata\\Europe\\Paris', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Paris', + 'DATA'), + ('tcl\\msgs\\pt_br.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\pt_br.msg', + 'DATA'), + ('tk\\ttk\\aquaTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\aquaTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\Indian\\Antananarivo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Antananarivo', + 'DATA'), + ('tcl\\msgs\\ga_ie.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ga_ie.msg', + 'DATA'), + ('tcl\\msgs\\en_nz.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_nz.msg', + 'DATA'), + ('tk\\ttk\\panedwindow.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\panedwindow.tcl', + 'DATA'), + ('tk\\mkpsenc.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\mkpsenc.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Mbabane', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Mbabane', + 'DATA'), + ('tcl\\tzdata\\America\\Pangnirtung', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Pangnirtung', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+0', + 'DATA'), + ('tcl\\tzdata\\Universal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Universal', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\San_Luis', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\San_Luis', + 'DATA'), + ('tcl\\msgs\\es_ar.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_ar.msg', + 'DATA'), + ('tcl\\tzdata\\HST', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\HST', + 'DATA'), + ('tk\\unsupported.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\unsupported.tcl', + 'DATA'), + ('tcl\\tzdata\\Australia\\Tasmania', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Tasmania', + 'DATA'), + ('tcl\\tzdata\\America\\Adak', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Adak', + 'DATA'), + ('tcl\\encoding\\big5.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\big5.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Buenos_Aires', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Buenos_Aires', + 'DATA'), + ('tcl\\tzdata\\Canada\\Pacific', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Pacific', + 'DATA'), + ('tk\\images\\pwrdLogo200.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo200.gif', + 'DATA'), + ('tk\\images\\pwrdLogo175.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo175.gif', + 'DATA'), + ('tcl\\msgs\\sv.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sv.msg', + 'DATA'), + ('tk\\obsolete.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\obsolete.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Mogadishu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Mogadishu', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Midway', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Midway', + 'DATA'), + ('tcl\\msgs\\ta_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ta_in.msg', + 'DATA'), + ('tcl\\msgs\\sr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sr.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aqtau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Aqtau', + 'DATA'), + ('tcl\\tzdata\\Europe\\Skopje', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Skopje', + 'DATA'), + ('tcl\\msgs\\es_hn.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_hn.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Atikokan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Atikokan', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\La_Rioja', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\La_Rioja', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-11', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-11', + 'DATA'), + ('tcl\\tzdata\\Asia\\Thimbu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Thimbu', + 'DATA'), + ('tk\\ttk\\fonts.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\fonts.tcl', + 'DATA'), + ('tcl\\tzdata\\Israel', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Israel', + 'DATA'), + ('tcl\\tzdata\\Europe\\Chisinau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Chisinau', + 'DATA'), + ('tcl\\tzdata\\EST5EDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\EST5EDT', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dhaka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dhaka', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hebron', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Hebron', + 'DATA'), + ('tcl\\encoding\\iso8859-10.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-10.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Grenada', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Grenada', + 'DATA'), + ('tcl\\tzdata\\Europe\\London', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\London', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-1', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-1', + 'DATA'), + ('tcl\\encoding\\cp855.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp855.enc', + 'DATA'), + ('tk\\msgs\\en.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\en.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Monaco', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Monaco', + 'DATA'), + ('tcl\\tzdata\\Africa\\El_Aaiun', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\El_Aaiun', + 'DATA'), + ('tcl\\tzdata\\Navajo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Navajo', + 'DATA'), + ('tcl\\msgs\\ko.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ko.msg', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Stanley', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Stanley', + 'DATA'), + ('tcl\\tzdata\\Indian\\Cocos', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Cocos', + 'DATA'), + ('tcl\\http1.0\\http.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\http1.0\\http.tcl', + 'DATA'), + ('tcl\\tzdata\\Europe\\Ulyanovsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Ulyanovsk', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kiritimati', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Kiritimati', + 'DATA'), + ('tcl\\msgs\\es_pr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_pr.msg', + 'DATA'), + ('tcl\\msgs\\nb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\nb.msg', + 'DATA'), + ('tcl\\msgs\\ms.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ms.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hong_Kong', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Hong_Kong', + 'DATA'), + ('tcl\\tzdata\\Europe\\San_Marino', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\San_Marino', + 'DATA'), + ('tcl\\tzdata\\America\\Ensenada', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Ensenada', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\San_Juan', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\San_Juan', + 'DATA'), + ('tcl\\msgs\\de.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\de.msg', + 'DATA'), + ('tcl\\tzdata\\GMT-0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GMT-0', + 'DATA'), + ('tcl\\tzdata\\Eire', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Eire', + 'DATA'), + ('tcl\\msgs\\mt.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\mt.msg', + 'DATA'), + ('tk\\msgs\\cs.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\cs.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+3', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+3', + 'DATA'), + ('tcl\\tzdata\\EET', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\EET', + 'DATA'), + ('tcl\\tzdata\\America\\Matamoros', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Matamoros', + 'DATA'), + ('tcl\\encoding\\cp860.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp860.enc', + 'DATA'), + ('tcl\\msgs\\he.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\he.msg', + 'DATA'), + ('tcl\\msgs\\fa_ir.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fa_ir.msg', + 'DATA'), + ('tcl\\encoding\\macUkraine.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macUkraine.enc', + 'DATA'), + ('tcl\\encoding\\shiftjis.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\shiftjis.enc', + 'DATA'), + ('tcl\\tzdata\\Australia\\South', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\South', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Samoa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Samoa', + 'DATA'), + ('tcl\\tzdata\\America\\Louisville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Louisville', + 'DATA'), + ('tcl\\tzdata\\America\\Lower_Princes', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Lower_Princes', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ndjamena', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Ndjamena', + 'DATA'), + ('tcl\\encoding\\cp737.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp737.enc', + 'DATA'), + ('tcl\\tzdata\\Singapore', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Singapore', + 'DATA'), + ('tcl\\tzdata\\America\\Edmonton', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Edmonton', + 'DATA'), + ('tcl\\msgs\\it_ch.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\it_ch.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Niamey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Niamey', + 'DATA'), + ('tcl\\tzdata\\America\\Mexico_City', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Mexico_City', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tokyo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tokyo', + 'DATA'), + ('tcl\\tzdata\\America\\Noronha', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Noronha', + 'DATA'), + ('tcl\\msgs\\bg.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\bg.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Amsterdam', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Amsterdam', + 'DATA'), + ('tcl\\tzdata\\Africa\\Abidjan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Abidjan', + 'DATA'), + ('tcl\\tzdata\\Canada\\Eastern', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Eastern', + 'DATA'), + ('tcl\\tzdata\\America\\Monterrey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Monterrey', + 'DATA'), + ('Include\\pyconfig.h', + 'c:\\program files\\python\\Include\\pyconfig.h', + 'DATA'), + ('tcl\\tzdata\\US\\Pacific', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Pacific', + 'DATA'), + ('tcl\\tzdata\\Europe\\Riga', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Riga', + 'DATA'), + ('tcl\\tzdata\\America\\Resolute', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Resolute', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Efate', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Efate', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tashkent', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tashkent', + 'DATA'), + ('tcl\\tzdata\\Europe\\Uzhgorod', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Uzhgorod', + 'DATA'), + ('tcl\\tzdata\\Asia\\Colombo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Colombo', + 'DATA'), + ('tk\\license.terms', + 'c:\\program files\\python\\tcl\\tk8.6\\license.terms', + 'DATA'), + ('tcl\\tzdata\\NZ-CHAT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\NZ-CHAT', + 'DATA'), + ('tcl\\tzdata\\Australia\\Yancowinna', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Yancowinna', + 'DATA'), + ('tk\\msgs\\it.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\it.msg', + 'DATA'), + ('tcl\\tzdata\\Canada\\Atlantic', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Atlantic', + 'DATA'), + ('tk\\images\\logo100.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logo100.gif', + 'DATA'), + ('tcl\\msgs\\fr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fr.msg', + 'DATA'), + ('tcl\\msgs\\lt.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\lt.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Malabo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Malabo', + 'DATA'), + ('tcl\\msgs\\fi.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fi.msg', + 'DATA'), + ('tcl\\tzdata\\Japan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Japan', + 'DATA'), + ('tcl\\tzdata\\SystemV\\PST8', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\PST8', + 'DATA'), + ('tk\\ttk\\progress.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\progress.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Metlakatla', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Metlakatla', + 'DATA'), + ('tcl\\encoding\\cp1255.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1255.enc', + 'DATA'), + ('tcl\\tzdata\\Indian\\Kerguelen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Kerguelen', + 'DATA'), + ('tk\\entry.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\entry.tcl', 'DATA'), + ('tcl\\tzdata\\America\\Fort_Nelson', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Fort_Nelson', + 'DATA'), + ('tcl\\tzdata\\America\\Cordoba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cordoba', + 'DATA'), + ('tcl\\tzdata\\Africa\\Luanda', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Luanda', + 'DATA'), + ('tcl\\msgs\\kok_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kok_in.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Luxembourg', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Luxembourg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bangkok', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Bangkok', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bujumbura', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Bujumbura', + 'DATA'), + ('tk\\images\\pwrdLogo75.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo75.gif', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ouagadougou', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Ouagadougou', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kinshasa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Kinshasa', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dubai', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dubai', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vaduz', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Vaduz', + 'DATA'), + ('tcl\\encoding\\euc-jp.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\euc-jp.enc', + 'DATA'), + ('tcl\\encoding\\jis0208.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\jis0208.enc', + 'DATA'), + ('tcl\\encoding\\symbol.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\symbol.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Andorra', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Andorra', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dushanbe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dushanbe', + 'DATA'), + ('tcl\\tzdata\\Asia\\Sakhalin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Sakhalin', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mauritius', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Mauritius', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Reykjavik', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Reykjavik', + 'DATA'), + ('tcl\\tzdata\\Africa\\Maputo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Maputo', + 'DATA'), + ('tcl\\encoding\\cp437.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp437.enc', + 'DATA'), + ('tcl\\tzdata\\Hongkong', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Hongkong', + 'DATA'), + ('tcl\\tzdata\\America\\St_Johns', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Johns', + 'DATA'), + ('tcl\\tzdata\\Europe\\Belgrade', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Belgrade', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jerusalem', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Jerusalem', + 'DATA'), + ('tcl\\tzdata\\America\\Montevideo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Montevideo', + 'DATA'), + ('tcl\\tzdata\\Australia\\Currie', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Currie', + 'DATA'), + ('tcl\\tzdata\\America\\Sao_Paulo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Sao_Paulo', + 'DATA'), + ('tcl\\tzdata\\America\\Creston', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Creston', + 'DATA'), + ('tcl\\tzdata\\Africa\\Conakry', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Conakry', + 'DATA'), + ('tcl\\encoding\\macTurkish.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macTurkish.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Guayaquil', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Guayaquil', + 'DATA'), + ('tcl\\tzdata\\America\\Santa_Isabel', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Santa_Isabel', + 'DATA'), + ('tcl\\tzdata\\Africa\\Johannesburg', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Johannesburg', + 'DATA'), + ('tcl\\encoding\\gb12345.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\gb12345.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Mendoza', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Mendoza', + 'DATA'), + ('tcl\\tzdata\\America\\Belize', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Belize', + 'DATA'), + ('tcl\\tzdata\\SystemV\\YST9YDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\YST9YDT', + 'DATA'), + ('tcl\\msgs\\ga.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ga.msg', + 'DATA'), + ('tk\\ttk\\menubutton.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\menubutton.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Costa_Rica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Costa_Rica', + 'DATA'), + ('tcl\\tzdata\\America\\Curacao', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Curacao', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Noumea', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Noumea', + 'DATA'), + ('tcl\\msgs\\zh_hk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh_hk.msg', + 'DATA'), + ('tcl\\encoding\\macRomania.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macRomania.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Pyongyang', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Pyongyang', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kaliningrad', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Kaliningrad', + 'DATA'), + ('tcl\\msgs\\zh_tw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh_tw.msg', + 'DATA'), + ('tcl\\history.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\history.tcl', + 'DATA'), + ('tk\\msgbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\msgbox.tcl', + 'DATA'), + ('tcl\\tzdata\\Australia\\Lord_Howe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Lord_Howe', + 'DATA'), + ('tcl\\tzdata\\Africa\\Tunis', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Tunis', + 'DATA'), + ('tcl\\safe.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\safe.tcl', 'DATA'), + ('tcl\\tzdata\\Zulu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Zulu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tbilisi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tbilisi', + 'DATA'), + ('tcl\\encoding\\cp852.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp852.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuwait', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kuwait', + 'DATA'), + ('tcl\\tzdata\\US\\Mountain', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Mountain', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tehran', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tehran', + 'DATA'), + ('tcl\\encoding\\cp1253.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1253.enc', + 'DATA'), + ('tcl\\msgs\\de_be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\de_be.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Marquesas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Marquesas', + 'DATA'), + ('tcl\\encoding\\cp1258.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1258.enc', + 'DATA'), + ('tcl\\tzdata\\Canada\\Newfoundland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Newfoundland', + 'DATA'), + ('tcl\\msgs\\mk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\mk.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Warsaw', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Warsaw', + 'DATA'), + ('tcl\\tzdata\\America\\Santo_Domingo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Santo_Domingo', + 'DATA'), + ('tcl\\tzdata\\America\\Moncton', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Moncton', + 'DATA'), + ('tcl\\encoding\\iso8859-15.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-15.enc', + 'DATA'), + ('tk\\optMenu.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\optMenu.tcl', + 'DATA'), + ('tcl\\encoding\\cp1250.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1250.enc', + 'DATA'), + ('tcl\\tzdata\\Africa\\Juba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Juba', + 'DATA'), + ('tcl\\msgs\\es_gt.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_gt.msg', + 'DATA'), + ('tcl\\tzdata\\US\\Samoa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Samoa', + 'DATA'), + ('tcl\\package.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\package.tcl', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Vostok', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Vostok', + 'DATA'), + ('tcl\\tzdata\\America\\Inuvik', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Inuvik', + 'DATA'), + ('tcl\\msgs\\ar_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar_in.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Oral', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Oral', + 'DATA'), + ('tcl\\msgs\\ar_lb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar_lb.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bamako', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Bamako', + 'DATA'), + ('tcl\\msgs\\eo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\eo.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Pontianak', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Pontianak', + 'DATA'), + ('tcl\\tzdata\\America\\Winnipeg', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Winnipeg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Sao_Tome', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Sao_Tome', + 'DATA'), + ('tcl\\msgs\\fo_fo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fo_fo.msg', + 'DATA'), + ('tk\\msgs\\el.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\el.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Detroit', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Detroit', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Rio_Gallegos', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Rio_Gallegos', + 'DATA'), + ('tk\\text.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\text.tcl', 'DATA'), + ('tcl\\encoding\\jis0201.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\jis0201.enc', + 'DATA'), + ('tcl\\tzdata\\SystemV\\AST4ADT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\AST4ADT', + 'DATA'), + ('tcl\\tzdata\\Africa\\Casablanca', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Casablanca', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Truk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Truk', + 'DATA'), + ('tcl\\msgs\\en_be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_be.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Helsinki', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Helsinki', + 'DATA'), + ('tcl\\tzdata\\America\\Thunder_Bay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Thunder_Bay', + 'DATA'), + ('tcl\\msgs\\en_ie.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_ie.msg', + 'DATA'), + ('tcl\\msgs\\en_za.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_za.msg', + 'DATA'), + ('tcl\\tzdata\\Indian\\Maldives', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Maldives', + 'DATA'), + ('tcl\\tzdata\\America\\Boise', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Boise', + 'DATA'), + ('tcl\\msgs\\ja.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ja.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ashkhabad', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ashkhabad', + 'DATA'), + ('tcl\\opt0.4\\optparse.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\opt0.4\\optparse.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Vevay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Vevay', + 'DATA'), + ('tcl\\tzdata\\Africa\\Libreville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Libreville', + 'DATA'), + ('tcl\\tzdata\\America\\St_Barthelemy', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Barthelemy', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Canary', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Canary', + 'DATA'), + ('tcl\\tzdata\\Asia\\Saigon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Saigon', + 'DATA'), + ('tcl\\tzdata\\Australia\\Darwin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Darwin', + 'DATA'), + ('tcl\\msgs\\gl_es.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\gl_es.msg', + 'DATA'), + ('tcl\\msgs\\th.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\th.msg', + 'DATA'), + ('tcl\\encoding\\koi8-u.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\koi8-u.enc', + 'DATA'), + ('tcl\\tzdata\\Africa\\Asmara', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Asmara', + 'DATA'), + ('tcl\\tzdata\\America\\Iqaluit', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Iqaluit', + 'DATA'), + ('tcl\\tzdata\\Brazil\\East', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Brazil\\East', + 'DATA'), + ('tk\\ttk\\altTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\altTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\Greenwich', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Greenwich', + 'DATA'), + ('tcl\\tzdata\\Australia\\Broken_Hill', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Broken_Hill', + 'DATA'), + ('tcl\\tzdata\\Australia\\Eucla', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Eucla', + 'DATA'), + ('tcl\\encoding\\gb2312-raw.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\gb2312-raw.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-5.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-5.enc', + 'DATA'), + ('tcl\\tzdata\\WET', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\WET', + 'DATA'), + ('tk\\ttk\\winTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\winTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Anguilla', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Anguilla', + 'DATA'), + ('tcl\\tzdata\\Asia\\Novosibirsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Novosibirsk', + 'DATA'), + ('tcl\\tzdata\\America\\Dominica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Dominica', + 'DATA'), + ('tk\\pkgIndex.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\pkgIndex.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Goose_Bay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Goose_Bay', + 'DATA'), + ('tcl\\msgs\\en_hk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_hk.msg', + 'DATA'), + ('tcl\\tzdata\\Australia\\Sydney', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Sydney', + 'DATA'), + ('tk\\images\\logo.eps', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logo.eps', + 'DATA'), + ('tk\\fontchooser.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\fontchooser.tcl', + 'DATA'), + ('tcl\\msgs\\hu.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\hu.msg', + 'DATA'), + ('tk\\iconlist.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\iconlist.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Cancun', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cancun', + 'DATA'), + ('tcl\\tzdata\\SystemV\\MST7', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\MST7', + 'DATA'), + ('tcl\\tzdata\\Asia\\Macao', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Macao', + 'DATA'), + ('tcl\\tzdata\\Africa\\Accra', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Accra', + 'DATA'), + ('tcl\\tzdata\\America\\Guadeloupe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Guadeloupe', + 'DATA'), + ('tcl\\tclIndex', 'c:\\program files\\python\\tcl\\tcl8.6\\tclIndex', 'DATA'), + ('tcl\\tzdata\\Europe\\Copenhagen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Copenhagen', + 'DATA'), + ('tcl\\tzdata\\America\\Puerto_Rico', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Puerto_Rico', + 'DATA'), + ('tcl\\msgs\\hr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\hr.msg', + 'DATA'), + ('tcl\\tzdata\\Canada\\Saskatchewan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Saskatchewan', + 'DATA'), + ('tcl\\encoding\\iso8859-14.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-14.enc', + 'DATA'), + ('tcl\\encoding\\jis0212.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\jis0212.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Madrid', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Madrid', + 'DATA'), + ('tcl\\tzdata\\America\\Tijuana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Tijuana', + 'DATA'), + ('tcl\\tzdata\\Europe\\Isle_of_Man', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Isle_of_Man', + 'DATA'), + ('tcl\\tzdata\\Asia\\Harbin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Harbin', + 'DATA'), + ('tcl\\tzdata\\Australia\\Hobart', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Hobart', + 'DATA'), + ('lib2to3\\PatternGrammar.txt', + 'c:\\program files\\python\\lib\\lib2to3\\PatternGrammar.txt', + 'DATA'), + ('tcl\\encoding\\gb1988.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\gb1988.enc', + 'DATA'), + ('tk\\focus.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\focus.tcl', 'DATA'), + ('tcl\\tzdata\\Antarctica\\South_Pole', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\South_Pole', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuching', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kuching', + 'DATA'), + ('tcl\\tzdata\\PST8PDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\PST8PDT', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Palau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Palau', + 'DATA'), + ('tcl\\encoding\\iso8859-3.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-3.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Vladivostok', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Vladivostok', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Honolulu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Honolulu', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lusaka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Lusaka', + 'DATA'), + ('tcl\\tzdata\\America\\Cayman', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cayman', + 'DATA'), + ('tcl\\tzdata\\Asia\\Manila', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Manila', + 'DATA'), + ('tcl\\tzdata\\America\\Jujuy', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Jujuy', + 'DATA'), + ('tcl\\tzdata\\Libya', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Libya', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kiev', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Kiev', + 'DATA'), + ('lib2to3\\Grammar.txt', + 'c:\\program files\\python\\lib\\lib2to3\\Grammar.txt', + 'DATA'), + ('tcl\\tzdata\\Asia\\Khandyga', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Khandyga', + 'DATA'), + ('tk\\ttk\\cursors.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\cursors.tcl', + 'DATA'), + ('tcl\\tzdata\\PRC', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\PRC', + 'DATA'), + ('tcl\\tzdata\\Europe\\Guernsey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Guernsey', + 'DATA'), + ('tcl\\msgs\\es_bo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_bo.msg', + 'DATA'), + ('tcl\\msgs\\nn.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\nn.msg', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Casey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Casey', + 'DATA'), + ('tcl\\tzdata\\Asia\\Qatar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Qatar', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ashgabat', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ashgabat', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pohnpei', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Pohnpei', + 'DATA'), + ('tcl\\tzdata\\Etc\\Universal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\Universal', + 'DATA'), + ('tcl\\msgs\\ro.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ro.msg', + 'DATA'), + ('tcl\\msgs\\es_do.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_do.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Santarem', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Santarem', + 'DATA'), + ('tcl\\tzdata\\Africa\\Banjul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Banjul', + 'DATA'), + ('tcl\\msgs\\id_id.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\id_id.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Simferopol', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Simferopol', + 'DATA'), + ('tcl\\tzdata\\America\\Godthab', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Godthab', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuala_Lumpur', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kuala_Lumpur', + 'DATA'), + ('tcl\\tzdata\\America\\Dawson_Creek', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Dawson_Creek', + 'DATA'), + ('tcl\\tzdata\\Asia\\Singapore', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Singapore', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ulaanbaatar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ulaanbaatar', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Chuuk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Chuuk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yerevan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Yerevan', + 'DATA'), + ('tcl\\tzdata\\America\\Punta_Arenas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Punta_Arenas', + 'DATA'), + ('tk\\tclIndex', 'c:\\program files\\python\\tcl\\tk8.6\\tclIndex', 'DATA'), + ('tcl\\tzdata\\America\\Chicago', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Chicago', + 'DATA'), + ('tcl\\encoding\\tis-620.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\tis-620.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Niue', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Niue', + 'DATA'), + ('tcl\\tzdata\\Europe\\Busingen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Busingen', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-0', + 'DATA'), + ('tcl\\tzdata\\CET', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\CET', + 'DATA'), + ('tk\\msgs\\ru.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\ru.msg', + 'DATA'), + ('tcl\\tzdata\\Australia\\Melbourne', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Melbourne', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-12', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-12', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Enderbury', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Enderbury', + 'DATA'), + ('tcl\\encoding\\euc-kr.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\euc-kr.enc', + 'DATA'), + ('tcl\\tzdata\\US\\Central', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Central', + 'DATA'), + ('tcl\\tzdata\\Asia\\Rangoon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Rangoon', + 'DATA'), + ('tcl\\msgs\\zh.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ho_Chi_Minh', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ho_Chi_Minh', + 'DATA'), + ('tk\\msgs\\en_gb.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\en_gb.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Sitka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Sitka', + 'DATA'), + ('tcl\\tzdata\\Egypt', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Egypt', + 'DATA'), + ('tcl\\tzdata\\US\\East-Indiana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\East-Indiana', + 'DATA'), + ('tcl\\tzdata\\Asia\\Magadan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Magadan', + 'DATA'), + ('tcl\\tzdata\\America\\Kentucky\\Louisville', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Kentucky\\Louisville', + 'DATA'), + ('tcl\\opt0.4\\pkgIndex.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\opt0.4\\pkgIndex.tcl', + 'DATA'), + ('tcl\\msgs\\en_au.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_au.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Almaty', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Almaty', + 'DATA'), + ('tcl\\tzdata\\America\\Regina', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Regina', + 'DATA'), + ('tcl\\tzdata\\America\\Kentucky\\Monticello', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Kentucky\\Monticello', + 'DATA'), + ('tcl\\msgs\\sk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sk.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ujung_Pandang', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ujung_Pandang', + 'DATA'), + ('tcl\\tzdata\\Australia\\ACT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\ACT', + 'DATA'), + ('lib2to3\\tests\\data\\README', + 'c:\\program files\\python\\lib\\lib2to3\\tests\\data\\README', + 'DATA'), + ('tcl\\tzdata\\America\\St_Lucia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Lucia', + 'DATA'), + ('tcl\\http1.0\\pkgIndex.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\http1.0\\pkgIndex.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Scoresbysund', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Scoresbysund', + 'DATA'), + ('tcl\\tzdata\\Australia\\Queensland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Queensland', + 'DATA'), + ('tcl\\msgs\\es_pe.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_pe.msg', + 'DATA'), + ('tcl\\tzdata\\Brazil\\DeNoronha', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Brazil\\DeNoronha', + 'DATA'), + ('tcl\\tzdata\\Africa\\Khartoum', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Khartoum', + 'DATA'), + ('tcl\\msgs\\is.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\is.msg', + 'DATA'), + ('tcl\\tzdata\\Arctic\\Longyearbyen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Arctic\\Longyearbyen', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tongatapu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Tongatapu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Istanbul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Istanbul', + 'DATA'), + ('tcl\\tzdata\\Australia\\Lindeman', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Lindeman', + 'DATA'), + ('tcl\\tzdata\\America\\Montreal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Montreal', + 'DATA'), + ('tcl\\tzdata\\Africa\\Nairobi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Nairobi', + 'DATA'), + ('tcl\\msgs\\ar_sy.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar_sy.msg', + 'DATA'), + ('main.exe.manifest', + 'E:\\php\\NAVICAT_CRACK_PSW\\build\\main\\main.exe.manifest', + 'BINARY'), + ('pyi-windows-manifest-filename main.exe.manifest', '', 'OPTION')], + [], + False, + False, + 1736842840, + [('runw.exe', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit\\runw.exe', + 'EXECUTABLE')]) diff --git a/build/main/PKG-00.pkg b/build/main/PKG-00.pkg new file mode 100644 index 0000000..e5be1b0 Binary files /dev/null and b/build/main/PKG-00.pkg differ diff --git a/build/main/PKG-00.toc b/build/main/PKG-00.toc new file mode 100644 index 0000000..968375e --- /dev/null +++ b/build/main/PKG-00.toc @@ -0,0 +1,3085 @@ +('E:\\php\\NAVICAT_CRACK_PSW\\build\\main\\PKG-00.pkg', + {'BINARY': 1, + 'DATA': 1, + 'EXECUTABLE': 1, + 'EXTENSION': 1, + 'PYMODULE': 1, + 'PYSOURCE': 1, + 'PYZ': 0}, + [('PYZ-00.pyz', 'E:\\php\\NAVICAT_CRACK_PSW\\build\\main\\PYZ-00.pyz', 'PYZ'), + ('struct', 'c:\\program files\\python\\lib\\struct.pyo', 'PYMODULE'), + ('pyimod01_os_path', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\PyInstaller\\loader\\pyimod01_os_path.pyc', + 'PYMODULE'), + ('pyimod02_archive', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\PyInstaller\\loader\\pyimod02_archive.pyc', + 'PYMODULE'), + ('pyimod03_importers', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\PyInstaller\\loader\\pyimod03_importers.pyc', + 'PYMODULE'), + ('pyiboot01_bootstrap', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py', + 'PYSOURCE'), + ('pyi_rth_pkgres', + 'C:\\Program ' + 'Files\\python\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth_pkgres.py', + 'PYSOURCE'), + ('pyi_rth_multiprocessing', + 'C:\\Program ' + 'Files\\python\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth_multiprocessing.py', + 'PYSOURCE'), + ('pyi_rth_win32comgenpy', + 'C:\\Program ' + 'Files\\python\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth_win32comgenpy.py', + 'PYSOURCE'), + ('pyi_rth__tkinter', + 'C:\\Program ' + 'Files\\python\\Lib\\site-packages\\PyInstaller\\loader\\rthooks\\pyi_rth__tkinter.py', + 'PYSOURCE'), + ('main', 'E:\\php\\NAVICAT_CRACK_PSW\\main.py', 'PYSOURCE'), + ('python38.dll', 'c:\\program files\\python\\python38.dll', 'BINARY'), + ('VCRUNTIME140.dll', 'c:\\program files\\python\\VCRUNTIME140.dll', 'BINARY'), + ('Crypto\\Cipher\\_raw_ecb.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_ecb.pyd', + 'BINARY'), + ('Crypto\\Hash\\_BLAKE2s.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_BLAKE2s.pyd', + 'BINARY'), + ('Crypto\\Math\\_modexp.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Math\\_modexp.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_ocb.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_ocb.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_ctr.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_ctr.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_ofb.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_ofb.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_Salsa20.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_Salsa20.pyd', + 'BINARY'), + ('Crypto\\PublicKey\\_ec_ws.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\PublicKey\\_ec_ws.pyd', + 'BINARY'), + ('Crypto\\PublicKey\\_ed448.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\PublicKey\\_ed448.pyd', + 'BINARY'), + ('libopenblas64__v0.3.21-gcc_10_3_0.dll', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\.libs\\libopenblas64__v0.3.21-gcc_10_3_0.dll', + 'BINARY'), + ('Crypto\\Cipher\\_raw_eksblowfish.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_eksblowfish.pyd', + 'BINARY'), + ('Crypto\\Util\\_strxor.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Util\\_strxor.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_aes.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_aes.pyd', + 'BINARY'), + ('Crypto\\Util\\_cpuid_c.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Util\\_cpuid_c.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_blowfish.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_blowfish.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_cbc.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_cbc.pyd', + 'BINARY'), + ('Crypto\\Hash\\_keccak.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_keccak.pyd', + 'BINARY'), + ('Crypto\\Hash\\_BLAKE2b.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_BLAKE2b.pyd', + 'BINARY'), + ('Crypto\\Hash\\_MD4.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_MD4.pyd', + 'BINARY'), + ('Crypto\\Hash\\_SHA256.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_SHA256.pyd', + 'BINARY'), + ('Crypto\\Hash\\_SHA512.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_SHA512.pyd', + 'BINARY'), + ('Crypto\\PublicKey\\_curve25519.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\PublicKey\\_curve25519.pyd', + 'BINARY'), + ('Crypto\\Hash\\_SHA384.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_SHA384.pyd', + 'BINARY'), + ('Crypto\\PublicKey\\_ed25519.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\PublicKey\\_ed25519.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_des3.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_des3.pyd', + 'BINARY'), + ('Crypto\\Hash\\_ghash_portable.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Hash\\_ghash_portable.pyd', + 'BINARY'), + ('Crypto\\Protocol\\_scrypt.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Protocol\\_scrypt.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_des.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_des.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_chacha20.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_chacha20.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_aesni.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_aesni.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_cfb.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_cfb.pyd', + 'BINARY'), + ('Crypto\\Hash\\_SHA224.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_SHA224.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_ARC4.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Cipher\\_ARC4.pyd', + 'BINARY'), + ('Crypto\\Hash\\_SHA1.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_SHA1.pyd', + 'BINARY'), + ('Crypto\\Hash\\_ghash_clmul.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Hash\\_ghash_clmul.pyd', + 'BINARY'), + ('Crypto\\Hash\\_poly1305.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_poly1305.pyd', + 'BINARY'), + ('pythoncom38.dll', + 'c:\\program ' + 'files\\python\\Lib\\site-packages\\pywin32_system32\\pythoncom38.dll', + 'BINARY'), + ('Crypto\\Hash\\_MD2.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_MD2.pyd', + 'BINARY'), + ('Crypto\\Hash\\_MD5.pyd', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\_MD5.pyd', + 'BINARY'), + ('Crypto\\PublicKey\\_curve448.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\PublicKey\\_curve448.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_pkcs1_decode.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_pkcs1_decode.pyd', + 'BINARY'), + ('Crypto\\Cipher\\_raw_cast.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_cast.pyd', + 'BINARY'), + ('Crypto\\Hash\\_RIPEMD160.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Hash\\_RIPEMD160.pyd', + 'BINARY'), + ('pywintypes38.dll', + 'c:\\program files\\python\\lib\\site-packages\\win32\\pywintypes38.dll', + 'BINARY'), + ('Crypto\\Cipher\\_raw_arc2.pyd', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_raw_arc2.pyd', + 'BINARY'), + ('select', 'c:\\program files\\python\\DLLs\\select.pyd', 'EXTENSION'), + ('unicodedata', + 'c:\\program files\\python\\DLLs\\unicodedata.pyd', + 'EXTENSION'), + ('_socket', 'c:\\program files\\python\\DLLs\\_socket.pyd', 'EXTENSION'), + ('_overlapped', + 'c:\\program files\\python\\DLLs\\_overlapped.pyd', + 'EXTENSION'), + ('_ssl', 'c:\\program files\\python\\DLLs\\_ssl.pyd', 'EXTENSION'), + ('_asyncio', 'c:\\program files\\python\\DLLs\\_asyncio.pyd', 'EXTENSION'), + ('_queue', 'c:\\program files\\python\\DLLs\\_queue.pyd', 'EXTENSION'), + ('_decimal', 'c:\\program files\\python\\DLLs\\_decimal.pyd', 'EXTENSION'), + ('_testcapi', 'c:\\program files\\python\\DLLs\\_testcapi.pyd', 'EXTENSION'), + ('_ctypes', 'c:\\program files\\python\\DLLs\\_ctypes.pyd', 'EXTENSION'), + ('_elementtree', + 'c:\\program files\\python\\DLLs\\_elementtree.pyd', + 'EXTENSION'), + ('pyexpat', 'c:\\program files\\python\\DLLs\\pyexpat.pyd', 'EXTENSION'), + ('win32evtlog', + 'c:\\program files\\python\\lib\\site-packages\\win32\\win32evtlog.pyd', + 'EXTENSION'), + ('win32api', + 'c:\\program files\\python\\lib\\site-packages\\win32\\win32api.pyd', + 'EXTENSION'), + ('_multiprocessing', + 'c:\\program files\\python\\DLLs\\_multiprocessing.pyd', + 'EXTENSION'), + ('_hashlib', 'c:\\program files\\python\\DLLs\\_hashlib.pyd', 'EXTENSION'), + ('_lzma', 'c:\\program files\\python\\DLLs\\_lzma.pyd', 'EXTENSION'), + ('_bz2', 'c:\\program files\\python\\DLLs\\_bz2.pyd', 'EXTENSION'), + ('win32trace', + 'c:\\program files\\python\\lib\\site-packages\\win32\\win32trace.pyd', + 'EXTENSION'), + ('win32ui', + 'c:\\program files\\python\\lib\\site-packages\\Pythonwin\\win32ui.pyd', + 'EXTENSION'), + ('_win32sysloader', + 'c:\\program files\\python\\lib\\site-packages\\win32\\_win32sysloader.pyd', + 'EXTENSION'), + ('win32wnet', + 'c:\\program files\\python\\lib\\site-packages\\win32\\win32wnet.pyd', + 'EXTENSION'), + ('win32com.shell.shell', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32comext\\shell\\shell.pyd', + 'EXTENSION'), + ('_cffi_backend', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\_cffi_backend.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.core._multiarray_umath', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\_multiarray_umath.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.core._multiarray_tests', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\_multiarray_tests.cp38-win_amd64.pyd', + 'EXTENSION'), + ('psutil._psutil_windows', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\psutil\\_psutil_windows.cp38-win_amd64.pyd', + 'EXTENSION'), + ('win32pdh', + 'c:\\program files\\python\\lib\\site-packages\\win32\\win32pdh.pyd', + 'EXTENSION'), + ('numpy.linalg.lapack_lite', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\linalg\\lapack_lite.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random.mtrand', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\mtrand.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._sfc64', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_sfc64.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._philox', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_philox.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._pcg64', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_pcg64.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._mt19937', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_mt19937.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random.bit_generator', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\bit_generator.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._generator', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_generator.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._bounded_integers', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_bounded_integers.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._common', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\random\\_common.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.fft._pocketfft_internal', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\fft\\_pocketfft_internal.cp38-win_amd64.pyd', + 'EXTENSION'), + ('numpy.linalg._umath_linalg', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\linalg\\_umath_linalg.cp38-win_amd64.pyd', + 'EXTENSION'), + ('_tkinter', 'c:\\program files\\python\\DLLs\\_tkinter.pyd', 'EXTENSION'), + ('libssl-1_1.dll', + 'c:\\program files\\python\\DLLs\\libssl-1_1.dll', + 'BINARY'), + ('libcrypto-1_1.dll', + 'c:\\program files\\python\\DLLs\\libcrypto-1_1.dll', + 'BINARY'), + ('libffi-7.dll', 'c:\\program files\\python\\DLLs\\libffi-7.dll', 'BINARY'), + ('mfc140u.dll', + 'c:\\program files\\python\\lib\\site-packages\\Pythonwin\\mfc140u.dll', + 'BINARY'), + ('tcl86t.dll', 'c:\\program files\\python\\DLLs\\tcl86t.dll', 'BINARY'), + ('tk86t.dll', 'c:\\program files\\python\\DLLs\\tk86t.dll', 'BINARY'), + ('base_library.zip', + 'E:\\php\\NAVICAT_CRACK_PSW\\build\\main\\base_library.zip', + 'DATA'), + ('tcl\\tzdata\\America\\Phoenix', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Phoenix', + 'DATA'), + ('tcl\\tzdata\\SystemV\\CST6', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\CST6', + 'DATA'), + ('tcl\\msgs\\ko_kr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ko_kr.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Makassar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Makassar', + 'DATA'), + ('tcl\\encoding\\cp1251.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1251.enc', + 'DATA'), + ('tcl\\msgs\\hi.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\hi.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Algiers', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Algiers', + 'DATA'), + ('tk\\msgs\\fr.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\fr.msg', + 'DATA'), + ('tcl\\tzdata\\America\\St_Kitts', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Kitts', + 'DATA'), + ('tcl\\tzdata\\Asia\\Irkutsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Irkutsk', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Palmer', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Palmer', + 'DATA'), + ('tcl\\msgs\\hi_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\hi_in.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+10', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+10', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT0', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-8', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-8', + 'DATA'), + ('tcl\\tzdata\\America\\St_Vincent', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Vincent', + 'DATA'), + ('tcl\\tzdata\\Australia\\Victoria', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Victoria', + 'DATA'), + ('tcl\\encoding\\cp850.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp850.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Boa_Vista', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Boa_Vista', + 'DATA'), + ('tk\\ttk\\vistaTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\vistaTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\ROK', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\ROK', + 'DATA'), + ('tcl\\msgs\\es_uy.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_uy.msg', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\Center', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\Center', + 'DATA'), + ('tcl\\encoding\\iso2022.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso2022.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Whitehorse', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Whitehorse', + 'DATA'), + ('tcl\\tzdata\\America\\Guyana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Guyana', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\St_Helena', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\St_Helena', + 'DATA'), + ('tcl\\tzdata\\Asia\\Seoul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Seoul', + 'DATA'), + ('tcl\\tzdata\\America\\Atka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Atka', + 'DATA'), + ('tcl\\tzdata\\America\\Menominee', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Menominee', + 'DATA'), + ('tcl\\tzdata\\Chile\\EasterIsland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Chile\\EasterIsland', + 'DATA'), + ('tcl\\tzdata\\Asia\\Nicosia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Nicosia', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Faroe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Faroe', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+4', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+4', + 'DATA'), + ('tcl\\tzdata\\Australia\\NSW', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\NSW', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ulan_Bator', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ulan_Bator', + 'DATA'), + ('tcl\\tzdata\\Europe\\Bucharest', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Bucharest', + 'DATA'), + ('tcl\\tzdata\\America\\Grand_Turk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Grand_Turk', + 'DATA'), + ('tcl\\tzdata\\Europe\\Bratislava', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Bratislava', + 'DATA'), + ('tcl\\msgs\\fo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fo.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tahiti', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Tahiti', + 'DATA'), + ('tcl\\tzdata\\UTC', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\UTC', + 'DATA'), + ('tcl\\parray.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\parray.tcl', + 'DATA'), + ('tcl\\encoding\\cp1257.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1257.enc', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-10', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-10', + 'DATA'), + ('tcl\\tzdata\\America\\Blanc-Sablon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Blanc-Sablon', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kabul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kabul', + 'DATA'), + ('tcl\\encoding\\macCroatian.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macCroatian.enc', + 'DATA'), + ('tk\\palette.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\palette.tcl', + 'DATA'), + ('tcl\\tzdata\\SystemV\\MST7MDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\MST7MDT', + 'DATA'), + ('tcl\\msgs\\mr_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\mr_in.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Juneau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Juneau', + 'DATA'), + ('tcl\\tzdata\\Europe\\Sarajevo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Sarajevo', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Ponape', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Ponape', + 'DATA'), + ('tcl\\tm.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\tm.tcl', 'DATA'), + ('tcl\\tzdata\\Europe\\Istanbul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Istanbul', + 'DATA'), + ('tcl\\tzdata\\America\\Guatemala', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Guatemala', + 'DATA'), + ('tcl\\tzdata\\America\\Porto_Acre', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Porto_Acre', + 'DATA'), + ('tk\\ttk\\treeview.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\treeview.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kampala', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Kampala', + 'DATA'), + ('tcl\\tzdata\\Europe\\Moscow', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Moscow', + 'DATA'), + ('tcl\\tzdata\\America\\Mazatlan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Mazatlan', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Troll', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Troll', + 'DATA'), + ('tcl\\tzdata\\America\\Catamarca', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Catamarca', + 'DATA'), + ('tcl\\tzdata\\Australia\\Canberra', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Canberra', + 'DATA'), + ('tcl\\tzdata\\MST', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\MST', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zaporozhye', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Zaporozhye', + 'DATA'), + ('tcl\\tzdata\\Asia\\Karachi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Karachi', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bishkek', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Bishkek', + 'DATA'), + ('tcl\\encoding\\cp1252.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1252.enc', + 'DATA'), + ('tcl\\encoding\\euc-cn.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\euc-cn.enc', + 'DATA'), + ('tcl\\msgs\\ms_my.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ms_my.msg', + 'DATA'), + ('tcl\\tzdata\\Cuba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Cuba', + 'DATA'), + ('tcl\\encoding\\cp865.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp865.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Amman', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Amman', + 'DATA'), + ('tk\\msgs\\da.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\da.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-7', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-7', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Marengo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Marengo', + 'DATA'), + ('tcl\\word.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\word.tcl', 'DATA'), + ('tcl\\msgs\\es_cl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_cl.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Belfast', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Belfast', + 'DATA'), + ('tcl\\msgs\\kl_gl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kl_gl.msg', + 'DATA'), + ('tcl\\encoding\\cp1254.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1254.enc', + 'DATA'), + ('tcl\\msgs\\es_co.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_co.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jakarta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Jakarta', + 'DATA'), + ('tcl\\tzdata\\SystemV\\PST8PDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\PST8PDT', + 'DATA'), + ('tcl\\tzdata\\America\\Maceio', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Maceio', + 'DATA'), + ('tcl\\tzdata\\GMT+0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GMT+0', + 'DATA'), + ('tcl\\msgs\\ru_ua.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ru_ua.msg', + 'DATA'), + ('tk\\ttk\\sizegrip.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\sizegrip.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Thule', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Thule', + 'DATA'), + ('tcl\\msgs\\bn_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\bn_in.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Easter', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Easter', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Bermuda', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Bermuda', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Majuro', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Majuro', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mahe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Mahe', + 'DATA'), + ('tcl\\tzdata\\Africa\\Addis_Ababa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Addis_Ababa', + 'DATA'), + ('tcl\\msgs\\ar_jo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar_jo.msg', + 'DATA'), + ('tcl\\msgs\\gv.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\gv.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Harare', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Harare', + 'DATA'), + ('tcl\\msgs\\tr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\tr.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Anchorage', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Anchorage', + 'DATA'), + ('tcl\\tzdata\\Asia\\Famagusta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Famagusta', + 'DATA'), + ('tcl\\tzdata\\Asia\\Muscat', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Muscat', + 'DATA'), + ('tcl\\tzdata\\America\\Indianapolis', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indianapolis', + 'DATA'), + ('tcl\\tzdata\\America\\La_Paz', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\La_Paz', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Petersburg', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Petersburg', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Jujuy', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Jujuy', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lagos', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Lagos', + 'DATA'), + ('tcl\\tzdata\\NZ', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\NZ', + 'DATA'), + ('tcl\\tzdata\\US\\Pacific-New', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Pacific-New', + 'DATA'), + ('tcl\\tzdata\\Mexico\\BajaSur', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Mexico\\BajaSur', + 'DATA'), + ('tcl\\tzdata\\Europe\\Malta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Malta', + 'DATA'), + ('tcl\\msgs\\kl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kl.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Eirunepe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Eirunepe', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Jan_Mayen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Jan_Mayen', + 'DATA'), + ('tcl\\tzdata\\Asia\\Riyadh', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Riyadh', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Norfolk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Norfolk', + 'DATA'), + ('tk\\ttk\\scale.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\scale.tcl', + 'DATA'), + ('tcl\\tzdata\\Europe\\Stockholm', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Stockholm', + 'DATA'), + ('tcl\\tzdata\\Europe\\Saratov', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Saratov', + 'DATA'), + ('tcl\\tzdata\\America\\Los_Angeles', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Los_Angeles', + 'DATA'), + ('tcl\\tzdata\\Europe\\Astrakhan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Astrakhan', + 'DATA'), + ('tcl\\tzdata\\SystemV\\YST9', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\YST9', + 'DATA'), + ('tcl\\tzdata\\America\\Fortaleza', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Fortaleza', + 'DATA'), + ('tcl\\tzdata\\America\\Martinique', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Martinique', + 'DATA'), + ('tcl\\tzdata\\Africa\\Douala', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Douala', + 'DATA'), + ('tk\\ttk\\ttk.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\ttk.tcl', + 'DATA'), + ('tcl\\msgs\\en_ca.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_ca.msg', + 'DATA'), + ('tcl\\encoding\\ksc5601.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\ksc5601.enc', + 'DATA'), + ('tcl\\msgs\\bn.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\bn.msg', + 'DATA'), + ('tk\\comdlg.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\comdlg.tcl', + 'DATA'), + ('tcl\\tzdata\\SystemV\\EST5EDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\EST5EDT', + 'DATA'), + ('tcl\\tzdata\\Asia\\Atyrau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Atyrau', + 'DATA'), + ('tcl\\encoding\\cp862.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp862.enc', + 'DATA'), + ('tcl\\encoding\\iso2022-jp.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso2022-jp.enc', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lome', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Lome', + 'DATA'), + ('tcl\\tzdata\\Europe\\Oslo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Oslo', + 'DATA'), + ('tcl\\msgs\\cs.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\cs.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Belem', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Belem', + 'DATA'), + ('tcl\\tzdata\\America\\Paramaribo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Paramaribo', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+6', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+6', + 'DATA'), + ('tcl\\tzdata\\America\\Yakutat', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Yakutat', + 'DATA'), + ('tcl\\tzdata\\America\\Kralendijk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Kralendijk', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Tell_City', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Tell_City', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Wake', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Wake', + 'DATA'), + ('tcl\\msgs\\sh.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sh.msg', + 'DATA'), + ('tcl\\tzdata\\Canada\\Mountain', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Mountain', + 'DATA'), + ('tcl\\msgs\\pl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\pl.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ceuta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Ceuta', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chita', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Chita', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Faeroe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Faeroe', + 'DATA'), + ('tcl\\tzdata\\America\\El_Salvador', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\El_Salvador', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pago_Pago', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Pago_Pago', + 'DATA'), + ('tcl\\tzdata\\America\\Nipigon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Nipigon', + 'DATA'), + ('tcl\\tzdata\\America\\Recife', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Recife', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Galapagos', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Galapagos', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT', + 'DATA'), + ('tcl\\tzdata\\America\\Tortola', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Tortola', + 'DATA'), + ('tcl\\encoding\\koi8-r.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\koi8-r.enc', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\DumontDUrville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\DumontDUrville', + 'DATA'), + ('tcl\\tzdata\\America\\Shiprock', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Shiprock', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tiraspol', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Tiraspol', + 'DATA'), + ('tk\\button.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\button.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Salta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Salta', + 'DATA'), + ('tcl\\msgs\\sw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sw.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kashgar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kashgar', + 'DATA'), + ('tcl\\tzdata\\Europe\\Rome', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Rome', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+12', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+12', + 'DATA'), + ('tcl\\tzdata\\CST6CDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\CST6CDT', + 'DATA'), + ('tcl\\tzdata\\Asia\\Choibalsan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Choibalsan', + 'DATA'), + ('tcl\\msgs\\nl_be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\nl_be.msg', + 'DATA'), + ('tcl\\msgs\\en_ph.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_ph.msg', + 'DATA'), + ('tk\\ttk\\xpTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\xpTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Barbados', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Barbados', + 'DATA'), + ('tk\\console.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\console.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Indianapolis', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Indianapolis', + 'DATA'), + ('tcl\\encoding\\iso8859-9.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-9.enc', + 'DATA'), + ('tcl\\tzdata\\Etc\\UCT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\UCT', + 'DATA'), + ('tcl\\tzdata\\America\\Miquelon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Miquelon', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Cordoba', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Cordoba', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\New_Salem', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\New_Salem', + 'DATA'), + ('tcl\\msgs\\el.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\el.msg', + 'DATA'), + ('tk\\images\\logo64.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logo64.gif', + 'DATA'), + ('tcl\\tzdata\\Africa\\Dar_es_Salaam', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Dar_es_Salaam', + 'DATA'), + ('tcl\\tzdata\\Africa\\Freetown', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Freetown', + 'DATA'), + ('tcl\\encoding\\iso8859-13.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-13.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chungking', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Chungking', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+9', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+9', + 'DATA'), + ('tcl\\msgs\\eu_es.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\eu_es.msg', + 'DATA'), + ('tcl\\tzdata\\GMT0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GMT0', + 'DATA'), + ('tcl\\msgs\\kw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kw.msg', + 'DATA'), + ('tcl\\msgs\\sl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sl.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Barnaul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Barnaul', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kathmandu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kathmandu', + 'DATA'), + ('tcl\\msgs\\es.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es.msg', + 'DATA'), + ('tcl\\msgs\\et.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\et.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Macau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Macau', + 'DATA'), + ('tk\\spinbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\spinbox.tcl', + 'DATA'), + ('tcl\\tzdata\\Canada\\Central', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Central', + 'DATA'), + ('tcl\\tzdata\\EST', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\EST', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Auckland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Auckland', + 'DATA'), + ('tcl\\tzdata\\Europe\\Nicosia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Nicosia', + 'DATA'), + ('tcl\\encoding\\cp861.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp861.enc', + 'DATA'), + ('tcl\\tzdata\\SystemV\\CST6CDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\CST6CDT', + 'DATA'), + ('tk\\msgs\\es.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\es.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Monrovia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Monrovia', + 'DATA'), + ('tcl\\tzdata\\Australia\\North', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\North', + 'DATA'), + ('tcl\\msgs\\kw_gb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kw_gb.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Asmera', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Asmera', + 'DATA'), + ('tk\\images\\logoLarge.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logoLarge.gif', + 'DATA'), + ('tcl\\tzdata\\US\\Indiana-Starke', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Indiana-Starke', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Yap', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Yap', + 'DATA'), + ('tcl\\encoding\\macThai.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macThai.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Virgin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Virgin', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kolkata', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kolkata', + 'DATA'), + ('tcl\\tzdata\\Mexico\\BajaNorte', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Mexico\\BajaNorte', + 'DATA'), + ('tcl\\encoding\\macDingbats.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macDingbats.enc', + 'DATA'), + ('tcl\\tzdata\\US\\Arizona', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Arizona', + 'DATA'), + ('tcl\\tzdata\\America\\Merida', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Merida', + 'DATA'), + ('tcl\\tzdata\\America\\Managua', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Managua', + 'DATA'), + ('tcl\\msgs\\en_gb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_gb.msg', + 'DATA'), + ('tk\\ttk\\spinbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\spinbox.tcl', + 'DATA'), + ('tcl\\msgs\\gl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\gl.msg', + 'DATA'), + ('tcl\\msgs\\ca.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ca.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Baghdad', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Baghdad', + 'DATA'), + ('tcl\\tzdata\\Asia\\Novokuznetsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Novokuznetsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yekaterinburg', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Yekaterinburg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bahrain', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Bahrain', + 'DATA'), + ('tcl\\tzdata\\America\\Nassau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Nassau', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lubumbashi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Lubumbashi', + 'DATA'), + ('tcl\\msgs\\ru.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ru.msg', + 'DATA'), + ('tcl\\tzdata\\Indian\\Comoro', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Comoro', + 'DATA'), + ('tcl\\msgs\\sq.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sq.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Jersey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Jersey', + 'DATA'), + ('tcl\\tzdata\\America\\Rosario', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Rosario', + 'DATA'), + ('tcl\\tzdata\\America\\Bahia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Bahia', + 'DATA'), + ('tcl\\tzdata\\US\\Alaska', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Alaska', + 'DATA'), + ('tcl\\msgs\\ar.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar.msg', + 'DATA'), + ('tcl\\encoding\\ascii.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\ascii.enc', + 'DATA'), + ('tcl\\msgs\\kok.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kok.msg', + 'DATA'), + ('tcl\\msgs\\es_py.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_py.msg', + 'DATA'), + ('tk\\menu.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\menu.tcl', 'DATA'), + ('tcl\\tzdata\\Indian\\Reunion', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Reunion', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Bougainville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Bougainville', + 'DATA'), + ('tcl\\tzdata\\Africa\\Blantyre', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Blantyre', + 'DATA'), + ('tcl\\tzdata\\GB-Eire', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GB-Eire', + 'DATA'), + ('tcl\\tzdata\\America\\Cambridge_Bay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cambridge_Bay', + 'DATA'), + ('tk\\icons.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\icons.tcl', 'DATA'), + ('tcl\\tzdata\\Asia\\Thimphu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Thimphu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chongqing', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Chongqing', + 'DATA'), + ('tk\\scrlbar.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\scrlbar.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Tegucigalpa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Tegucigalpa', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+2', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+2', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Ushuaia', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Ushuaia', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Apia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Apia', + 'DATA'), + ('tcl\\tzdata\\Europe\\Brussels', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Brussels', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zurich', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Zurich', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ust-Nera', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ust-Nera', + 'DATA'), + ('tcl\\encoding\\iso8859-4.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-4.enc', + 'DATA'), + ('tcl\\tzdata\\Mexico\\General', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Mexico\\General', + 'DATA'), + ('tcl\\encoding\\macRoman.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macRoman.enc', + 'DATA'), + ('tcl\\tzdata\\Iceland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Iceland', + 'DATA'), + ('tcl\\tzdata\\Africa\\Djibouti', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Djibouti', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\McMurdo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\McMurdo', + 'DATA'), + ('tcl\\tzdata\\America\\Campo_Grande', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Campo_Grande', + 'DATA'), + ('tk\\images\\logoMed.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logoMed.gif', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\ComodRivadavia', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\ComodRivadavia', + 'DATA'), + ('tcl\\tzdata\\America\\Santiago', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Santiago', + 'DATA'), + ('tcl\\tzdata\\America\\Fort_Wayne', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Fort_Wayne', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yakutsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Yakutsk', + 'DATA'), + ('tcl\\encoding\\macJapan.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macJapan.enc', + 'DATA'), + ('tk\\msgs\\hu.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\hu.msg', + 'DATA'), + ('tcl\\encoding\\macGreek.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macGreek.enc', + 'DATA'), + ('tcl\\msgs\\mr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\mr.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aden', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Aden', + 'DATA'), + ('tcl\\encoding\\cp864.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp864.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Baku', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Baku', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+11', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+11', + 'DATA'), + ('tk\\msgs\\pl.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\pl.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bissau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Bissau', + 'DATA'), + ('tcl\\tzdata\\GB', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GB', + 'DATA'), + ('tcl\\tzdata\\Europe\\Prague', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Prague', + 'DATA'), + ('tcl\\tzdata\\MET', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\MET', + 'DATA'), + ('tcl\\msgs\\pt.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\pt.msg', + 'DATA'), + ('tcl\\tzdata\\Jamaica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Jamaica', + 'DATA'), + ('tk\\ttk\\button.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\button.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jayapura', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Jayapura', + 'DATA'), + ('tcl\\tzdata\\Africa\\Dakar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Dakar', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kosrae', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Kosrae', + 'DATA'), + ('tk\\clrpick.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\clrpick.tcl', + 'DATA'), + ('tk\\listbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\listbox.tcl', + 'DATA'), + ('tk\\ttk\\scrollbar.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\scrollbar.tcl', + 'DATA'), + ('tcl\\msgs\\zh_cn.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh_cn.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Samara', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Samara', + 'DATA'), + ('tcl\\tzdata\\America\\Bahia_Banderas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Bahia_Banderas', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dacca', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dacca', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hovd', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Hovd', + 'DATA'), + ('tcl\\tzdata\\Europe\\Berlin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Berlin', + 'DATA'), + ('tcl\\tzdata\\GMT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GMT', + 'DATA'), + ('tk\\ttk\\classicTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\classicTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\Poland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Poland', + 'DATA'), + ('tcl\\tzdata\\Asia\\Vientiane', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Vientiane', + 'DATA'), + ('tcl\\tzdata\\America\\St_Thomas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Thomas', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Buenos_Aires', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Buenos_Aires', + 'DATA'), + ('tcl\\msgs\\fa_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fa_in.msg', + 'DATA'), + ('tcl\\encoding\\cp866.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp866.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-8.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-8.enc', + 'DATA'), + ('tk\\dialog.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\dialog.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Srednekolymsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Srednekolymsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Samarkand', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Samarkand', + 'DATA'), + ('tcl\\tzdata\\America\\Porto_Velho', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Porto_Velho', + 'DATA'), + ('tcl\\tzdata\\SystemV\\AST4', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\AST4', + 'DATA'), + ('tcl\\tzdata\\Africa\\Maseru', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Maseru', + 'DATA'), + ('tcl\\tzdata\\Africa\\Tripoli', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Tripoli', + 'DATA'), + ('tcl\\msgs\\en_sg.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_sg.msg', + 'DATA'), + ('tk\\ttk\\utils.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\utils.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Beirut', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Beirut', + 'DATA'), + ('tcl\\tzdata\\America\\Lima', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Lima', + 'DATA'), + ('tcl\\tzdata\\SystemV\\EST5', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\EST5', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-14', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-14', + 'DATA'), + ('tcl\\tzdata\\America\\Panama', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Panama', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kigali', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Kigali', + 'DATA'), + ('tk\\panedwindow.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\panedwindow.tcl', + 'DATA'), + ('tk\\msgs\\eo.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\eo.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Mendoza', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Mendoza', + 'DATA'), + ('tcl\\tzdata\\Canada\\Yukon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Yukon', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Syowa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Syowa', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Port_Moresby', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Port_Moresby', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-3', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-3', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Winamac', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Winamac', + 'DATA'), + ('tk\\xmfbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\xmfbox.tcl', + 'DATA'), + ('tk\\tearoff.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\tearoff.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tarawa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Tarawa', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tel_Aviv', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tel_Aviv', + 'DATA'), + ('tk\\ttk\\defaults.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\defaults.tcl', + 'DATA'), + ('tcl\\clock.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\clock.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Johnston', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Johnston', + 'DATA'), + ('tcl\\msgs\\es_mx.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_mx.msg', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Madeira', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Madeira', + 'DATA'), + ('tcl\\msgs\\en_zw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_zw.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Toronto', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Toronto', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Vincennes', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Vincennes', + 'DATA'), + ('tcl\\tzdata\\America\\Yellowknife', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Yellowknife', + 'DATA'), + ('tk\\images\\tai-ku.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\tai-ku.gif', + 'DATA'), + ('tcl\\msgs\\te_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\te_in.msg', + 'DATA'), + ('tcl\\tzdata\\Portugal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Portugal', + 'DATA'), + ('tcl\\tzdata\\Europe\\Ljubljana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Ljubljana', + 'DATA'), + ('tcl\\tzdata\\America\\Jamaica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Jamaica', + 'DATA'), + ('tcl\\tzdata\\America\\Araguaina', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Araguaina', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Catamarca', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Catamarca', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Cape_Verde', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Cape_Verde', + 'DATA'), + ('tcl\\msgs\\es_sv.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_sv.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Tucuman', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Tucuman', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-5', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-5', + 'DATA'), + ('tcl\\tzdata\\Asia\\Krasnoyarsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Krasnoyarsk', + 'DATA'), + ('tcl\\tzdata\\W-SU', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\W-SU', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-9', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-9', + 'DATA'), + ('tcl\\tzdata\\America\\Cuiaba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cuiaba', + 'DATA'), + ('tcl\\tzdata\\Iran', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Iran', + 'DATA'), + ('tcl\\encoding\\iso8859-7.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-7.enc', + 'DATA'), + ('tk\\images\\pwrdLogo.eps', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo.eps', + 'DATA'), + ('tcl\\msgs\\fr_ca.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fr_ca.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Chihuahua', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Chihuahua', + 'DATA'), + ('tcl\\tzdata\\America\\Swift_Current', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Swift_Current', + 'DATA'), + ('tk\\megawidget.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\megawidget.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Shanghai', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Shanghai', + 'DATA'), + ('tk\\images\\pwrdLogo100.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo100.gif', + 'DATA'), + ('tcl\\tzdata\\America\\Denver', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Denver', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aqtobe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Aqtobe', + 'DATA'), + ('tcl\\tzdata\\Chile\\Continental', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Chile\\Continental', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-4', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-4', + 'DATA'), + ('tcl\\tzdata\\US\\Michigan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Michigan', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vienna', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Vienna', + 'DATA'), + ('tcl\\tzdata\\America\\Cayenne', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cayenne', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Macquarie', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Macquarie', + 'DATA'), + ('tcl\\tzdata\\America\\Bogota', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Bogota', + 'DATA'), + ('tcl\\msgs\\en_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_in.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Havana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Havana', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vatican', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Vatican', + 'DATA'), + ('tcl\\encoding\\cp932.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp932.enc', + 'DATA'), + ('tk\\tk.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\tk.tcl', 'DATA'), + ('tcl\\tzdata\\Asia\\Anadyr', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Anadyr', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dili', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dili', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\Beulah', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\Beulah', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Guadalcanal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Guadalcanal', + 'DATA'), + ('tcl\\tzdata\\Brazil\\Acre', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Brazil\\Acre', + 'DATA'), + ('tcl\\tzdata\\America\\Nome', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Nome', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yangon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Yangon', + 'DATA'), + ('tcl\\msgs\\af_za.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\af_za.msg', + 'DATA'), + ('tk\\bgerror.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\bgerror.tcl', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Rothera', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Rothera', + 'DATA'), + ('tcl\\encoding\\cp1256.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1256.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Funafuti', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Funafuti', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Gambier', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Gambier', + 'DATA'), + ('tcl\\tzdata\\Asia\\Brunei', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Brunei', + 'DATA'), + ('tcl\\tzdata\\Australia\\LHI', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\LHI', + 'DATA'), + ('tcl\\tzdata\\US\\Aleutian', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Aleutian', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tirane', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Tirane', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Knox', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Knox', + 'DATA'), + ('tcl\\init.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\init.tcl', 'DATA'), + ('tcl\\tzdata\\America\\Marigot', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Marigot', + 'DATA'), + ('tcl\\tzdata\\Europe\\Sofia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Sofia', + 'DATA'), + ('tcl\\tzdata\\Europe\\Podgorica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Podgorica', + 'DATA'), + ('tcl\\encoding\\iso8859-1.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-1.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Lisbon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Lisbon', + 'DATA'), + ('tcl\\encoding\\macCentEuro.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macCentEuro.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Damascus', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Damascus', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+8', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+8', + 'DATA'), + ('tcl\\tzdata\\America\\Dawson', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Dawson', + 'DATA'), + ('tcl\\tzdata\\America\\Glace_Bay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Glace_Bay', + 'DATA'), + ('tcl\\tzdata\\MST7MDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\MST7MDT', + 'DATA'), + ('tcl\\encoding\\cp874.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp874.enc', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Davis', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Davis', + 'DATA'), + ('tcl\\tzdata\\America\\Hermosillo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Hermosillo', + 'DATA'), + ('tcl\\tzdata\\Europe\\Gibraltar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Gibraltar', + 'DATA'), + ('tcl\\tzdata\\America\\Montserrat', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Montserrat', + 'DATA'), + ('tcl\\tzdata\\Africa\\Gaborone', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Gaborone', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+5', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+5', + 'DATA'), + ('tcl\\msgs\\es_ec.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_ec.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Urumqi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Urumqi', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bangui', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Bangui', + 'DATA'), + ('tcl\\tzdata\\Asia\\Katmandu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Katmandu', + 'DATA'), + ('tcl\\tzdata\\Africa\\Timbuktu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Timbuktu', + 'DATA'), + ('tcl\\tzdata\\Europe\\Dublin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Dublin', + 'DATA'), + ('tcl\\tzdata\\Turkey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Turkey', + 'DATA'), + ('tcl\\tzdata\\Indian\\Christmas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Christmas', + 'DATA'), + ('tcl\\tzdata\\Europe\\Mariehamn', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Mariehamn', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tomsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tomsk', + 'DATA'), + ('tcl\\msgs\\de_at.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\de_at.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Nauru', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Nauru', + 'DATA'), + ('tcl\\msgs\\nl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\nl.msg', + 'DATA'), + ('tk\\scale.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\scale.tcl', 'DATA'), + ('tk\\ttk\\notebook.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\notebook.tcl', + 'DATA'), + ('tk\\ttk\\combobox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\combobox.tcl', + 'DATA'), + ('tk\\ttk\\clamTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\clamTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\ROC', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\ROC', + 'DATA'), + ('tcl\\tzdata\\America\\Caracas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Caracas', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-13', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-13', + 'DATA'), + ('tcl\\tzdata\\Africa\\Porto-Novo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Porto-Novo', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Fakaofo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Fakaofo', + 'DATA'), + ('tcl\\msgs\\da.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\da.msg', + 'DATA'), + ('tcl\\msgs\\uk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\uk.msg', + 'DATA'), + ('tcl\\encoding\\iso8859-16.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-16.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-6.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-6.enc', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-2', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-2', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+7', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+7', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Guam', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Guam', + 'DATA'), + ('tcl\\tzdata\\America\\Rankin_Inlet', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Rankin_Inlet', + 'DATA'), + ('tcl\\tzdata\\Australia\\Brisbane', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Brisbane', + 'DATA'), + ('tcl\\msgs\\ta.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ta.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kamchatka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kamchatka', + 'DATA'), + ('tk\\msgs\\pt.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\pt.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Budapest', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Budapest', + 'DATA'), + ('tk\\images\\pwrdLogo150.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo150.gif', + 'DATA'), + ('tcl\\tzdata\\Etc\\Greenwich', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\Greenwich', + 'DATA'), + ('tcl\\tzdata\\Indian\\Chagos', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Chagos', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+1', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+1', + 'DATA'), + ('tcl\\tzdata\\Asia\\Omsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Omsk', + 'DATA'), + ('tcl\\encoding\\ebcdic.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\ebcdic.enc', + 'DATA'), + ('tcl\\encoding\\cp936.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp936.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Phnom_Penh', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Phnom_Penh', + 'DATA'), + ('tcl\\msgs\\zh_sg.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh_sg.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Wallis', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Wallis', + 'DATA'), + ('tk\\ttk\\entry.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\entry.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Danmarkshavn', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Danmarkshavn', + 'DATA'), + ('tcl\\tzdata\\SystemV\\HST10', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\HST10', + 'DATA'), + ('tcl\\tzdata\\America\\Vancouver', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Vancouver', + 'DATA'), + ('tk\\tkfbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\tkfbox.tcl', + 'DATA'), + ('tcl\\tzdata\\US\\Hawaii', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Hawaii', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Rarotonga', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Rarotonga', + 'DATA'), + ('tk\\msgs\\sv.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\sv.msg', + 'DATA'), + ('tcl\\encoding\\cp775.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp775.enc', + 'DATA'), + ('tcl\\msgs\\en_bw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_bw.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Saipan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Saipan', + 'DATA'), + ('tcl\\tzdata\\America\\Antigua', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Antigua', + 'DATA'), + ('tcl\\tzdata\\America\\Coral_Harbour', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Coral_Harbour', + 'DATA'), + ('tcl\\tzdata\\Asia\\Qyzylorda', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Qyzylorda', + 'DATA'), + ('tcl\\tzdata\\Africa\\Windhoek', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Windhoek', + 'DATA'), + ('tcl\\tzdata\\Australia\\Perth', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Perth', + 'DATA'), + ('tcl\\tzdata\\Etc\\UTC', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\UTC', + 'DATA'), + ('tcl\\encoding\\macCyrillic.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macCyrillic.enc', + 'DATA'), + ('tk\\choosedir.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\choosedir.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Aruba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Aruba', + 'DATA'), + ('tcl\\tzdata\\America\\Manaus', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Manaus', + 'DATA'), + ('tcl\\encoding\\cp857.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp857.enc', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mayotte', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Mayotte', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Azores', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Azores', + 'DATA'), + ('tcl\\tzdata\\America\\Port_of_Spain', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Port_of_Spain', + 'DATA'), + ('tcl\\tzdata\\America\\Rio_Branco', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Rio_Branco', + 'DATA'), + ('tcl\\msgs\\af.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\af.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Taipei', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Taipei', + 'DATA'), + ('tcl\\msgs\\fr_ch.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fr_ch.msg', + 'DATA'), + ('tcl\\encoding\\dingbats.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\dingbats.enc', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\South_Georgia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\South_Georgia', + 'DATA'), + ('tcl\\encoding\\iso2022-kr.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso2022-kr.enc', + 'DATA'), + ('tcl\\msgs\\es_ni.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_ni.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\Zulu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\Zulu', + 'DATA'), + ('tcl\\tzdata\\Canada\\East-Saskatchewan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\East-Saskatchewan', + 'DATA'), + ('tcl\\tzdata\\Europe\\Athens', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Athens', + 'DATA'), + ('tcl\\encoding\\cp949.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp949.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zagreb', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Zagreb', + 'DATA'), + ('tcl\\auto.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\auto.tcl', 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-6', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-6', + 'DATA'), + ('tcl\\encoding\\cp950.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp950.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kirov', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Kirov', + 'DATA'), + ('tcl\\tzdata\\US\\Eastern', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Eastern', + 'DATA'), + ('tcl\\msgs\\be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\be.msg', + 'DATA'), + ('tcl\\msgs\\it.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\it.msg', + 'DATA'), + ('tk\\msgs\\nl.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\nl.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kwajalein', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Kwajalein', + 'DATA'), + ('tcl\\tzdata\\Africa\\Cairo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Cairo', + 'DATA'), + ('tcl\\msgs\\gv_gb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\gv_gb.msg', + 'DATA'), + ('tk\\msgs\\de.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\de.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pitcairn', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Pitcairn', + 'DATA'), + ('tcl\\tzdata\\America\\Rainy_River', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Rainy_River', + 'DATA'), + ('tcl\\tzdata\\Australia\\West', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\West', + 'DATA'), + ('tcl\\tzdata\\Africa\\Nouakchott', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Nouakchott', + 'DATA'), + ('tcl\\tzdata\\Africa\\Brazzaville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Brazzaville', + 'DATA'), + ('tcl\\msgs\\te.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\te.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Halifax', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Halifax', + 'DATA'), + ('tk\\safetk.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\safetk.tcl', + 'DATA'), + ('tcl\\tzdata\\Kwajalein', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Kwajalein', + 'DATA'), + ('tcl\\msgs\\es_cr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_cr.msg', + 'DATA'), + ('tcl\\msgs\\es_ve.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_ve.msg', + 'DATA'), + ('tcl\\tzdata\\America\\New_York', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\New_York', + 'DATA'), + ('tcl\\msgs\\lv.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\lv.msg', + 'DATA'), + ('tcl\\msgs\\fa.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fa.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Calcutta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Calcutta', + 'DATA'), + ('tcl\\encoding\\cp863.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp863.enc', + 'DATA'), + ('tcl\\encoding\\cp869.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp869.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Minsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Minsk', + 'DATA'), + ('tcl\\msgs\\vi.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\vi.msg', + 'DATA'), + ('tcl\\encoding\\gb2312.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\gb2312.enc', + 'DATA'), + ('tcl\\tzdata\\Australia\\Adelaide', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Adelaide', + 'DATA'), + ('tcl\\msgs\\es_pa.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_pa.msg', + 'DATA'), + ('tk\\images\\README', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\README', + 'DATA'), + ('tcl\\tzdata\\Europe\\Volgograd', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Volgograd', + 'DATA'), + ('tcl\\msgs\\fr_be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fr_be.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Gaza', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Gaza', + 'DATA'), + ('tcl\\tzdata\\America\\Asuncion', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Asuncion', + 'DATA'), + ('tcl\\tzdata\\America\\Port-au-Prince', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Port-au-Prince', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Fiji', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Fiji', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vilnius', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Vilnius', + 'DATA'), + ('tcl\\encoding\\macIceland.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macIceland.enc', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Mawson', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Mawson', + 'DATA'), + ('tcl\\tzdata\\UCT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\UCT', + 'DATA'), + ('tcl\\msgs\\eu.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\eu.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Ojinaga', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Ojinaga', + 'DATA'), + ('tcl\\tzdata\\America\\Knox_IN', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Knox_IN', + 'DATA'), + ('tcl\\encoding\\iso8859-2.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-2.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Chatham', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Chatham', + 'DATA'), + ('tcl\\msgs\\id.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\id.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tallinn', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Tallinn', + 'DATA'), + ('tcl\\tzdata\\Brazil\\West', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Brazil\\West', + 'DATA'), + ('tcl\\tzdata\\Europe\\Paris', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Paris', + 'DATA'), + ('tcl\\msgs\\pt_br.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\pt_br.msg', + 'DATA'), + ('tk\\ttk\\aquaTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\aquaTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\Indian\\Antananarivo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Antananarivo', + 'DATA'), + ('tcl\\msgs\\ga_ie.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ga_ie.msg', + 'DATA'), + ('tcl\\msgs\\en_nz.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_nz.msg', + 'DATA'), + ('tk\\ttk\\panedwindow.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\panedwindow.tcl', + 'DATA'), + ('tk\\mkpsenc.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\mkpsenc.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Mbabane', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Mbabane', + 'DATA'), + ('tcl\\tzdata\\America\\Pangnirtung', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Pangnirtung', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+0', + 'DATA'), + ('tcl\\tzdata\\Universal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Universal', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\San_Luis', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\San_Luis', + 'DATA'), + ('tcl\\msgs\\es_ar.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_ar.msg', + 'DATA'), + ('tcl\\tzdata\\HST', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\HST', + 'DATA'), + ('tk\\unsupported.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\unsupported.tcl', + 'DATA'), + ('tcl\\tzdata\\Australia\\Tasmania', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Tasmania', + 'DATA'), + ('tcl\\tzdata\\America\\Adak', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Adak', + 'DATA'), + ('tcl\\encoding\\big5.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\big5.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Buenos_Aires', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Buenos_Aires', + 'DATA'), + ('tcl\\tzdata\\Canada\\Pacific', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Pacific', + 'DATA'), + ('tk\\images\\pwrdLogo200.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo200.gif', + 'DATA'), + ('tk\\images\\pwrdLogo175.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo175.gif', + 'DATA'), + ('tcl\\msgs\\sv.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sv.msg', + 'DATA'), + ('tk\\obsolete.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\obsolete.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Mogadishu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Mogadishu', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Midway', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Midway', + 'DATA'), + ('tcl\\msgs\\ta_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ta_in.msg', + 'DATA'), + ('tcl\\msgs\\sr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sr.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aqtau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Aqtau', + 'DATA'), + ('tcl\\tzdata\\Europe\\Skopje', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Skopje', + 'DATA'), + ('tcl\\msgs\\es_hn.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_hn.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Atikokan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Atikokan', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\La_Rioja', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\La_Rioja', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-11', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-11', + 'DATA'), + ('tcl\\tzdata\\Asia\\Thimbu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Thimbu', + 'DATA'), + ('tk\\ttk\\fonts.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\fonts.tcl', + 'DATA'), + ('tcl\\tzdata\\Israel', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Israel', + 'DATA'), + ('tcl\\tzdata\\Europe\\Chisinau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Chisinau', + 'DATA'), + ('tcl\\tzdata\\EST5EDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\EST5EDT', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dhaka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dhaka', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hebron', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Hebron', + 'DATA'), + ('tcl\\encoding\\iso8859-10.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-10.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Grenada', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Grenada', + 'DATA'), + ('tcl\\tzdata\\Europe\\London', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\London', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-1', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-1', + 'DATA'), + ('tcl\\encoding\\cp855.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp855.enc', + 'DATA'), + ('tk\\msgs\\en.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\en.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Monaco', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Monaco', + 'DATA'), + ('tcl\\tzdata\\Africa\\El_Aaiun', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\El_Aaiun', + 'DATA'), + ('tcl\\tzdata\\Navajo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Navajo', + 'DATA'), + ('tcl\\msgs\\ko.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ko.msg', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Stanley', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Stanley', + 'DATA'), + ('tcl\\tzdata\\Indian\\Cocos', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Cocos', + 'DATA'), + ('tcl\\http1.0\\http.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\http1.0\\http.tcl', + 'DATA'), + ('tcl\\tzdata\\Europe\\Ulyanovsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Ulyanovsk', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kiritimati', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Kiritimati', + 'DATA'), + ('tcl\\msgs\\es_pr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_pr.msg', + 'DATA'), + ('tcl\\msgs\\nb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\nb.msg', + 'DATA'), + ('tcl\\msgs\\ms.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ms.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hong_Kong', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Hong_Kong', + 'DATA'), + ('tcl\\tzdata\\Europe\\San_Marino', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\San_Marino', + 'DATA'), + ('tcl\\tzdata\\America\\Ensenada', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Ensenada', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\San_Juan', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\San_Juan', + 'DATA'), + ('tcl\\msgs\\de.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\de.msg', + 'DATA'), + ('tcl\\tzdata\\GMT-0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GMT-0', + 'DATA'), + ('tcl\\tzdata\\Eire', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Eire', + 'DATA'), + ('tcl\\msgs\\mt.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\mt.msg', + 'DATA'), + ('tk\\msgs\\cs.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\cs.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+3', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+3', + 'DATA'), + ('tcl\\tzdata\\EET', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\EET', + 'DATA'), + ('tcl\\tzdata\\America\\Matamoros', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Matamoros', + 'DATA'), + ('tcl\\encoding\\cp860.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp860.enc', + 'DATA'), + ('tcl\\msgs\\he.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\he.msg', + 'DATA'), + ('tcl\\msgs\\fa_ir.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fa_ir.msg', + 'DATA'), + ('tcl\\encoding\\macUkraine.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macUkraine.enc', + 'DATA'), + ('tcl\\encoding\\shiftjis.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\shiftjis.enc', + 'DATA'), + ('tcl\\tzdata\\Australia\\South', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\South', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Samoa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Samoa', + 'DATA'), + ('tcl\\tzdata\\America\\Louisville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Louisville', + 'DATA'), + ('tcl\\tzdata\\America\\Lower_Princes', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Lower_Princes', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ndjamena', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Ndjamena', + 'DATA'), + ('tcl\\encoding\\cp737.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp737.enc', + 'DATA'), + ('tcl\\tzdata\\Singapore', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Singapore', + 'DATA'), + ('tcl\\tzdata\\America\\Edmonton', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Edmonton', + 'DATA'), + ('tcl\\msgs\\it_ch.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\it_ch.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Niamey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Niamey', + 'DATA'), + ('tcl\\tzdata\\America\\Mexico_City', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Mexico_City', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tokyo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tokyo', + 'DATA'), + ('tcl\\tzdata\\America\\Noronha', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Noronha', + 'DATA'), + ('tcl\\msgs\\bg.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\bg.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Amsterdam', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Amsterdam', + 'DATA'), + ('tcl\\tzdata\\Africa\\Abidjan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Abidjan', + 'DATA'), + ('tcl\\tzdata\\Canada\\Eastern', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Eastern', + 'DATA'), + ('tcl\\tzdata\\America\\Monterrey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Monterrey', + 'DATA'), + ('Include\\pyconfig.h', + 'c:\\program files\\python\\Include\\pyconfig.h', + 'DATA'), + ('tcl\\tzdata\\US\\Pacific', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Pacific', + 'DATA'), + ('tcl\\tzdata\\Europe\\Riga', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Riga', + 'DATA'), + ('tcl\\tzdata\\America\\Resolute', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Resolute', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Efate', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Efate', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tashkent', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tashkent', + 'DATA'), + ('tcl\\tzdata\\Europe\\Uzhgorod', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Uzhgorod', + 'DATA'), + ('tcl\\tzdata\\Asia\\Colombo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Colombo', + 'DATA'), + ('tk\\license.terms', + 'c:\\program files\\python\\tcl\\tk8.6\\license.terms', + 'DATA'), + ('tcl\\tzdata\\NZ-CHAT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\NZ-CHAT', + 'DATA'), + ('tcl\\tzdata\\Australia\\Yancowinna', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Yancowinna', + 'DATA'), + ('tk\\msgs\\it.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\it.msg', + 'DATA'), + ('tcl\\tzdata\\Canada\\Atlantic', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Atlantic', + 'DATA'), + ('tk\\images\\logo100.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logo100.gif', + 'DATA'), + ('tcl\\msgs\\fr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fr.msg', + 'DATA'), + ('tcl\\msgs\\lt.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\lt.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Malabo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Malabo', + 'DATA'), + ('tcl\\msgs\\fi.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fi.msg', + 'DATA'), + ('tcl\\tzdata\\Japan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Japan', + 'DATA'), + ('tcl\\tzdata\\SystemV\\PST8', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\PST8', + 'DATA'), + ('tk\\ttk\\progress.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\progress.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Metlakatla', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Metlakatla', + 'DATA'), + ('tcl\\encoding\\cp1255.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1255.enc', + 'DATA'), + ('tcl\\tzdata\\Indian\\Kerguelen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Kerguelen', + 'DATA'), + ('tk\\entry.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\entry.tcl', 'DATA'), + ('tcl\\tzdata\\America\\Fort_Nelson', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Fort_Nelson', + 'DATA'), + ('tcl\\tzdata\\America\\Cordoba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cordoba', + 'DATA'), + ('tcl\\tzdata\\Africa\\Luanda', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Luanda', + 'DATA'), + ('tcl\\msgs\\kok_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kok_in.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Luxembourg', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Luxembourg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bangkok', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Bangkok', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bujumbura', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Bujumbura', + 'DATA'), + ('tk\\images\\pwrdLogo75.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo75.gif', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ouagadougou', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Ouagadougou', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kinshasa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Kinshasa', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dubai', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dubai', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vaduz', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Vaduz', + 'DATA'), + ('tcl\\encoding\\euc-jp.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\euc-jp.enc', + 'DATA'), + ('tcl\\encoding\\jis0208.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\jis0208.enc', + 'DATA'), + ('tcl\\encoding\\symbol.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\symbol.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Andorra', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Andorra', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dushanbe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dushanbe', + 'DATA'), + ('tcl\\tzdata\\Asia\\Sakhalin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Sakhalin', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mauritius', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Mauritius', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Reykjavik', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Reykjavik', + 'DATA'), + ('tcl\\tzdata\\Africa\\Maputo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Maputo', + 'DATA'), + ('tcl\\encoding\\cp437.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp437.enc', + 'DATA'), + ('tcl\\tzdata\\Hongkong', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Hongkong', + 'DATA'), + ('tcl\\tzdata\\America\\St_Johns', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Johns', + 'DATA'), + ('tcl\\tzdata\\Europe\\Belgrade', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Belgrade', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jerusalem', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Jerusalem', + 'DATA'), + ('tcl\\tzdata\\America\\Montevideo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Montevideo', + 'DATA'), + ('tcl\\tzdata\\Australia\\Currie', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Currie', + 'DATA'), + ('tcl\\tzdata\\America\\Sao_Paulo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Sao_Paulo', + 'DATA'), + ('tcl\\tzdata\\America\\Creston', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Creston', + 'DATA'), + ('tcl\\tzdata\\Africa\\Conakry', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Conakry', + 'DATA'), + ('tcl\\encoding\\macTurkish.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macTurkish.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Guayaquil', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Guayaquil', + 'DATA'), + ('tcl\\tzdata\\America\\Santa_Isabel', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Santa_Isabel', + 'DATA'), + ('tcl\\tzdata\\Africa\\Johannesburg', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Johannesburg', + 'DATA'), + ('tcl\\encoding\\gb12345.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\gb12345.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Mendoza', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Mendoza', + 'DATA'), + ('tcl\\tzdata\\America\\Belize', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Belize', + 'DATA'), + ('tcl\\tzdata\\SystemV\\YST9YDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\YST9YDT', + 'DATA'), + ('tcl\\msgs\\ga.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ga.msg', + 'DATA'), + ('tk\\ttk\\menubutton.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\menubutton.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Costa_Rica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Costa_Rica', + 'DATA'), + ('tcl\\tzdata\\America\\Curacao', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Curacao', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Noumea', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Noumea', + 'DATA'), + ('tcl\\msgs\\zh_hk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh_hk.msg', + 'DATA'), + ('tcl\\encoding\\macRomania.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macRomania.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Pyongyang', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Pyongyang', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kaliningrad', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Kaliningrad', + 'DATA'), + ('tcl\\msgs\\zh_tw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh_tw.msg', + 'DATA'), + ('tcl\\history.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\history.tcl', + 'DATA'), + ('tk\\msgbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\msgbox.tcl', + 'DATA'), + ('tcl\\tzdata\\Australia\\Lord_Howe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Lord_Howe', + 'DATA'), + ('tcl\\tzdata\\Africa\\Tunis', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Tunis', + 'DATA'), + ('tcl\\safe.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\safe.tcl', 'DATA'), + ('tcl\\tzdata\\Zulu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Zulu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tbilisi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tbilisi', + 'DATA'), + ('tcl\\encoding\\cp852.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp852.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuwait', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kuwait', + 'DATA'), + ('tcl\\tzdata\\US\\Mountain', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Mountain', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tehran', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tehran', + 'DATA'), + ('tcl\\encoding\\cp1253.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1253.enc', + 'DATA'), + ('tcl\\msgs\\de_be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\de_be.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Marquesas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Marquesas', + 'DATA'), + ('tcl\\encoding\\cp1258.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1258.enc', + 'DATA'), + ('tcl\\tzdata\\Canada\\Newfoundland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Newfoundland', + 'DATA'), + ('tcl\\msgs\\mk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\mk.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Warsaw', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Warsaw', + 'DATA'), + ('tcl\\tzdata\\America\\Santo_Domingo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Santo_Domingo', + 'DATA'), + ('tcl\\tzdata\\America\\Moncton', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Moncton', + 'DATA'), + ('tcl\\encoding\\iso8859-15.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-15.enc', + 'DATA'), + ('tk\\optMenu.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\optMenu.tcl', + 'DATA'), + ('tcl\\encoding\\cp1250.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1250.enc', + 'DATA'), + ('tcl\\tzdata\\Africa\\Juba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Juba', + 'DATA'), + ('tcl\\msgs\\es_gt.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_gt.msg', + 'DATA'), + ('tcl\\tzdata\\US\\Samoa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Samoa', + 'DATA'), + ('tcl\\package.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\package.tcl', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Vostok', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Vostok', + 'DATA'), + ('tcl\\tzdata\\America\\Inuvik', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Inuvik', + 'DATA'), + ('tcl\\msgs\\ar_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar_in.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Oral', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Oral', + 'DATA'), + ('tcl\\msgs\\ar_lb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar_lb.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bamako', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Bamako', + 'DATA'), + ('tcl\\msgs\\eo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\eo.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Pontianak', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Pontianak', + 'DATA'), + ('tcl\\tzdata\\America\\Winnipeg', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Winnipeg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Sao_Tome', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Sao_Tome', + 'DATA'), + ('tcl\\msgs\\fo_fo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fo_fo.msg', + 'DATA'), + ('tk\\msgs\\el.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\el.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Detroit', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Detroit', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Rio_Gallegos', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Rio_Gallegos', + 'DATA'), + ('tk\\text.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\text.tcl', 'DATA'), + ('tcl\\encoding\\jis0201.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\jis0201.enc', + 'DATA'), + ('tcl\\tzdata\\SystemV\\AST4ADT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\AST4ADT', + 'DATA'), + ('tcl\\tzdata\\Africa\\Casablanca', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Casablanca', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Truk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Truk', + 'DATA'), + ('tcl\\msgs\\en_be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_be.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Helsinki', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Helsinki', + 'DATA'), + ('tcl\\tzdata\\America\\Thunder_Bay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Thunder_Bay', + 'DATA'), + ('tcl\\msgs\\en_ie.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_ie.msg', + 'DATA'), + ('tcl\\msgs\\en_za.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_za.msg', + 'DATA'), + ('tcl\\tzdata\\Indian\\Maldives', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Maldives', + 'DATA'), + ('tcl\\tzdata\\America\\Boise', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Boise', + 'DATA'), + ('tcl\\msgs\\ja.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ja.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ashkhabad', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ashkhabad', + 'DATA'), + ('tcl\\opt0.4\\optparse.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\opt0.4\\optparse.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Vevay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Vevay', + 'DATA'), + ('tcl\\tzdata\\Africa\\Libreville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Libreville', + 'DATA'), + ('tcl\\tzdata\\America\\St_Barthelemy', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Barthelemy', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Canary', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Canary', + 'DATA'), + ('tcl\\tzdata\\Asia\\Saigon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Saigon', + 'DATA'), + ('tcl\\tzdata\\Australia\\Darwin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Darwin', + 'DATA'), + ('tcl\\msgs\\gl_es.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\gl_es.msg', + 'DATA'), + ('tcl\\msgs\\th.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\th.msg', + 'DATA'), + ('tcl\\encoding\\koi8-u.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\koi8-u.enc', + 'DATA'), + ('tcl\\tzdata\\Africa\\Asmara', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Asmara', + 'DATA'), + ('tcl\\tzdata\\America\\Iqaluit', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Iqaluit', + 'DATA'), + ('tcl\\tzdata\\Brazil\\East', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Brazil\\East', + 'DATA'), + ('tk\\ttk\\altTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\altTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\Greenwich', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Greenwich', + 'DATA'), + ('tcl\\tzdata\\Australia\\Broken_Hill', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Broken_Hill', + 'DATA'), + ('tcl\\tzdata\\Australia\\Eucla', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Eucla', + 'DATA'), + ('tcl\\encoding\\gb2312-raw.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\gb2312-raw.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-5.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-5.enc', + 'DATA'), + ('tcl\\tzdata\\WET', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\WET', + 'DATA'), + ('tk\\ttk\\winTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\winTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Anguilla', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Anguilla', + 'DATA'), + ('tcl\\tzdata\\Asia\\Novosibirsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Novosibirsk', + 'DATA'), + ('tcl\\tzdata\\America\\Dominica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Dominica', + 'DATA'), + ('tk\\pkgIndex.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\pkgIndex.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Goose_Bay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Goose_Bay', + 'DATA'), + ('tcl\\msgs\\en_hk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_hk.msg', + 'DATA'), + ('tcl\\tzdata\\Australia\\Sydney', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Sydney', + 'DATA'), + ('tk\\images\\logo.eps', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logo.eps', + 'DATA'), + ('tk\\fontchooser.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\fontchooser.tcl', + 'DATA'), + ('tcl\\msgs\\hu.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\hu.msg', + 'DATA'), + ('tk\\iconlist.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\iconlist.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Cancun', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cancun', + 'DATA'), + ('tcl\\tzdata\\SystemV\\MST7', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\MST7', + 'DATA'), + ('tcl\\tzdata\\Asia\\Macao', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Macao', + 'DATA'), + ('tcl\\tzdata\\Africa\\Accra', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Accra', + 'DATA'), + ('tcl\\tzdata\\America\\Guadeloupe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Guadeloupe', + 'DATA'), + ('tcl\\tclIndex', 'c:\\program files\\python\\tcl\\tcl8.6\\tclIndex', 'DATA'), + ('tcl\\tzdata\\Europe\\Copenhagen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Copenhagen', + 'DATA'), + ('tcl\\tzdata\\America\\Puerto_Rico', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Puerto_Rico', + 'DATA'), + ('tcl\\msgs\\hr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\hr.msg', + 'DATA'), + ('tcl\\tzdata\\Canada\\Saskatchewan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Saskatchewan', + 'DATA'), + ('tcl\\encoding\\iso8859-14.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-14.enc', + 'DATA'), + ('tcl\\encoding\\jis0212.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\jis0212.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Madrid', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Madrid', + 'DATA'), + ('tcl\\tzdata\\America\\Tijuana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Tijuana', + 'DATA'), + ('tcl\\tzdata\\Europe\\Isle_of_Man', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Isle_of_Man', + 'DATA'), + ('tcl\\tzdata\\Asia\\Harbin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Harbin', + 'DATA'), + ('tcl\\tzdata\\Australia\\Hobart', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Hobart', + 'DATA'), + ('lib2to3\\PatternGrammar.txt', + 'c:\\program files\\python\\lib\\lib2to3\\PatternGrammar.txt', + 'DATA'), + ('tcl\\encoding\\gb1988.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\gb1988.enc', + 'DATA'), + ('tk\\focus.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\focus.tcl', 'DATA'), + ('tcl\\tzdata\\Antarctica\\South_Pole', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\South_Pole', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuching', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kuching', + 'DATA'), + ('tcl\\tzdata\\PST8PDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\PST8PDT', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Palau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Palau', + 'DATA'), + ('tcl\\encoding\\iso8859-3.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-3.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Vladivostok', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Vladivostok', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Honolulu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Honolulu', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lusaka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Lusaka', + 'DATA'), + ('tcl\\tzdata\\America\\Cayman', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cayman', + 'DATA'), + ('tcl\\tzdata\\Asia\\Manila', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Manila', + 'DATA'), + ('tcl\\tzdata\\America\\Jujuy', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Jujuy', + 'DATA'), + ('tcl\\tzdata\\Libya', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Libya', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kiev', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Kiev', + 'DATA'), + ('lib2to3\\Grammar.txt', + 'c:\\program files\\python\\lib\\lib2to3\\Grammar.txt', + 'DATA'), + ('tcl\\tzdata\\Asia\\Khandyga', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Khandyga', + 'DATA'), + ('tk\\ttk\\cursors.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\cursors.tcl', + 'DATA'), + ('tcl\\tzdata\\PRC', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\PRC', + 'DATA'), + ('tcl\\tzdata\\Europe\\Guernsey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Guernsey', + 'DATA'), + ('tcl\\msgs\\es_bo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_bo.msg', + 'DATA'), + ('tcl\\msgs\\nn.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\nn.msg', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Casey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Casey', + 'DATA'), + ('tcl\\tzdata\\Asia\\Qatar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Qatar', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ashgabat', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ashgabat', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pohnpei', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Pohnpei', + 'DATA'), + ('tcl\\tzdata\\Etc\\Universal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\Universal', + 'DATA'), + ('tcl\\msgs\\ro.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ro.msg', + 'DATA'), + ('tcl\\msgs\\es_do.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_do.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Santarem', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Santarem', + 'DATA'), + ('tcl\\tzdata\\Africa\\Banjul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Banjul', + 'DATA'), + ('tcl\\msgs\\id_id.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\id_id.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Simferopol', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Simferopol', + 'DATA'), + ('tcl\\tzdata\\America\\Godthab', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Godthab', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuala_Lumpur', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kuala_Lumpur', + 'DATA'), + ('tcl\\tzdata\\America\\Dawson_Creek', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Dawson_Creek', + 'DATA'), + ('tcl\\tzdata\\Asia\\Singapore', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Singapore', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ulaanbaatar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ulaanbaatar', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Chuuk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Chuuk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yerevan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Yerevan', + 'DATA'), + ('tcl\\tzdata\\America\\Punta_Arenas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Punta_Arenas', + 'DATA'), + ('tk\\tclIndex', 'c:\\program files\\python\\tcl\\tk8.6\\tclIndex', 'DATA'), + ('tcl\\tzdata\\America\\Chicago', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Chicago', + 'DATA'), + ('tcl\\encoding\\tis-620.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\tis-620.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Niue', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Niue', + 'DATA'), + ('tcl\\tzdata\\Europe\\Busingen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Busingen', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-0', + 'DATA'), + ('tcl\\tzdata\\CET', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\CET', + 'DATA'), + ('tk\\msgs\\ru.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\ru.msg', + 'DATA'), + ('tcl\\tzdata\\Australia\\Melbourne', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Melbourne', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-12', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-12', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Enderbury', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Enderbury', + 'DATA'), + ('tcl\\encoding\\euc-kr.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\euc-kr.enc', + 'DATA'), + ('tcl\\tzdata\\US\\Central', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Central', + 'DATA'), + ('tcl\\tzdata\\Asia\\Rangoon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Rangoon', + 'DATA'), + ('tcl\\msgs\\zh.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ho_Chi_Minh', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ho_Chi_Minh', + 'DATA'), + ('tk\\msgs\\en_gb.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\en_gb.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Sitka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Sitka', + 'DATA'), + ('tcl\\tzdata\\Egypt', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Egypt', + 'DATA'), + ('tcl\\tzdata\\US\\East-Indiana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\East-Indiana', + 'DATA'), + ('tcl\\tzdata\\Asia\\Magadan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Magadan', + 'DATA'), + ('tcl\\tzdata\\America\\Kentucky\\Louisville', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Kentucky\\Louisville', + 'DATA'), + ('tcl\\opt0.4\\pkgIndex.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\opt0.4\\pkgIndex.tcl', + 'DATA'), + ('tcl\\msgs\\en_au.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_au.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Almaty', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Almaty', + 'DATA'), + ('tcl\\tzdata\\America\\Regina', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Regina', + 'DATA'), + ('tcl\\tzdata\\America\\Kentucky\\Monticello', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Kentucky\\Monticello', + 'DATA'), + ('tcl\\msgs\\sk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sk.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ujung_Pandang', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ujung_Pandang', + 'DATA'), + ('tcl\\tzdata\\Australia\\ACT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\ACT', + 'DATA'), + ('lib2to3\\tests\\data\\README', + 'c:\\program files\\python\\lib\\lib2to3\\tests\\data\\README', + 'DATA'), + ('tcl\\tzdata\\America\\St_Lucia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Lucia', + 'DATA'), + ('tcl\\http1.0\\pkgIndex.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\http1.0\\pkgIndex.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Scoresbysund', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Scoresbysund', + 'DATA'), + ('tcl\\tzdata\\Australia\\Queensland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Queensland', + 'DATA'), + ('tcl\\msgs\\es_pe.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_pe.msg', + 'DATA'), + ('tcl\\tzdata\\Brazil\\DeNoronha', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Brazil\\DeNoronha', + 'DATA'), + ('tcl\\tzdata\\Africa\\Khartoum', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Khartoum', + 'DATA'), + ('tcl\\msgs\\is.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\is.msg', + 'DATA'), + ('tcl\\tzdata\\Arctic\\Longyearbyen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Arctic\\Longyearbyen', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tongatapu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Tongatapu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Istanbul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Istanbul', + 'DATA'), + ('tcl\\tzdata\\Australia\\Lindeman', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Lindeman', + 'DATA'), + ('tcl\\tzdata\\America\\Montreal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Montreal', + 'DATA'), + ('tcl\\tzdata\\Africa\\Nairobi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Nairobi', + 'DATA'), + ('tcl\\msgs\\ar_sy.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar_sy.msg', + 'DATA'), + ('main.exe.manifest', + 'E:\\php\\NAVICAT_CRACK_PSW\\build\\main\\main.exe.manifest', + 'BINARY'), + ('pyi-windows-manifest-filename main.exe.manifest', '', 'OPTION')], + False, + False, + False, + []) diff --git a/build/main/PYZ-00.pyz b/build/main/PYZ-00.pyz new file mode 100644 index 0000000..ff2c1a3 Binary files /dev/null and b/build/main/PYZ-00.pyz differ diff --git a/build/main/PYZ-00.toc b/build/main/PYZ-00.toc new file mode 100644 index 0000000..bc7364d --- /dev/null +++ b/build/main/PYZ-00.toc @@ -0,0 +1,1934 @@ +('E:\\php\\NAVICAT_CRACK_PSW\\build\\main\\PYZ-00.pyz', + [('os', 'c:\\program files\\python\\lib\\os.py', 'PYMODULE'), + ('subprocess', 'c:\\program files\\python\\lib\\subprocess.py', 'PYMODULE'), + ('selectors', 'c:\\program files\\python\\lib\\selectors.py', 'PYMODULE'), + ('contextlib', 'c:\\program files\\python\\lib\\contextlib.py', 'PYMODULE'), + ('threading', 'c:\\program files\\python\\lib\\threading.py', 'PYMODULE'), + ('_threading_local', + 'c:\\program files\\python\\lib\\_threading_local.py', + 'PYMODULE'), + ('signal', 'c:\\program files\\python\\lib\\signal.py', 'PYMODULE'), + ('_strptime', 'c:\\program files\\python\\lib\\_strptime.py', 'PYMODULE'), + ('datetime', 'c:\\program files\\python\\lib\\datetime.py', 'PYMODULE'), + ('calendar', 'c:\\program files\\python\\lib\\calendar.py', 'PYMODULE'), + ('argparse', 'c:\\program files\\python\\lib\\argparse.py', 'PYMODULE'), + ('textwrap', 'c:\\program files\\python\\lib\\textwrap.py', 'PYMODULE'), + ('copy', 'c:\\program files\\python\\lib\\copy.py', 'PYMODULE'), + ('gettext', 'c:\\program files\\python\\lib\\gettext.py', 'PYMODULE'), + ('struct', 'c:\\program files\\python\\lib\\struct.py', 'PYMODULE'), + ('shutil', 'c:\\program files\\python\\lib\\shutil.py', 'PYMODULE'), + ('zipfile', 'c:\\program files\\python\\lib\\zipfile.py', 'PYMODULE'), + ('py_compile', 'c:\\program files\\python\\lib\\py_compile.py', 'PYMODULE'), + ('importlib.machinery', + 'c:\\program files\\python\\lib\\importlib\\machinery.py', + 'PYMODULE'), + ('importlib', + 'c:\\program files\\python\\lib\\importlib\\__init__.py', + 'PYMODULE'), + ('importlib._bootstrap', + 'c:\\program files\\python\\lib\\importlib\\_bootstrap.py', + 'PYMODULE'), + ('importlib._bootstrap_external', + 'c:\\program files\\python\\lib\\importlib\\_bootstrap_external.py', + 'PYMODULE'), + ('importlib.metadata', + 'c:\\program files\\python\\lib\\importlib\\metadata.py', + 'PYMODULE'), + ('importlib.abc', + 'c:\\program files\\python\\lib\\importlib\\abc.py', + 'PYMODULE'), + ('configparser', + 'c:\\program files\\python\\lib\\configparser.py', + 'PYMODULE'), + ('pathlib', 'c:\\program files\\python\\lib\\pathlib.py', 'PYMODULE'), + ('urllib.parse', + 'c:\\program files\\python\\lib\\urllib\\parse.py', + 'PYMODULE'), + ('urllib', 'c:\\program files\\python\\lib\\urllib\\__init__.py', 'PYMODULE'), + ('email', 'c:\\program files\\python\\lib\\email\\__init__.py', 'PYMODULE'), + ('email.parser', + 'c:\\program files\\python\\lib\\email\\parser.py', + 'PYMODULE'), + ('email._policybase', + 'c:\\program files\\python\\lib\\email\\_policybase.py', + 'PYMODULE'), + ('email.utils', + 'c:\\program files\\python\\lib\\email\\utils.py', + 'PYMODULE'), + ('email._parseaddr', + 'c:\\program files\\python\\lib\\email\\_parseaddr.py', + 'PYMODULE'), + ('socket', 'c:\\program files\\python\\lib\\socket.py', 'PYMODULE'), + ('random', 'c:\\program files\\python\\lib\\random.py', 'PYMODULE'), + ('hashlib', 'c:\\program files\\python\\lib\\hashlib.py', 'PYMODULE'), + ('logging', + 'c:\\program files\\python\\lib\\logging\\__init__.py', + 'PYMODULE'), + ('pickle', 'c:\\program files\\python\\lib\\pickle.py', 'PYMODULE'), + ('pprint', 'c:\\program files\\python\\lib\\pprint.py', 'PYMODULE'), + ('doctest', 'c:\\program files\\python\\lib\\doctest.py', 'PYMODULE'), + ('unittest', + 'c:\\program files\\python\\lib\\unittest\\__init__.py', + 'PYMODULE'), + ('unittest.signals', + 'c:\\program files\\python\\lib\\unittest\\signals.py', + 'PYMODULE'), + ('unittest.main', + 'c:\\program files\\python\\lib\\unittest\\main.py', + 'PYMODULE'), + ('unittest.runner', + 'c:\\program files\\python\\lib\\unittest\\runner.py', + 'PYMODULE'), + ('unittest.loader', + 'c:\\program files\\python\\lib\\unittest\\loader.py', + 'PYMODULE'), + ('unittest.suite', + 'c:\\program files\\python\\lib\\unittest\\suite.py', + 'PYMODULE'), + ('unittest.case', + 'c:\\program files\\python\\lib\\unittest\\case.py', + 'PYMODULE'), + ('unittest.async_case', + 'c:\\program files\\python\\lib\\unittest\\async_case.py', + 'PYMODULE'), + ('asyncio', + 'c:\\program files\\python\\lib\\asyncio\\__init__.py', + 'PYMODULE'), + ('asyncio.unix_events', + 'c:\\program files\\python\\lib\\asyncio\\unix_events.py', + 'PYMODULE'), + ('asyncio.log', + 'c:\\program files\\python\\lib\\asyncio\\log.py', + 'PYMODULE'), + ('asyncio.windows_events', + 'c:\\program files\\python\\lib\\asyncio\\windows_events.py', + 'PYMODULE'), + ('asyncio.windows_utils', + 'c:\\program files\\python\\lib\\asyncio\\windows_utils.py', + 'PYMODULE'), + ('tempfile', 'c:\\program files\\python\\lib\\tempfile.py', 'PYMODULE'), + ('asyncio.selector_events', + 'c:\\program files\\python\\lib\\asyncio\\selector_events.py', + 'PYMODULE'), + ('ssl', 'c:\\program files\\python\\lib\\ssl.py', 'PYMODULE'), + ('base64', 'c:\\program files\\python\\lib\\base64.py', 'PYMODULE'), + ('getopt', 'c:\\program files\\python\\lib\\getopt.py', 'PYMODULE'), + ('asyncio.proactor_events', + 'c:\\program files\\python\\lib\\asyncio\\proactor_events.py', + 'PYMODULE'), + ('asyncio.base_subprocess', + 'c:\\program files\\python\\lib\\asyncio\\base_subprocess.py', + 'PYMODULE'), + ('asyncio.subprocess', + 'c:\\program files\\python\\lib\\asyncio\\subprocess.py', + 'PYMODULE'), + ('asyncio.streams', + 'c:\\program files\\python\\lib\\asyncio\\streams.py', + 'PYMODULE'), + ('asyncio.queues', + 'c:\\program files\\python\\lib\\asyncio\\queues.py', + 'PYMODULE'), + ('asyncio.runners', + 'c:\\program files\\python\\lib\\asyncio\\runners.py', + 'PYMODULE'), + ('asyncio.events', + 'c:\\program files\\python\\lib\\asyncio\\events.py', + 'PYMODULE'), + ('contextvars', 'c:\\program files\\python\\lib\\contextvars.py', 'PYMODULE'), + ('asyncio.trsock', + 'c:\\program files\\python\\lib\\asyncio\\trsock.py', + 'PYMODULE'), + ('asyncio.staggered', + 'c:\\program files\\python\\lib\\asyncio\\staggered.py', + 'PYMODULE'), + ('typing', 'c:\\program files\\python\\lib\\typing.py', 'PYMODULE'), + ('asyncio.tasks', + 'c:\\program files\\python\\lib\\asyncio\\tasks.py', + 'PYMODULE'), + ('concurrent.futures', + 'c:\\program files\\python\\lib\\concurrent\\futures\\__init__.py', + 'PYMODULE'), + ('concurrent.futures.thread', + 'c:\\program files\\python\\lib\\concurrent\\futures\\thread.py', + 'PYMODULE'), + ('queue', 'c:\\program files\\python\\lib\\queue.py', 'PYMODULE'), + ('concurrent.futures.process', + 'c:\\program files\\python\\lib\\concurrent\\futures\\process.py', + 'PYMODULE'), + ('multiprocessing.queues', + 'c:\\program files\\python\\lib\\multiprocessing\\queues.py', + 'PYMODULE'), + ('multiprocessing.synchronize', + 'c:\\program files\\python\\lib\\multiprocessing\\synchronize.py', + 'PYMODULE'), + ('multiprocessing.heap', + 'c:\\program files\\python\\lib\\multiprocessing\\heap.py', + 'PYMODULE'), + ('multiprocessing.resource_tracker', + 'c:\\program files\\python\\lib\\multiprocessing\\resource_tracker.py', + 'PYMODULE'), + ('multiprocessing.spawn', + 'c:\\program files\\python\\lib\\multiprocessing\\spawn.py', + 'PYMODULE'), + ('runpy', 'c:\\program files\\python\\lib\\runpy.py', 'PYMODULE'), + ('pkgutil', 'c:\\program files\\python\\lib\\pkgutil.py', 'PYMODULE'), + ('zipimport', 'c:\\program files\\python\\lib\\zipimport.py', 'PYMODULE'), + ('multiprocessing.process', + 'c:\\program files\\python\\lib\\multiprocessing\\process.py', + 'PYMODULE'), + ('multiprocessing.util', + 'c:\\program files\\python\\lib\\multiprocessing\\util.py', + 'PYMODULE'), + ('multiprocessing.forkserver', + 'c:\\program files\\python\\lib\\multiprocessing\\forkserver.py', + 'PYMODULE'), + ('test.support', + 'c:\\program files\\python\\lib\\test\\support\\__init__.py', + 'PYMODULE'), + ('decimal', 'c:\\program files\\python\\lib\\decimal.py', 'PYMODULE'), + ('_pydecimal', 'c:\\program files\\python\\lib\\_pydecimal.py', 'PYMODULE'), + ('numbers', 'c:\\program files\\python\\lib\\numbers.py', 'PYMODULE'), + ('distutils.spawn', + 'c:\\program files\\python\\lib\\distutils\\spawn.py', + 'PYMODULE'), + ('distutils.log', + 'c:\\program files\\python\\lib\\distutils\\log.py', + 'PYMODULE'), + ('distutils.debug', + 'c:\\program files\\python\\lib\\distutils\\debug.py', + 'PYMODULE'), + ('distutils.errors', + 'c:\\program files\\python\\lib\\distutils\\errors.py', + 'PYMODULE'), + ('distutils.sysconfig', + 'c:\\program files\\python\\lib\\distutils\\sysconfig.py', + 'PYMODULE'), + ('distutils.text_file', + 'c:\\program files\\python\\lib\\distutils\\text_file.py', + 'PYMODULE'), + ('_osx_support', + 'c:\\program files\\python\\lib\\_osx_support.py', + 'PYMODULE'), + ('distutils.util', + 'c:\\program files\\python\\lib\\distutils\\util.py', + 'PYMODULE'), + ('distutils.filelist', + 'c:\\program files\\python\\lib\\distutils\\filelist.py', + 'PYMODULE'), + ('distutils.file_util', + 'c:\\program files\\python\\lib\\distutils\\file_util.py', + 'PYMODULE'), + ('distutils.dir_util', + 'c:\\program files\\python\\lib\\distutils\\dir_util.py', + 'PYMODULE'), + ('lib2to3.refactor', + 'c:\\program files\\python\\lib\\lib2to3\\refactor.py', + 'PYMODULE'), + ('lib2to3.btm_matcher', + 'c:\\program files\\python\\lib\\lib2to3\\btm_matcher.py', + 'PYMODULE'), + ('lib2to3.btm_utils', + 'c:\\program files\\python\\lib\\lib2to3\\btm_utils.py', + 'PYMODULE'), + ('lib2to3.pgen2.grammar', + 'c:\\program files\\python\\lib\\lib2to3\\pgen2\\grammar.py', + 'PYMODULE'), + ('lib2to3.pygram', + 'c:\\program files\\python\\lib\\lib2to3\\pygram.py', + 'PYMODULE'), + ('lib2to3.pytree', + 'c:\\program files\\python\\lib\\lib2to3\\pytree.py', + 'PYMODULE'), + ('lib2to3', + 'c:\\program files\\python\\lib\\lib2to3\\__init__.py', + 'PYMODULE'), + ('lib2to3.patcomp', + 'c:\\program files\\python\\lib\\lib2to3\\patcomp.py', + 'PYMODULE'), + ('lib2to3.pgen2.parse', + 'c:\\program files\\python\\lib\\lib2to3\\pgen2\\parse.py', + 'PYMODULE'), + ('lib2to3.pgen2.literals', + 'c:\\program files\\python\\lib\\lib2to3\\pgen2\\literals.py', + 'PYMODULE'), + ('lib2to3.fixer_util', + 'c:\\program files\\python\\lib\\lib2to3\\fixer_util.py', + 'PYMODULE'), + ('lib2to3.pgen2.token', + 'c:\\program files\\python\\lib\\lib2to3\\pgen2\\token.py', + 'PYMODULE'), + ('lib2to3.pgen2.tokenize', + 'c:\\program files\\python\\lib\\lib2to3\\pgen2\\tokenize.py', + 'PYMODULE'), + ('lib2to3.pgen2.driver', + 'c:\\program files\\python\\lib\\lib2to3\\pgen2\\driver.py', + 'PYMODULE'), + ('lib2to3.pgen2.pgen', + 'c:\\program files\\python\\lib\\lib2to3\\pgen2\\pgen.py', + 'PYMODULE'), + ('lib2to3.pgen2', + 'c:\\program files\\python\\lib\\lib2to3\\pgen2\\__init__.py', + 'PYMODULE'), + ('distutils.dep_util', + 'c:\\program files\\python\\lib\\distutils\\dep_util.py', + 'PYMODULE'), + ('distutils.ccompiler', + 'c:\\program files\\python\\lib\\distutils\\ccompiler.py', + 'PYMODULE'), + ('distutils.fancy_getopt', + 'c:\\program files\\python\\lib\\distutils\\fancy_getopt.py', + 'PYMODULE'), + ('distutils', + 'c:\\program files\\python\\lib\\distutils\\__init__.py', + 'PYMODULE'), + ('distutils.archive_util', + 'c:\\program files\\python\\lib\\distutils\\archive_util.py', + 'PYMODULE'), + ('tracemalloc', 'c:\\program files\\python\\lib\\tracemalloc.py', 'PYMODULE'), + ('urllib.request', + 'c:\\program files\\python\\lib\\urllib\\request.py', + 'PYMODULE'), + ('getpass', 'c:\\program files\\python\\lib\\getpass.py', 'PYMODULE'), + ('nturl2path', 'c:\\program files\\python\\lib\\nturl2path.py', 'PYMODULE'), + ('ftplib', 'c:\\program files\\python\\lib\\ftplib.py', 'PYMODULE'), + ('netrc', 'c:\\program files\\python\\lib\\netrc.py', 'PYMODULE'), + ('shlex', 'c:\\program files\\python\\lib\\shlex.py', 'PYMODULE'), + ('mimetypes', 'c:\\program files\\python\\lib\\mimetypes.py', 'PYMODULE'), + ('http.cookiejar', + 'c:\\program files\\python\\lib\\http\\cookiejar.py', + 'PYMODULE'), + ('http', 'c:\\program files\\python\\lib\\http\\__init__.py', 'PYMODULE'), + ('urllib.response', + 'c:\\program files\\python\\lib\\urllib\\response.py', + 'PYMODULE'), + ('http.client', + 'c:\\program files\\python\\lib\\http\\client.py', + 'PYMODULE'), + ('email.message', + 'c:\\program files\\python\\lib\\email\\message.py', + 'PYMODULE'), + ('email.policy', + 'c:\\program files\\python\\lib\\email\\policy.py', + 'PYMODULE'), + ('email.contentmanager', + 'c:\\program files\\python\\lib\\email\\contentmanager.py', + 'PYMODULE'), + ('email.quoprimime', + 'c:\\program files\\python\\lib\\email\\quoprimime.py', + 'PYMODULE'), + ('email.headerregistry', + 'c:\\program files\\python\\lib\\email\\headerregistry.py', + 'PYMODULE'), + ('email.iterators', + 'c:\\program files\\python\\lib\\email\\iterators.py', + 'PYMODULE'), + ('email.generator', + 'c:\\program files\\python\\lib\\email\\generator.py', + 'PYMODULE'), + ('email._encoded_words', + 'c:\\program files\\python\\lib\\email\\_encoded_words.py', + 'PYMODULE'), + ('quopri', 'c:\\program files\\python\\lib\\quopri.py', 'PYMODULE'), + ('uu', 'c:\\program files\\python\\lib\\uu.py', 'PYMODULE'), + ('optparse', 'c:\\program files\\python\\lib\\optparse.py', 'PYMODULE'), + ('ctypes.util', + 'c:\\program files\\python\\lib\\ctypes\\util.py', + 'PYMODULE'), + ('ctypes._aix', + 'c:\\program files\\python\\lib\\ctypes\\_aix.py', + 'PYMODULE'), + ('ctypes.macholib.dyld', + 'c:\\program files\\python\\lib\\ctypes\\macholib\\dyld.py', + 'PYMODULE'), + ('ctypes.macholib', + 'c:\\program files\\python\\lib\\ctypes\\macholib\\__init__.py', + 'PYMODULE'), + ('ctypes.macholib.dylib', + 'c:\\program files\\python\\lib\\ctypes\\macholib\\dylib.py', + 'PYMODULE'), + ('ctypes.macholib.framework', + 'c:\\program files\\python\\lib\\ctypes\\macholib\\framework.py', + 'PYMODULE'), + ('ctypes.wintypes', + 'c:\\program files\\python\\lib\\ctypes\\wintypes.py', + 'PYMODULE'), + ('ctypes', 'c:\\program files\\python\\lib\\ctypes\\__init__.py', 'PYMODULE'), + ('ctypes._endian', + 'c:\\program files\\python\\lib\\ctypes\\_endian.py', + 'PYMODULE'), + ('gzip', 'c:\\program files\\python\\lib\\gzip.py', 'PYMODULE'), + ('_compression', + 'c:\\program files\\python\\lib\\_compression.py', + 'PYMODULE'), + ('test.support.testresult', + 'c:\\program files\\python\\lib\\test\\support\\testresult.py', + 'PYMODULE'), + ('xml.etree.ElementTree', + 'c:\\program files\\python\\lib\\xml\\etree\\ElementTree.py', + 'PYMODULE'), + ('xml.etree.cElementTree', + 'c:\\program files\\python\\lib\\xml\\etree\\cElementTree.py', + 'PYMODULE'), + ('xml.etree.ElementInclude', + 'c:\\program files\\python\\lib\\xml\\etree\\ElementInclude.py', + 'PYMODULE'), + ('xml.parsers.expat', + 'c:\\program files\\python\\lib\\xml\\parsers\\expat.py', + 'PYMODULE'), + ('xml.parsers', + 'c:\\program files\\python\\lib\\xml\\parsers\\__init__.py', + 'PYMODULE'), + ('xml', 'c:\\program files\\python\\lib\\xml\\__init__.py', 'PYMODULE'), + ('xml.sax.expatreader', + 'c:\\program files\\python\\lib\\xml\\sax\\expatreader.py', + 'PYMODULE'), + ('xml.sax.saxutils', + 'c:\\program files\\python\\lib\\xml\\sax\\saxutils.py', + 'PYMODULE'), + ('xml.sax', + 'c:\\program files\\python\\lib\\xml\\sax\\__init__.py', + 'PYMODULE'), + ('xml.sax.handler', + 'c:\\program files\\python\\lib\\xml\\sax\\handler.py', + 'PYMODULE'), + ('xml.sax._exceptions', + 'c:\\program files\\python\\lib\\xml\\sax\\_exceptions.py', + 'PYMODULE'), + ('xml.sax.xmlreader', + 'c:\\program files\\python\\lib\\xml\\sax\\xmlreader.py', + 'PYMODULE'), + ('xml.etree.ElementPath', + 'c:\\program files\\python\\lib\\xml\\etree\\ElementPath.py', + 'PYMODULE'), + ('xml.etree', + 'c:\\program files\\python\\lib\\xml\\etree\\__init__.py', + 'PYMODULE'), + ('urllib.error', + 'c:\\program files\\python\\lib\\urllib\\error.py', + 'PYMODULE'), + ('sysconfig', 'c:\\program files\\python\\lib\\sysconfig.py', 'PYMODULE'), + ('platform', 'c:\\program files\\python\\lib\\platform.py', 'PYMODULE'), + ('plistlib', 'c:\\program files\\python\\lib\\plistlib.py', 'PYMODULE'), + ('nntplib', 'c:\\program files\\python\\lib\\nntplib.py', 'PYMODULE'), + ('logging.handlers', + 'c:\\program files\\python\\lib\\logging\\handlers.py', + 'PYMODULE'), + ('win32evtlogutil', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32\\lib\\win32evtlogutil.py', + 'PYMODULE'), + ('winerror', + 'c:\\program files\\python\\lib\\site-packages\\win32\\lib\\winerror.py', + 'PYMODULE'), + ('win32con', + 'c:\\program files\\python\\lib\\site-packages\\win32\\lib\\win32con.py', + 'PYMODULE'), + ('smtplib', 'c:\\program files\\python\\lib\\smtplib.py', 'PYMODULE'), + ('email.base64mime', + 'c:\\program files\\python\\lib\\email\\base64mime.py', + 'PYMODULE'), + ('hmac', 'c:\\program files\\python\\lib\\hmac.py', 'PYMODULE'), + ('glob', 'c:\\program files\\python\\lib\\glob.py', 'PYMODULE'), + ('test', 'c:\\program files\\python\\lib\\test\\__init__.py', 'PYMODULE'), + ('multiprocessing.context', + 'c:\\program files\\python\\lib\\multiprocessing\\context.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_win32', + 'c:\\program files\\python\\lib\\multiprocessing\\popen_spawn_win32.py', + 'PYMODULE'), + ('multiprocessing.popen_forkserver', + 'c:\\program files\\python\\lib\\multiprocessing\\popen_forkserver.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_posix', + 'c:\\program files\\python\\lib\\multiprocessing\\popen_spawn_posix.py', + 'PYMODULE'), + ('multiprocessing.popen_fork', + 'c:\\program files\\python\\lib\\multiprocessing\\popen_fork.py', + 'PYMODULE'), + ('multiprocessing.sharedctypes', + 'c:\\program files\\python\\lib\\multiprocessing\\sharedctypes.py', + 'PYMODULE'), + ('multiprocessing.pool', + 'c:\\program files\\python\\lib\\multiprocessing\\pool.py', + 'PYMODULE'), + ('multiprocessing.dummy', + 'c:\\program files\\python\\lib\\multiprocessing\\dummy\\__init__.py', + 'PYMODULE'), + ('multiprocessing.dummy.connection', + 'c:\\program files\\python\\lib\\multiprocessing\\dummy\\connection.py', + 'PYMODULE'), + ('multiprocessing.managers', + 'c:\\program files\\python\\lib\\multiprocessing\\managers.py', + 'PYMODULE'), + ('multiprocessing.shared_memory', + 'c:\\program files\\python\\lib\\multiprocessing\\shared_memory.py', + 'PYMODULE'), + ('secrets', 'c:\\program files\\python\\lib\\secrets.py', 'PYMODULE'), + ('multiprocessing.reduction', + 'c:\\program files\\python\\lib\\multiprocessing\\reduction.py', + 'PYMODULE'), + ('multiprocessing.resource_sharer', + 'c:\\program files\\python\\lib\\multiprocessing\\resource_sharer.py', + 'PYMODULE'), + ('multiprocessing.connection', + 'c:\\program files\\python\\lib\\multiprocessing\\connection.py', + 'PYMODULE'), + ('xmlrpc.client', + 'c:\\program files\\python\\lib\\xmlrpc\\client.py', + 'PYMODULE'), + ('xmlrpc', 'c:\\program files\\python\\lib\\xmlrpc\\__init__.py', 'PYMODULE'), + ('multiprocessing', + 'c:\\program files\\python\\lib\\multiprocessing\\__init__.py', + 'PYMODULE'), + ('concurrent.futures._base', + 'c:\\program files\\python\\lib\\concurrent\\futures\\_base.py', + 'PYMODULE'), + ('concurrent', + 'c:\\program files\\python\\lib\\concurrent\\__init__.py', + 'PYMODULE'), + ('asyncio.base_tasks', + 'c:\\program files\\python\\lib\\asyncio\\base_tasks.py', + 'PYMODULE'), + ('asyncio.locks', + 'c:\\program files\\python\\lib\\asyncio\\locks.py', + 'PYMODULE'), + ('asyncio.sslproto', + 'c:\\program files\\python\\lib\\asyncio\\sslproto.py', + 'PYMODULE'), + ('asyncio.transports', + 'c:\\program files\\python\\lib\\asyncio\\transports.py', + 'PYMODULE'), + ('asyncio.base_events', + 'c:\\program files\\python\\lib\\asyncio\\base_events.py', + 'PYMODULE'), + ('asyncio.protocols', + 'c:\\program files\\python\\lib\\asyncio\\protocols.py', + 'PYMODULE'), + ('asyncio.futures', + 'c:\\program files\\python\\lib\\asyncio\\futures.py', + 'PYMODULE'), + ('asyncio.coroutines', + 'c:\\program files\\python\\lib\\asyncio\\coroutines.py', + 'PYMODULE'), + ('asyncio.base_futures', + 'c:\\program files\\python\\lib\\asyncio\\base_futures.py', + 'PYMODULE'), + ('asyncio.exceptions', + 'c:\\program files\\python\\lib\\asyncio\\exceptions.py', + 'PYMODULE'), + ('asyncio.format_helpers', + 'c:\\program files\\python\\lib\\asyncio\\format_helpers.py', + 'PYMODULE'), + ('asyncio.constants', + 'c:\\program files\\python\\lib\\asyncio\\constants.py', + 'PYMODULE'), + ('unittest.result', + 'c:\\program files\\python\\lib\\unittest\\result.py', + 'PYMODULE'), + ('unittest.util', + 'c:\\program files\\python\\lib\\unittest\\util.py', + 'PYMODULE'), + ('pdb', 'c:\\program files\\python\\lib\\pdb.py', 'PYMODULE'), + ('pydoc', 'c:\\program files\\python\\lib\\pydoc.py', 'PYMODULE'), + ('webbrowser', 'c:\\program files\\python\\lib\\webbrowser.py', 'PYMODULE'), + ('http.server', + 'c:\\program files\\python\\lib\\http\\server.py', + 'PYMODULE'), + ('socketserver', + 'c:\\program files\\python\\lib\\socketserver.py', + 'PYMODULE'), + ('html', 'c:\\program files\\python\\lib\\html\\__init__.py', 'PYMODULE'), + ('html.entities', + 'c:\\program files\\python\\lib\\html\\entities.py', + 'PYMODULE'), + ('pydoc_data.topics', + 'c:\\program files\\python\\lib\\pydoc_data\\topics.py', + 'PYMODULE'), + ('pydoc_data', + 'c:\\program files\\python\\lib\\pydoc_data\\__init__.py', + 'PYMODULE'), + ('tty', 'c:\\program files\\python\\lib\\tty.py', 'PYMODULE'), + ('code', 'c:\\program files\\python\\lib\\code.py', 'PYMODULE'), + ('codeop', 'c:\\program files\\python\\lib\\codeop.py', 'PYMODULE'), + ('dis', 'c:\\program files\\python\\lib\\dis.py', 'PYMODULE'), + ('opcode', 'c:\\program files\\python\\lib\\opcode.py', 'PYMODULE'), + ('bdb', 'c:\\program files\\python\\lib\\bdb.py', 'PYMODULE'), + ('cmd', 'c:\\program files\\python\\lib\\cmd.py', 'PYMODULE'), + ('inspect', 'c:\\program files\\python\\lib\\inspect.py', 'PYMODULE'), + ('ast', 'c:\\program files\\python\\lib\\ast.py', 'PYMODULE'), + ('token', 'c:\\program files\\python\\lib\\token.py', 'PYMODULE'), + ('difflib', 'c:\\program files\\python\\lib\\difflib.py', 'PYMODULE'), + ('__future__', 'c:\\program files\\python\\lib\\__future__.py', 'PYMODULE'), + ('_compat_pickle', + 'c:\\program files\\python\\lib\\_compat_pickle.py', + 'PYMODULE'), + ('string', 'c:\\program files\\python\\lib\\string.py', 'PYMODULE'), + ('bisect', 'c:\\program files\\python\\lib\\bisect.py', 'PYMODULE'), + ('email.feedparser', + 'c:\\program files\\python\\lib\\email\\feedparser.py', + 'PYMODULE'), + ('email._header_value_parser', + 'c:\\program files\\python\\lib\\email\\_header_value_parser.py', + 'PYMODULE'), + ('email.header', + 'c:\\program files\\python\\lib\\email\\header.py', + 'PYMODULE'), + ('email.charset', + 'c:\\program files\\python\\lib\\email\\charset.py', + 'PYMODULE'), + ('email.encoders', + 'c:\\program files\\python\\lib\\email\\encoders.py', + 'PYMODULE'), + ('email.errors', + 'c:\\program files\\python\\lib\\email\\errors.py', + 'PYMODULE'), + ('csv', 'c:\\program files\\python\\lib\\csv.py', 'PYMODULE'), + ('tokenize', 'c:\\program files\\python\\lib\\tokenize.py', 'PYMODULE'), + ('importlib.util', + 'c:\\program files\\python\\lib\\importlib\\util.py', + 'PYMODULE'), + ('tarfile', 'c:\\program files\\python\\lib\\tarfile.py', 'PYMODULE'), + ('lzma', 'c:\\program files\\python\\lib\\lzma.py', 'PYMODULE'), + ('bz2', 'c:\\program files\\python\\lib\\bz2.py', 'PYMODULE'), + ('fnmatch', 'c:\\program files\\python\\lib\\fnmatch.py', 'PYMODULE'), + ('ntpath', 'c:\\program files\\python\\lib\\ntpath.py', 'PYMODULE'), + ('genericpath', 'c:\\program files\\python\\lib\\genericpath.py', 'PYMODULE'), + ('posixpath', 'c:\\program files\\python\\lib\\posixpath.py', 'PYMODULE'), + ('stat', 'c:\\program files\\python\\lib\\stat.py', 'PYMODULE'), + ('win32com', + 'c:\\program files\\python\\lib\\site-packages\\win32com\\__init__.py', + 'PYMODULE'), + ('win32com.server.util', + 'c:\\program files\\python\\lib\\site-packages\\win32com\\server\\util.py', + 'PYMODULE'), + ('win32com.server.dispatcher', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32com\\server\\dispatcher.py', + 'PYMODULE'), + ('win32traceutil', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32\\lib\\win32traceutil.py', + 'PYMODULE'), + ('win32com.util', + 'c:\\program files\\python\\lib\\site-packages\\win32com\\util.py', + 'PYMODULE'), + ('win32com.server.exception', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32com\\server\\exception.py', + 'PYMODULE'), + ('win32com.server.policy', + 'c:\\program files\\python\\lib\\site-packages\\win32com\\server\\policy.py', + 'PYMODULE'), + ('win32com.client', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32com\\client\\__init__.py', + 'PYMODULE'), + ('win32com.client.makepy', + 'c:\\program files\\python\\lib\\site-packages\\win32com\\client\\makepy.py', + 'PYMODULE'), + ('pywin.dialogs.status', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Pythonwin\\pywin\\dialogs\\status.py', + 'PYMODULE'), + ('pywin.mfc.thread', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\thread.py', + 'PYMODULE'), + ('pywin.mfc.object', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\object.py', + 'PYMODULE'), + ('pywin.mfc.dialog', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\dialog.py', + 'PYMODULE'), + ('pywin.mfc.window', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\window.py', + 'PYMODULE'), + ('pywin.mfc', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Pythonwin\\pywin\\mfc\\__init__.py', + 'PYMODULE'), + ('pywin.dialogs', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Pythonwin\\pywin\\dialogs\\__init__.py', + 'PYMODULE'), + ('pywin', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Pythonwin\\pywin\\__init__.py', + 'PYMODULE'), + ('win32com.client.gencache', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32com\\client\\gencache.py', + 'PYMODULE'), + ('win32com.client.selecttlb', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32com\\client\\selecttlb.py', + 'PYMODULE'), + ('pywin.dialogs.list', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Pythonwin\\pywin\\dialogs\\list.py', + 'PYMODULE'), + ('commctrl', + 'c:\\program files\\python\\lib\\site-packages\\win32\\lib\\commctrl.py', + 'PYMODULE'), + ('win32com.client.genpy', + 'c:\\program files\\python\\lib\\site-packages\\win32com\\client\\genpy.py', + 'PYMODULE'), + ('win32com.client.CLSIDToClass', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32com\\client\\CLSIDToClass.py', + 'PYMODULE'), + ('win32com.client.dynamic', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32com\\client\\dynamic.py', + 'PYMODULE'), + ('win32com.client.build', + 'c:\\program files\\python\\lib\\site-packages\\win32com\\client\\build.py', + 'PYMODULE'), + ('pywintypes', + 'c:\\program files\\python\\lib\\site-packages\\win32\\lib\\pywintypes.py', + 'PYMODULE'), + ('win32com.server', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32com\\server\\__init__.py', + 'PYMODULE'), + ('win32com.universal', + 'c:\\program files\\python\\lib\\site-packages\\win32com\\universal.py', + 'PYMODULE'), + ('win32com.client.util', + 'c:\\program files\\python\\lib\\site-packages\\win32com\\client\\util.py', + 'PYMODULE'), + ('imp', 'c:\\program files\\python\\lib\\imp.py', 'PYMODULE'), + ('pythoncom', + 'c:\\program files\\python\\lib\\site-packages\\pythoncom.py', + 'PYMODULE'), + ('pkg_resources', + 'c:\\program files\\python\\lib\\site-packages\\pkg_resources\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.markers', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\markers.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.requirements', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\requirements.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.utils', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\utils.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging._compat', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\_compat.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.tags', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\tags.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.__about__', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\__about__.py', + 'PYMODULE'), + ('pkg_resources._vendor.pyparsing', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\pyparsing.py', + 'PYMODULE'), + ('uuid', 'c:\\program files\\python\\lib\\uuid.py', 'PYMODULE'), + ('netbios', + 'c:\\program files\\python\\lib\\site-packages\\win32\\lib\\netbios.py', + 'PYMODULE'), + ('pkg_resources._vendor', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.appdirs', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\appdirs.py', + 'PYMODULE'), + ('win32com.shell.shellcon', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32comext\\shell\\shellcon.py', + 'PYMODULE'), + ('win32com.shell', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\win32comext\\shell\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.six', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\six.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.version', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\version.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.specifiers', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\specifiers.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging._structures', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\_structures.py', + 'PYMODULE'), + ('pkg_resources.py31compat', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\py31compat.py', + 'PYMODULE'), + ('pkg_resources.extern', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pkg_resources\\extern\\__init__.py', + 'PYMODULE'), + ('pkg_resources.py2_warn', + 'c:\\program files\\python\\lib\\site-packages\\pkg_resources\\py2_warn.py', + 'PYMODULE'), + ('_py_abc', 'c:\\program files\\python\\lib\\_py_abc.py', 'PYMODULE'), + ('stringprep', 'c:\\program files\\python\\lib\\stringprep.py', 'PYMODULE'), + ('Crypto.Cipher.Blowfish', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Cipher\\Blowfish.py', + 'PYMODULE'), + ('Crypto.Util._raw_api', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Util\\_raw_api.py', + 'PYMODULE'), + ('Crypto.Util', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Util\\__init__.py', + 'PYMODULE'), + ('Crypto.Util._cpu_features', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Util\\_cpu_features.py', + 'PYMODULE'), + ('Crypto', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\__init__.py', + 'PYMODULE'), + ('cffi', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\__init__.py', + 'PYMODULE'), + ('cffi.error', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\error.py', + 'PYMODULE'), + ('cffi.api', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\api.py', + 'PYMODULE'), + ('cffi.recompiler', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\recompiler.py', + 'PYMODULE'), + ('distutils.command.build_ext', + 'c:\\program files\\python\\lib\\distutils\\command\\build_ext.py', + 'PYMODULE'), + ('distutils.command', + 'c:\\program files\\python\\lib\\distutils\\command\\__init__.py', + 'PYMODULE'), + ('distutils._msvccompiler', + 'c:\\program files\\python\\lib\\distutils\\_msvccompiler.py', + 'PYMODULE'), + ('json', 'c:\\program files\\python\\lib\\json\\__init__.py', 'PYMODULE'), + ('json.encoder', + 'c:\\program files\\python\\lib\\json\\encoder.py', + 'PYMODULE'), + ('json.decoder', + 'c:\\program files\\python\\lib\\json\\decoder.py', + 'PYMODULE'), + ('json.scanner', + 'c:\\program files\\python\\lib\\json\\scanner.py', + 'PYMODULE'), + ('site', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\PyInstaller\\fake-modules\\site.py', + 'PYMODULE'), + ('distutils.extension', + 'c:\\program files\\python\\lib\\distutils\\extension.py', + 'PYMODULE'), + ('distutils.core', + 'c:\\program files\\python\\lib\\distutils\\core.py', + 'PYMODULE'), + ('distutils.config', + 'c:\\program files\\python\\lib\\distutils\\config.py', + 'PYMODULE'), + ('cgi', 'c:\\program files\\python\\lib\\cgi.py', 'PYMODULE'), + ('distutils.cmd', + 'c:\\program files\\python\\lib\\distutils\\cmd.py', + 'PYMODULE'), + ('distutils.dist', + 'c:\\program files\\python\\lib\\distutils\\dist.py', + 'PYMODULE'), + ('distutils.versionpredicate', + 'c:\\program files\\python\\lib\\distutils\\versionpredicate.py', + 'PYMODULE'), + ('distutils.version', + 'c:\\program files\\python\\lib\\distutils\\version.py', + 'PYMODULE'), + ('distutils.msvc9compiler', + 'c:\\program files\\python\\lib\\distutils\\msvc9compiler.py', + 'PYMODULE'), + ('cffi.cffi_opcode', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\cffi_opcode.py', + 'PYMODULE'), + ('cffi.verifier', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\verifier.py', + 'PYMODULE'), + ('cffi.lock', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\lock.py', + 'PYMODULE'), + ('_dummy_thread', + 'c:\\program files\\python\\lib\\_dummy_thread.py', + 'PYMODULE'), + ('cffi.pkgconfig', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\pkgconfig.py', + 'PYMODULE'), + ('cffi.vengine_cpy', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\vengine_cpy.py', + 'PYMODULE'), + ('cffi.vengine_gen', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\vengine_gen.py', + 'PYMODULE'), + ('cffi.ffiplatform', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\ffiplatform.py', + 'PYMODULE'), + ('setuptools', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.specifiers', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\specifiers.py', + 'PYMODULE'), + ('setuptools._vendor.pyparsing', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\pyparsing.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.markers', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\markers.py', + 'PYMODULE'), + ('setuptools._vendor.packaging._compat', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\_compat.py', + 'PYMODULE'), + ('setuptools._vendor.ordered_set', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\ordered_set.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.tags', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\tags.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.requirements', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\requirements.py', + 'PYMODULE'), + ('html.parser', + 'c:\\program files\\python\\lib\\html\\parser.py', + 'PYMODULE'), + ('_markupbase', 'c:\\program files\\python\\lib\\_markupbase.py', 'PYMODULE'), + ('setuptools.extern', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\extern\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.__about__', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\__about__.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.utils', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\utils.py', + 'PYMODULE'), + ('setuptools._vendor.packaging.version', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\version.py', + 'PYMODULE'), + ('setuptools._vendor.six', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\_vendor\\six.py', + 'PYMODULE'), + ('setuptools._vendor', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\__init__.py', + 'PYMODULE'), + ('setuptools._vendor.packaging._structures', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\_structures.py', + 'PYMODULE'), + ('setuptools._vendor.packaging', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_vendor\\packaging\\__init__.py', + 'PYMODULE'), + ('setuptools.msvc', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\msvc.py', + 'PYMODULE'), + ('numpy', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\__init__.py', + 'PYMODULE'), + ('numpy.version', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\version.py', + 'PYMODULE'), + ('numpy._version', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\_version.py', + 'PYMODULE'), + ('numpy._pytesttester', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\_pytesttester.py', + 'PYMODULE'), + ('numpy.distutils.cpuinfo', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\cpuinfo.py', + 'PYMODULE'), + ('numpy.distutils', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\__init__.py', + 'PYMODULE'), + ('numpy.distutils.fcompiler', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\fcompiler\\__init__.py', + 'PYMODULE'), + ('numpy.distutils.command.config_compiler', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\config_compiler.py', + 'PYMODULE'), + ('numpy.distutils.command', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\__init__.py', + 'PYMODULE'), + ('numpy.distutils.command.egg_info', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\egg_info.py', + 'PYMODULE'), + ('setuptools.command.egg_info', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\egg_info.py', + 'PYMODULE'), + ('setuptools.glob', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\glob.py', + 'PYMODULE'), + ('setuptools.unicode_utils', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\unicode_utils.py', + 'PYMODULE'), + ('setuptools.command.bdist_egg', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\bdist_egg.py', + 'PYMODULE'), + ('setuptools.command', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\__init__.py', + 'PYMODULE'), + ('setuptools.command.install_scripts', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\install_scripts.py', + 'PYMODULE'), + ('setuptools.command.easy_install', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\easy_install.py', + 'PYMODULE'), + ('setuptools.wheel', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\wheel.py', + 'PYMODULE'), + ('setuptools.package_index', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\package_index.py', + 'PYMODULE'), + ('setuptools.py33compat', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\py33compat.py', + 'PYMODULE'), + ('setuptools.archive_util', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\archive_util.py', + 'PYMODULE'), + ('setuptools.py27compat', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\py27compat.py', + 'PYMODULE'), + ('setuptools._imp', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\_imp.py', + 'PYMODULE'), + ('setuptools.py34compat', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\py34compat.py', + 'PYMODULE'), + ('setuptools.sandbox', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\sandbox.py', + 'PYMODULE'), + ('distutils.command.build_scripts', + 'c:\\program files\\python\\lib\\distutils\\command\\build_scripts.py', + 'PYMODULE'), + ('distutils.command.install', + 'c:\\program files\\python\\lib\\distutils\\command\\install.py', + 'PYMODULE'), + ('distutils.command.install_scripts', + 'c:\\program files\\python\\lib\\distutils\\command\\install_scripts.py', + 'PYMODULE'), + ('distutils.command.bdist', + 'c:\\program files\\python\\lib\\distutils\\command\\bdist.py', + 'PYMODULE'), + ('setuptools.command.setopt', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\setopt.py', + 'PYMODULE'), + ('setuptools.command.sdist', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\sdist.py', + 'PYMODULE'), + ('setuptools.command.py36compat', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\py36compat.py', + 'PYMODULE'), + ('distutils.command.sdist', + 'c:\\program files\\python\\lib\\distutils\\command\\sdist.py', + 'PYMODULE'), + ('numpy.distutils.command.develop', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\develop.py', + 'PYMODULE'), + ('setuptools.command.develop', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\develop.py', + 'PYMODULE'), + ('numpy.distutils.command.install_clib', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\install_clib.py', + 'PYMODULE'), + ('numpy.distutils.command.bdist_rpm', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\bdist_rpm.py', + 'PYMODULE'), + ('distutils.command.bdist_rpm', + 'c:\\program files\\python\\lib\\distutils\\command\\bdist_rpm.py', + 'PYMODULE'), + ('setuptools.command.bdist_rpm', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\bdist_rpm.py', + 'PYMODULE'), + ('numpy.distutils.command.install', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\install.py', + 'PYMODULE'), + ('setuptools.command.install', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\command\\install.py', + 'PYMODULE'), + ('numpy.distutils.command.install_headers', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\install_headers.py', + 'PYMODULE'), + ('distutils.command.install_headers', + 'c:\\program files\\python\\lib\\distutils\\command\\install_headers.py', + 'PYMODULE'), + ('numpy.distutils.command.install_data', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\install_data.py', + 'PYMODULE'), + ('distutils.command.install_data', + 'c:\\program files\\python\\lib\\distutils\\command\\install_data.py', + 'PYMODULE'), + ('numpy.distutils.command.sdist', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\sdist.py', + 'PYMODULE'), + ('numpy.distutils.command.build_scripts', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\build_scripts.py', + 'PYMODULE'), + ('numpy.distutils.command.build_clib', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\build_clib.py', + 'PYMODULE'), + ('numpy.distutils.ccompiler_opt', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\ccompiler_opt.py', + 'PYMODULE'), + ('distutils.command.build_clib', + 'c:\\program files\\python\\lib\\distutils\\command\\build_clib.py', + 'PYMODULE'), + ('numpy.distutils.command.build_ext', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\build_ext.py', + 'PYMODULE'), + ('numpy.distutils.system_info', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\system_info.py', + 'PYMODULE'), + ('numpy.f2py', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\__init__.py', + 'PYMODULE'), + ('numpy.f2py.diagnose', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\diagnose.py', + 'PYMODULE'), + ('numpy.f2py.f2py2e', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\f2py2e.py', + 'PYMODULE'), + ('numpy.distutils.command.build_src', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\build_src.py', + 'PYMODULE'), + ('numpy.distutils.conv_template', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\conv_template.py', + 'PYMODULE'), + ('numpy.distutils.from_template', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\from_template.py', + 'PYMODULE'), + ('numpy.f2py.auxfuncs', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\auxfuncs.py', + 'PYMODULE'), + ('numpy.f2py.f90mod_rules', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\f2py\\f90mod_rules.py', + 'PYMODULE'), + ('numpy.f2py.rules', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\rules.py', + 'PYMODULE'), + ('numpy.f2py.use_rules', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\use_rules.py', + 'PYMODULE'), + ('numpy.f2py.common_rules', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\f2py\\common_rules.py', + 'PYMODULE'), + ('numpy.f2py.func2subr', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\func2subr.py', + 'PYMODULE'), + ('numpy.f2py.crackfortran', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\f2py\\crackfortran.py', + 'PYMODULE'), + ('fileinput', 'c:\\program files\\python\\lib\\fileinput.py', 'PYMODULE'), + ('numpy.f2py.symbolic', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\symbolic.py', + 'PYMODULE'), + ('numpy.f2py.cb_rules', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\cb_rules.py', + 'PYMODULE'), + ('numpy.f2py.capi_maps', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\capi_maps.py', + 'PYMODULE'), + ('numpy.f2py.cfuncs', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\cfuncs.py', + 'PYMODULE'), + ('numpy.f2py.__version__', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\f2py\\__version__.py', + 'PYMODULE'), + ('numpy.distutils.command.build_py', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\build_py.py', + 'PYMODULE'), + ('distutils.command.build_py', + 'c:\\program files\\python\\lib\\distutils\\command\\build_py.py', + 'PYMODULE'), + ('numpy.distutils.command.build', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\build.py', + 'PYMODULE'), + ('distutils.command.build', + 'c:\\program files\\python\\lib\\distutils\\command\\build.py', + 'PYMODULE'), + ('numpy.distutils.command.config', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\config.py', + 'PYMODULE'), + ('numpy.distutils.command.autodist', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\command\\autodist.py', + 'PYMODULE'), + ('numpy.distutils.mingw32ccompiler', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\mingw32ccompiler.py', + 'PYMODULE'), + ('distutils.msvccompiler', + 'c:\\program files\\python\\lib\\distutils\\msvccompiler.py', + 'PYMODULE'), + ('distutils.unixccompiler', + 'c:\\program files\\python\\lib\\distutils\\unixccompiler.py', + 'PYMODULE'), + ('distutils.cygwinccompiler', + 'c:\\program files\\python\\lib\\distutils\\cygwinccompiler.py', + 'PYMODULE'), + ('distutils.command.config', + 'c:\\program files\\python\\lib\\distutils\\command\\config.py', + 'PYMODULE'), + ('numpy.distutils.core', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\distutils\\core.py', + 'PYMODULE'), + ('numpy.distutils.numpy_distribution', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\numpy_distribution.py', + 'PYMODULE'), + ('numpy.distutils.extension', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\extension.py', + 'PYMODULE'), + ('numpy.distutils.fcompiler.environment', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\fcompiler\\environment.py', + 'PYMODULE'), + ('numpy.distutils.exec_command', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\exec_command.py', + 'PYMODULE'), + ('numpy.distutils.misc_util', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\misc_util.py', + 'PYMODULE'), + ('curses', 'c:\\program files\\python\\lib\\curses\\__init__.py', 'PYMODULE'), + ('curses.has_key', + 'c:\\program files\\python\\lib\\curses\\has_key.py', + 'PYMODULE'), + ('numpy.distutils.__config__', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\__config__.py', + 'PYMODULE'), + ('numpy.distutils.npy_pkg_config', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\npy_pkg_config.py', + 'PYMODULE'), + ('numpy.distutils.unixccompiler', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\unixccompiler.py', + 'PYMODULE'), + ('numpy.distutils.ccompiler', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\ccompiler.py', + 'PYMODULE'), + ('numpy.distutils._shell_utils', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\_shell_utils.py', + 'PYMODULE'), + ('pipes', 'c:\\program files\\python\\lib\\pipes.py', 'PYMODULE'), + ('numpy.distutils.lib2def', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\distutils\\lib2def.py', + 'PYMODULE'), + ('numpy.distutils.log', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\distutils\\log.py', + 'PYMODULE'), + ('numpy.testing', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\testing\\__init__.py', + 'PYMODULE'), + ('numpy.testing._private.nosetester', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\testing\\_private\\nosetester.py', + 'PYMODULE'), + ('numpy.testing._private.noseclasses', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\testing\\_private\\noseclasses.py', + 'PYMODULE'), + ('numpy.testing._private.decorators', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\testing\\_private\\decorators.py', + 'PYMODULE'), + ('numpy.testing._private.parameterized', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\testing\\_private\\parameterized.py', + 'PYMODULE'), + ('numpy.testing._private.extbuild', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\testing\\_private\\extbuild.py', + 'PYMODULE'), + ('numpy.testing._private.utils', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\testing\\_private\\utils.py', + 'PYMODULE'), + ('psutil', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\__init__.py', + 'PYMODULE'), + ('psutil._psaix', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\_psaix.py', + 'PYMODULE'), + ('psutil._pssunos', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\_pssunos.py', + 'PYMODULE'), + ('psutil._psbsd', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\_psbsd.py', + 'PYMODULE'), + ('psutil._psosx', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\_psosx.py', + 'PYMODULE'), + ('psutil._pswindows', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\_pswindows.py', + 'PYMODULE'), + ('psutil._pslinux', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\_pslinux.py', + 'PYMODULE'), + ('psutil._psposix', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\_psposix.py', + 'PYMODULE'), + ('psutil._compat', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\_compat.py', + 'PYMODULE'), + ('dummy_threading', + 'c:\\program files\\python\\lib\\dummy_threading.py', + 'PYMODULE'), + ('psutil._common', + 'c:\\program files\\python\\lib\\site-packages\\psutil\\_common.py', + 'PYMODULE'), + ('numpy.core.fromnumeric', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\fromnumeric.py', + 'PYMODULE'), + ('numpy.core._methods', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\_methods.py', + 'PYMODULE'), + ('numpy.lib.stride_tricks', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\lib\\stride_tricks.py', + 'PYMODULE'), + ('numpy.core.numeric', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\numeric.py', + 'PYMODULE'), + ('numpy.core._asarray', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\_asarray.py', + 'PYMODULE'), + ('numpy.core.arrayprint', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\arrayprint.py', + 'PYMODULE'), + ('numpy.core.shape_base', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\shape_base.py', + 'PYMODULE'), + ('numpy.core._ufunc_config', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\_ufunc_config.py', + 'PYMODULE'), + ('numpy.core._exceptions', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\_exceptions.py', + 'PYMODULE'), + ('numpy.core.umath', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\umath.py', + 'PYMODULE'), + ('numpy.core.overrides', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\overrides.py', + 'PYMODULE'), + ('numpy.compat._inspect', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\compat\\_inspect.py', + 'PYMODULE'), + ('numpy.core.multiarray', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\multiarray.py', + 'PYMODULE'), + ('numpy.core.numerictypes', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\numerictypes.py', + 'PYMODULE'), + ('numpy.core._dtype', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\_dtype.py', + 'PYMODULE'), + ('numpy.core._type_aliases', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\_type_aliases.py', + 'PYMODULE'), + ('numpy.core._string_helpers', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\_string_helpers.py', + 'PYMODULE'), + ('numpy.testing._private', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\testing\\_private\\__init__.py', + 'PYMODULE'), + ('numpy.matrixlib', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\matrixlib\\__init__.py', + 'PYMODULE'), + ('numpy.matrixlib.defmatrix', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\matrixlib\\defmatrix.py', + 'PYMODULE'), + ('numpy.ma', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\ma\\__init__.py', + 'PYMODULE'), + ('numpy.ma.extras', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\ma\\extras.py', + 'PYMODULE'), + ('numpy.lib.index_tricks', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\index_tricks.py', + 'PYMODULE'), + ('numpy.lib.function_base', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\lib\\function_base.py', + 'PYMODULE'), + ('numpy.lib.histograms', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\histograms.py', + 'PYMODULE'), + ('numpy.lib.twodim_base', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\twodim_base.py', + 'PYMODULE'), + ('numpy.core.function_base', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\function_base.py', + 'PYMODULE'), + ('numpy.ma.core', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\ma\\core.py', + 'PYMODULE'), + ('numpy.ctypeslib', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\ctypeslib.py', + 'PYMODULE'), + ('numpy.core._internal', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\_internal.py', + 'PYMODULE'), + ('numpy.random', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\random\\__init__.py', + 'PYMODULE'), + ('numpy.random._pickle', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\random\\_pickle.py', + 'PYMODULE'), + ('numpy.polynomial', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\polynomial\\__init__.py', + 'PYMODULE'), + ('numpy.polynomial._polybase', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\polynomial\\_polybase.py', + 'PYMODULE'), + ('numpy.polynomial.laguerre', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\polynomial\\laguerre.py', + 'PYMODULE'), + ('numpy.polynomial.hermite_e', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\polynomial\\hermite_e.py', + 'PYMODULE'), + ('numpy.polynomial.hermite', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\polynomial\\hermite.py', + 'PYMODULE'), + ('numpy.polynomial.legendre', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\polynomial\\legendre.py', + 'PYMODULE'), + ('numpy.polynomial.chebyshev', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\polynomial\\chebyshev.py', + 'PYMODULE'), + ('numpy.polynomial.polynomial', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\polynomial\\polynomial.py', + 'PYMODULE'), + ('numpy.polynomial.polyutils', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\polynomial\\polyutils.py', + 'PYMODULE'), + ('numpy.fft', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\fft\\__init__.py', + 'PYMODULE'), + ('numpy.fft.helper', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\fft\\helper.py', + 'PYMODULE'), + ('numpy.fft._pocketfft', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\fft\\_pocketfft.py', + 'PYMODULE'), + ('numpy.linalg', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\linalg\\__init__.py', + 'PYMODULE'), + ('numpy.linalg.linalg', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\linalg\\linalg.py', + 'PYMODULE'), + ('numpy.lib', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\__init__.py', + 'PYMODULE'), + ('numpy.lib._version', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\_version.py', + 'PYMODULE'), + ('numpy.lib.arraypad', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\arraypad.py', + 'PYMODULE'), + ('numpy.lib.arrayterator', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\arrayterator.py', + 'PYMODULE'), + ('numpy.lib.npyio', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\npyio.py', + 'PYMODULE'), + ('numpy.ma.mrecords', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\ma\\mrecords.py', + 'PYMODULE'), + ('numpy.core.records', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\records.py', + 'PYMODULE'), + ('numpy.lib._iotools', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\_iotools.py', + 'PYMODULE'), + ('numpy.lib._datasource', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\_datasource.py', + 'PYMODULE'), + ('numpy.lib.format', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\format.py', + 'PYMODULE'), + ('numpy.compat.py3k', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\compat\\py3k.py', + 'PYMODULE'), + ('numpy.lib.arraysetops', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\arraysetops.py', + 'PYMODULE'), + ('numpy.lib.utils', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\utils.py', + 'PYMODULE'), + ('numpy.lib.polynomial', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\polynomial.py', + 'PYMODULE'), + ('numpy.lib.ufunclike', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\ufunclike.py', + 'PYMODULE'), + ('numpy.lib.shape_base', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\shape_base.py', + 'PYMODULE'), + ('numpy.lib.nanfunctions', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\nanfunctions.py', + 'PYMODULE'), + ('numpy.lib.type_check', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\type_check.py', + 'PYMODULE'), + ('numpy.core.getlimits', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\getlimits.py', + 'PYMODULE'), + ('numpy.core._machar', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\_machar.py', + 'PYMODULE'), + ('numpy.lib.scimath', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\scimath.py', + 'PYMODULE'), + ('numpy.lib.mixins', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\lib\\mixins.py', + 'PYMODULE'), + ('numpy.compat', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\compat\\__init__.py', + 'PYMODULE'), + ('numpy.core', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\__init__.py', + 'PYMODULE'), + ('numpy.core._dtype_ctypes', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\_dtype_ctypes.py', + 'PYMODULE'), + ('numpy.core._add_newdocs_scalars', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\_add_newdocs_scalars.py', + 'PYMODULE'), + ('numpy.core._add_newdocs', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\_add_newdocs.py', + 'PYMODULE'), + ('numpy.core.einsumfunc', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\einsumfunc.py', + 'PYMODULE'), + ('numpy.core.memmap', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\core\\memmap.py', + 'PYMODULE'), + ('numpy.core.defchararray', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\core\\defchararray.py', + 'PYMODULE'), + ('numpy._distributor_init', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\_distributor_init.py', + 'PYMODULE'), + ('numpy.__config__', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\__config__.py', + 'PYMODULE'), + ('numpy.array_api', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\__init__.py', + 'PYMODULE'), + ('numpy.array_api._utility_functions', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_utility_functions.py', + 'PYMODULE'), + ('numpy.array_api._array_object', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_array_object.py', + 'PYMODULE'), + ('numpy.typing', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\typing\\__init__.py', + 'PYMODULE'), + ('numpy._typing._add_docstring', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\_typing\\_add_docstring.py', + 'PYMODULE'), + ('numpy._typing._generic_alias', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\_typing\\_generic_alias.py', + 'PYMODULE'), + ('numpy._typing', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\_typing\\__init__.py', + 'PYMODULE'), + ('numpy._typing._array_like', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\_typing\\_array_like.py', + 'PYMODULE'), + ('numpy._typing._dtype_like', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\_typing\\_dtype_like.py', + 'PYMODULE'), + ('numpy._typing._shape', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\_typing\\_shape.py', + 'PYMODULE'), + ('numpy._typing._scalars', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\_typing\\_scalars.py', + 'PYMODULE'), + ('numpy._typing._char_codes', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\_typing\\_char_codes.py', + 'PYMODULE'), + ('numpy._typing._nbit', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\_typing\\_nbit.py', + 'PYMODULE'), + ('numpy._typing._nested_sequence', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\_typing\\_nested_sequence.py', + 'PYMODULE'), + ('numpy.array_api._typing', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_typing.py', + 'PYMODULE'), + ('numpy.array_api._statistical_functions', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_statistical_functions.py', + 'PYMODULE'), + ('numpy.array_api._sorting_functions', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_sorting_functions.py', + 'PYMODULE'), + ('numpy.array_api._set_functions', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_set_functions.py', + 'PYMODULE'), + ('numpy.array_api._searching_functions', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_searching_functions.py', + 'PYMODULE'), + ('numpy.array_api._manipulation_functions', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_manipulation_functions.py', + 'PYMODULE'), + ('numpy.array_api.linalg', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\array_api\\linalg.py', + 'PYMODULE'), + ('numpy.array_api._elementwise_functions', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_elementwise_functions.py', + 'PYMODULE'), + ('numpy.array_api._dtypes', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_dtypes.py', + 'PYMODULE'), + ('numpy.array_api._data_type_functions', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_data_type_functions.py', + 'PYMODULE'), + ('dataclasses', 'c:\\program files\\python\\lib\\dataclasses.py', 'PYMODULE'), + ('numpy.array_api._creation_functions', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_creation_functions.py', + 'PYMODULE'), + ('numpy.array_api._constants', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\numpy\\array_api\\_constants.py', + 'PYMODULE'), + ('numpy._globals', + 'c:\\program files\\python\\lib\\site-packages\\numpy\\_globals.py', + 'PYMODULE'), + ('setuptools.namespaces', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\namespaces.py', + 'PYMODULE'), + ('setuptools.monkey', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\monkey.py', + 'PYMODULE'), + ('setuptools.depends', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\depends.py', + 'PYMODULE'), + ('setuptools.dist', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\dist.py', + 'PYMODULE'), + ('setuptools.installer', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\installer.py', + 'PYMODULE'), + ('setuptools.py31compat', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\py31compat.py', + 'PYMODULE'), + ('setuptools.config', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\config.py', + 'PYMODULE'), + ('setuptools.ssl_support', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\ssl_support.py', + 'PYMODULE'), + ('setuptools.windows_support', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\windows_support.py', + 'PYMODULE'), + ('setuptools.extension', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\extension.py', + 'PYMODULE'), + ('setuptools.version', + 'c:\\program files\\python\\lib\\site-packages\\setuptools\\version.py', + 'PYMODULE'), + ('setuptools._deprecation_warning', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\setuptools\\_deprecation_warning.py', + 'PYMODULE'), + ('cffi.cparser', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\cparser.py', + 'PYMODULE'), + ('pycparser.lextab', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\lextab.py', + 'PYMODULE'), + ('pycparser.yacctab', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\yacctab.py', + 'PYMODULE'), + ('pycparser', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\__init__.py', + 'PYMODULE'), + ('pycparser.c_parser', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\c_parser.py', + 'PYMODULE'), + ('pycparser.ast_transforms', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\pycparser\\ast_transforms.py', + 'PYMODULE'), + ('pycparser.plyparser', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\plyparser.py', + 'PYMODULE'), + ('pycparser.c_lexer', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\c_lexer.py', + 'PYMODULE'), + ('pycparser.ply.lex', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\ply\\lex.py', + 'PYMODULE'), + ('pycparser.ply.yacc', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\ply\\yacc.py', + 'PYMODULE'), + ('pycparser.ply', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\ply\\__init__.py', + 'PYMODULE'), + ('pycparser.c_ast', + 'c:\\program files\\python\\lib\\site-packages\\pycparser\\c_ast.py', + 'PYMODULE'), + ('cffi.commontypes', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\commontypes.py', + 'PYMODULE'), + ('cffi.model', + 'c:\\program files\\python\\lib\\site-packages\\cffi\\model.py', + 'PYMODULE'), + ('Crypto.Util._file_system', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Util\\_file_system.py', + 'PYMODULE'), + ('Crypto.Util.py3compat', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Util\\py3compat.py', + 'PYMODULE'), + ('Crypto.Cipher.AES', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Cipher\\AES.py', + 'PYMODULE'), + ('Crypto.Random', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Random\\__init__.py', + 'PYMODULE'), + ('Crypto.Cipher', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Cipher\\__init__.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_ocb', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_ocb.py', + 'PYMODULE'), + ('Crypto.Hash.BLAKE2s', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\BLAKE2s.py', + 'PYMODULE'), + ('Crypto.Hash', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\__init__.py', + 'PYMODULE'), + ('Crypto.Hash.HMAC', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\HMAC.py', + 'PYMODULE'), + ('Crypto.Hash.MD5', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\MD5.py', + 'PYMODULE'), + ('Crypto.Hash.CMAC', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\CMAC.py', + 'PYMODULE'), + ('Crypto.Hash.SHA3_512', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\SHA3_512.py', + 'PYMODULE'), + ('Crypto.Hash.keccak', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\keccak.py', + 'PYMODULE'), + ('Crypto.Hash.SHA3_384', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\SHA3_384.py', + 'PYMODULE'), + ('Crypto.Hash.SHA3_256', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\SHA3_256.py', + 'PYMODULE'), + ('Crypto.Hash.SHA3_224', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\SHA3_224.py', + 'PYMODULE'), + ('Crypto.Hash.SHA512', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\SHA512.py', + 'PYMODULE'), + ('Crypto.Hash.SHA384', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\SHA384.py', + 'PYMODULE'), + ('Crypto.Hash.SHA256', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\SHA256.py', + 'PYMODULE'), + ('Crypto.Hash.SHA224', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\SHA224.py', + 'PYMODULE'), + ('Crypto.Hash.SHA1', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Hash\\SHA1.py', + 'PYMODULE'), + ('Crypto.Util.strxor', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Util\\strxor.py', + 'PYMODULE'), + ('Crypto.Util.number', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Util\\number.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_gcm', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_gcm.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_siv', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_siv.py', + 'PYMODULE'), + ('Crypto.Protocol.KDF', + 'c:\\program files\\python\\lib\\site-packages\\Crypto\\Protocol\\KDF.py', + 'PYMODULE'), + ('Crypto.Protocol', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Protocol\\__init__.py', + 'PYMODULE'), + ('Crypto.Cipher._EKSBlowfish', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_EKSBlowfish.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_eax', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_eax.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_ccm', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_ccm.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_openpgp', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_openpgp.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_ctr', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_ctr.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_ofb', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_ofb.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_cfb', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_cfb.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_cbc', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_cbc.py', + 'PYMODULE'), + ('Crypto.Cipher._mode_ecb', + 'c:\\program ' + 'files\\python\\lib\\site-packages\\Crypto\\Cipher\\_mode_ecb.py', + 'PYMODULE'), + ('tkinter.messagebox', + 'c:\\program files\\python\\lib\\tkinter\\messagebox.py', + 'PYMODULE'), + ('tkinter.commondialog', + 'c:\\program files\\python\\lib\\tkinter\\commondialog.py', + 'PYMODULE'), + ('tkinter', + 'c:\\program files\\python\\lib\\tkinter\\__init__.py', + 'PYMODULE'), + ('tkinter.constants', + 'c:\\program files\\python\\lib\\tkinter\\constants.py', + 'PYMODULE')]) diff --git a/build/main/Tree-00.toc b/build/main/Tree-00.toc new file mode 100644 index 0000000..d941ff7 --- /dev/null +++ b/build/main/Tree-00.toc @@ -0,0 +1,2487 @@ +('c:\\program files\\python\\tcl\\tcl8.6', + 'tcl', + ['demos', '*.lib', 'tclConfig.sh'], + 'DATA', + [('tcl\\auto.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\auto.tcl', 'DATA'), + ('tcl\\clock.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\clock.tcl', + 'DATA'), + ('tcl\\history.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\history.tcl', + 'DATA'), + ('tcl\\init.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\init.tcl', 'DATA'), + ('tcl\\package.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\package.tcl', + 'DATA'), + ('tcl\\parray.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\parray.tcl', + 'DATA'), + ('tcl\\safe.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\safe.tcl', 'DATA'), + ('tcl\\tclIndex', 'c:\\program files\\python\\tcl\\tcl8.6\\tclIndex', 'DATA'), + ('tcl\\tm.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\tm.tcl', 'DATA'), + ('tcl\\word.tcl', 'c:\\program files\\python\\tcl\\tcl8.6\\word.tcl', 'DATA'), + ('tcl\\tzdata\\CET', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\CET', + 'DATA'), + ('tcl\\tzdata\\CST6CDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\CST6CDT', + 'DATA'), + ('tcl\\tzdata\\Cuba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Cuba', + 'DATA'), + ('tcl\\tzdata\\EET', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\EET', + 'DATA'), + ('tcl\\tzdata\\Egypt', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Egypt', + 'DATA'), + ('tcl\\tzdata\\Eire', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Eire', + 'DATA'), + ('tcl\\tzdata\\EST', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\EST', + 'DATA'), + ('tcl\\tzdata\\EST5EDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\EST5EDT', + 'DATA'), + ('tcl\\tzdata\\GB', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GB', + 'DATA'), + ('tcl\\tzdata\\GB-Eire', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GB-Eire', + 'DATA'), + ('tcl\\tzdata\\GMT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GMT', + 'DATA'), + ('tcl\\tzdata\\GMT+0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GMT+0', + 'DATA'), + ('tcl\\tzdata\\GMT-0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GMT-0', + 'DATA'), + ('tcl\\tzdata\\GMT0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\GMT0', + 'DATA'), + ('tcl\\tzdata\\Greenwich', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Greenwich', + 'DATA'), + ('tcl\\tzdata\\Hongkong', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Hongkong', + 'DATA'), + ('tcl\\tzdata\\HST', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\HST', + 'DATA'), + ('tcl\\tzdata\\Iceland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Iceland', + 'DATA'), + ('tcl\\tzdata\\Iran', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Iran', + 'DATA'), + ('tcl\\tzdata\\Israel', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Israel', + 'DATA'), + ('tcl\\tzdata\\Jamaica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Jamaica', + 'DATA'), + ('tcl\\tzdata\\Japan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Japan', + 'DATA'), + ('tcl\\tzdata\\Kwajalein', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Kwajalein', + 'DATA'), + ('tcl\\tzdata\\Libya', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Libya', + 'DATA'), + ('tcl\\tzdata\\MET', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\MET', + 'DATA'), + ('tcl\\tzdata\\MST', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\MST', + 'DATA'), + ('tcl\\tzdata\\MST7MDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\MST7MDT', + 'DATA'), + ('tcl\\tzdata\\Navajo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Navajo', + 'DATA'), + ('tcl\\tzdata\\NZ', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\NZ', + 'DATA'), + ('tcl\\tzdata\\NZ-CHAT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\NZ-CHAT', + 'DATA'), + ('tcl\\tzdata\\Poland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Poland', + 'DATA'), + ('tcl\\tzdata\\Portugal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Portugal', + 'DATA'), + ('tcl\\tzdata\\PRC', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\PRC', + 'DATA'), + ('tcl\\tzdata\\PST8PDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\PST8PDT', + 'DATA'), + ('tcl\\tzdata\\ROC', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\ROC', + 'DATA'), + ('tcl\\tzdata\\ROK', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\ROK', + 'DATA'), + ('tcl\\tzdata\\Singapore', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Singapore', + 'DATA'), + ('tcl\\tzdata\\Turkey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Turkey', + 'DATA'), + ('tcl\\tzdata\\UCT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\UCT', + 'DATA'), + ('tcl\\tzdata\\Universal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Universal', + 'DATA'), + ('tcl\\tzdata\\UTC', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\UTC', + 'DATA'), + ('tcl\\tzdata\\W-SU', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\W-SU', + 'DATA'), + ('tcl\\tzdata\\WET', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\WET', + 'DATA'), + ('tcl\\tzdata\\Zulu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Zulu', + 'DATA'), + ('tcl\\tzdata\\US\\Alaska', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Alaska', + 'DATA'), + ('tcl\\tzdata\\US\\Aleutian', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Aleutian', + 'DATA'), + ('tcl\\tzdata\\US\\Arizona', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Arizona', + 'DATA'), + ('tcl\\tzdata\\US\\Central', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Central', + 'DATA'), + ('tcl\\tzdata\\US\\East-Indiana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\East-Indiana', + 'DATA'), + ('tcl\\tzdata\\US\\Eastern', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Eastern', + 'DATA'), + ('tcl\\tzdata\\US\\Hawaii', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Hawaii', + 'DATA'), + ('tcl\\tzdata\\US\\Indiana-Starke', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Indiana-Starke', + 'DATA'), + ('tcl\\tzdata\\US\\Michigan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Michigan', + 'DATA'), + ('tcl\\tzdata\\US\\Mountain', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Mountain', + 'DATA'), + ('tcl\\tzdata\\US\\Pacific', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Pacific', + 'DATA'), + ('tcl\\tzdata\\US\\Pacific-New', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Pacific-New', + 'DATA'), + ('tcl\\tzdata\\US\\Samoa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\US\\Samoa', + 'DATA'), + ('tcl\\tzdata\\SystemV\\AST4', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\AST4', + 'DATA'), + ('tcl\\tzdata\\SystemV\\AST4ADT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\AST4ADT', + 'DATA'), + ('tcl\\tzdata\\SystemV\\CST6', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\CST6', + 'DATA'), + ('tcl\\tzdata\\SystemV\\CST6CDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\CST6CDT', + 'DATA'), + ('tcl\\tzdata\\SystemV\\EST5', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\EST5', + 'DATA'), + ('tcl\\tzdata\\SystemV\\EST5EDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\EST5EDT', + 'DATA'), + ('tcl\\tzdata\\SystemV\\HST10', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\HST10', + 'DATA'), + ('tcl\\tzdata\\SystemV\\MST7', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\MST7', + 'DATA'), + ('tcl\\tzdata\\SystemV\\MST7MDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\MST7MDT', + 'DATA'), + ('tcl\\tzdata\\SystemV\\PST8', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\PST8', + 'DATA'), + ('tcl\\tzdata\\SystemV\\PST8PDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\PST8PDT', + 'DATA'), + ('tcl\\tzdata\\SystemV\\YST9', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\YST9', + 'DATA'), + ('tcl\\tzdata\\SystemV\\YST9YDT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\SystemV\\YST9YDT', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Apia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Apia', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Auckland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Auckland', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Bougainville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Bougainville', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Chatham', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Chatham', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Chuuk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Chuuk', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Easter', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Easter', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Efate', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Efate', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Enderbury', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Enderbury', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Fakaofo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Fakaofo', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Fiji', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Fiji', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Funafuti', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Funafuti', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Galapagos', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Galapagos', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Gambier', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Gambier', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Guadalcanal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Guadalcanal', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Guam', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Guam', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Honolulu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Honolulu', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Johnston', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Johnston', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kiritimati', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Kiritimati', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kosrae', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Kosrae', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kwajalein', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Kwajalein', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Majuro', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Majuro', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Marquesas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Marquesas', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Midway', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Midway', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Nauru', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Nauru', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Niue', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Niue', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Norfolk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Norfolk', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Noumea', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Noumea', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pago_Pago', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Pago_Pago', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Palau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Palau', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pitcairn', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Pitcairn', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pohnpei', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Pohnpei', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Ponape', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Ponape', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Port_Moresby', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Port_Moresby', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Rarotonga', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Rarotonga', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Saipan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Saipan', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Samoa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Samoa', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tahiti', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Tahiti', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tarawa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Tarawa', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tongatapu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Tongatapu', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Truk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Truk', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Wake', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Wake', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Wallis', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Wallis', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Yap', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Pacific\\Yap', + 'DATA'), + ('tcl\\tzdata\\Mexico\\BajaNorte', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Mexico\\BajaNorte', + 'DATA'), + ('tcl\\tzdata\\Mexico\\BajaSur', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Mexico\\BajaSur', + 'DATA'), + ('tcl\\tzdata\\Mexico\\General', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Mexico\\General', + 'DATA'), + ('tcl\\tzdata\\Indian\\Antananarivo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Antananarivo', + 'DATA'), + ('tcl\\tzdata\\Indian\\Chagos', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Chagos', + 'DATA'), + ('tcl\\tzdata\\Indian\\Christmas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Christmas', + 'DATA'), + ('tcl\\tzdata\\Indian\\Cocos', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Cocos', + 'DATA'), + ('tcl\\tzdata\\Indian\\Comoro', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Comoro', + 'DATA'), + ('tcl\\tzdata\\Indian\\Kerguelen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Kerguelen', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mahe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Mahe', + 'DATA'), + ('tcl\\tzdata\\Indian\\Maldives', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Maldives', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mauritius', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Mauritius', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mayotte', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Mayotte', + 'DATA'), + ('tcl\\tzdata\\Indian\\Reunion', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Indian\\Reunion', + 'DATA'), + ('tcl\\tzdata\\Europe\\Amsterdam', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Amsterdam', + 'DATA'), + ('tcl\\tzdata\\Europe\\Andorra', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Andorra', + 'DATA'), + ('tcl\\tzdata\\Europe\\Astrakhan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Astrakhan', + 'DATA'), + ('tcl\\tzdata\\Europe\\Athens', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Athens', + 'DATA'), + ('tcl\\tzdata\\Europe\\Belfast', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Belfast', + 'DATA'), + ('tcl\\tzdata\\Europe\\Belgrade', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Belgrade', + 'DATA'), + ('tcl\\tzdata\\Europe\\Berlin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Berlin', + 'DATA'), + ('tcl\\tzdata\\Europe\\Bratislava', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Bratislava', + 'DATA'), + ('tcl\\tzdata\\Europe\\Brussels', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Brussels', + 'DATA'), + ('tcl\\tzdata\\Europe\\Bucharest', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Bucharest', + 'DATA'), + ('tcl\\tzdata\\Europe\\Budapest', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Budapest', + 'DATA'), + ('tcl\\tzdata\\Europe\\Busingen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Busingen', + 'DATA'), + ('tcl\\tzdata\\Europe\\Chisinau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Chisinau', + 'DATA'), + ('tcl\\tzdata\\Europe\\Copenhagen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Copenhagen', + 'DATA'), + ('tcl\\tzdata\\Europe\\Dublin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Dublin', + 'DATA'), + ('tcl\\tzdata\\Europe\\Gibraltar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Gibraltar', + 'DATA'), + ('tcl\\tzdata\\Europe\\Guernsey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Guernsey', + 'DATA'), + ('tcl\\tzdata\\Europe\\Helsinki', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Helsinki', + 'DATA'), + ('tcl\\tzdata\\Europe\\Isle_of_Man', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Isle_of_Man', + 'DATA'), + ('tcl\\tzdata\\Europe\\Istanbul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Istanbul', + 'DATA'), + ('tcl\\tzdata\\Europe\\Jersey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Jersey', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kaliningrad', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Kaliningrad', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kiev', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Kiev', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kirov', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Kirov', + 'DATA'), + ('tcl\\tzdata\\Europe\\Lisbon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Lisbon', + 'DATA'), + ('tcl\\tzdata\\Europe\\Ljubljana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Ljubljana', + 'DATA'), + ('tcl\\tzdata\\Europe\\London', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\London', + 'DATA'), + ('tcl\\tzdata\\Europe\\Luxembourg', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Luxembourg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Madrid', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Madrid', + 'DATA'), + ('tcl\\tzdata\\Europe\\Malta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Malta', + 'DATA'), + ('tcl\\tzdata\\Europe\\Mariehamn', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Mariehamn', + 'DATA'), + ('tcl\\tzdata\\Europe\\Minsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Minsk', + 'DATA'), + ('tcl\\tzdata\\Europe\\Monaco', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Monaco', + 'DATA'), + ('tcl\\tzdata\\Europe\\Moscow', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Moscow', + 'DATA'), + ('tcl\\tzdata\\Europe\\Nicosia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Nicosia', + 'DATA'), + ('tcl\\tzdata\\Europe\\Oslo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Oslo', + 'DATA'), + ('tcl\\tzdata\\Europe\\Paris', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Paris', + 'DATA'), + ('tcl\\tzdata\\Europe\\Podgorica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Podgorica', + 'DATA'), + ('tcl\\tzdata\\Europe\\Prague', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Prague', + 'DATA'), + ('tcl\\tzdata\\Europe\\Riga', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Riga', + 'DATA'), + ('tcl\\tzdata\\Europe\\Rome', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Rome', + 'DATA'), + ('tcl\\tzdata\\Europe\\Samara', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Samara', + 'DATA'), + ('tcl\\tzdata\\Europe\\San_Marino', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\San_Marino', + 'DATA'), + ('tcl\\tzdata\\Europe\\Sarajevo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Sarajevo', + 'DATA'), + ('tcl\\tzdata\\Europe\\Saratov', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Saratov', + 'DATA'), + ('tcl\\tzdata\\Europe\\Simferopol', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Simferopol', + 'DATA'), + ('tcl\\tzdata\\Europe\\Skopje', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Skopje', + 'DATA'), + ('tcl\\tzdata\\Europe\\Sofia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Sofia', + 'DATA'), + ('tcl\\tzdata\\Europe\\Stockholm', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Stockholm', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tallinn', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Tallinn', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tirane', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Tirane', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tiraspol', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Tiraspol', + 'DATA'), + ('tcl\\tzdata\\Europe\\Ulyanovsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Ulyanovsk', + 'DATA'), + ('tcl\\tzdata\\Europe\\Uzhgorod', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Uzhgorod', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vaduz', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Vaduz', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vatican', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Vatican', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vienna', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Vienna', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vilnius', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Vilnius', + 'DATA'), + ('tcl\\tzdata\\Europe\\Volgograd', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Volgograd', + 'DATA'), + ('tcl\\tzdata\\Europe\\Warsaw', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Warsaw', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zagreb', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Zagreb', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zaporozhye', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Zaporozhye', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zurich', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Europe\\Zurich', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+0', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+1', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+1', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+10', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+10', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+11', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+11', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+12', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+12', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+2', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+2', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+3', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+3', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+4', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+4', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+5', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+5', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+6', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+6', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+7', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+7', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+8', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+8', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+9', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+9', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-0', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-1', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-1', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-10', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-10', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-11', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-11', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-12', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-12', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-13', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-13', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-14', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-14', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-2', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-2', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-3', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-3', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-4', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-4', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-5', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-5', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-6', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-6', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-7', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-7', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-8', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-8', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-9', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-9', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT0', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\GMT0', + 'DATA'), + ('tcl\\tzdata\\Etc\\Greenwich', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\Greenwich', + 'DATA'), + ('tcl\\tzdata\\Etc\\UCT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\UCT', + 'DATA'), + ('tcl\\tzdata\\Etc\\Universal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\Universal', + 'DATA'), + ('tcl\\tzdata\\Etc\\UTC', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\UTC', + 'DATA'), + ('tcl\\tzdata\\Etc\\Zulu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Etc\\Zulu', + 'DATA'), + ('tcl\\tzdata\\Chile\\Continental', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Chile\\Continental', + 'DATA'), + ('tcl\\tzdata\\Chile\\EasterIsland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Chile\\EasterIsland', + 'DATA'), + ('tcl\\tzdata\\Canada\\Atlantic', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Atlantic', + 'DATA'), + ('tcl\\tzdata\\Canada\\Central', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Central', + 'DATA'), + ('tcl\\tzdata\\Canada\\East-Saskatchewan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\East-Saskatchewan', + 'DATA'), + ('tcl\\tzdata\\Canada\\Eastern', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Eastern', + 'DATA'), + ('tcl\\tzdata\\Canada\\Mountain', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Mountain', + 'DATA'), + ('tcl\\tzdata\\Canada\\Newfoundland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Newfoundland', + 'DATA'), + ('tcl\\tzdata\\Canada\\Pacific', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Pacific', + 'DATA'), + ('tcl\\tzdata\\Canada\\Saskatchewan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Saskatchewan', + 'DATA'), + ('tcl\\tzdata\\Canada\\Yukon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Canada\\Yukon', + 'DATA'), + ('tcl\\tzdata\\Brazil\\Acre', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Brazil\\Acre', + 'DATA'), + ('tcl\\tzdata\\Brazil\\DeNoronha', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Brazil\\DeNoronha', + 'DATA'), + ('tcl\\tzdata\\Brazil\\East', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Brazil\\East', + 'DATA'), + ('tcl\\tzdata\\Brazil\\West', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Brazil\\West', + 'DATA'), + ('tcl\\tzdata\\Australia\\ACT', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\ACT', + 'DATA'), + ('tcl\\tzdata\\Australia\\Adelaide', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Adelaide', + 'DATA'), + ('tcl\\tzdata\\Australia\\Brisbane', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Brisbane', + 'DATA'), + ('tcl\\tzdata\\Australia\\Broken_Hill', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Broken_Hill', + 'DATA'), + ('tcl\\tzdata\\Australia\\Canberra', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Canberra', + 'DATA'), + ('tcl\\tzdata\\Australia\\Currie', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Currie', + 'DATA'), + ('tcl\\tzdata\\Australia\\Darwin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Darwin', + 'DATA'), + ('tcl\\tzdata\\Australia\\Eucla', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Eucla', + 'DATA'), + ('tcl\\tzdata\\Australia\\Hobart', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Hobart', + 'DATA'), + ('tcl\\tzdata\\Australia\\LHI', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\LHI', + 'DATA'), + ('tcl\\tzdata\\Australia\\Lindeman', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Lindeman', + 'DATA'), + ('tcl\\tzdata\\Australia\\Lord_Howe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Lord_Howe', + 'DATA'), + ('tcl\\tzdata\\Australia\\Melbourne', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Melbourne', + 'DATA'), + ('tcl\\tzdata\\Australia\\North', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\North', + 'DATA'), + ('tcl\\tzdata\\Australia\\NSW', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\NSW', + 'DATA'), + ('tcl\\tzdata\\Australia\\Perth', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Perth', + 'DATA'), + ('tcl\\tzdata\\Australia\\Queensland', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Queensland', + 'DATA'), + ('tcl\\tzdata\\Australia\\South', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\South', + 'DATA'), + ('tcl\\tzdata\\Australia\\Sydney', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Sydney', + 'DATA'), + ('tcl\\tzdata\\Australia\\Tasmania', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Tasmania', + 'DATA'), + ('tcl\\tzdata\\Australia\\Victoria', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Victoria', + 'DATA'), + ('tcl\\tzdata\\Australia\\West', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\West', + 'DATA'), + ('tcl\\tzdata\\Australia\\Yancowinna', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Australia\\Yancowinna', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Azores', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Azores', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Bermuda', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Bermuda', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Canary', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Canary', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Cape_Verde', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Cape_Verde', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Faeroe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Faeroe', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Faroe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Faroe', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Jan_Mayen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Jan_Mayen', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Madeira', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Madeira', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Reykjavik', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Reykjavik', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\South_Georgia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\South_Georgia', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Stanley', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\Stanley', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\St_Helena', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Atlantic\\St_Helena', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aden', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Aden', + 'DATA'), + ('tcl\\tzdata\\Asia\\Almaty', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Almaty', + 'DATA'), + ('tcl\\tzdata\\Asia\\Amman', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Amman', + 'DATA'), + ('tcl\\tzdata\\Asia\\Anadyr', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Anadyr', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aqtau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Aqtau', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aqtobe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Aqtobe', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ashgabat', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ashgabat', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ashkhabad', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ashkhabad', + 'DATA'), + ('tcl\\tzdata\\Asia\\Atyrau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Atyrau', + 'DATA'), + ('tcl\\tzdata\\Asia\\Baghdad', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Baghdad', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bahrain', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Bahrain', + 'DATA'), + ('tcl\\tzdata\\Asia\\Baku', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Baku', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bangkok', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Bangkok', + 'DATA'), + ('tcl\\tzdata\\Asia\\Barnaul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Barnaul', + 'DATA'), + ('tcl\\tzdata\\Asia\\Beirut', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Beirut', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bishkek', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Bishkek', + 'DATA'), + ('tcl\\tzdata\\Asia\\Brunei', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Brunei', + 'DATA'), + ('tcl\\tzdata\\Asia\\Calcutta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Calcutta', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chita', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Chita', + 'DATA'), + ('tcl\\tzdata\\Asia\\Choibalsan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Choibalsan', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chongqing', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Chongqing', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chungking', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Chungking', + 'DATA'), + ('tcl\\tzdata\\Asia\\Colombo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Colombo', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dacca', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dacca', + 'DATA'), + ('tcl\\tzdata\\Asia\\Damascus', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Damascus', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dhaka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dhaka', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dili', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dili', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dubai', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dubai', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dushanbe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Dushanbe', + 'DATA'), + ('tcl\\tzdata\\Asia\\Famagusta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Famagusta', + 'DATA'), + ('tcl\\tzdata\\Asia\\Gaza', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Gaza', + 'DATA'), + ('tcl\\tzdata\\Asia\\Harbin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Harbin', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hebron', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Hebron', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hong_Kong', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Hong_Kong', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hovd', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Hovd', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ho_Chi_Minh', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ho_Chi_Minh', + 'DATA'), + ('tcl\\tzdata\\Asia\\Irkutsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Irkutsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Istanbul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Istanbul', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jakarta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Jakarta', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jayapura', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Jayapura', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jerusalem', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Jerusalem', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kabul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kabul', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kamchatka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kamchatka', + 'DATA'), + ('tcl\\tzdata\\Asia\\Karachi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Karachi', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kashgar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kashgar', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kathmandu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kathmandu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Katmandu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Katmandu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Khandyga', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Khandyga', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kolkata', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kolkata', + 'DATA'), + ('tcl\\tzdata\\Asia\\Krasnoyarsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Krasnoyarsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuala_Lumpur', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kuala_Lumpur', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuching', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kuching', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuwait', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Kuwait', + 'DATA'), + ('tcl\\tzdata\\Asia\\Macao', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Macao', + 'DATA'), + ('tcl\\tzdata\\Asia\\Macau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Macau', + 'DATA'), + ('tcl\\tzdata\\Asia\\Magadan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Magadan', + 'DATA'), + ('tcl\\tzdata\\Asia\\Makassar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Makassar', + 'DATA'), + ('tcl\\tzdata\\Asia\\Manila', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Manila', + 'DATA'), + ('tcl\\tzdata\\Asia\\Muscat', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Muscat', + 'DATA'), + ('tcl\\tzdata\\Asia\\Nicosia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Nicosia', + 'DATA'), + ('tcl\\tzdata\\Asia\\Novokuznetsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Novokuznetsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Novosibirsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Novosibirsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Omsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Omsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Oral', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Oral', + 'DATA'), + ('tcl\\tzdata\\Asia\\Phnom_Penh', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Phnom_Penh', + 'DATA'), + ('tcl\\tzdata\\Asia\\Pontianak', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Pontianak', + 'DATA'), + ('tcl\\tzdata\\Asia\\Pyongyang', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Pyongyang', + 'DATA'), + ('tcl\\tzdata\\Asia\\Qatar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Qatar', + 'DATA'), + ('tcl\\tzdata\\Asia\\Qyzylorda', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Qyzylorda', + 'DATA'), + ('tcl\\tzdata\\Asia\\Rangoon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Rangoon', + 'DATA'), + ('tcl\\tzdata\\Asia\\Riyadh', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Riyadh', + 'DATA'), + ('tcl\\tzdata\\Asia\\Saigon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Saigon', + 'DATA'), + ('tcl\\tzdata\\Asia\\Sakhalin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Sakhalin', + 'DATA'), + ('tcl\\tzdata\\Asia\\Samarkand', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Samarkand', + 'DATA'), + ('tcl\\tzdata\\Asia\\Seoul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Seoul', + 'DATA'), + ('tcl\\tzdata\\Asia\\Shanghai', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Shanghai', + 'DATA'), + ('tcl\\tzdata\\Asia\\Singapore', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Singapore', + 'DATA'), + ('tcl\\tzdata\\Asia\\Srednekolymsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Srednekolymsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Taipei', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Taipei', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tashkent', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tashkent', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tbilisi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tbilisi', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tehran', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tehran', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tel_Aviv', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tel_Aviv', + 'DATA'), + ('tcl\\tzdata\\Asia\\Thimbu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Thimbu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Thimphu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Thimphu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tokyo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tokyo', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tomsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Tomsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ujung_Pandang', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ujung_Pandang', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ulaanbaatar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ulaanbaatar', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ulan_Bator', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ulan_Bator', + 'DATA'), + ('tcl\\tzdata\\Asia\\Urumqi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Urumqi', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ust-Nera', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Ust-Nera', + 'DATA'), + ('tcl\\tzdata\\Asia\\Vientiane', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Vientiane', + 'DATA'), + ('tcl\\tzdata\\Asia\\Vladivostok', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Vladivostok', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yakutsk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Yakutsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yangon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Yangon', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yekaterinburg', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Yekaterinburg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yerevan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Asia\\Yerevan', + 'DATA'), + ('tcl\\tzdata\\Arctic\\Longyearbyen', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Arctic\\Longyearbyen', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Casey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Casey', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Davis', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Davis', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\DumontDUrville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\DumontDUrville', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Macquarie', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Macquarie', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Mawson', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Mawson', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\McMurdo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\McMurdo', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Palmer', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Palmer', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Rothera', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Rothera', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\South_Pole', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\South_Pole', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Syowa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Syowa', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Troll', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Troll', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Vostok', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Antarctica\\Vostok', + 'DATA'), + ('tcl\\tzdata\\America\\Adak', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Adak', + 'DATA'), + ('tcl\\tzdata\\America\\Anchorage', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Anchorage', + 'DATA'), + ('tcl\\tzdata\\America\\Anguilla', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Anguilla', + 'DATA'), + ('tcl\\tzdata\\America\\Antigua', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Antigua', + 'DATA'), + ('tcl\\tzdata\\America\\Araguaina', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Araguaina', + 'DATA'), + ('tcl\\tzdata\\America\\Aruba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Aruba', + 'DATA'), + ('tcl\\tzdata\\America\\Asuncion', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Asuncion', + 'DATA'), + ('tcl\\tzdata\\America\\Atikokan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Atikokan', + 'DATA'), + ('tcl\\tzdata\\America\\Atka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Atka', + 'DATA'), + ('tcl\\tzdata\\America\\Bahia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Bahia', + 'DATA'), + ('tcl\\tzdata\\America\\Bahia_Banderas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Bahia_Banderas', + 'DATA'), + ('tcl\\tzdata\\America\\Barbados', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Barbados', + 'DATA'), + ('tcl\\tzdata\\America\\Belem', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Belem', + 'DATA'), + ('tcl\\tzdata\\America\\Belize', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Belize', + 'DATA'), + ('tcl\\tzdata\\America\\Blanc-Sablon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Blanc-Sablon', + 'DATA'), + ('tcl\\tzdata\\America\\Boa_Vista', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Boa_Vista', + 'DATA'), + ('tcl\\tzdata\\America\\Bogota', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Bogota', + 'DATA'), + ('tcl\\tzdata\\America\\Boise', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Boise', + 'DATA'), + ('tcl\\tzdata\\America\\Buenos_Aires', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Buenos_Aires', + 'DATA'), + ('tcl\\tzdata\\America\\Cambridge_Bay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cambridge_Bay', + 'DATA'), + ('tcl\\tzdata\\America\\Campo_Grande', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Campo_Grande', + 'DATA'), + ('tcl\\tzdata\\America\\Cancun', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cancun', + 'DATA'), + ('tcl\\tzdata\\America\\Caracas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Caracas', + 'DATA'), + ('tcl\\tzdata\\America\\Catamarca', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Catamarca', + 'DATA'), + ('tcl\\tzdata\\America\\Cayenne', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cayenne', + 'DATA'), + ('tcl\\tzdata\\America\\Cayman', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cayman', + 'DATA'), + ('tcl\\tzdata\\America\\Chicago', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Chicago', + 'DATA'), + ('tcl\\tzdata\\America\\Chihuahua', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Chihuahua', + 'DATA'), + ('tcl\\tzdata\\America\\Coral_Harbour', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Coral_Harbour', + 'DATA'), + ('tcl\\tzdata\\America\\Cordoba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cordoba', + 'DATA'), + ('tcl\\tzdata\\America\\Costa_Rica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Costa_Rica', + 'DATA'), + ('tcl\\tzdata\\America\\Creston', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Creston', + 'DATA'), + ('tcl\\tzdata\\America\\Cuiaba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Cuiaba', + 'DATA'), + ('tcl\\tzdata\\America\\Curacao', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Curacao', + 'DATA'), + ('tcl\\tzdata\\America\\Danmarkshavn', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Danmarkshavn', + 'DATA'), + ('tcl\\tzdata\\America\\Dawson', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Dawson', + 'DATA'), + ('tcl\\tzdata\\America\\Dawson_Creek', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Dawson_Creek', + 'DATA'), + ('tcl\\tzdata\\America\\Denver', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Denver', + 'DATA'), + ('tcl\\tzdata\\America\\Detroit', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Detroit', + 'DATA'), + ('tcl\\tzdata\\America\\Dominica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Dominica', + 'DATA'), + ('tcl\\tzdata\\America\\Edmonton', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Edmonton', + 'DATA'), + ('tcl\\tzdata\\America\\Eirunepe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Eirunepe', + 'DATA'), + ('tcl\\tzdata\\America\\El_Salvador', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\El_Salvador', + 'DATA'), + ('tcl\\tzdata\\America\\Ensenada', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Ensenada', + 'DATA'), + ('tcl\\tzdata\\America\\Fortaleza', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Fortaleza', + 'DATA'), + ('tcl\\tzdata\\America\\Fort_Nelson', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Fort_Nelson', + 'DATA'), + ('tcl\\tzdata\\America\\Fort_Wayne', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Fort_Wayne', + 'DATA'), + ('tcl\\tzdata\\America\\Glace_Bay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Glace_Bay', + 'DATA'), + ('tcl\\tzdata\\America\\Godthab', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Godthab', + 'DATA'), + ('tcl\\tzdata\\America\\Goose_Bay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Goose_Bay', + 'DATA'), + ('tcl\\tzdata\\America\\Grand_Turk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Grand_Turk', + 'DATA'), + ('tcl\\tzdata\\America\\Grenada', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Grenada', + 'DATA'), + ('tcl\\tzdata\\America\\Guadeloupe', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Guadeloupe', + 'DATA'), + ('tcl\\tzdata\\America\\Guatemala', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Guatemala', + 'DATA'), + ('tcl\\tzdata\\America\\Guayaquil', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Guayaquil', + 'DATA'), + ('tcl\\tzdata\\America\\Guyana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Guyana', + 'DATA'), + ('tcl\\tzdata\\America\\Halifax', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Halifax', + 'DATA'), + ('tcl\\tzdata\\America\\Havana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Havana', + 'DATA'), + ('tcl\\tzdata\\America\\Hermosillo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Hermosillo', + 'DATA'), + ('tcl\\tzdata\\America\\Indianapolis', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indianapolis', + 'DATA'), + ('tcl\\tzdata\\America\\Inuvik', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Inuvik', + 'DATA'), + ('tcl\\tzdata\\America\\Iqaluit', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Iqaluit', + 'DATA'), + ('tcl\\tzdata\\America\\Jamaica', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Jamaica', + 'DATA'), + ('tcl\\tzdata\\America\\Jujuy', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Jujuy', + 'DATA'), + ('tcl\\tzdata\\America\\Juneau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Juneau', + 'DATA'), + ('tcl\\tzdata\\America\\Knox_IN', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Knox_IN', + 'DATA'), + ('tcl\\tzdata\\America\\Kralendijk', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Kralendijk', + 'DATA'), + ('tcl\\tzdata\\America\\La_Paz', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\La_Paz', + 'DATA'), + ('tcl\\tzdata\\America\\Lima', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Lima', + 'DATA'), + ('tcl\\tzdata\\America\\Los_Angeles', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Los_Angeles', + 'DATA'), + ('tcl\\tzdata\\America\\Louisville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Louisville', + 'DATA'), + ('tcl\\tzdata\\America\\Lower_Princes', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Lower_Princes', + 'DATA'), + ('tcl\\tzdata\\America\\Maceio', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Maceio', + 'DATA'), + ('tcl\\tzdata\\America\\Managua', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Managua', + 'DATA'), + ('tcl\\tzdata\\America\\Manaus', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Manaus', + 'DATA'), + ('tcl\\tzdata\\America\\Marigot', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Marigot', + 'DATA'), + ('tcl\\tzdata\\America\\Martinique', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Martinique', + 'DATA'), + ('tcl\\tzdata\\America\\Matamoros', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Matamoros', + 'DATA'), + ('tcl\\tzdata\\America\\Mazatlan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Mazatlan', + 'DATA'), + ('tcl\\tzdata\\America\\Mendoza', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Mendoza', + 'DATA'), + ('tcl\\tzdata\\America\\Menominee', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Menominee', + 'DATA'), + ('tcl\\tzdata\\America\\Merida', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Merida', + 'DATA'), + ('tcl\\tzdata\\America\\Metlakatla', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Metlakatla', + 'DATA'), + ('tcl\\tzdata\\America\\Mexico_City', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Mexico_City', + 'DATA'), + ('tcl\\tzdata\\America\\Miquelon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Miquelon', + 'DATA'), + ('tcl\\tzdata\\America\\Moncton', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Moncton', + 'DATA'), + ('tcl\\tzdata\\America\\Monterrey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Monterrey', + 'DATA'), + ('tcl\\tzdata\\America\\Montevideo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Montevideo', + 'DATA'), + ('tcl\\tzdata\\America\\Montreal', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Montreal', + 'DATA'), + ('tcl\\tzdata\\America\\Montserrat', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Montserrat', + 'DATA'), + ('tcl\\tzdata\\America\\Nassau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Nassau', + 'DATA'), + ('tcl\\tzdata\\America\\New_York', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\New_York', + 'DATA'), + ('tcl\\tzdata\\America\\Nipigon', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Nipigon', + 'DATA'), + ('tcl\\tzdata\\America\\Nome', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Nome', + 'DATA'), + ('tcl\\tzdata\\America\\Noronha', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Noronha', + 'DATA'), + ('tcl\\tzdata\\America\\Ojinaga', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Ojinaga', + 'DATA'), + ('tcl\\tzdata\\America\\Panama', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Panama', + 'DATA'), + ('tcl\\tzdata\\America\\Pangnirtung', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Pangnirtung', + 'DATA'), + ('tcl\\tzdata\\America\\Paramaribo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Paramaribo', + 'DATA'), + ('tcl\\tzdata\\America\\Phoenix', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Phoenix', + 'DATA'), + ('tcl\\tzdata\\America\\Port-au-Prince', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Port-au-Prince', + 'DATA'), + ('tcl\\tzdata\\America\\Porto_Acre', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Porto_Acre', + 'DATA'), + ('tcl\\tzdata\\America\\Porto_Velho', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Porto_Velho', + 'DATA'), + ('tcl\\tzdata\\America\\Port_of_Spain', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Port_of_Spain', + 'DATA'), + ('tcl\\tzdata\\America\\Puerto_Rico', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Puerto_Rico', + 'DATA'), + ('tcl\\tzdata\\America\\Punta_Arenas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Punta_Arenas', + 'DATA'), + ('tcl\\tzdata\\America\\Rainy_River', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Rainy_River', + 'DATA'), + ('tcl\\tzdata\\America\\Rankin_Inlet', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Rankin_Inlet', + 'DATA'), + ('tcl\\tzdata\\America\\Recife', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Recife', + 'DATA'), + ('tcl\\tzdata\\America\\Regina', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Regina', + 'DATA'), + ('tcl\\tzdata\\America\\Resolute', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Resolute', + 'DATA'), + ('tcl\\tzdata\\America\\Rio_Branco', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Rio_Branco', + 'DATA'), + ('tcl\\tzdata\\America\\Rosario', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Rosario', + 'DATA'), + ('tcl\\tzdata\\America\\Santarem', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Santarem', + 'DATA'), + ('tcl\\tzdata\\America\\Santa_Isabel', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Santa_Isabel', + 'DATA'), + ('tcl\\tzdata\\America\\Santiago', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Santiago', + 'DATA'), + ('tcl\\tzdata\\America\\Santo_Domingo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Santo_Domingo', + 'DATA'), + ('tcl\\tzdata\\America\\Sao_Paulo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Sao_Paulo', + 'DATA'), + ('tcl\\tzdata\\America\\Scoresbysund', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Scoresbysund', + 'DATA'), + ('tcl\\tzdata\\America\\Shiprock', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Shiprock', + 'DATA'), + ('tcl\\tzdata\\America\\Sitka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Sitka', + 'DATA'), + ('tcl\\tzdata\\America\\St_Barthelemy', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Barthelemy', + 'DATA'), + ('tcl\\tzdata\\America\\St_Johns', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Johns', + 'DATA'), + ('tcl\\tzdata\\America\\St_Kitts', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Kitts', + 'DATA'), + ('tcl\\tzdata\\America\\St_Lucia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Lucia', + 'DATA'), + ('tcl\\tzdata\\America\\St_Thomas', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Thomas', + 'DATA'), + ('tcl\\tzdata\\America\\St_Vincent', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\St_Vincent', + 'DATA'), + ('tcl\\tzdata\\America\\Swift_Current', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Swift_Current', + 'DATA'), + ('tcl\\tzdata\\America\\Tegucigalpa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Tegucigalpa', + 'DATA'), + ('tcl\\tzdata\\America\\Thule', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Thule', + 'DATA'), + ('tcl\\tzdata\\America\\Thunder_Bay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Thunder_Bay', + 'DATA'), + ('tcl\\tzdata\\America\\Tijuana', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Tijuana', + 'DATA'), + ('tcl\\tzdata\\America\\Toronto', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Toronto', + 'DATA'), + ('tcl\\tzdata\\America\\Tortola', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Tortola', + 'DATA'), + ('tcl\\tzdata\\America\\Vancouver', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Vancouver', + 'DATA'), + ('tcl\\tzdata\\America\\Virgin', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Virgin', + 'DATA'), + ('tcl\\tzdata\\America\\Whitehorse', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Whitehorse', + 'DATA'), + ('tcl\\tzdata\\America\\Winnipeg', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Winnipeg', + 'DATA'), + ('tcl\\tzdata\\America\\Yakutat', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Yakutat', + 'DATA'), + ('tcl\\tzdata\\America\\Yellowknife', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Yellowknife', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\Beulah', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\Beulah', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\Center', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\Center', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\New_Salem', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\New_Salem', + 'DATA'), + ('tcl\\tzdata\\America\\Kentucky\\Louisville', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Kentucky\\Louisville', + 'DATA'), + ('tcl\\tzdata\\America\\Kentucky\\Monticello', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Kentucky\\Monticello', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Indianapolis', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Indianapolis', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Knox', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Knox', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Marengo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Marengo', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Petersburg', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Petersburg', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Tell_City', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Tell_City', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Vevay', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Vevay', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Vincennes', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Vincennes', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Winamac', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Winamac', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Buenos_Aires', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Buenos_Aires', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Catamarca', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Catamarca', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\ComodRivadavia', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\ComodRivadavia', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Cordoba', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Cordoba', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Jujuy', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Jujuy', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\La_Rioja', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\La_Rioja', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Mendoza', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Mendoza', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Rio_Gallegos', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Rio_Gallegos', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Salta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Salta', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\San_Juan', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\San_Juan', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\San_Luis', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\San_Luis', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Tucuman', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Tucuman', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Ushuaia', + 'c:\\program ' + 'files\\python\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Ushuaia', + 'DATA'), + ('tcl\\tzdata\\Africa\\Abidjan', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Abidjan', + 'DATA'), + ('tcl\\tzdata\\Africa\\Accra', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Accra', + 'DATA'), + ('tcl\\tzdata\\Africa\\Addis_Ababa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Addis_Ababa', + 'DATA'), + ('tcl\\tzdata\\Africa\\Algiers', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Algiers', + 'DATA'), + ('tcl\\tzdata\\Africa\\Asmara', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Asmara', + 'DATA'), + ('tcl\\tzdata\\Africa\\Asmera', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Asmera', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bamako', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Bamako', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bangui', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Bangui', + 'DATA'), + ('tcl\\tzdata\\Africa\\Banjul', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Banjul', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bissau', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Bissau', + 'DATA'), + ('tcl\\tzdata\\Africa\\Blantyre', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Blantyre', + 'DATA'), + ('tcl\\tzdata\\Africa\\Brazzaville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Brazzaville', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bujumbura', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Bujumbura', + 'DATA'), + ('tcl\\tzdata\\Africa\\Cairo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Cairo', + 'DATA'), + ('tcl\\tzdata\\Africa\\Casablanca', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Casablanca', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ceuta', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Ceuta', + 'DATA'), + ('tcl\\tzdata\\Africa\\Conakry', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Conakry', + 'DATA'), + ('tcl\\tzdata\\Africa\\Dakar', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Dakar', + 'DATA'), + ('tcl\\tzdata\\Africa\\Dar_es_Salaam', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Dar_es_Salaam', + 'DATA'), + ('tcl\\tzdata\\Africa\\Djibouti', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Djibouti', + 'DATA'), + ('tcl\\tzdata\\Africa\\Douala', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Douala', + 'DATA'), + ('tcl\\tzdata\\Africa\\El_Aaiun', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\El_Aaiun', + 'DATA'), + ('tcl\\tzdata\\Africa\\Freetown', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Freetown', + 'DATA'), + ('tcl\\tzdata\\Africa\\Gaborone', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Gaborone', + 'DATA'), + ('tcl\\tzdata\\Africa\\Harare', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Harare', + 'DATA'), + ('tcl\\tzdata\\Africa\\Johannesburg', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Johannesburg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Juba', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Juba', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kampala', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Kampala', + 'DATA'), + ('tcl\\tzdata\\Africa\\Khartoum', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Khartoum', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kigali', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Kigali', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kinshasa', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Kinshasa', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lagos', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Lagos', + 'DATA'), + ('tcl\\tzdata\\Africa\\Libreville', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Libreville', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lome', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Lome', + 'DATA'), + ('tcl\\tzdata\\Africa\\Luanda', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Luanda', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lubumbashi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Lubumbashi', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lusaka', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Lusaka', + 'DATA'), + ('tcl\\tzdata\\Africa\\Malabo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Malabo', + 'DATA'), + ('tcl\\tzdata\\Africa\\Maputo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Maputo', + 'DATA'), + ('tcl\\tzdata\\Africa\\Maseru', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Maseru', + 'DATA'), + ('tcl\\tzdata\\Africa\\Mbabane', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Mbabane', + 'DATA'), + ('tcl\\tzdata\\Africa\\Mogadishu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Mogadishu', + 'DATA'), + ('tcl\\tzdata\\Africa\\Monrovia', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Monrovia', + 'DATA'), + ('tcl\\tzdata\\Africa\\Nairobi', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Nairobi', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ndjamena', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Ndjamena', + 'DATA'), + ('tcl\\tzdata\\Africa\\Niamey', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Niamey', + 'DATA'), + ('tcl\\tzdata\\Africa\\Nouakchott', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Nouakchott', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ouagadougou', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Ouagadougou', + 'DATA'), + ('tcl\\tzdata\\Africa\\Porto-Novo', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Porto-Novo', + 'DATA'), + ('tcl\\tzdata\\Africa\\Sao_Tome', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Sao_Tome', + 'DATA'), + ('tcl\\tzdata\\Africa\\Timbuktu', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Timbuktu', + 'DATA'), + ('tcl\\tzdata\\Africa\\Tripoli', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Tripoli', + 'DATA'), + ('tcl\\tzdata\\Africa\\Tunis', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Tunis', + 'DATA'), + ('tcl\\tzdata\\Africa\\Windhoek', + 'c:\\program files\\python\\tcl\\tcl8.6\\tzdata\\Africa\\Windhoek', + 'DATA'), + ('tcl\\opt0.4\\optparse.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\opt0.4\\optparse.tcl', + 'DATA'), + ('tcl\\opt0.4\\pkgIndex.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\opt0.4\\pkgIndex.tcl', + 'DATA'), + ('tcl\\msgs\\af.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\af.msg', + 'DATA'), + ('tcl\\msgs\\af_za.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\af_za.msg', + 'DATA'), + ('tcl\\msgs\\ar.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar.msg', + 'DATA'), + ('tcl\\msgs\\ar_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar_in.msg', + 'DATA'), + ('tcl\\msgs\\ar_jo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar_jo.msg', + 'DATA'), + ('tcl\\msgs\\ar_lb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar_lb.msg', + 'DATA'), + ('tcl\\msgs\\ar_sy.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ar_sy.msg', + 'DATA'), + ('tcl\\msgs\\be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\be.msg', + 'DATA'), + ('tcl\\msgs\\bg.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\bg.msg', + 'DATA'), + ('tcl\\msgs\\bn.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\bn.msg', + 'DATA'), + ('tcl\\msgs\\bn_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\bn_in.msg', + 'DATA'), + ('tcl\\msgs\\ca.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ca.msg', + 'DATA'), + ('tcl\\msgs\\cs.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\cs.msg', + 'DATA'), + ('tcl\\msgs\\da.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\da.msg', + 'DATA'), + ('tcl\\msgs\\de.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\de.msg', + 'DATA'), + ('tcl\\msgs\\de_at.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\de_at.msg', + 'DATA'), + ('tcl\\msgs\\de_be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\de_be.msg', + 'DATA'), + ('tcl\\msgs\\el.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\el.msg', + 'DATA'), + ('tcl\\msgs\\en_au.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_au.msg', + 'DATA'), + ('tcl\\msgs\\en_be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_be.msg', + 'DATA'), + ('tcl\\msgs\\en_bw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_bw.msg', + 'DATA'), + ('tcl\\msgs\\en_ca.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_ca.msg', + 'DATA'), + ('tcl\\msgs\\en_gb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_gb.msg', + 'DATA'), + ('tcl\\msgs\\en_hk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_hk.msg', + 'DATA'), + ('tcl\\msgs\\en_ie.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_ie.msg', + 'DATA'), + ('tcl\\msgs\\en_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_in.msg', + 'DATA'), + ('tcl\\msgs\\en_nz.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_nz.msg', + 'DATA'), + ('tcl\\msgs\\en_ph.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_ph.msg', + 'DATA'), + ('tcl\\msgs\\en_sg.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_sg.msg', + 'DATA'), + ('tcl\\msgs\\en_za.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_za.msg', + 'DATA'), + ('tcl\\msgs\\en_zw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\en_zw.msg', + 'DATA'), + ('tcl\\msgs\\eo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\eo.msg', + 'DATA'), + ('tcl\\msgs\\es.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es.msg', + 'DATA'), + ('tcl\\msgs\\es_ar.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_ar.msg', + 'DATA'), + ('tcl\\msgs\\es_bo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_bo.msg', + 'DATA'), + ('tcl\\msgs\\es_cl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_cl.msg', + 'DATA'), + ('tcl\\msgs\\es_co.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_co.msg', + 'DATA'), + ('tcl\\msgs\\es_cr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_cr.msg', + 'DATA'), + ('tcl\\msgs\\es_do.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_do.msg', + 'DATA'), + ('tcl\\msgs\\es_ec.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_ec.msg', + 'DATA'), + ('tcl\\msgs\\es_gt.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_gt.msg', + 'DATA'), + ('tcl\\msgs\\es_hn.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_hn.msg', + 'DATA'), + ('tcl\\msgs\\es_mx.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_mx.msg', + 'DATA'), + ('tcl\\msgs\\es_ni.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_ni.msg', + 'DATA'), + ('tcl\\msgs\\es_pa.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_pa.msg', + 'DATA'), + ('tcl\\msgs\\es_pe.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_pe.msg', + 'DATA'), + ('tcl\\msgs\\es_pr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_pr.msg', + 'DATA'), + ('tcl\\msgs\\es_py.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_py.msg', + 'DATA'), + ('tcl\\msgs\\es_sv.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_sv.msg', + 'DATA'), + ('tcl\\msgs\\es_uy.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_uy.msg', + 'DATA'), + ('tcl\\msgs\\es_ve.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\es_ve.msg', + 'DATA'), + ('tcl\\msgs\\et.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\et.msg', + 'DATA'), + ('tcl\\msgs\\eu.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\eu.msg', + 'DATA'), + ('tcl\\msgs\\eu_es.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\eu_es.msg', + 'DATA'), + ('tcl\\msgs\\fa.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fa.msg', + 'DATA'), + ('tcl\\msgs\\fa_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fa_in.msg', + 'DATA'), + ('tcl\\msgs\\fa_ir.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fa_ir.msg', + 'DATA'), + ('tcl\\msgs\\fi.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fi.msg', + 'DATA'), + ('tcl\\msgs\\fo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fo.msg', + 'DATA'), + ('tcl\\msgs\\fo_fo.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fo_fo.msg', + 'DATA'), + ('tcl\\msgs\\fr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fr.msg', + 'DATA'), + ('tcl\\msgs\\fr_be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fr_be.msg', + 'DATA'), + ('tcl\\msgs\\fr_ca.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fr_ca.msg', + 'DATA'), + ('tcl\\msgs\\fr_ch.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\fr_ch.msg', + 'DATA'), + ('tcl\\msgs\\ga.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ga.msg', + 'DATA'), + ('tcl\\msgs\\ga_ie.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ga_ie.msg', + 'DATA'), + ('tcl\\msgs\\gl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\gl.msg', + 'DATA'), + ('tcl\\msgs\\gl_es.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\gl_es.msg', + 'DATA'), + ('tcl\\msgs\\gv.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\gv.msg', + 'DATA'), + ('tcl\\msgs\\gv_gb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\gv_gb.msg', + 'DATA'), + ('tcl\\msgs\\he.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\he.msg', + 'DATA'), + ('tcl\\msgs\\hi.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\hi.msg', + 'DATA'), + ('tcl\\msgs\\hi_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\hi_in.msg', + 'DATA'), + ('tcl\\msgs\\hr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\hr.msg', + 'DATA'), + ('tcl\\msgs\\hu.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\hu.msg', + 'DATA'), + ('tcl\\msgs\\id.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\id.msg', + 'DATA'), + ('tcl\\msgs\\id_id.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\id_id.msg', + 'DATA'), + ('tcl\\msgs\\is.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\is.msg', + 'DATA'), + ('tcl\\msgs\\it.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\it.msg', + 'DATA'), + ('tcl\\msgs\\it_ch.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\it_ch.msg', + 'DATA'), + ('tcl\\msgs\\ja.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ja.msg', + 'DATA'), + ('tcl\\msgs\\kl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kl.msg', + 'DATA'), + ('tcl\\msgs\\kl_gl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kl_gl.msg', + 'DATA'), + ('tcl\\msgs\\ko.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ko.msg', + 'DATA'), + ('tcl\\msgs\\kok.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kok.msg', + 'DATA'), + ('tcl\\msgs\\kok_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kok_in.msg', + 'DATA'), + ('tcl\\msgs\\ko_kr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ko_kr.msg', + 'DATA'), + ('tcl\\msgs\\kw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kw.msg', + 'DATA'), + ('tcl\\msgs\\kw_gb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\kw_gb.msg', + 'DATA'), + ('tcl\\msgs\\lt.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\lt.msg', + 'DATA'), + ('tcl\\msgs\\lv.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\lv.msg', + 'DATA'), + ('tcl\\msgs\\mk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\mk.msg', + 'DATA'), + ('tcl\\msgs\\mr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\mr.msg', + 'DATA'), + ('tcl\\msgs\\mr_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\mr_in.msg', + 'DATA'), + ('tcl\\msgs\\ms.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ms.msg', + 'DATA'), + ('tcl\\msgs\\ms_my.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ms_my.msg', + 'DATA'), + ('tcl\\msgs\\mt.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\mt.msg', + 'DATA'), + ('tcl\\msgs\\nb.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\nb.msg', + 'DATA'), + ('tcl\\msgs\\nl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\nl.msg', + 'DATA'), + ('tcl\\msgs\\nl_be.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\nl_be.msg', + 'DATA'), + ('tcl\\msgs\\nn.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\nn.msg', + 'DATA'), + ('tcl\\msgs\\pl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\pl.msg', + 'DATA'), + ('tcl\\msgs\\pt.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\pt.msg', + 'DATA'), + ('tcl\\msgs\\pt_br.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\pt_br.msg', + 'DATA'), + ('tcl\\msgs\\ro.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ro.msg', + 'DATA'), + ('tcl\\msgs\\ru.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ru.msg', + 'DATA'), + ('tcl\\msgs\\ru_ua.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ru_ua.msg', + 'DATA'), + ('tcl\\msgs\\sh.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sh.msg', + 'DATA'), + ('tcl\\msgs\\sk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sk.msg', + 'DATA'), + ('tcl\\msgs\\sl.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sl.msg', + 'DATA'), + ('tcl\\msgs\\sq.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sq.msg', + 'DATA'), + ('tcl\\msgs\\sr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sr.msg', + 'DATA'), + ('tcl\\msgs\\sv.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sv.msg', + 'DATA'), + ('tcl\\msgs\\sw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\sw.msg', + 'DATA'), + ('tcl\\msgs\\ta.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ta.msg', + 'DATA'), + ('tcl\\msgs\\ta_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\ta_in.msg', + 'DATA'), + ('tcl\\msgs\\te.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\te.msg', + 'DATA'), + ('tcl\\msgs\\te_in.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\te_in.msg', + 'DATA'), + ('tcl\\msgs\\th.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\th.msg', + 'DATA'), + ('tcl\\msgs\\tr.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\tr.msg', + 'DATA'), + ('tcl\\msgs\\uk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\uk.msg', + 'DATA'), + ('tcl\\msgs\\vi.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\vi.msg', + 'DATA'), + ('tcl\\msgs\\zh.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh.msg', + 'DATA'), + ('tcl\\msgs\\zh_cn.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh_cn.msg', + 'DATA'), + ('tcl\\msgs\\zh_hk.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh_hk.msg', + 'DATA'), + ('tcl\\msgs\\zh_sg.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh_sg.msg', + 'DATA'), + ('tcl\\msgs\\zh_tw.msg', + 'c:\\program files\\python\\tcl\\tcl8.6\\msgs\\zh_tw.msg', + 'DATA'), + ('tcl\\http1.0\\http.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\http1.0\\http.tcl', + 'DATA'), + ('tcl\\http1.0\\pkgIndex.tcl', + 'c:\\program files\\python\\tcl\\tcl8.6\\http1.0\\pkgIndex.tcl', + 'DATA'), + ('tcl\\encoding\\ascii.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\ascii.enc', + 'DATA'), + ('tcl\\encoding\\big5.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\big5.enc', + 'DATA'), + ('tcl\\encoding\\cp1250.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1250.enc', + 'DATA'), + ('tcl\\encoding\\cp1251.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1251.enc', + 'DATA'), + ('tcl\\encoding\\cp1252.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1252.enc', + 'DATA'), + ('tcl\\encoding\\cp1253.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1253.enc', + 'DATA'), + ('tcl\\encoding\\cp1254.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1254.enc', + 'DATA'), + ('tcl\\encoding\\cp1255.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1255.enc', + 'DATA'), + ('tcl\\encoding\\cp1256.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1256.enc', + 'DATA'), + ('tcl\\encoding\\cp1257.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1257.enc', + 'DATA'), + ('tcl\\encoding\\cp1258.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp1258.enc', + 'DATA'), + ('tcl\\encoding\\cp437.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp437.enc', + 'DATA'), + ('tcl\\encoding\\cp737.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp737.enc', + 'DATA'), + ('tcl\\encoding\\cp775.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp775.enc', + 'DATA'), + ('tcl\\encoding\\cp850.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp850.enc', + 'DATA'), + ('tcl\\encoding\\cp852.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp852.enc', + 'DATA'), + ('tcl\\encoding\\cp855.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp855.enc', + 'DATA'), + ('tcl\\encoding\\cp857.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp857.enc', + 'DATA'), + ('tcl\\encoding\\cp860.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp860.enc', + 'DATA'), + ('tcl\\encoding\\cp861.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp861.enc', + 'DATA'), + ('tcl\\encoding\\cp862.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp862.enc', + 'DATA'), + ('tcl\\encoding\\cp863.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp863.enc', + 'DATA'), + ('tcl\\encoding\\cp864.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp864.enc', + 'DATA'), + ('tcl\\encoding\\cp865.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp865.enc', + 'DATA'), + ('tcl\\encoding\\cp866.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp866.enc', + 'DATA'), + ('tcl\\encoding\\cp869.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp869.enc', + 'DATA'), + ('tcl\\encoding\\cp874.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp874.enc', + 'DATA'), + ('tcl\\encoding\\cp932.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp932.enc', + 'DATA'), + ('tcl\\encoding\\cp936.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp936.enc', + 'DATA'), + ('tcl\\encoding\\cp949.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp949.enc', + 'DATA'), + ('tcl\\encoding\\cp950.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\cp950.enc', + 'DATA'), + ('tcl\\encoding\\dingbats.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\dingbats.enc', + 'DATA'), + ('tcl\\encoding\\ebcdic.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\ebcdic.enc', + 'DATA'), + ('tcl\\encoding\\euc-cn.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\euc-cn.enc', + 'DATA'), + ('tcl\\encoding\\euc-jp.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\euc-jp.enc', + 'DATA'), + ('tcl\\encoding\\euc-kr.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\euc-kr.enc', + 'DATA'), + ('tcl\\encoding\\gb12345.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\gb12345.enc', + 'DATA'), + ('tcl\\encoding\\gb1988.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\gb1988.enc', + 'DATA'), + ('tcl\\encoding\\gb2312-raw.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\gb2312-raw.enc', + 'DATA'), + ('tcl\\encoding\\gb2312.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\gb2312.enc', + 'DATA'), + ('tcl\\encoding\\iso2022-jp.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso2022-jp.enc', + 'DATA'), + ('tcl\\encoding\\iso2022-kr.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso2022-kr.enc', + 'DATA'), + ('tcl\\encoding\\iso2022.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso2022.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-1.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-1.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-10.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-10.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-13.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-13.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-14.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-14.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-15.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-15.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-16.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-16.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-2.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-2.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-3.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-3.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-4.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-4.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-5.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-5.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-6.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-6.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-7.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-7.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-8.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-8.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-9.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\iso8859-9.enc', + 'DATA'), + ('tcl\\encoding\\jis0201.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\jis0201.enc', + 'DATA'), + ('tcl\\encoding\\jis0208.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\jis0208.enc', + 'DATA'), + ('tcl\\encoding\\jis0212.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\jis0212.enc', + 'DATA'), + ('tcl\\encoding\\koi8-r.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\koi8-r.enc', + 'DATA'), + ('tcl\\encoding\\koi8-u.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\koi8-u.enc', + 'DATA'), + ('tcl\\encoding\\ksc5601.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\ksc5601.enc', + 'DATA'), + ('tcl\\encoding\\macCentEuro.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macCentEuro.enc', + 'DATA'), + ('tcl\\encoding\\macCroatian.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macCroatian.enc', + 'DATA'), + ('tcl\\encoding\\macCyrillic.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macCyrillic.enc', + 'DATA'), + ('tcl\\encoding\\macDingbats.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macDingbats.enc', + 'DATA'), + ('tcl\\encoding\\macGreek.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macGreek.enc', + 'DATA'), + ('tcl\\encoding\\macIceland.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macIceland.enc', + 'DATA'), + ('tcl\\encoding\\macJapan.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macJapan.enc', + 'DATA'), + ('tcl\\encoding\\macRoman.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macRoman.enc', + 'DATA'), + ('tcl\\encoding\\macRomania.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macRomania.enc', + 'DATA'), + ('tcl\\encoding\\macThai.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macThai.enc', + 'DATA'), + ('tcl\\encoding\\macTurkish.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macTurkish.enc', + 'DATA'), + ('tcl\\encoding\\macUkraine.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\macUkraine.enc', + 'DATA'), + ('tcl\\encoding\\shiftjis.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\shiftjis.enc', + 'DATA'), + ('tcl\\encoding\\symbol.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\symbol.enc', + 'DATA'), + ('tcl\\encoding\\tis-620.enc', + 'c:\\program files\\python\\tcl\\tcl8.6\\encoding\\tis-620.enc', + 'DATA')]) diff --git a/build/main/Tree-01.toc b/build/main/Tree-01.toc new file mode 100644 index 0000000..a624cbc --- /dev/null +++ b/build/main/Tree-01.toc @@ -0,0 +1,249 @@ +('c:\\program files\\python\\tcl\\tk8.6', + 'tk', + ['demos', '*.lib', 'tkConfig.sh'], + 'DATA', + [('tk\\bgerror.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\bgerror.tcl', + 'DATA'), + ('tk\\button.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\button.tcl', + 'DATA'), + ('tk\\choosedir.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\choosedir.tcl', + 'DATA'), + ('tk\\clrpick.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\clrpick.tcl', + 'DATA'), + ('tk\\comdlg.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\comdlg.tcl', + 'DATA'), + ('tk\\console.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\console.tcl', + 'DATA'), + ('tk\\dialog.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\dialog.tcl', + 'DATA'), + ('tk\\entry.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\entry.tcl', 'DATA'), + ('tk\\focus.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\focus.tcl', 'DATA'), + ('tk\\fontchooser.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\fontchooser.tcl', + 'DATA'), + ('tk\\iconlist.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\iconlist.tcl', + 'DATA'), + ('tk\\icons.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\icons.tcl', 'DATA'), + ('tk\\license.terms', + 'c:\\program files\\python\\tcl\\tk8.6\\license.terms', + 'DATA'), + ('tk\\listbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\listbox.tcl', + 'DATA'), + ('tk\\megawidget.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\megawidget.tcl', + 'DATA'), + ('tk\\menu.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\menu.tcl', 'DATA'), + ('tk\\mkpsenc.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\mkpsenc.tcl', + 'DATA'), + ('tk\\msgbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\msgbox.tcl', + 'DATA'), + ('tk\\obsolete.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\obsolete.tcl', + 'DATA'), + ('tk\\optMenu.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\optMenu.tcl', + 'DATA'), + ('tk\\palette.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\palette.tcl', + 'DATA'), + ('tk\\panedwindow.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\panedwindow.tcl', + 'DATA'), + ('tk\\pkgIndex.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\pkgIndex.tcl', + 'DATA'), + ('tk\\safetk.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\safetk.tcl', + 'DATA'), + ('tk\\scale.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\scale.tcl', 'DATA'), + ('tk\\scrlbar.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\scrlbar.tcl', + 'DATA'), + ('tk\\spinbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\spinbox.tcl', + 'DATA'), + ('tk\\tclIndex', 'c:\\program files\\python\\tcl\\tk8.6\\tclIndex', 'DATA'), + ('tk\\tearoff.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\tearoff.tcl', + 'DATA'), + ('tk\\text.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\text.tcl', 'DATA'), + ('tk\\tk.tcl', 'c:\\program files\\python\\tcl\\tk8.6\\tk.tcl', 'DATA'), + ('tk\\tkfbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\tkfbox.tcl', + 'DATA'), + ('tk\\unsupported.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\unsupported.tcl', + 'DATA'), + ('tk\\xmfbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\xmfbox.tcl', + 'DATA'), + ('tk\\ttk\\altTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\altTheme.tcl', + 'DATA'), + ('tk\\ttk\\aquaTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\aquaTheme.tcl', + 'DATA'), + ('tk\\ttk\\button.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\button.tcl', + 'DATA'), + ('tk\\ttk\\clamTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\clamTheme.tcl', + 'DATA'), + ('tk\\ttk\\classicTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\classicTheme.tcl', + 'DATA'), + ('tk\\ttk\\combobox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\combobox.tcl', + 'DATA'), + ('tk\\ttk\\cursors.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\cursors.tcl', + 'DATA'), + ('tk\\ttk\\defaults.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\defaults.tcl', + 'DATA'), + ('tk\\ttk\\entry.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\entry.tcl', + 'DATA'), + ('tk\\ttk\\fonts.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\fonts.tcl', + 'DATA'), + ('tk\\ttk\\menubutton.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\menubutton.tcl', + 'DATA'), + ('tk\\ttk\\notebook.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\notebook.tcl', + 'DATA'), + ('tk\\ttk\\panedwindow.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\panedwindow.tcl', + 'DATA'), + ('tk\\ttk\\progress.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\progress.tcl', + 'DATA'), + ('tk\\ttk\\scale.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\scale.tcl', + 'DATA'), + ('tk\\ttk\\scrollbar.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\scrollbar.tcl', + 'DATA'), + ('tk\\ttk\\sizegrip.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\sizegrip.tcl', + 'DATA'), + ('tk\\ttk\\spinbox.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\spinbox.tcl', + 'DATA'), + ('tk\\ttk\\treeview.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\treeview.tcl', + 'DATA'), + ('tk\\ttk\\ttk.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\ttk.tcl', + 'DATA'), + ('tk\\ttk\\utils.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\utils.tcl', + 'DATA'), + ('tk\\ttk\\vistaTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\vistaTheme.tcl', + 'DATA'), + ('tk\\ttk\\winTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\winTheme.tcl', + 'DATA'), + ('tk\\ttk\\xpTheme.tcl', + 'c:\\program files\\python\\tcl\\tk8.6\\ttk\\xpTheme.tcl', + 'DATA'), + ('tk\\msgs\\cs.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\cs.msg', + 'DATA'), + ('tk\\msgs\\da.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\da.msg', + 'DATA'), + ('tk\\msgs\\de.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\de.msg', + 'DATA'), + ('tk\\msgs\\el.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\el.msg', + 'DATA'), + ('tk\\msgs\\en.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\en.msg', + 'DATA'), + ('tk\\msgs\\en_gb.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\en_gb.msg', + 'DATA'), + ('tk\\msgs\\eo.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\eo.msg', + 'DATA'), + ('tk\\msgs\\es.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\es.msg', + 'DATA'), + ('tk\\msgs\\fr.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\fr.msg', + 'DATA'), + ('tk\\msgs\\hu.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\hu.msg', + 'DATA'), + ('tk\\msgs\\it.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\it.msg', + 'DATA'), + ('tk\\msgs\\nl.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\nl.msg', + 'DATA'), + ('tk\\msgs\\pl.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\pl.msg', + 'DATA'), + ('tk\\msgs\\pt.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\pt.msg', + 'DATA'), + ('tk\\msgs\\ru.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\ru.msg', + 'DATA'), + ('tk\\msgs\\sv.msg', + 'c:\\program files\\python\\tcl\\tk8.6\\msgs\\sv.msg', + 'DATA'), + ('tk\\images\\logo.eps', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logo.eps', + 'DATA'), + ('tk\\images\\logo100.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logo100.gif', + 'DATA'), + ('tk\\images\\logo64.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logo64.gif', + 'DATA'), + ('tk\\images\\logoLarge.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logoLarge.gif', + 'DATA'), + ('tk\\images\\logoMed.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\logoMed.gif', + 'DATA'), + ('tk\\images\\pwrdLogo.eps', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo.eps', + 'DATA'), + ('tk\\images\\pwrdLogo100.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo100.gif', + 'DATA'), + ('tk\\images\\pwrdLogo150.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo150.gif', + 'DATA'), + ('tk\\images\\pwrdLogo175.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo175.gif', + 'DATA'), + ('tk\\images\\pwrdLogo200.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo200.gif', + 'DATA'), + ('tk\\images\\pwrdLogo75.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\pwrdLogo75.gif', + 'DATA'), + ('tk\\images\\README', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\README', + 'DATA'), + ('tk\\images\\tai-ku.gif', + 'c:\\program files\\python\\tcl\\tk8.6\\images\\tai-ku.gif', + 'DATA')]) diff --git a/build/main/base_library.zip b/build/main/base_library.zip new file mode 100644 index 0000000..fc6a7a6 Binary files /dev/null and b/build/main/base_library.zip differ diff --git a/build/main/main.exe.manifest b/build/main/main.exe.manifest new file mode 100644 index 0000000..3f335ae --- /dev/null +++ b/build/main/main.exe.manifest @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/main/runw.exe.3nzffsqz b/build/main/runw.exe.3nzffsqz new file mode 100644 index 0000000..ef8768a Binary files /dev/null and b/build/main/runw.exe.3nzffsqz differ diff --git a/build/main/runw.exe.ajrfixb5 b/build/main/runw.exe.ajrfixb5 new file mode 100644 index 0000000..ef8768a Binary files /dev/null and b/build/main/runw.exe.ajrfixb5 differ diff --git a/build/main/runw.exe.d8ssk3kp b/build/main/runw.exe.d8ssk3kp new file mode 100644 index 0000000..ef8768a Binary files /dev/null and b/build/main/runw.exe.d8ssk3kp differ diff --git a/build/main/runw.exe.e7prq94t b/build/main/runw.exe.e7prq94t new file mode 100644 index 0000000..ef8768a Binary files /dev/null and b/build/main/runw.exe.e7prq94t differ diff --git a/build/main/warn-main.txt b/build/main/warn-main.txt new file mode 100644 index 0000000..f259ac7 --- /dev/null +++ b/build/main/warn-main.txt @@ -0,0 +1,206 @@ + +This file lists modules PyInstaller was not able to find. This does not +necessarily mean this module is required for running you program. Python and +Python 3rd-party packages include a lot of conditional or optional modules. For +example the module 'ntpath' only exists on Windows, whereas the module +'posixpath' only exists on Posix systems. + +Types if import: +* top-level: imported at the top-level - look at these first +* conditional: imported within an if-statement +* delayed: imported from within a function +* optional: imported within a try-except-statement + +IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for + yourself tracking down the missing module. Thanks! + +missing module named _posixsubprocess - imported by subprocess (optional), multiprocessing.util (delayed) +missing module named 'org.python' - imported by copy (optional), xml.sax (delayed, conditional), setuptools.sandbox (conditional) +missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level) +excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level), PyInstaller.loader.pyimod02_archive (delayed, conditional) +missing module named urllib.pathname2url - imported by urllib (conditional), PyInstaller.lib.modulegraph._compat (conditional) +missing module named _posixshmem - imported by multiprocessing.resource_tracker (conditional), multiprocessing.shared_memory (conditional) +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 _scproxy - imported by urllib.request (conditional) +missing module named termios - imported by tty (top-level), getpass (optional), psutil._compat (delayed, optional) +missing module named resource - imported by posix (top-level), test.support (optional) +missing module named 'java.lang' - imported by platform (delayed, optional), xml.sax._exceptions (conditional) +missing module named vms_lib - imported by platform (delayed, conditional, optional) +missing module named java - imported by platform (delayed) +missing module named _winreg - imported by platform (delayed, optional), pkg_resources._vendor.appdirs (delayed, conditional) +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.BufferTooShort - imported by multiprocessing (top-level), multiprocessing.connection (top-level) +missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level) +missing module named asyncio.DefaultEventLoopPolicy - imported by asyncio (delayed, conditional), asyncio.events (delayed, conditional) +missing module named readline - imported by cmd (delayed, conditional, optional), code (delayed, conditional, optional), pdb (delayed, optional) +missing module named org - imported by pickle (optional) +missing module named grp - imported by shutil (optional), tarfile (optional), pathlib (delayed), distutils.archive_util (optional) +missing module named pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), pathlib (delayed, conditional, optional), http.server (delayed, optional), webbrowser (delayed), netrc (delayed, conditional), getpass (delayed), distutils.util (delayed, conditional, optional), distutils.archive_util (optional), psutil (optional) +missing module named posix - imported by os (conditional, optional), shutil (conditional) +missing module named 'win32com.gen_py' - imported by win32com (conditional, optional), C:\Program Files\python\Lib\site-packages\PyInstaller\loader\rthooks\pyi_rth_win32comgenpy.py (top-level) +missing module named 'multiprocessing.forking' - imported by C:\Program Files\python\Lib\site-packages\PyInstaller\loader\rthooks\pyi_rth_multiprocessing.py (optional) +missing module named pyimod03_importers - imported by PyInstaller.loader.pyimod02_archive (delayed, conditional), C:\Program Files\python\Lib\site-packages\PyInstaller\loader\rthooks\pyi_rth_pkgres.py (top-level) +missing module named 'pkg_resources.extern.pyparsing' - imported by pkg_resources._vendor.packaging.requirements (top-level), pkg_resources._vendor.packaging.markers (top-level) +missing module named _manylinux - imported by pkg_resources._vendor.packaging.tags (delayed, optional), setuptools._vendor.packaging.tags (delayed, optional) +missing module named _uuid - imported by uuid (optional) +missing module named __builtin__ - imported by pkg_resources._vendor.pyparsing (conditional), setuptools._vendor.pyparsing (conditional) +missing module named ordereddict - imported by pkg_resources._vendor.pyparsing (optional), setuptools._vendor.pyparsing (optional) +missing module named 'com.sun' - imported by pkg_resources._vendor.appdirs (delayed, conditional, optional) +missing module named com - imported by pkg_resources._vendor.appdirs (delayed) +missing module named StringIO - imported by Crypto.Util.py3compat (conditional), PyInstaller.lib.modulegraph._compat (conditional), PyInstaller.lib.modulegraph.zipio (conditional), setuptools._vendor.six (conditional), pkg_resources._vendor.six (conditional) +missing module named pkg_resources.extern.packaging - imported by pkg_resources.extern (top-level), pkg_resources (top-level) +missing module named pkg_resources.extern.appdirs - imported by pkg_resources.extern (top-level), pkg_resources (top-level) +missing module named 'pkg_resources.extern.six.moves' - imported by pkg_resources (top-level), pkg_resources._vendor.packaging.requirements (top-level) +missing module named pkg_resources.extern.six - imported by pkg_resources.extern (top-level), pkg_resources (top-level), pkg_resources.py31compat (top-level) +missing module named dummy_thread - imported by cffi.lock (conditional, optional) +missing module named thread - imported by cffi.lock (conditional, optional), cffi.cparser (conditional, optional), PyInstaller.loader.pyimod02_archive (conditional) +missing module named 'setuptools.extern.pyparsing' - imported by setuptools._vendor.packaging.requirements (top-level), setuptools._vendor.packaging.markers (top-level) +runtime module named setuptools.extern.six.moves - imported by setuptools.dist (top-level), configparser (top-level), setuptools.command.easy_install (top-level), setuptools.sandbox (top-level), setuptools.command.setopt (top-level), setuptools.package_index (top-level), setuptools.ssl_support (top-level), setuptools.py33compat (top-level), setuptools.command.egg_info (top-level), setuptools.command.py36compat (top-level), setuptools.msvc (top-level), setuptools.namespaces (top-level), 'setuptools._vendor.six.moves' (top-level) +missing module named setuptools.extern.six.moves.filterfalse - imported by setuptools.extern.six.moves (top-level), setuptools.dist (top-level), setuptools.msvc (top-level) +missing module named setuptools.extern.six.moves.filter - imported by setuptools.extern.six.moves (top-level), setuptools.dist (top-level), setuptools.ssl_support (top-level), setuptools.command.py36compat (top-level) +missing module named setuptools.extern.six.moves.map - imported by setuptools.extern.six.moves (top-level), setuptools.dist (top-level), setuptools.command.easy_install (top-level), setuptools.sandbox (top-level), setuptools.package_index (top-level), setuptools.ssl_support (top-level), setuptools.command.egg_info (top-level), setuptools.namespaces (top-level) +missing module named setuptools.extern.six - imported by setuptools.extern (top-level), setuptools.monkey (top-level), setuptools.dist (top-level), setuptools.extern.six.moves (top-level), setuptools.config (top-level), setuptools.command.easy_install (top-level), setuptools.sandbox (top-level), setuptools.py27compat (top-level), setuptools.package_index (top-level), setuptools.py33compat (top-level), setuptools.wheel (top-level), setuptools.command.egg_info (top-level), setuptools.command.sdist (top-level), setuptools.command.bdist_egg (top-level), setuptools.unicode_utils (top-level), setuptools.installer (top-level), setuptools.command.develop (top-level) +missing module named setuptools.extern.ordered_set - imported by setuptools.extern (top-level), setuptools.dist (top-level), setuptools.command.sdist (top-level) +missing module named setuptools.extern.packaging - imported by setuptools.extern (top-level), setuptools.dist (top-level), setuptools.command.egg_info (top-level) +missing module named 'setuptools._vendor.six.moves' - imported by 'setuptools._vendor.six.moves' (top-level) +missing module named 'setuptools.extern.packaging.utils' - imported by setuptools.wheel (top-level) +missing module named 'setuptools.extern.packaging.tags' - imported by setuptools.wheel (top-level) +missing module named 'numpy_distutils.cpuinfo' - imported by numpy.f2py.diagnose (delayed, conditional, optional) +missing module named 'numpy_distutils.fcompiler' - imported by numpy.f2py.diagnose (delayed, conditional, optional) +missing module named 'numpy_distutils.command' - imported by numpy.f2py.diagnose (delayed, conditional, optional) +missing module named numpy_distutils - imported by numpy.f2py.diagnose (delayed, optional) +missing module named charset_normalizer - imported by numpy.f2py.crackfortran (optional) +missing module named numarray - imported by numpy.distutils.system_info (delayed, conditional, optional) +missing module named Numeric - imported by numpy.distutils.system_info (delayed, conditional, optional) +missing module named _curses - imported by curses (top-level), curses.has_key (top-level) +missing module named pytest - imported by numpy._pytesttester (delayed), numpy.testing._private.utils (delayed) +missing module named 'nose.plugins' - imported by numpy.testing._private.noseclasses (top-level), numpy.testing._private.nosetester (delayed) +missing module named scipy - imported by numpy.testing._private.nosetester (delayed, conditional) +missing module named 'nose.util' - imported by numpy.testing._private.noseclasses (top-level) +missing module named nose - imported by numpy.testing._private.utils (delayed, optional), numpy.testing._private.decorators (delayed), numpy.testing._private.noseclasses (top-level) +missing module named psutil._psutil_aix - imported by psutil (top-level), psutil._psaix (top-level) +missing module named psutil._psutil_sunos - imported by psutil (top-level), psutil._pssunos (top-level) +missing module named psutil._psutil_bsd - imported by psutil (top-level), psutil._psbsd (top-level) +missing module named psutil._psutil_osx - imported by psutil (top-level), psutil._psosx (top-level) +missing module named _psutil_linux - imported by psutil (conditional) +missing module named psutil._psutil_posix - imported by psutil (top-level), psutil._pslinux (top-level), psutil._psosx (top-level), psutil._psbsd (top-level), psutil._pssunos (top-level), psutil._psaix (top-level) +missing module named fcntl - imported by psutil._compat (delayed, optional) +missing module named _dummy_threading - imported by dummy_threading (optional) +missing module named numpy.core.result_type - imported by numpy.core (delayed), numpy.testing._private.utils (delayed) +missing module named numpy.core.float_ - imported by numpy.core (delayed), numpy.testing._private.utils (delayed) +missing module named numpy.core.number - imported by numpy.core (delayed), numpy.testing._private.utils (delayed) +missing module named numpy.core.object_ - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.testing._private.utils (delayed) +missing module named numpy.core.all - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.testing._private.utils (delayed) +missing module named numpy.core.bool_ - imported by numpy.core (delayed), numpy.testing._private.utils (delayed) +missing module named numpy.core.inf - imported by numpy.core (delayed), numpy.testing._private.utils (delayed) +missing module named numpy.core.array2string - imported by numpy.core (delayed), numpy.testing._private.utils (delayed) +missing module named numpy.lib.imag - imported by numpy.lib (delayed), numpy.testing._private.utils (delayed) +missing module named numpy.lib.real - imported by numpy.lib (delayed), numpy.testing._private.utils (delayed) +missing module named numpy.lib.iscomplexobj - imported by numpy.lib (delayed), numpy.testing._private.utils (delayed) +missing module named numpy.core.signbit - imported by numpy.core (delayed), numpy.testing._private.utils (delayed) +missing module named numpy.core.isscalar - imported by numpy.core (delayed), numpy.testing._private.utils (delayed), numpy.lib.polynomial (top-level) +missing module named numpy.core.isinf - imported by numpy.core (delayed), numpy.testing._private.utils (delayed) +missing module named numpy.core.errstate - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.testing._private.utils (delayed) +missing module named numpy.core.isfinite - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.testing._private.utils (delayed) +missing module named numpy.core.isnan - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.testing._private.utils (delayed) +missing module named numpy.core.array - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.testing._private.utils (top-level), numpy.lib.polynomial (top-level) +missing module named numpy.core.isnat - imported by numpy.core (top-level), numpy.testing._private.utils (top-level) +missing module named numpy.core.ndarray - imported by numpy.core (top-level), numpy.testing._private.utils (top-level), numpy.lib.utils (top-level) +missing module named numpy.core.array_repr - imported by numpy.core (top-level), numpy.testing._private.utils (top-level) +missing module named numpy.core.arange - imported by numpy.core (top-level), numpy.testing._private.utils (top-level), numpy.fft.helper (top-level) +missing module named numpy.core.empty - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.testing._private.utils (top-level), numpy.fft.helper (top-level) +missing module named numpy.core.float32 - imported by numpy.core (top-level), numpy.testing._private.utils (top-level) +missing module named numpy.core.intp - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.testing._private.utils (top-level) +missing module named numpy.core.linspace - imported by numpy.core (top-level), numpy.lib.index_tricks (top-level) +missing module named numpy.core.iinfo - imported by numpy.core (top-level), numpy.lib.twodim_base (top-level) +missing module named numpy.core.transpose - imported by numpy.core (top-level), numpy.lib.function_base (top-level) +missing module named numpy.core.asarray - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.lib.utils (top-level), numpy.fft._pocketfft (top-level), numpy.fft.helper (top-level) +missing module named numpy.core.integer - imported by numpy.core (top-level), numpy.fft.helper (top-level) +missing module named numpy.core.sqrt - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.fft._pocketfft (top-level) +missing module named numpy.core.conjugate - imported by numpy.core (top-level), numpy.fft._pocketfft (top-level) +missing module named numpy.core.swapaxes - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.fft._pocketfft (top-level) +missing module named numpy.core.zeros - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.fft._pocketfft (top-level) +missing module named numpy.core.reciprocal - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.sort - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.argsort - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.sign - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.count_nonzero - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.divide - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.matmul - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.asanyarray - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.atleast_2d - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.product - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.amax - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.amin - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.moveaxis - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.geterrobj - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.finfo - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.lib.polynomial (top-level) +missing module named numpy.core.sum - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.multiply - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.add - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.dot - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.lib.polynomial (top-level) +missing module named numpy.core.Inf - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.newaxis - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.complexfloating - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.inexact - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.cdouble - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.csingle - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.double - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.single - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.intc - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named numpy.core.empty_like - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +missing module named pickle5 - imported by numpy.compat.py3k (optional) +missing module named threadpoolctl - imported by numpy.lib.utils (delayed, optional) +missing module named numpy.core.ufunc - imported by numpy.core (top-level), numpy.lib.utils (top-level) +missing module named numpy.core.ones - imported by numpy.core (top-level), numpy.lib.polynomial (top-level) +missing module named numpy.core.hstack - imported by numpy.core (top-level), numpy.lib.polynomial (top-level) +missing module named numpy.core.atleast_1d - imported by numpy.core (top-level), numpy.lib.polynomial (top-level) +missing module named numpy.core.atleast_3d - imported by numpy.core (top-level), numpy.lib.shape_base (top-level) +missing module named numpy.core.vstack - imported by numpy.core (top-level), numpy.lib.shape_base (top-level) +missing module named numpy.eye - imported by numpy (delayed), numpy.core.numeric (delayed) +missing module named numpy.recarray - imported by numpy (top-level), numpy.ma.mrecords (top-level) +missing module named numpy.expand_dims - imported by numpy (top-level), numpy.ma.core (top-level) +missing module named numpy.array - imported by numpy (top-level), numpy.ma.core (top-level), numpy.ma.extras (top-level), numpy.ma.mrecords (top-level) +missing module named numpy.iscomplexobj - imported by numpy (top-level), numpy.ma.core (top-level) +missing module named numpy.amin - imported by numpy (top-level), numpy.ma.core (top-level) +missing module named numpy.amax - imported by numpy (top-level), numpy.ma.core (top-level) +missing module named numpy.float64 - imported by numpy (top-level), numpy.array_api._typing (top-level) +missing module named numpy.float32 - imported by numpy (top-level), numpy.array_api._typing (top-level) +missing module named numpy.uint64 - imported by numpy (top-level), numpy.array_api._typing (top-level) +missing module named numpy.uint32 - imported by numpy (top-level), numpy.array_api._typing (top-level) +missing module named numpy.uint16 - imported by numpy (top-level), numpy.array_api._typing (top-level) +missing module named numpy.uint8 - imported by numpy (top-level), numpy.array_api._typing (top-level) +missing module named numpy.int64 - imported by numpy (top-level), numpy.array_api._typing (top-level) +missing module named numpy.int32 - imported by numpy (top-level), numpy.array_api._typing (top-level) +missing module named numpy.int16 - imported by numpy (top-level), numpy.array_api._typing (top-level) +missing module named numpy.int8 - imported by numpy (top-level), numpy.array_api._typing (top-level) +missing module named _ufunc - imported by numpy._typing (conditional) +missing module named numpy.bytes_ - imported by numpy (top-level), numpy._typing._array_like (top-level) +missing module named numpy.str_ - imported by numpy (top-level), numpy._typing._array_like (top-level) +missing module named numpy.void - imported by numpy (top-level), numpy._typing._array_like (top-level) +missing module named numpy.object_ - imported by numpy (top-level), numpy._typing._array_like (top-level) +missing module named numpy.datetime64 - imported by numpy (top-level), numpy._typing._array_like (top-level) +missing module named numpy.timedelta64 - imported by numpy (top-level), numpy._typing._array_like (top-level) +missing module named numpy.number - imported by numpy (top-level), numpy._typing._array_like (top-level) +missing module named numpy.complexfloating - imported by numpy (top-level), numpy._typing._array_like (top-level) +missing module named numpy.floating - imported by numpy (top-level), numpy._typing._array_like (top-level) +missing module named numpy.integer - imported by numpy (top-level), numpy._typing._array_like (top-level), numpy.ctypeslib (top-level) +missing module named numpy.unsignedinteger - imported by numpy (top-level), numpy._typing._array_like (top-level) +missing module named numpy.bool_ - imported by numpy (top-level), numpy._typing._array_like (top-level), numpy.ma.core (top-level), numpy.ma.mrecords (top-level) +missing module named numpy.generic - imported by numpy (top-level), numpy._typing._array_like (top-level) +missing module named numpy.dtype - imported by numpy (top-level), numpy._typing._array_like (top-level), numpy.array_api._typing (top-level), numpy.ma.mrecords (top-level), numpy.ctypeslib (top-level) +missing module named numpy.ndarray - imported by numpy (top-level), numpy._typing._array_like (top-level), numpy.ma.core (top-level), numpy.ma.extras (top-level), numpy.ma.mrecords (top-level), numpy.ctypeslib (top-level) +missing module named numpy.ufunc - imported by numpy (top-level), numpy._typing (top-level) +missing module named numpy.histogramdd - imported by numpy (delayed), numpy.lib.twodim_base (delayed) +missing module named 'setuptools.extern.packaging.version' - imported by setuptools.config (top-level), setuptools.msvc (top-level) +missing module named 'setuptools.extern.packaging.specifiers' - imported by setuptools.config (top-level) +missing module named wincertstore - imported by setuptools.ssl_support (delayed, optional) +missing module named 'backports.ssl_match_hostname' - imported by setuptools.ssl_support (optional) +missing module named backports - imported by setuptools.ssl_support (optional) +missing module named 'setuptools.extern.six' - imported by setuptools (top-level), setuptools.extension (top-level) +missing module named cStringIO - imported by cPickle (top-level), cffi.ffiplatform (optional) +missing module named copy_reg - imported by cPickle (top-level), cStringIO (top-level) +missing module named cPickle - imported by pycparser.ply.yacc (delayed, optional) +missing module named cffi._pycparser - imported by cffi (optional), cffi.cparser (optional) diff --git a/build/main/xref-main.html b/build/main/xref-main.html new file mode 100644 index 0000000..6df524c --- /dev/null +++ b/build/main/xref-main.html @@ -0,0 +1,27009 @@ + + + + + modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multiprocessing.py, pyi_rth_pkgres.py, pyi_rth_win32comgenpy.py + + + +

modulegraph cross reference for main.py, pyi_rth__tkinter.py, pyi_rth_multiprocessing.py, pyi_rth_pkgres.py, pyi_rth_win32comgenpy.py

+ +
+ + main.py +Script
+imports: + Crypto.Cipher + • Crypto.Cipher.AES + • Crypto.Cipher.Blowfish + • _bootlocale + • _collections_abc + • _weakrefset + • abc + • binascii + • codecs + • collections + • collections.abc + • copyreg + • encodings + • encodings.aliases + • encodings.ascii + • encodings.base64_codec + • encodings.big5 + • encodings.big5hkscs + • encodings.bz2_codec + • encodings.charmap + • encodings.cp037 + • encodings.cp1006 + • encodings.cp1026 + • encodings.cp1125 + • encodings.cp1140 + • encodings.cp1250 + • encodings.cp1251 + • encodings.cp1252 + • encodings.cp1253 + • encodings.cp1254 + • encodings.cp1255 + • encodings.cp1256 + • encodings.cp1257 + • encodings.cp1258 + • encodings.cp273 + • encodings.cp424 + • encodings.cp437 + • encodings.cp500 + • encodings.cp720 + • encodings.cp737 + • encodings.cp775 + • encodings.cp850 + • encodings.cp852 + • encodings.cp855 + • encodings.cp856 + • encodings.cp857 + • encodings.cp858 + • encodings.cp860 + • encodings.cp861 + • encodings.cp862 + • encodings.cp863 + • encodings.cp864 + • encodings.cp865 + • encodings.cp866 + • encodings.cp869 + • encodings.cp874 + • encodings.cp875 + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hex_codec + • encodings.hp_roman8 + • encodings.hz + • encodings.idna + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.iso8859_1 + • encodings.iso8859_10 + • encodings.iso8859_11 + • encodings.iso8859_13 + • encodings.iso8859_14 + • encodings.iso8859_15 + • encodings.iso8859_16 + • encodings.iso8859_2 + • encodings.iso8859_3 + • encodings.iso8859_4 + • encodings.iso8859_5 + • encodings.iso8859_6 + • encodings.iso8859_7 + • encodings.iso8859_8 + • encodings.iso8859_9 + • encodings.johab + • encodings.koi8_r + • encodings.koi8_t + • encodings.koi8_u + • encodings.kz1048 + • encodings.latin_1 + • encodings.mac_arabic + • encodings.mac_centeuro + • encodings.mac_croatian + • encodings.mac_cyrillic + • encodings.mac_farsi + • encodings.mac_greek + • encodings.mac_iceland + • encodings.mac_latin2 + • encodings.mac_roman + • encodings.mac_romanian + • encodings.mac_turkish + • encodings.mbcs + • encodings.oem + • encodings.palmos + • encodings.ptcp154 + • encodings.punycode + • encodings.quopri_codec + • encodings.raw_unicode_escape + • encodings.rot_13 + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + • encodings.tis_620 + • encodings.undefined + • encodings.unicode_escape + • encodings.utf_16 + • encodings.utf_16_be + • encodings.utf_16_le + • encodings.utf_32 + • encodings.utf_32_be + • encodings.utf_32_le + • encodings.utf_7 + • encodings.utf_8 + • encodings.utf_8_sig + • encodings.uu_codec + • encodings.zlib_codec + • enum + • functools + • heapq + • io + • keyword + • linecache + • locale + • operator + • pkg_resources.py2_warn + • pyi_rth__tkinter.py + • pyi_rth_multiprocessing.py + • pyi_rth_pkgres.py + • pyi_rth_win32comgenpy.py + • re + • reprlib + • sre_compile + • sre_constants + • sre_parse + • tkinter + • tkinter.messagebox + • traceback + • types + • warnings + • weakref + +
+ +
+ +
+ + pyi_rth__tkinter.py +Script
+imports: + os + • sys + +
+
+imported by: + main.py + +
+ +
+ +
+ + pyi_rth_multiprocessing.py +Script
+imports: + 'multiprocessing.forking' + • multiprocessing + • multiprocessing.popen_fork + • multiprocessing.popen_spawn_win32 + • multiprocessing.spawn + • os + • re + • subprocess + • sys + +
+
+imported by: + main.py + +
+ +
+ +
+ + pyi_rth_pkgres.py +Script
+imports: + pkg_resources + • pyimod03_importers + +
+
+imported by: + main.py + +
+ +
+ +
+ + pyi_rth_win32comgenpy.py +Script
+imports: + 'win32com.gen_py' + • atexit + • os + • shutil + • tempfile + • win32com + +
+
+imported by: + main.py + +
+ +
+ +
+ + 'backports.ssl_match_hostname' +MissingModule
+imported by: + setuptools.ssl_support + +
+ +
+ +
+ + 'com.sun' +MissingModule
+imported by: + pkg_resources._vendor.appdirs + +
+ +
+ +
+ + 'java.lang' +MissingModule
+imported by: + platform + • xml.sax._exceptions + +
+ +
+ +
+ + 'multiprocessing.forking' +MissingModule
+imported by: + pyi_rth_multiprocessing.py + +
+ +
+ +
+ + 'nose.plugins' +MissingModule
+imported by: + numpy.testing._private.noseclasses + • numpy.testing._private.nosetester + +
+ +
+ +
+ + 'nose.util' +MissingModule
+imported by: + numpy.testing._private.noseclasses + +
+ +
+ +
+ + 'numpy_distutils.command' +MissingModule
+imported by: + numpy.f2py.diagnose + +
+ +
+ +
+ + 'numpy_distutils.cpuinfo' +MissingModule
+imported by: + numpy.f2py.diagnose + +
+ +
+ +
+ + 'numpy_distutils.fcompiler' +MissingModule
+imported by: + numpy.f2py.diagnose + +
+ +
+ +
+ + 'org.python' +MissingModule
+imported by: + copy + • setuptools.sandbox + • xml.sax + +
+ +
+ +
+ + 'pkg_resources.extern.pyparsing' +MissingModule
+imported by: + pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.packaging.requirements + +
+ +
+ +
+ + 'pkg_resources.extern.six.moves' +MissingModule
+imported by: + pkg_resources + • pkg_resources._vendor.packaging.requirements + +
+ +
+ +
+ + 'setuptools._vendor.six.moves' +MissingModule
+imported by: + 'setuptools._vendor.six.moves' + +
+ +
+ +
+ + 'setuptools._vendor.six.moves' +AliasNode
+imports: + 'setuptools._vendor.six.moves' + • setuptools.extern.six.moves + +
+
+imported by: + setuptools._vendor.packaging.requirements + • setuptools.extern.six.moves + • setuptools.package_index + • setuptools.ssl_support + +
+ +
+ +
+ + 'setuptools.extern.packaging.specifiers' +MissingModule
+imported by: + setuptools.config + +
+ +
+ +
+ + 'setuptools.extern.packaging.tags' +MissingModule
+imported by: + setuptools.wheel + +
+ +
+ +
+ + 'setuptools.extern.packaging.utils' +MissingModule
+imported by: + setuptools.wheel + +
+ +
+ +
+ + 'setuptools.extern.packaging.version' +MissingModule
+imported by: + setuptools.config + • setuptools.msvc + +
+ +
+ +
+ + 'setuptools.extern.pyparsing' +MissingModule
+imported by: + setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.requirements + +
+ +
+ +
+ + 'setuptools.extern.six' +MissingModule
+imported by: + setuptools + • setuptools.extension + +
+ +
+ +
+ + 'win32com.gen_py' +MissingModule
+imported by: + pyi_rth_win32comgenpy.py + • win32com + +
+ +
+ +
+ + Crypto +Package
+imported by: + Crypto.Cipher + • Crypto.Hash + • Crypto.Protocol + • Crypto.Random + • Crypto.Util + • Crypto.Util.number + • PyInstaller.building.makespec + +
+ +
+ +
+ + Crypto.Cipher +Package
+imports: + Crypto + • Crypto.Cipher.AES + • Crypto.Cipher.Blowfish + • Crypto.Cipher._EKSBlowfish + • Crypto.Cipher._mode_cbc + • Crypto.Cipher._mode_ccm + • Crypto.Cipher._mode_cfb + • Crypto.Cipher._mode_ctr + • Crypto.Cipher._mode_eax + • Crypto.Cipher._mode_ecb + • Crypto.Cipher._mode_gcm + • Crypto.Cipher._mode_ocb + • Crypto.Cipher._mode_ofb + • Crypto.Cipher._mode_openpgp + • Crypto.Cipher._mode_siv + • os + +
+
+imported by: + Crypto.Cipher.AES + • Crypto.Cipher.Blowfish + • Crypto.Cipher._EKSBlowfish + • Crypto.Cipher._mode_cbc + • Crypto.Cipher._mode_ccm + • Crypto.Cipher._mode_cfb + • Crypto.Cipher._mode_ctr + • Crypto.Cipher._mode_eax + • Crypto.Cipher._mode_ecb + • Crypto.Cipher._mode_gcm + • Crypto.Cipher._mode_ocb + • Crypto.Cipher._mode_ofb + • Crypto.Cipher._mode_openpgp + • Crypto.Cipher._mode_siv + • Crypto.Protocol.KDF + • main.py + +
+ +
+ +
+ + Crypto.Cipher.AES +SourceModule
+imports: + Crypto.Cipher + • Crypto.Random + • Crypto.Util + • Crypto.Util._cpu_features + • Crypto.Util._raw_api + • sys + +
+
+imported by: + Crypto.Cipher + • main.py + +
+ +
+ +
+ + Crypto.Cipher.Blowfish +SourceModule
+imports: + Crypto.Cipher + • Crypto.Util._raw_api + • sys + +
+
+imported by: + Crypto.Cipher + • main.py + +
+ +
+ +
+ + Crypto.Cipher._EKSBlowfish +SourceModule
+imports: + Crypto.Cipher + • Crypto.Util._raw_api + • sys + +
+
+imported by: + Crypto.Cipher + • Crypto.Protocol.KDF + +
+ +
+ +
+ + Crypto.Cipher._mode_cbc +SourceModule
+imports: + Crypto.Cipher + • Crypto.Random + • Crypto.Util._raw_api + • Crypto.Util.py3compat + +
+
+imported by: + Crypto.Cipher + +
+ +
+ +
+ + Crypto.Cipher._mode_ccm +SourceModule
+imports: + Crypto.Cipher + • Crypto.Hash + • Crypto.Hash.BLAKE2s + • Crypto.Random + • Crypto.Util._raw_api + • Crypto.Util.number + • Crypto.Util.py3compat + • Crypto.Util.strxor + • binascii + • struct + +
+
+imported by: + Crypto.Cipher + +
+ +
+ +
+ + Crypto.Cipher._mode_cfb +SourceModule
+imports: + Crypto.Cipher + • Crypto.Random + • Crypto.Util._raw_api + • Crypto.Util.py3compat + +
+
+imported by: + Crypto.Cipher + +
+ +
+ +
+ + Crypto.Cipher._mode_ctr +SourceModule
+imports: + Crypto.Cipher + • Crypto.Random + • Crypto.Util._raw_api + • Crypto.Util.number + • Crypto.Util.py3compat + • struct + +
+
+imported by: + Crypto.Cipher + +
+ +
+ +
+ + Crypto.Cipher._mode_eax +SourceModule
+imports: + Crypto.Cipher + • Crypto.Hash + • Crypto.Hash.BLAKE2s + • Crypto.Hash.CMAC + • Crypto.Random + • Crypto.Util._raw_api + • Crypto.Util.number + • Crypto.Util.py3compat + • Crypto.Util.strxor + • binascii + • struct + +
+
+imported by: + Crypto.Cipher + +
+ +
+ +
+ + Crypto.Cipher._mode_ecb +SourceModule
+imports: + Crypto.Cipher + • Crypto.Util._raw_api + +
+
+imported by: + Crypto.Cipher + +
+ +
+ +
+ + Crypto.Cipher._mode_gcm +SourceModule
+imports: + Crypto.Cipher + • Crypto.Hash + • Crypto.Hash.BLAKE2s + • Crypto.Random + • Crypto.Util + • Crypto.Util._cpu_features + • Crypto.Util._raw_api + • Crypto.Util.number + • Crypto.Util.py3compat + • binascii + • collections + +
+
+imported by: + Crypto.Cipher + +
+ +
+ +
+ + Crypto.Cipher._mode_ocb +SourceModule
+imports: + Crypto.Cipher + • Crypto.Hash + • Crypto.Hash.BLAKE2s + • Crypto.Random + • Crypto.Util._raw_api + • Crypto.Util.number + • Crypto.Util.py3compat + • Crypto.Util.strxor + • binascii + • struct + +
+
+imported by: + Crypto.Cipher + +
+ +
+ +
+ + Crypto.Cipher._mode_ofb +SourceModule
+imports: + Crypto.Cipher + • Crypto.Random + • Crypto.Util._raw_api + • Crypto.Util.py3compat + +
+
+imported by: + Crypto.Cipher + +
+ +
+ +
+ + Crypto.Cipher._mode_openpgp +SourceModule
+imports: + Crypto.Cipher + • Crypto.Random + • Crypto.Util.py3compat + +
+
+imported by: + Crypto.Cipher + +
+ +
+ +
+ + Crypto.Cipher._mode_siv +SourceModule
+imports: + Crypto.Cipher + • Crypto.Hash + • Crypto.Hash.BLAKE2s + • Crypto.Protocol.KDF + • Crypto.Random + • Crypto.Util._raw_api + • Crypto.Util.number + • Crypto.Util.py3compat + • binascii + +
+
+imported by: + Crypto.Cipher + +
+ +
+ +
+ + Crypto.Hash +Package
+imports: + Crypto + • Crypto.Hash + • Crypto.Hash.BLAKE2s + • Crypto.Hash.CMAC + • Crypto.Hash.HMAC + • Crypto.Hash.MD5 + • Crypto.Hash.SHA1 + • Crypto.Hash.SHA224 + • Crypto.Hash.SHA256 + • Crypto.Hash.SHA384 + • Crypto.Hash.SHA3_224 + • Crypto.Hash.SHA3_256 + • Crypto.Hash.SHA3_384 + • Crypto.Hash.SHA3_512 + • Crypto.Hash.SHA512 + +
+
+imported by: + Crypto.Cipher._mode_ccm + • Crypto.Cipher._mode_eax + • Crypto.Cipher._mode_gcm + • Crypto.Cipher._mode_ocb + • Crypto.Cipher._mode_siv + • Crypto.Hash + • Crypto.Hash.BLAKE2s + • Crypto.Hash.CMAC + • Crypto.Hash.HMAC + • Crypto.Hash.MD5 + • Crypto.Hash.SHA1 + • Crypto.Hash.SHA224 + • Crypto.Hash.SHA256 + • Crypto.Hash.SHA384 + • Crypto.Hash.SHA3_224 + • Crypto.Hash.SHA3_256 + • Crypto.Hash.SHA3_384 + • Crypto.Hash.SHA3_512 + • Crypto.Hash.SHA512 + • Crypto.Hash.keccak + • Crypto.Protocol.KDF + +
+ +
+ +
+ + Crypto.Hash.BLAKE2s +SourceModule
+imports: + Crypto.Hash + • Crypto.Random + • Crypto.Util._raw_api + • Crypto.Util.py3compat + • binascii + +
+
+imported by: + Crypto.Cipher._mode_ccm + • Crypto.Cipher._mode_eax + • Crypto.Cipher._mode_gcm + • Crypto.Cipher._mode_ocb + • Crypto.Cipher._mode_siv + • Crypto.Hash + • Crypto.Hash.CMAC + • Crypto.Hash.HMAC + • Crypto.Protocol.KDF + +
+ +
+ +
+ + Crypto.Hash.CMAC +SourceModule
+imports: + Crypto.Hash + • Crypto.Hash.BLAKE2s + • Crypto.Random + • Crypto.Util.number + • Crypto.Util.py3compat + • Crypto.Util.strxor + • binascii + +
+
+imported by: + Crypto.Cipher._mode_eax + • Crypto.Hash + • Crypto.Protocol.KDF + +
+ +
+ +
+ + Crypto.Hash.HMAC +SourceModule
+imports: + Crypto.Hash + • Crypto.Hash.BLAKE2s + • Crypto.Hash.MD5 + • Crypto.Random + • Crypto.Util.py3compat + • Crypto.Util.strxor + • binascii + +
+
+imported by: + Crypto.Hash + • Crypto.Protocol.KDF + +
+ +
+ +
+ + Crypto.Hash.MD5 +SourceModule
+imports: + Crypto.Hash + • Crypto.Util._raw_api + • Crypto.Util.py3compat + +
+
+imported by: + Crypto.Hash + • Crypto.Hash.HMAC + +
+ +
+ +
+ + Crypto.Hash.SHA1 +SourceModule
+imports: + Crypto.Hash + • Crypto.Util._raw_api + • Crypto.Util.py3compat + +
+
+imported by: + Crypto.Hash + • Crypto.Protocol.KDF + +
+ +
+ +
+ + Crypto.Hash.SHA224 +SourceModule
+imports: + Crypto.Hash + • Crypto.Util._raw_api + • Crypto.Util.py3compat + +
+
+imported by: + Crypto.Hash + +
+ +
+ +
+ + Crypto.Hash.SHA256 +SourceModule
+imports: + Crypto.Hash + • Crypto.Util._raw_api + • Crypto.Util.py3compat + +
+
+imported by: + Crypto.Hash + • Crypto.Protocol.KDF + +
+ +
+ +
+ + Crypto.Hash.SHA384 +SourceModule
+imports: + Crypto.Hash + • Crypto.Util._raw_api + • Crypto.Util.py3compat + +
+
+imported by: + Crypto.Hash + +
+ +
+ +
+ + Crypto.Hash.SHA3_224 +SourceModule
+imports: + Crypto.Hash + • Crypto.Hash.keccak + • Crypto.Util._raw_api + • Crypto.Util.py3compat + +
+
+imported by: + Crypto.Hash + +
+ +
+ +
+ + Crypto.Hash.SHA3_256 +SourceModule
+imports: + Crypto.Hash + • Crypto.Hash.keccak + • Crypto.Util._raw_api + • Crypto.Util.py3compat + +
+
+imported by: + Crypto.Hash + +
+ +
+ +
+ + Crypto.Hash.SHA3_384 +SourceModule
+imports: + Crypto.Hash + • Crypto.Hash.keccak + • Crypto.Util._raw_api + • Crypto.Util.py3compat + +
+
+imported by: + Crypto.Hash + +
+ +
+ +
+ + Crypto.Hash.SHA3_512 +SourceModule
+imports: + Crypto.Hash + • Crypto.Hash.keccak + • Crypto.Util._raw_api + • Crypto.Util.py3compat + +
+
+imported by: + Crypto.Hash + +
+ +
+ +
+ + Crypto.Hash.SHA512 +SourceModule
+imports: + Crypto.Hash + • Crypto.Util._raw_api + • Crypto.Util.py3compat + +
+
+imported by: + Crypto.Hash + +
+ +
+ +
+ + Crypto.Hash.keccak +SourceModule
+imports: + Crypto.Hash + • Crypto.Util._raw_api + • Crypto.Util.py3compat + +
+
+imported by: + Crypto.Hash.SHA3_224 + • Crypto.Hash.SHA3_256 + • Crypto.Hash.SHA3_384 + • Crypto.Hash.SHA3_512 + +
+ +
+ +
+ + Crypto.Protocol +Package
+imports: + Crypto + +
+
+imported by: + Crypto.Protocol.KDF + +
+ +
+ +
+ + Crypto.Protocol.KDF +SourceModule
+imports: + Crypto.Cipher + • Crypto.Cipher._EKSBlowfish + • Crypto.Hash + • Crypto.Hash.BLAKE2s + • Crypto.Hash.CMAC + • Crypto.Hash.HMAC + • Crypto.Hash.SHA1 + • Crypto.Hash.SHA256 + • Crypto.Protocol + • Crypto.Random + • Crypto.Util._raw_api + • Crypto.Util.number + • Crypto.Util.py3compat + • Crypto.Util.strxor + • functools + • re + • struct + +
+
+imported by: + Crypto.Cipher._mode_siv + +
+ +
+ +
+ + Crypto.Random +Package
+imports: + Crypto + • os + +
+
+imported by: + Crypto.Cipher.AES + • Crypto.Cipher._mode_cbc + • Crypto.Cipher._mode_ccm + • Crypto.Cipher._mode_cfb + • Crypto.Cipher._mode_ctr + • Crypto.Cipher._mode_eax + • Crypto.Cipher._mode_gcm + • Crypto.Cipher._mode_ocb + • Crypto.Cipher._mode_ofb + • Crypto.Cipher._mode_openpgp + • Crypto.Cipher._mode_siv + • Crypto.Hash.BLAKE2s + • Crypto.Hash.CMAC + • Crypto.Hash.HMAC + • Crypto.Protocol.KDF + • Crypto.Util.number + +
+ +
+ +
+ + Crypto.Util +Package
+imports: + Crypto + • Crypto.Util._cpu_features + +
+
+imported by: + Crypto.Cipher.AES + • Crypto.Cipher._mode_gcm + • Crypto.Util._cpu_features + • Crypto.Util._file_system + • Crypto.Util._raw_api + • Crypto.Util.number + • Crypto.Util.py3compat + • Crypto.Util.strxor + +
+ +
+ +
+ + Crypto.Util._cpu_features +SourceModule
+imports: + Crypto.Util + • Crypto.Util._raw_api + +
+
+imported by: + Crypto.Cipher.AES + • Crypto.Cipher._mode_gcm + • Crypto.Util + +
+ +
+ +
+ + Crypto.Util._file_system +SourceModule
+imports: + Crypto.Util + • os + +
+
+imported by: + Crypto.Util._raw_api + +
+ +
+ +
+ + Crypto.Util._raw_api +SourceModule
+imports: + Crypto.Util + • Crypto.Util._file_system + • Crypto.Util.py3compat + • abc + • cffi + • ctypes + • ctypes.util + • imp + • importlib + • importlib.machinery + • os + • platform + • sys + +
+
+imported by: + Crypto.Cipher.AES + • Crypto.Cipher.Blowfish + • Crypto.Cipher._EKSBlowfish + • Crypto.Cipher._mode_cbc + • Crypto.Cipher._mode_ccm + • Crypto.Cipher._mode_cfb + • Crypto.Cipher._mode_ctr + • Crypto.Cipher._mode_eax + • Crypto.Cipher._mode_ecb + • Crypto.Cipher._mode_gcm + • Crypto.Cipher._mode_ocb + • Crypto.Cipher._mode_ofb + • Crypto.Cipher._mode_siv + • Crypto.Hash.BLAKE2s + • Crypto.Hash.MD5 + • Crypto.Hash.SHA1 + • Crypto.Hash.SHA224 + • Crypto.Hash.SHA256 + • Crypto.Hash.SHA384 + • Crypto.Hash.SHA3_224 + • Crypto.Hash.SHA3_256 + • Crypto.Hash.SHA3_384 + • Crypto.Hash.SHA3_512 + • Crypto.Hash.SHA512 + • Crypto.Hash.keccak + • Crypto.Protocol.KDF + • Crypto.Util._cpu_features + • Crypto.Util.strxor + +
+ +
+ +
+ + Crypto.Util.number +SourceModule
+imports: + Crypto + • Crypto.Random + • Crypto.Util + • Crypto.Util.py3compat + • math + • struct + • sys + • warnings + +
+
+imported by: + Crypto.Cipher._mode_ccm + • Crypto.Cipher._mode_ctr + • Crypto.Cipher._mode_eax + • Crypto.Cipher._mode_gcm + • Crypto.Cipher._mode_ocb + • Crypto.Cipher._mode_siv + • Crypto.Hash.CMAC + • Crypto.Protocol.KDF + +
+ +
+ +
+ + Crypto.Util.py3compat +SourceModule
+imports: + Crypto.Util + • StringIO + • abc + • io + • sys + +
+
+imported by: + Crypto.Cipher._mode_cbc + • Crypto.Cipher._mode_ccm + • Crypto.Cipher._mode_cfb + • Crypto.Cipher._mode_ctr + • Crypto.Cipher._mode_eax + • Crypto.Cipher._mode_gcm + • Crypto.Cipher._mode_ocb + • Crypto.Cipher._mode_ofb + • Crypto.Cipher._mode_openpgp + • Crypto.Cipher._mode_siv + • Crypto.Hash.BLAKE2s + • Crypto.Hash.CMAC + • Crypto.Hash.HMAC + • Crypto.Hash.MD5 + • Crypto.Hash.SHA1 + • Crypto.Hash.SHA224 + • Crypto.Hash.SHA256 + • Crypto.Hash.SHA384 + • Crypto.Hash.SHA3_224 + • Crypto.Hash.SHA3_256 + • Crypto.Hash.SHA3_384 + • Crypto.Hash.SHA3_512 + • Crypto.Hash.SHA512 + • Crypto.Hash.keccak + • Crypto.Protocol.KDF + • Crypto.Util._raw_api + • Crypto.Util.number + +
+ +
+ +
+ + Crypto.Util.strxor +SourceModule
+imports: + Crypto.Util + • Crypto.Util._raw_api + +
+
+imported by: + Crypto.Cipher._mode_ccm + • Crypto.Cipher._mode_eax + • Crypto.Cipher._mode_ocb + • Crypto.Hash.CMAC + • Crypto.Hash.HMAC + • Crypto.Protocol.KDF + +
+ +
+ +
+ + Numeric +MissingModule
+imported by: + numpy.distutils.system_info + +
+ +
+ +
+ + StringIO +MissingModule
+imported by: + Crypto.Util.py3compat + • PyInstaller.lib.modulegraph._compat + • PyInstaller.lib.modulegraph.zipio + • pkg_resources._vendor.six + • setuptools._vendor.six + +
+ +
+ +
+ + __builtin__ +MissingModule
+imported by: + pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + +
+ +
+ +
+ + __future__ +SourceModule
+imported by: + PyInstaller.building.build_main + • PyInstaller.compat + • PyInstaller.depend.analysis + • PyInstaller.lib.modulegraph.find_modules + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • codeop + • doctest + • numpy._typing + • numpy._typing._array_like + • numpy._typing._generic_alias + • numpy._typing._nested_sequence + • numpy.array_api._array_object + • numpy.array_api._creation_functions + • numpy.array_api._data_type_functions + • numpy.array_api._elementwise_functions + • numpy.array_api._manipulation_functions + • numpy.array_api._searching_functions + • numpy.array_api._set_functions + • numpy.array_api._sorting_functions + • numpy.array_api._statistical_functions + • numpy.array_api._typing + • numpy.array_api._utility_functions + • numpy.array_api.linalg + • numpy.version + • ordlookup + • pefile + • pkg_resources + • pkg_resources._vendor.packaging + • pkg_resources._vendor.packaging.__about__ + • pkg_resources._vendor.packaging._compat + • pkg_resources._vendor.packaging._structures + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.packaging.requirements + • pkg_resources._vendor.packaging.specifiers + • pkg_resources._vendor.packaging.tags + • pkg_resources._vendor.packaging.utils + • pkg_resources._vendor.packaging.version + • pkg_resources._vendor.six + • psutil + • psutil._common + • psutil._pslinux + • setuptools._vendor.packaging + • setuptools._vendor.packaging.__about__ + • setuptools._vendor.packaging._compat + • setuptools._vendor.packaging._structures + • setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.requirements + • setuptools._vendor.packaging.specifiers + • setuptools._vendor.packaging.tags + • setuptools._vendor.packaging.utils + • setuptools._vendor.packaging.version + • setuptools._vendor.six + • setuptools.config + • win32ctypes.core + • win32ctypes.pywin32 + • win32ctypes.pywin32.pywintypes + • win32ctypes.pywin32.win32api + • win32ctypes.pywin32.win32cred + +
+ +
+ +
+ + _abc (builtin module)
+imported by: + abc + +
+ +
+ +
+ + _ast (builtin module)
+imported by: + ast + +
+ +
+ +
+ + _asyncio c:\program files\python\DLLs\_asyncio.pyd
+imported by: + asyncio.events + • asyncio.futures + • asyncio.tasks + +
+ +
+ +
+ + _bisect (builtin module)
+imported by: + bisect + +
+ +
+ +
+ + _blake2 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _bootlocale +SourceModule
+imports: + _locale + • locale + • sys + +
+
+imported by: + locale + • main.py + +
+ +
+ +
+ + _bz2 c:\program files\python\DLLs\_bz2.pyd
+imported by: + bz2 + +
+ +
+ +
+ + _cffi_backend c:\program files\python\lib\site-packages\_cffi_backend.cp38-win_amd64.pyd
+imported by: + cffi.api + • cffi.commontypes + • cffi.verifier + +
+ +
+ +
+ + _codecs (builtin module)
+imported by: + codecs + +
+ +
+ +
+ + _codecs_cn (builtin module)
+imported by: + encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hz + +
+ +
+ +
+ + _codecs_hk (builtin module)
+imported by: + encodings.big5hkscs + +
+ +
+ +
+ + _codecs_iso2022 (builtin module)
+imported by: + encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + +
+ +
+ +
+ + _codecs_jp (builtin module)
+imported by: + encodings.cp932 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + +
+ +
+ +
+ + _codecs_kr (builtin module)
+imported by: + encodings.cp949 + • encodings.euc_kr + • encodings.johab + +
+ +
+ +
+ + _codecs_tw (builtin module)
+imported by: + encodings.big5 + • encodings.cp950 + +
+ +
+ +
+ + _collections (builtin module)
+imported by: + collections + • threading + +
+ +
+ +
+ + _collections_abc +SourceModule
+imports: + abc + • sys + +
+
+imported by: + collections + • collections.abc + • contextlib + • locale + • main.py + • os + • pathlib + • random + • types + • weakref + +
+ +
+ +
+ + _compat_pickle +SourceModule
+imported by: + _pickle + • pickle + +
+ +
+ +
+ + _compression +SourceModule
+imports: + io + +
+
+imported by: + bz2 + • gzip + • lzma + +
+ +
+ +
+ + _contextvars (builtin module)
+imported by: + contextvars + +
+ +
+ +
+ + _csv (builtin module)
+imported by: + csv + +
+ +
+ +
+ + _ctypes c:\program files\python\DLLs\_ctypes.pyd
+imported by: + ctypes + • numpy.core._dtype_ctypes + +
+ +
+ +
+ + _curses +MissingModule
+imports: + curses + +
+
+imported by: + curses + • curses.has_key + +
+ +
+ +
+ + _datetime (builtin module)
+imports: + _strptime + • time + +
+
+imported by: + datetime + +
+ +
+ +
+ + _decimal c:\program files\python\DLLs\_decimal.pyd
+imported by: + decimal + +
+ +
+ +
+ + _dummy_thread +SourceModule
+imports: + time + • traceback + +
+
+imported by: + cffi.lock + • dummy_threading + • numpy.core.arrayprint + +
+ +
+ +
+ + _dummy_threading +MissingModule
+imported by: + dummy_threading + +
+ +
+ +
+ + _elementtree c:\program files\python\DLLs\_elementtree.pyd
+imports: + pyexpat + • xml.etree.ElementInclude + • xml.etree.ElementPath + • xml.etree.ElementTree + • xml.etree.cElementTree + +
+
+imported by: + xml.etree.ElementTree + +
+ +
+ +
+ + _frozen_importlib +ExcludedModule
+imported by: + PyInstaller.loader.pyimod02_archive + • importlib + • importlib.abc + • zipimport + +
+ +
+ +
+ + _frozen_importlib_external +MissingModule
+imported by: + importlib + • importlib._bootstrap + • importlib.abc + • zipimport + +
+ +
+ +
+ + _functools (builtin module)
+imported by: + functools + +
+ +
+ +
+ + _hashlib c:\program files\python\DLLs\_hashlib.pyd
+imported by: + hashlib + • hmac + • test.support + +
+ +
+ +
+ + _heapq (builtin module)
+imported by: + heapq + +
+ +
+ +
+ + _imp (builtin module)
+imported by: + distutils.sysconfig + • imp + • importlib + • importlib.machinery + • importlib.util + • pkg_resources + • zipimport + +
+ +
+ +
+ + _io (builtin module)
+imported by: + io + • zipimport + +
+ +
+ +
+ + _json (builtin module)
+imports: + json.decoder + +
+
+imported by: + json.decoder + • json.encoder + • json.scanner + +
+ +
+ +
+ + _locale (builtin module)
+imported by: + _bootlocale + • locale + • re + +
+ +
+ +
+ + _lzma c:\program files\python\DLLs\_lzma.pyd
+imported by: + lzma + +
+ +
+ +
+ + _manylinux +MissingModule
+imported by: + pkg_resources._vendor.packaging.tags + • setuptools._vendor.packaging.tags + +
+ +
+ +
+ + _markupbase +SourceModule
+imports: + re + +
+
+imported by: + html.parser + +
+ +
+ +
+ + _md5 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _multibytecodec (builtin module)
+imported by: + encodings.big5 + • encodings.big5hkscs + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hz + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.johab + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + +
+ +
+ +
+ + _multiprocessing c:\program files\python\DLLs\_multiprocessing.pyd
+imported by: + multiprocessing.connection + • multiprocessing.queues + • multiprocessing.resource_tracker + • multiprocessing.synchronize + +
+ +
+ +
+ + _opcode (builtin module)
+imported by: + opcode + +
+ +
+ +
+ + _operator (builtin module)
+imported by: + hmac + • operator + +
+ +
+ +
+ + _osx_support +SourceModule
+imports: + contextlib + • distutils + • distutils.log + • os + • re + • sys + • tempfile + +
+
+imported by: + distutils.sysconfig + • distutils.unixccompiler + • distutils.util + • sysconfig + +
+ +
+ +
+ + _overlapped c:\program files\python\DLLs\_overlapped.pyd
+imported by: + asyncio.windows_events + +
+ +
+ +
+ + _pickle (builtin module)
+imports: + _compat_pickle + • codecs + • copyreg + +
+
+imported by: + pickle + +
+ +
+ +
+ + _posixshmem +MissingModule
+imported by: + multiprocessing.resource_tracker + • multiprocessing.shared_memory + +
+ +
+ +
+ + _posixsubprocess +MissingModule
+imports: + gc + +
+
+imported by: + multiprocessing.util + • subprocess + +
+ +
+ +
+ + _psutil_linux +MissingModule
+imported by: + psutil + +
+ +
+ +
+ + _py_abc +SourceModule
+imports: + _weakrefset + +
+
+imported by: + abc + +
+ +
+ +
+ + _pydecimal +SourceModule
+imports: + collections + • contextvars + • itertools + • locale + • math + • numbers + • re + • sys + +
+
+imported by: + decimal + +
+ +
+ +
+ + _queue c:\program files\python\DLLs\_queue.pyd
+imported by: + queue + +
+ +
+ +
+ + _random (builtin module)
+imported by: + random + +
+ +
+ +
+ + _scproxy +MissingModule
+imported by: + urllib.request + +
+ +
+ +
+ + _sha1 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _sha256 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _sha3 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _sha512 (builtin module)
+imported by: + hashlib + • random + +
+ +
+ +
+ + _signal (builtin module)
+imported by: + signal + +
+ +
+ +
+ + _socket c:\program files\python\DLLs\_socket.pyd
+imported by: + socket + +
+ +
+ +
+ + _sre (builtin module)
+imports: + copy + • re + +
+
+imported by: + sre_compile + • sre_constants + +
+ +
+ +
+ + _ssl c:\program files\python\DLLs\_ssl.pyd
+imports: + socket + +
+
+imported by: + ssl + +
+ +
+ +
+ + _stat (builtin module)
+imported by: + stat + +
+ +
+ +
+ + _string (builtin module)
+imported by: + string + +
+ +
+ +
+ + _strptime +SourceModule
+imports: + _thread + • calendar + • datetime + • locale + • re + • time + +
+
+imported by: + _datetime + • datetime + • time + +
+ +
+ +
+ + _struct (builtin module)
+imported by: + struct + +
+ +
+ +
+ + _testcapi c:\program files\python\DLLs\_testcapi.pyd
+imported by: + test.support + +
+ +
+ +
+ + _thread (builtin module)
+imported by: + PyInstaller.loader.pyimod02_archive + • _strptime + • cffi.cparser + • cffi.lock + • dataclasses + • functools + • numpy.core.arrayprint + • pkg_resources._vendor.pyparsing + • reprlib + • setuptools._vendor.pyparsing + • tempfile + • test.support + • threading + +
+ +
+ +
+ + _threading_local +SourceModule
+imports: + contextlib + • threading + • weakref + +
+
+imported by: + threading + +
+ +
+ +
+ + _tkinter c:\program files\python\DLLs\_tkinter.pyd
+imported by: + tkinter + +
+ +
+ +
+ + _tracemalloc (builtin module)
+imported by: + tracemalloc + +
+ +
+ +
+ + _ufunc +MissingModule
+imported by: + numpy._typing + +
+ +
+ +
+ + _uuid +MissingModule
+imported by: + uuid + +
+ +
+ +
+ + _warnings (builtin module)
+imported by: + warnings + +
+ +
+ +
+ + _weakref (builtin module)
+imported by: + _weakrefset + • collections + • weakref + • xml.sax.expatreader + +
+ +
+ +
+ + _weakrefset +SourceModule
+imports: + _weakref + +
+
+imported by: + _py_abc + • main.py + • multiprocessing.process + • threading + • weakref + +
+ +
+ +
+ + _win32sysloader c:\program files\python\lib\site-packages\win32\_win32sysloader.pyd
+imported by: + pywintypes + +
+ +
+ +
+ + _winapi (builtin module)
+imported by: + asyncio.windows_events + • asyncio.windows_utils + • encodings + • multiprocessing.connection + • multiprocessing.heap + • multiprocessing.popen_spawn_win32 + • multiprocessing.reduction + • multiprocessing.shared_memory + • multiprocessing.spawn + • subprocess + • test.support + +
+ +
+ +
+ + _winreg +MissingModule
+imported by: + pkg_resources._vendor.appdirs + • platform + +
+ +
+ +
+ + abc +SourceModule
+imports: + _abc + • _py_abc + +
+
+imported by: + Crypto.Util._raw_api + • Crypto.Util.py3compat + • _collections_abc + • contextlib + • email._policybase + • functools + • importlib.abc + • importlib.metadata + • inspect + • io + • main.py + • multiprocessing.reduction + • numbers + • numpy.polynomial._polybase + • os + • pkg_resources._vendor.packaging.specifiers + • selectors + • setuptools._vendor.packaging.specifiers + • typing + +
+ +
+ +
+ + argparse +SourceModule
+imports: + copy + • gettext + • os + • re + • shutil + • sys + • textwrap + • warnings + +
+
+imported by: + PyInstaller.__main__ + • PyInstaller.building.makespec + • calendar + • code + • dis + • doctest + • gzip + • http.server + • inspect + • nntplib + • pickle + • tarfile + • tokenize + • unittest.main + • zipfile + +
+ +
+ +
+ + array (builtin module)
+imported by: + multiprocessing.dummy + • multiprocessing.managers + • multiprocessing.reduction + • pkg_resources._vendor.appdirs + • setuptools.py33compat + +
+ +
+ +
+ + ast +SourceModule
+imports: + _ast + • collections + • inspect + • warnings + +
+
+imported by: + PyInstaller.lib.modulegraph.modulegraph + • inspect + • numpy.core._internal + • numpy.lib.utils + • numpy.matrixlib.defmatrix + • setuptools.config + +
+ +
+ +
+ + asyncio +Package
+imports: + asyncio + • asyncio.DefaultEventLoopPolicy + • asyncio.base_events + • asyncio.base_futures + • asyncio.base_subprocess + • asyncio.base_tasks + • asyncio.constants + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.format_helpers + • asyncio.futures + • asyncio.locks + • asyncio.proactor_events + • asyncio.protocols + • asyncio.queues + • asyncio.runners + • asyncio.selector_events + • asyncio.sslproto + • asyncio.staggered + • asyncio.streams + • asyncio.subprocess + • asyncio.tasks + • asyncio.transports + • asyncio.trsock + • asyncio.unix_events + • asyncio.windows_events + • asyncio.windows_utils + • sys + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.base_futures + • asyncio.base_subprocess + • asyncio.base_tasks + • asyncio.constants + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.format_helpers + • asyncio.futures + • asyncio.locks + • asyncio.log + • asyncio.proactor_events + • asyncio.protocols + • asyncio.queues + • asyncio.runners + • asyncio.selector_events + • asyncio.sslproto + • asyncio.staggered + • asyncio.streams + • asyncio.subprocess + • asyncio.tasks + • asyncio.transports + • asyncio.trsock + • asyncio.unix_events + • asyncio.windows_events + • asyncio.windows_utils + • unittest.async_case + +
+ +
+ +
+ + asyncio.DefaultEventLoopPolicy +MissingModule
+imported by: + asyncio + • asyncio.events + +
+ +
+ +
+ + asyncio.base_events +SourceModule
+imports: + asyncio + • asyncio.constants + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.futures + • asyncio.log + • asyncio.protocols + • asyncio.sslproto + • asyncio.staggered + • asyncio.tasks + • asyncio.transports + • asyncio.trsock + • collections + • collections.abc + • concurrent.futures + • functools + • heapq + • itertools + • os + • socket + • ssl + • stat + • subprocess + • sys + • threading + • time + • traceback + • warnings + • weakref + +
+
+imported by: + asyncio + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.sslproto + • asyncio.unix_events + +
+ +
+ +
+ + asyncio.base_futures +SourceModule
+imports: + asyncio + • asyncio.format_helpers + • reprlib + +
+
+imported by: + asyncio + • asyncio.base_tasks + • asyncio.coroutines + • asyncio.futures + +
+ +
+ +
+ + asyncio.base_subprocess +SourceModule
+imports: + asyncio + • asyncio.log + • asyncio.protocols + • asyncio.transports + • collections + • subprocess + • warnings + +
+
+imported by: + asyncio + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.base_tasks +SourceModule
+imports: + asyncio + • asyncio.base_futures + • asyncio.coroutines + • linecache + • traceback + +
+
+imported by: + asyncio + • asyncio.tasks + +
+ +
+ +
+ + asyncio.constants +SourceModule
+imports: + asyncio + • enum + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.coroutines + • asyncio.format_helpers + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.sslproto + • asyncio.unix_events + +
+ +
+ +
+ + asyncio.coroutines +SourceModule
+imports: + asyncio + • asyncio.base_futures + • asyncio.constants + • asyncio.format_helpers + • asyncio.log + • collections.abc + • functools + • inspect + • os + • sys + • traceback + • types + • warnings + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.base_tasks + • asyncio.locks + • asyncio.runners + • asyncio.streams + • asyncio.tasks + • asyncio.unix_events + +
+ +
+ +
+ + asyncio.events +SourceModule
+imports: + _asyncio + • asyncio + • asyncio.DefaultEventLoopPolicy + • asyncio.exceptions + • asyncio.format_helpers + • contextvars + • os + • socket + • subprocess + • sys + • threading + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.futures + • asyncio.locks + • asyncio.queues + • asyncio.runners + • asyncio.selector_events + • asyncio.staggered + • asyncio.streams + • asyncio.subprocess + • asyncio.tasks + • asyncio.unix_events + • asyncio.windows_events + • test.support + +
+ +
+ +
+ + asyncio.exceptions +SourceModule
+imports: + asyncio + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.events + • asyncio.futures + • asyncio.locks + • asyncio.proactor_events + • asyncio.staggered + • asyncio.streams + • asyncio.tasks + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.format_helpers +SourceModule
+imports: + asyncio + • asyncio.constants + • functools + • inspect + • reprlib + • sys + • traceback + +
+
+imported by: + asyncio + • asyncio.base_futures + • asyncio.coroutines + • asyncio.events + • asyncio.futures + • asyncio.streams + +
+ +
+ +
+ + asyncio.futures +SourceModule
+imports: + _asyncio + • asyncio + • asyncio.base_futures + • asyncio.events + • asyncio.exceptions + • asyncio.format_helpers + • concurrent.futures + • contextvars + • logging + • sys + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.locks + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.tasks + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.locks +SourceModule
+imports: + asyncio + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.futures + • collections + • types + • warnings + +
+
+imported by: + asyncio + • asyncio.queues + • asyncio.staggered + +
+ +
+ +
+ + asyncio.log +SourceModule
+imports: + asyncio + • logging + +
+
+imported by: + asyncio.base_events + • asyncio.base_subprocess + • asyncio.coroutines + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.sslproto + • asyncio.streams + • asyncio.subprocess + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.proactor_events +SourceModule
+imports: + asyncio + • asyncio.base_events + • asyncio.constants + • asyncio.exceptions + • asyncio.futures + • asyncio.log + • asyncio.protocols + • asyncio.sslproto + • asyncio.transports + • asyncio.trsock + • collections + • io + • os + • signal + • socket + • threading + • warnings + +
+
+imported by: + asyncio + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.protocols +SourceModule
+imports: + asyncio + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.sslproto + • asyncio.streams + • asyncio.subprocess + +
+ +
+ +
+ + asyncio.queues +SourceModule
+imports: + asyncio + • asyncio.events + • asyncio.locks + • collections + • heapq + • warnings + +
+
+imported by: + asyncio + • asyncio.tasks + +
+ +
+ +
+ + asyncio.runners +SourceModule
+imports: + asyncio + • asyncio.coroutines + • asyncio.events + • asyncio.tasks + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.selector_events +SourceModule
+imports: + asyncio + • asyncio.base_events + • asyncio.constants + • asyncio.events + • asyncio.futures + • asyncio.log + • asyncio.protocols + • asyncio.sslproto + • asyncio.transports + • asyncio.trsock + • collections + • errno + • functools + • selectors + • socket + • ssl + • warnings + • weakref + +
+
+imported by: + asyncio + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.sslproto +SourceModule
+imports: + asyncio + • asyncio.base_events + • asyncio.constants + • asyncio.log + • asyncio.protocols + • asyncio.transports + • collections + • ssl + • warnings + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.proactor_events + • asyncio.selector_events + +
+ +
+ +
+ + asyncio.staggered +SourceModule
+imports: + asyncio + • asyncio.events + • asyncio.exceptions + • asyncio.locks + • asyncio.tasks + • contextlib + • typing + +
+
+imported by: + asyncio + • asyncio.base_events + +
+ +
+ +
+ + asyncio.streams +SourceModule
+imports: + asyncio + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.format_helpers + • asyncio.log + • asyncio.protocols + • asyncio.tasks + • socket + • sys + • warnings + • weakref + +
+
+imported by: + asyncio + • asyncio.subprocess + +
+ +
+ +
+ + asyncio.subprocess +SourceModule
+imports: + asyncio + • asyncio.events + • asyncio.log + • asyncio.protocols + • asyncio.streams + • asyncio.tasks + • subprocess + • warnings + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.tasks +SourceModule
+imports: + _asyncio + • asyncio + • asyncio.base_tasks + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.futures + • asyncio.queues + • concurrent.futures + • contextvars + • functools + • inspect + • itertools + • types + • warnings + • weakref + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.runners + • asyncio.staggered + • asyncio.streams + • asyncio.subprocess + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.transports +SourceModule
+imports: + asyncio + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.sslproto + • asyncio.unix_events + +
+ +
+ +
+ + asyncio.trsock +SourceModule
+imports: + asyncio + • socket + • warnings + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.proactor_events + • asyncio.selector_events + +
+ +
+ +
+ + asyncio.unix_events +SourceModule
+imports: + asyncio + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.constants + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.futures + • asyncio.log + • asyncio.selector_events + • asyncio.tasks + • asyncio.transports + • errno + • io + • itertools + • os + • selectors + • signal + • socket + • stat + • subprocess + • sys + • threading + • warnings + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.windows_events +SourceModule
+imports: + _overlapped + • _winapi + • asyncio + • asyncio.base_subprocess + • asyncio.events + • asyncio.exceptions + • asyncio.futures + • asyncio.log + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.tasks + • asyncio.windows_utils + • errno + • math + • msvcrt + • socket + • struct + • time + • weakref + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.windows_utils +SourceModule
+imports: + _winapi + • asyncio + • itertools + • msvcrt + • os + • subprocess + • sys + • tempfile + • warnings + +
+
+imported by: + asyncio + • asyncio.windows_events + +
+ +
+ +
+ + atexit (builtin module)
+imported by: + concurrent.futures.process + • concurrent.futures.thread + • logging + • multiprocessing.util + • numpy.distutils.ccompiler_opt + • numpy.distutils.command.build_clib + • numpy.distutils.command.build_ext + • numpy.distutils.misc_util + • pyi_rth_win32comgenpy.py + • setuptools.ssl_support + • weakref + +
+ +
+ +
+ + backports +MissingModule
+imported by: + setuptools.ssl_support + +
+ +
+ +
+ + base64 +SourceModule
+imports: + binascii + • getopt + • re + • struct + • sys + • warnings + +
+
+imported by: + email._encoded_words + • email.base64mime + • email.encoders + • encodings.base64_codec + • http.server + • logging.handlers + • psutil._pslinux + • pycparser.ply.yacc + • secrets + • setuptools.package_index + • smtplib + • ssl + • urllib.request + • xmlrpc.client + +
+ +
+ +
+ + bdb +SourceModule
+imports: + fnmatch + • inspect + • linecache + • os + • reprlib + • sys + • warnings + +
+
+imported by: + pdb + +
+ +
+ +
+ + binascii (builtin module)
+imported by: + Crypto.Cipher._mode_ccm + • Crypto.Cipher._mode_eax + • Crypto.Cipher._mode_gcm + • Crypto.Cipher._mode_ocb + • Crypto.Cipher._mode_siv + • Crypto.Hash.BLAKE2s + • Crypto.Hash.CMAC + • Crypto.Hash.HMAC + • base64 + • cffi.verifier + • email._encoded_words + • email.base64mime + • email.contentmanager + • email.header + • encodings.hex_codec + • encodings.uu_codec + • http.server + • main.py + • plistlib + • quopri + • secrets + • uu + • zipfile + +
+ +
+ +
+ + bisect +SourceModule
+imports: + _bisect + +
+
+imported by: + multiprocessing.heap + • random + • urllib.request + +
+ +
+ +
+ + builtins (builtin module)
+imported by: + PyInstaller.compat + • builtins + • bz2 + • codecs + • dataclasses + • doctest + • gettext + • gzip + • inspect + • locale + • lzma + • numpy + • numpy.core.numerictypes + • numpy.distutils.misc_util + • numpy.lib.function_base + • numpy.ma.core + • operator + • pefile + • pydoc + • reprlib + • subprocess + • tarfile + • tokenize + • warnings + +
+ +
+ +
+ + builtins +AliasNode
+imports: + builtins + +
+
+imported by: + setuptools.extern.six.moves + • setuptools.sandbox + +
+ +
+ +
+ + bz2 +SourceModule
+imports: + _bz2 + • _compression + • builtins + • io + • os + • threading + • warnings + +
+
+imported by: + encodings.bz2_codec + • fileinput + • numpy.lib._datasource + • shutil + • tarfile + • test.support + • zipfile + +
+ +
+ +
+ + cPickle +MissingModule
+imports: + cStringIO + • copy_reg + +
+
+imported by: + pycparser.ply.yacc + +
+ +
+ +
+ + cStringIO +MissingModule
+imports: + copy_reg + +
+
+imported by: + cPickle + • cffi.ffiplatform + +
+ +
+ +
+ + calendar +SourceModule
+imports: + argparse + • datetime + • itertools + • locale + • sys + +
+
+imported by: + _strptime + • email._parseaddr + • http.cookiejar + • ssl + +
+ +
+ +
+ + cffi +Package
+imports: + cffi + • cffi._pycparser + • cffi.api + • cffi.cparser + • cffi.error + • cffi.ffiplatform + • cffi.model + • cffi.pkgconfig + • cffi.vengine_cpy + • cffi.vengine_gen + +
+
+imported by: + Crypto.Util._raw_api + • cffi + • cffi.api + • cffi.cffi_opcode + • cffi.commontypes + • cffi.cparser + • cffi.error + • cffi.ffiplatform + • cffi.lock + • cffi.model + • cffi.pkgconfig + • cffi.recompiler + • cffi.vengine_cpy + • cffi.vengine_gen + • cffi.verifier + • win32ctypes.core + +
+ +
+ +
+ + cffi._pycparser +MissingModule
+imported by: + cffi + • cffi.cparser + +
+ +
+ +
+ + cffi.api +SourceModule
+imports: + _cffi_backend + • cffi + • cffi.cparser + • cffi.error + • cffi.lock + • cffi.model + • cffi.pkgconfig + • cffi.recompiler + • cffi.verifier + • collections + • collections.Callable + • ctypes.util + • distutils + • distutils.dir_util + • distutils.sysconfig + • os + • re + • sys + • sysconfig + • types + +
+
+imported by: + cffi + +
+ +
+ +
+ + cffi.cffi_opcode +SourceModule
+imports: + cffi + • cffi.error + +
+
+imported by: + cffi.recompiler + +
+ +
+ +
+ + cffi.commontypes +SourceModule
+imports: + _cffi_backend + • cffi + • cffi.error + • cffi.model + • sys + +
+
+imported by: + cffi.cparser + +
+ +
+ +
+ + cffi.cparser +SourceModule
+imports: + _thread + • cffi + • cffi._pycparser + • cffi.commontypes + • cffi.error + • cffi.model + • pycparser + • pycparser.lextab + • pycparser.yacctab + • re + • sys + • thread + • warnings + • weakref + +
+
+imported by: + cffi + • cffi.api + +
+ +
+ +
+ + cffi.error +SourceModule
+imports: + cffi + +
+
+imported by: + cffi + • cffi.api + • cffi.cffi_opcode + • cffi.commontypes + • cffi.cparser + • cffi.ffiplatform + • cffi.model + • cffi.pkgconfig + • cffi.recompiler + • cffi.vengine_cpy + • cffi.vengine_gen + • cffi.verifier + +
+ +
+ +
+ + cffi.ffiplatform +SourceModule
+imports: + cStringIO + • cffi + • cffi.error + • distutils.core + • distutils.errors + • distutils.log + • io + • ntpath + • os + • setuptools + • sys + +
+
+imported by: + cffi + • cffi.recompiler + • cffi.verifier + +
+ +
+ +
+ + cffi.lock +SourceModule
+imports: + _dummy_thread + • _thread + • cffi + • dummy_thread + • sys + • thread + +
+
+imported by: + cffi.api + • cffi.model + +
+ +
+ +
+ + cffi.model +SourceModule
+imports: + cffi + • cffi.error + • cffi.lock + • types + • warnings + • weakref + +
+
+imported by: + cffi + • cffi.api + • cffi.commontypes + • cffi.cparser + • cffi.recompiler + • cffi.vengine_cpy + • cffi.vengine_gen + +
+ +
+ +
+ + cffi.pkgconfig +SourceModule
+imports: + cffi + • cffi.error + • os + • subprocess + • sys + +
+
+imported by: + cffi + • cffi.api + +
+ +
+ +
+ + cffi.recompiler +SourceModule
+imports: + cffi + • cffi.cffi_opcode + • cffi.error + • cffi.ffiplatform + • cffi.model + • distutils.ccompiler + • distutils.command.build_ext + • distutils.msvc9compiler + • io + • os + • sys + +
+
+imported by: + cffi.api + +
+ +
+ +
+ + cffi.vengine_cpy +SourceModule
+imports: + cffi + • cffi.error + • cffi.model + • imp + • sys + • warnings + +
+
+imported by: + cffi + • cffi.verifier + +
+ +
+ +
+ + cffi.vengine_gen +SourceModule
+imports: + cffi + • cffi.error + • cffi.model + • os + • sys + • types + +
+
+imported by: + cffi + • cffi.verifier + +
+ +
+ +
+ + cffi.verifier +SourceModule
+imports: + _cffi_backend + • binascii + • cffi + • cffi.error + • cffi.ffiplatform + • cffi.vengine_cpy + • cffi.vengine_gen + • imp + • importlib.machinery + • io + • os + • shutil + • sys + +
+
+imported by: + cffi.api + +
+ +
+ +
+ + cgi +SourceModule
+imports: + collections.abc + • email.message + • email.parser + • html + • io + • locale + • os + • re + • sys + • tempfile + • traceback + • urllib.parse + +
+
+imported by: + distutils.config + +
+ +
+ +
+ + charset_normalizer +MissingModule
+imported by: + numpy.f2py.crackfortran + +
+ +
+ +
+ + cmd +SourceModule
+imports: + readline + • string + • sys + +
+
+imported by: + pdb + +
+ +
+ +
+ + code +SourceModule
+imports: + argparse + • codeop + • readline + • sys + • traceback + +
+
+imported by: + pdb + +
+ +
+ +
+ + codecs +SourceModule
+imports: + _codecs + • builtins + • encodings + • sys + +
+
+imported by: + PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.utils.misc + • PyInstaller.utils.win32.versioninfo + • _pickle + • encodings + • encodings.ascii + • encodings.base64_codec + • encodings.big5 + • encodings.big5hkscs + • encodings.bz2_codec + • encodings.charmap + • encodings.cp037 + • encodings.cp1006 + • encodings.cp1026 + • encodings.cp1125 + • encodings.cp1140 + • encodings.cp1250 + • encodings.cp1251 + • encodings.cp1252 + • encodings.cp1253 + • encodings.cp1254 + • encodings.cp1255 + • encodings.cp1256 + • encodings.cp1257 + • encodings.cp1258 + • encodings.cp273 + • encodings.cp424 + • encodings.cp437 + • encodings.cp500 + • encodings.cp720 + • encodings.cp737 + • encodings.cp775 + • encodings.cp850 + • encodings.cp852 + • encodings.cp855 + • encodings.cp856 + • encodings.cp857 + • encodings.cp858 + • encodings.cp860 + • encodings.cp861 + • encodings.cp862 + • encodings.cp863 + • encodings.cp864 + • encodings.cp865 + • encodings.cp866 + • encodings.cp869 + • encodings.cp874 + • encodings.cp875 + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hex_codec + • encodings.hp_roman8 + • encodings.hz + • encodings.idna + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.iso8859_1 + • encodings.iso8859_10 + • encodings.iso8859_11 + • encodings.iso8859_13 + • encodings.iso8859_14 + • encodings.iso8859_15 + • encodings.iso8859_16 + • encodings.iso8859_2 + • encodings.iso8859_3 + • encodings.iso8859_4 + • encodings.iso8859_5 + • encodings.iso8859_6 + • encodings.iso8859_7 + • encodings.iso8859_8 + • encodings.iso8859_9 + • encodings.johab + • encodings.koi8_r + • encodings.koi8_t + • encodings.koi8_u + • encodings.kz1048 + • encodings.latin_1 + • encodings.mac_arabic + • encodings.mac_centeuro + • encodings.mac_croatian + • encodings.mac_cyrillic + • encodings.mac_farsi + • encodings.mac_greek + • encodings.mac_iceland + • encodings.mac_latin2 + • encodings.mac_roman + • encodings.mac_romanian + • encodings.mac_turkish + • encodings.mbcs + • encodings.oem + • encodings.palmos + • encodings.ptcp154 + • encodings.punycode + • encodings.quopri_codec + • encodings.raw_unicode_escape + • encodings.rot_13 + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + • encodings.tis_620 + • encodings.undefined + • encodings.unicode_escape + • encodings.utf_16 + • encodings.utf_16_be + • encodings.utf_16_le + • encodings.utf_32 + • encodings.utf_32_be + • encodings.utf_32_le + • encodings.utf_7 + • encodings.utf_8 + • encodings.utf_8_sig + • encodings.uu_codec + • encodings.zlib_codec + • json + • lib2to3.pgen2.tokenize + • main.py + • numpy.f2py.crackfortran + • pefile + • pickle + • plistlib + • tokenize + • win32com.client.genpy + • win32com.client.makepy + • xml.sax.saxutils + +
+ +
+ +
+ + codeop +SourceModule
+imports: + __future__ + • warnings + +
+
+imported by: + code + +
+ +
+ +
+ + collections +Package
+imports: + _collections + • _collections_abc + • _weakref + • collections.Callable + • collections.Iterable + • collections.MutableMapping + • collections.MutableSet + • collections.Sequence + • collections.Set + • copy + • heapq + • itertools + • keyword + • operator + • reprlib + • sys + • warnings + +
+
+imported by: + Crypto.Cipher._mode_gcm + • PyInstaller.compat + • PyInstaller.depend.bindepend + • PyInstaller.lib.modulegraph.modulegraph + • _pydecimal + • altgraph.Graph + • altgraph.GraphUtil + • ast + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.locks + • asyncio.proactor_events + • asyncio.queues + • asyncio.selector_events + • asyncio.sslproto + • cffi.api + • collections.abc + • concurrent.futures._base + • configparser + • contextlib + • difflib + • dis + • doctest + • email.feedparser + • functools + • importlib.metadata + • inspect + • lib2to3.btm_matcher + • lib2to3.refactor + • main.py + • multiprocessing.heap + • multiprocessing.pool + • multiprocessing.queues + • nntplib + • numpy.core.overrides + • numpy.core.records + • numpy.testing._private.parameterized + • pefile + • pkg_resources + • pkg_resources._vendor.packaging.version + • pkg_resources._vendor.pyparsing + • pkgutil + • platform + • pprint + • psutil + • psutil._common + • psutil._compat + • psutil._psaix + • psutil._psbsd + • psutil._pslinux + • psutil._psosx + • psutil._pssunos + • psutil._pswindows + • pydoc + • queue + • selectors + • setuptools._vendor.ordered_set + • setuptools._vendor.packaging.version + • setuptools._vendor.pyparsing + • setuptools.command.egg_info + • setuptools.config + • setuptools.dist + • setuptools.py33compat + • shlex + • shutil + • ssl + • string + • threading + • tokenize + • traceback + • typing + • unittest.case + • unittest.util + • urllib.parse + • xml.etree.ElementTree + +
+ +
+ +
+ + collections.Callable +MissingModule
+imported by: + cffi.api + • collections + +
+ +
+ +
+ + collections.Iterable +MissingModule
+imported by: + collections + • pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + +
+ +
+ +
+ + collections.MutableMapping +MissingModule
+imported by: + collections + • pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + +
+ +
+ +
+ + collections.MutableSet +MissingModule
+imported by: + collections + • setuptools._vendor.ordered_set + +
+ +
+ +
+ + collections.Sequence +MissingModule
+imported by: + PyInstaller.compat + • collections + • setuptools._vendor.ordered_set + +
+ +
+ +
+ + collections.Set +MissingModule
+imported by: + PyInstaller.compat + • collections + +
+ +
+ +
+ + collections.abc +SourceModule
+imports: + _collections_abc + • collections + +
+
+imported by: + PyInstaller.compat + • asyncio.base_events + • asyncio.coroutines + • cgi + • configparser + • http.client + • inspect + • logging + • main.py + • numpy._typing._array_like + • numpy._typing._generic_alias + • numpy.array_api._creation_functions + • numpy.array_api._data_type_functions + • numpy.core._ufunc_config + • numpy.lib.function_base + • numpy.lib.npyio + • numpy.testing._private.decorators + • pkg_resources._vendor.pyparsing + • selectors + • setuptools._vendor.ordered_set + • setuptools._vendor.pyparsing + • test.support + • tracemalloc + • typing + • xml.etree.ElementTree + +
+ +
+ +
+ + com +MissingModule
+imported by: + pkg_resources._vendor.appdirs + +
+ +
+ +
+ + commctrl +SourceModule
+imported by: + pywin.dialogs.list + +
+ +
+ +
+ + concurrent +Package
+imported by: + concurrent.futures + +
+ +
+ +
+ + concurrent.futures +Package
+imports: + concurrent + • concurrent.futures._base + • concurrent.futures.process + • concurrent.futures.thread + +
+
+imported by: + asyncio.base_events + • asyncio.futures + • asyncio.tasks + • concurrent.futures._base + • concurrent.futures.process + • concurrent.futures.thread + • distutils.command.build_ext + • numpy.distutils.ccompiler + +
+ +
+ +
+ + concurrent.futures._base +SourceModule
+imports: + collections + • concurrent.futures + • logging + • threading + • time + • warnings + +
+
+imported by: + concurrent.futures + • concurrent.futures.process + • concurrent.futures.thread + +
+ +
+ +
+ + concurrent.futures.process +SourceModule
+imports: + atexit + • concurrent.futures + • concurrent.futures._base + • functools + • itertools + • multiprocessing + • multiprocessing.connection + • multiprocessing.queues + • os + • queue + • sys + • threading + • traceback + • warnings + • weakref + +
+
+imported by: + concurrent.futures + +
+ +
+ +
+ + concurrent.futures.thread +SourceModule
+imports: + atexit + • concurrent.futures + • concurrent.futures._base + • itertools + • os + • queue + • threading + • warnings + • weakref + +
+
+imported by: + concurrent.futures + +
+ +
+ +
+ + configparser +SourceModule
+imports: + collections + • collections.abc + • functools + • io + • itertools + • os + • re + • sys + • warnings + +
+
+imported by: + configparser + • distutils.config + • distutils.dist + • importlib.metadata + • numpy.distutils.npy_pkg_config + • numpy.distutils.system_info + +
+ +
+ +
+ + configparser +AliasNode
+imports: + configparser + • setuptools.extern.six.moves + +
+
+imported by: + setuptools.command.easy_install + • setuptools.command.setopt + • setuptools.dist + • setuptools.package_index + +
+ +
+ +
+ + contextlib +SourceModule
+imports: + _collections_abc + • abc + • collections + • functools + • sys + • types + • warnings + +
+
+imported by: + PyInstaller.compat + • _osx_support + • _threading_local + • asyncio.staggered + • distutils.command.build_ext + • getpass + • http.server + • importlib.metadata + • importlib.util + • numpy.core._methods + • numpy.core._ufunc_config + • numpy.core.arrayprint + • numpy.core.memmap + • numpy.core.records + • numpy.lib.histograms + • numpy.lib.npyio + • numpy.testing._private.utils + • plistlib + • psutil + • psutil._common + • psutil._psbsd + • psutil._psosx + • psutil._pswindows + • setuptools.archive_util + • setuptools.command.easy_install + • setuptools.command.sdist + • setuptools.config + • setuptools.depends + • setuptools.sandbox + • subprocess + • test.support + • typing + • unittest.case + • urllib.request + • win32ctypes.pywin32.pywintypes + • xml.etree.ElementTree + • zipfile + +
+ +
+ +
+ + contextvars +SourceModule
+imports: + _contextvars + +
+
+imported by: + _pydecimal + • asyncio.events + • asyncio.futures + • asyncio.tasks + • numpy.core._ufunc_config + +
+ +
+ +
+ + copy +SourceModule
+imports: + 'org.python' + • copyreg + • types + • weakref + +
+
+imported by: + PyInstaller.depend.analysis + • PyInstaller.utils.hooks + • _sre + • argparse + • collections + • dataclasses + • distutils.cygwinccompiler + • email.generator + • gettext + • http.cookiejar + • http.server + • logging.handlers + • numpy.distutils.ccompiler + • numpy.distutils.command.build_src + • numpy.distutils.misc_util + • numpy.distutils.system_info + • numpy.f2py.capi_maps + • numpy.f2py.cfuncs + • numpy.f2py.crackfortran + • numpy.f2py.func2subr + • numpy.f2py.rules + • numpy.ma.core + • pkg_resources._vendor.pyparsing + • pycparser.ply.lex + • setuptools._vendor.pyparsing + • smtplib + • tarfile + • weakref + • webbrowser + • xml.dom.xmlbuilder + • xml.etree.ElementInclude + +
+ +
+ +
+ + copy_reg +MissingModule
+imported by: + cPickle + • cStringIO + +
+ +
+ +
+ + copyreg +SourceModule
+imported by: + _pickle + • copy + • main.py + • multiprocessing.reduction + • numpy.core + • pickle + • re + +
+ +
+ +
+ + csv +SourceModule
+imports: + _csv + • io + • re + +
+
+imported by: + importlib.metadata + +
+ +
+ +
+ + ctypes +Package
+imports: + _ctypes + • ctypes._endian + • nt + • os + • struct + • sys + +
+
+imported by: + Crypto.Util._raw_api + • PyInstaller.depend.utils + • ctypes._aix + • ctypes._endian + • ctypes.macholib + • ctypes.util + • ctypes.wintypes + • multiprocessing.sharedctypes + • numpy._distributor_init + • numpy.core._dtype_ctypes + • numpy.core._internal + • numpy.ctypeslib + • numpy.distutils._shell_utils + • pkg_resources._vendor.appdirs + • pkg_resources._vendor.packaging.tags + • psutil._common + • setuptools._vendor.packaging.tags + • setuptools.windows_support + • test.support + • uuid + +
+ +
+ +
+ + ctypes._aix +SourceModule
+imports: + ctypes + • os + • re + • subprocess + • sys + +
+
+imported by: + ctypes.util + +
+ +
+ +
+ + ctypes._endian +SourceModule
+imports: + ctypes + • sys + +
+
+imported by: + ctypes + +
+ +
+ +
+ + ctypes.macholib +Package
+imports: + ctypes + +
+
+imported by: + ctypes.macholib.dyld + • ctypes.macholib.dylib + • ctypes.macholib.framework + +
+ +
+ +
+ + ctypes.macholib.dyld +SourceModule
+imports: + ctypes.macholib + • ctypes.macholib.dylib + • ctypes.macholib.framework + • itertools + • os + +
+
+imported by: + ctypes.util + +
+ +
+ +
+ + ctypes.macholib.dylib +SourceModule
+imports: + ctypes.macholib + • re + +
+
+imported by: + ctypes.macholib.dyld + +
+ +
+ +
+ + ctypes.macholib.framework +SourceModule
+imports: + ctypes.macholib + • re + +
+
+imported by: + ctypes.macholib.dyld + +
+ +
+ +
+ + ctypes.util +SourceModule
+imports: + ctypes + • ctypes._aix + • ctypes.macholib.dyld + • importlib.machinery + • os + • re + • shutil + • struct + • subprocess + • sys + • tempfile + +
+
+imported by: + Crypto.Util._raw_api + • PyInstaller.depend.bindepend + • PyInstaller.depend.utils + • cffi.api + • test.support + • uuid + +
+ +
+ +
+ + ctypes.wintypes +SourceModule
+imports: + ctypes + +
+
+imported by: + test.support + +
+ +
+ +
+ + curses +Package
+imports: + _curses + • curses + • curses.has_key + • os + • sys + • warnings + +
+
+imported by: + _curses + • curses + • curses.has_key + • numpy.distutils.misc_util + • psutil._common + +
+ +
+ +
+ + curses.has_key +SourceModule
+imports: + _curses + • curses + +
+
+imported by: + curses + +
+ +
+ +
+ + dataclasses +SourceModule
+imports: + _thread + • builtins + • copy + • functools + • inspect + • keyword + • re + • sys + • types + • warnings + +
+
+imported by: + numpy.array_api._data_type_functions + +
+ +
+ +
+ + datetime +SourceModule
+imports: + _datetime + • _strptime + • math + • sys + • time + • warnings + +
+
+imported by: + _strptime + • calendar + • email.utils + • http.cookiejar + • http.server + • nntplib + • pkg_resources._vendor.pyparsing + • plistlib + • psutil + • setuptools._vendor.pyparsing + • smtplib + • test.support.testresult + • win32com.client.build + • xmlrpc.client + +
+ +
+ +
+ + decimal +SourceModule
+imports: + _decimal + • _pydecimal + +
+
+imported by: + test.support + • xmlrpc.client + +
+ +
+ +
+ + difflib +SourceModule
+imports: + collections + • difflib + • doctest + • heapq + • re + +
+
+imported by: + difflib + • doctest + • numpy.testing._private.utils + • unittest.case + +
+ +
+ +
+ + dis +SourceModule
+imports: + argparse + • collections + • io + • opcode + • sys + • types + +
+
+imported by: + PyInstaller.depend.utils + • PyInstaller.lib.modulegraph._compat + • PyInstaller.lib.modulegraph.modulegraph + • inspect + • pdb + • setuptools.py33compat + +
+ +
+ +
+ + distutils +Package
+imports: + distutils.archive_util + • distutils.ccompiler + • distutils.log + • distutils.sysconfig + • sys + +
+
+imported by: + _osx_support + • cffi.api + • distutils._msvccompiler + • distutils.archive_util + • distutils.ccompiler + • distutils.cmd + • distutils.command + • distutils.command.bdist_rpm + • distutils.command.build_clib + • distutils.command.build_ext + • distutils.command.build_py + • distutils.command.build_scripts + • distutils.command.config + • distutils.command.install + • distutils.command.install_scripts + • distutils.command.sdist + • distutils.config + • distutils.core + • distutils.cygwinccompiler + • distutils.debug + • distutils.dep_util + • distutils.dir_util + • distutils.dist + • distutils.errors + • distutils.extension + • distutils.fancy_getopt + • distutils.file_util + • distutils.filelist + • distutils.log + • distutils.msvc9compiler + • distutils.msvccompiler + • distutils.spawn + • distutils.sysconfig + • distutils.text_file + • distutils.unixccompiler + • distutils.util + • distutils.version + • distutils.versionpredicate + • numpy.distutils.ccompiler + • numpy.distutils.command.config + • numpy.distutils.misc_util + • setuptools.command.bdist_egg + • setuptools.command.develop + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.install_scripts + • setuptools.command.sdist + • setuptools.command.setopt + • setuptools.installer + • setuptools.namespaces + • setuptools.package_index + • setuptools.wheel + • test.support + +
+ +
+ +
+ + distutils._msvccompiler +SourceModule
+imports: + distutils + • distutils.ccompiler + • distutils.errors + • distutils.log + • distutils.util + • itertools + • json + • os + • shutil + • stat + • subprocess + • winreg + +
+
+imported by: + distutils.command.build_ext + +
+ +
+ +
+ + distutils.archive_util +SourceModule
+imports: + distutils + • distutils.dir_util + • distutils.errors + • distutils.log + • distutils.spawn + • grp + • os + • pwd + • sys + • tarfile + • warnings + • zipfile + +
+
+imported by: + distutils + • distutils.cmd + • distutils.command.sdist + +
+ +
+ +
+ + distutils.ccompiler +SourceModule
+imports: + distutils + • distutils.debug + • distutils.dep_util + • distutils.dir_util + • distutils.errors + • distutils.fancy_getopt + • distutils.file_util + • distutils.log + • distutils.spawn + • distutils.util + • os + • re + • sys + • tempfile + +
+
+imported by: + cffi.recompiler + • distutils + • distutils._msvccompiler + • distutils.command.build + • distutils.command.build_clib + • distutils.command.build_ext + • distutils.command.config + • distutils.cygwinccompiler + • distutils.msvc9compiler + • distutils.msvccompiler + • distutils.unixccompiler + • numpy.distutils.ccompiler + • numpy.distutils.command.build_clib + • numpy.distutils.command.build_ext + • numpy.distutils.command.config + • numpy.distutils.command.install_clib + • numpy.distutils.system_info + • test.support + +
+ +
+ +
+ + distutils.cmd +SourceModule
+imports: + distutils + • distutils.archive_util + • distutils.debug + • distutils.dep_util + • distutils.dir_util + • distutils.dist + • distutils.errors + • distutils.fancy_getopt + • distutils.file_util + • distutils.log + • distutils.spawn + • distutils.util + • os + • re + • sys + +
+
+imported by: + distutils.config + • distutils.core + • distutils.dist + • setuptools.dist + +
+ +
+ +
+ + distutils.command +Package
+imports: + distutils + +
+
+imported by: + distutils.command.bdist + • distutils.command.bdist_rpm + • distutils.command.build + • distutils.command.build_clib + • distutils.command.build_ext + • distutils.command.build_py + • distutils.command.build_scripts + • distutils.command.config + • distutils.command.install + • distutils.command.install_data + • distutils.command.install_headers + • distutils.command.install_scripts + • distutils.command.sdist + • distutils.dist + • numpy.distutils.command.build_src + • setuptools.command.py36compat + +
+ +
+ +
+ + distutils.command.bdist +SourceModule
+imports: + distutils.command + • distutils.core + • distutils.errors + • distutils.fancy_getopt + • distutils.util + • os + +
+
+imported by: + setuptools.command + +
+ +
+ +
+ + distutils.command.bdist_rpm +SourceModule
+imports: + distutils + • distutils.command + • distutils.core + • distutils.debug + • distutils.errors + • distutils.file_util + • distutils.log + • distutils.sysconfig + • distutils.util + • os + • subprocess + • sys + +
+
+imported by: + numpy.distutils.command.bdist_rpm + • setuptools.command.bdist_rpm + +
+ +
+ +
+ + distutils.command.build +SourceModule
+imports: + distutils.ccompiler + • distutils.command + • distutils.core + • distutils.errors + • distutils.util + • os + • sys + +
+
+imported by: + numpy.distutils.command.build + +
+ +
+ +
+ + distutils.command.build_clib +SourceModule
+imports: + distutils + • distutils.ccompiler + • distutils.command + • distutils.core + • distutils.errors + • distutils.log + • distutils.sysconfig + • os + +
+
+imported by: + numpy.distutils.command.build_clib + +
+ +
+ +
+ + distutils.command.build_ext +SourceModule
+imports: + concurrent.futures + • contextlib + • distutils + • distutils._msvccompiler + • distutils.ccompiler + • distutils.command + • distutils.core + • distutils.dep_util + • distutils.errors + • distutils.extension + • distutils.log + • distutils.sysconfig + • distutils.util + • os + • re + • site + • sys + +
+
+imported by: + cffi.recompiler + • numpy.distutils.command.build_ext + • numpy.distutils.command.build_src + • setuptools + +
+ +
+ +
+ + distutils.command.build_py +SourceModule
+imports: + distutils + • distutils.command + • distutils.core + • distutils.errors + • distutils.log + • distutils.util + • glob + • importlib.util + • os + • sys + +
+
+imported by: + numpy.distutils.command.build_py + +
+ +
+ +
+ + distutils.command.build_scripts +SourceModule
+imports: + distutils + • distutils.command + • distutils.core + • distutils.dep_util + • distutils.log + • distutils.sysconfig + • distutils.util + • os + • re + • stat + • tokenize + +
+
+imported by: + numpy.distutils.command.build_scripts + • setuptools.command.easy_install + +
+ +
+ +
+ + distutils.command.config +SourceModule
+imports: + distutils + • distutils.ccompiler + • distutils.command + • distutils.core + • distutils.errors + • distutils.log + • distutils.sysconfig + • os + • re + +
+
+imported by: + numpy.distutils.command.config + +
+ +
+ +
+ + distutils.command.install +SourceModule
+imports: + distutils + • distutils.command + • distutils.core + • distutils.debug + • distutils.errors + • distutils.fancy_getopt + • distutils.file_util + • distutils.log + • distutils.sysconfig + • distutils.util + • os + • pprint + • site + • sys + +
+
+imported by: + numpy.distutils.command.install + • setuptools.command.easy_install + • setuptools.command.install + +
+ +
+ +
+ + distutils.command.install_data +SourceModule
+imports: + distutils.command + • distutils.core + • distutils.util + • os + +
+
+imported by: + numpy.distutils.command.install_data + +
+ +
+ +
+ + distutils.command.install_headers +SourceModule
+imports: + distutils.command + • distutils.core + +
+
+imported by: + numpy.distutils.command.install_headers + +
+ +
+ +
+ + distutils.command.install_scripts +SourceModule
+imports: + distutils + • distutils.command + • distutils.core + • distutils.log + • os + • stat + +
+
+imported by: + setuptools.command.install_scripts + +
+ +
+ +
+ + distutils.command.sdist +SourceModule
+imports: + distutils + • distutils.archive_util + • distutils.command + • distutils.core + • distutils.dir_util + • distutils.errors + • distutils.fancy_getopt + • distutils.file_util + • distutils.filelist + • distutils.log + • distutils.text_file + • distutils.util + • glob + • os + • sys + • warnings + +
+
+imported by: + numpy.distutils.command.sdist + • setuptools.command.py36compat + • setuptools.command.sdist + +
+ +
+ +
+ + distutils.config +SourceModule
+imports: + cgi + • configparser + • distutils + • distutils.cmd + • os + +
+
+imported by: + distutils.core + +
+ +
+ +
+ + distutils.core +SourceModule
+imports: + distutils + • distutils.cmd + • distutils.config + • distutils.debug + • distutils.dist + • distutils.errors + • distutils.extension + • os + • sys + +
+
+imported by: + cffi.ffiplatform + • distutils.command.bdist + • distutils.command.bdist_rpm + • distutils.command.build + • distutils.command.build_clib + • distutils.command.build_ext + • distutils.command.build_py + • distutils.command.build_scripts + • distutils.command.config + • distutils.command.install + • distutils.command.install_data + • distutils.command.install_headers + • distutils.command.install_scripts + • distutils.command.sdist + • distutils.dist + • numpy.distutils.command.config_compiler + • numpy.distutils.command.install_clib + • numpy.distutils.core + • numpy.distutils.misc_util + • numpy.distutils.numpy_distribution + • setuptools + • setuptools.command.easy_install + • setuptools.dist + • setuptools.extension + +
+ +
+ +
+ + distutils.cygwinccompiler +SourceModule
+imports: + copy + • distutils + • distutils.ccompiler + • distutils.errors + • distutils.file_util + • distutils.log + • distutils.spawn + • distutils.sysconfig + • distutils.unixccompiler + • distutils.version + • os + • re + • subprocess + • sys + +
+
+imported by: + numpy.distutils.mingw32ccompiler + +
+ +
+ +
+ + distutils.debug +SourceModule
+imports: + distutils + • os + +
+
+imported by: + distutils.ccompiler + • distutils.cmd + • distutils.command.bdist_rpm + • distutils.command.install + • distutils.core + • distutils.dist + • distutils.filelist + • distutils.spawn + • setuptools.dist + +
+ +
+ +
+ + distutils.dep_util +SourceModule
+imports: + distutils + • distutils.errors + • os + • stat + +
+
+imported by: + distutils.ccompiler + • distutils.cmd + • distutils.command.build_ext + • distutils.command.build_scripts + • distutils.file_util + • distutils.unixccompiler + • distutils.util + • numpy.distutils.command.build_clib + • numpy.distutils.command.build_ext + • numpy.distutils.command.build_src + +
+ +
+ +
+ + distutils.dir_util +SourceModule
+imports: + distutils + • distutils.errors + • distutils.file_util + • distutils.log + • errno + • os + +
+
+imported by: + cffi.api + • distutils.archive_util + • distutils.ccompiler + • distutils.cmd + • distutils.command.sdist + • distutils.util + • numpy.distutils.misc_util + • setuptools.command.bdist_egg + • setuptools.command.easy_install + +
+ +
+ +
+ + distutils.dist +SourceModule
+imports: + configparser + • distutils + • distutils.cmd + • distutils.command + • distutils.core + • distutils.debug + • distutils.errors + • distutils.fancy_getopt + • distutils.log + • distutils.util + • distutils.versionpredicate + • email + • os + • pprint + • re + • sys + • warnings + +
+
+imported by: + distutils.cmd + • distutils.core + • numpy.distutils.core + • numpy.distutils.fcompiler + • numpy.distutils.fcompiler.environment + • numpy.distutils.system_info + • setuptools.dist + +
+ +
+ +
+ + distutils.errors +SourceModule
+imports: + distutils + +
+
+imported by: + cffi.ffiplatform + • distutils._msvccompiler + • distutils.archive_util + • distutils.ccompiler + • distutils.cmd + • distutils.command.bdist + • distutils.command.bdist_rpm + • distutils.command.build + • distutils.command.build_clib + • distutils.command.build_ext + • distutils.command.build_py + • distutils.command.config + • distutils.command.install + • distutils.command.sdist + • distutils.core + • distutils.cygwinccompiler + • distutils.dep_util + • distutils.dir_util + • distutils.dist + • distutils.fancy_getopt + • distutils.file_util + • distutils.filelist + • distutils.msvc9compiler + • distutils.msvccompiler + • distutils.spawn + • distutils.sysconfig + • distutils.unixccompiler + • distutils.util + • numpy.distutils.ccompiler + • numpy.distutils.ccompiler_opt + • numpy.distutils.command.build_clib + • numpy.distutils.command.build_ext + • numpy.distutils.command.build_src + • numpy.distutils.command.config + • numpy.distutils.fcompiler + • numpy.distutils.mingw32ccompiler + • numpy.distutils.misc_util + • numpy.distutils.system_info + • numpy.distutils.unixccompiler + • numpy.testing._private.extbuild + • setuptools + • setuptools.archive_util + • setuptools.command.bdist_egg + • setuptools.command.develop + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.install + • setuptools.command.setopt + • setuptools.config + • setuptools.dist + • setuptools.extension + • setuptools.installer + • setuptools.msvc + • setuptools.package_index + • setuptools.sandbox + +
+ +
+ +
+ + distutils.extension +SourceModule
+imports: + distutils + • distutils.sysconfig + • distutils.text_file + • distutils.util + • os + • warnings + +
+
+imported by: + distutils.command.build_ext + • distutils.core + • numpy.distutils.extension + • setuptools.extension + +
+ +
+ +
+ + distutils.fancy_getopt +SourceModule
+imports: + distutils + • distutils.errors + • getopt + • re + • string + • sys + +
+
+imported by: + distutils.ccompiler + • distutils.cmd + • distutils.command.bdist + • distutils.command.install + • distutils.command.sdist + • distutils.dist + • numpy.distutils.fcompiler + • setuptools.dist + +
+ +
+ +
+ + distutils.file_util +SourceModule
+imports: + distutils + • distutils.dep_util + • distutils.errors + • distutils.log + • errno + • ntpath + • os + • stat + +
+
+imported by: + distutils.ccompiler + • distutils.cmd + • distutils.command.bdist_rpm + • distutils.command.install + • distutils.command.sdist + • distutils.cygwinccompiler + • distutils.dir_util + • distutils.util + • numpy.distutils.command.build_ext + • numpy.distutils.command.config + • numpy.distutils.command.install + • setuptools.command.easy_install + +
+ +
+ +
+ + distutils.filelist +SourceModule
+imports: + distutils + • distutils.debug + • distutils.errors + • distutils.log + • distutils.util + • fnmatch + • functools + • os + • re + +
+
+imported by: + distutils.command.sdist + • distutils.util + • setuptools + • setuptools.command.egg_info + • setuptools.monkey + +
+ +
+ +
+ + distutils.log +SourceModule
+imports: + distutils + • sys + +
+
+imported by: + _osx_support + • cffi.ffiplatform + • distutils + • distutils._msvccompiler + • distutils.archive_util + • distutils.ccompiler + • distutils.cmd + • distutils.command.bdist_rpm + • distutils.command.build_clib + • distutils.command.build_ext + • distutils.command.build_py + • distutils.command.build_scripts + • distutils.command.config + • distutils.command.install + • distutils.command.install_scripts + • distutils.command.sdist + • distutils.cygwinccompiler + • distutils.dir_util + • distutils.dist + • distutils.file_util + • distutils.filelist + • distutils.msvc9compiler + • distutils.msvccompiler + • distutils.spawn + • distutils.unixccompiler + • distutils.util + • numpy.distutils.command.config + • numpy.distutils.log + • setuptools.command.bdist_egg + • setuptools.command.develop + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.install_scripts + • setuptools.command.sdist + • setuptools.command.setopt + • setuptools.dist + • setuptools.installer + • setuptools.namespaces + • setuptools.package_index + • setuptools.wheel + +
+ +
+ +
+ + distutils.msvc9compiler +SourceModule
+imports: + distutils + • distutils.ccompiler + • distutils.errors + • distutils.log + • distutils.util + • os + • re + • subprocess + • sys + • winreg + +
+
+imported by: + cffi.recompiler + • distutils.msvccompiler + • numpy.distutils.command.config + • setuptools.msvc + +
+ +
+ +
+ + distutils.msvccompiler +SourceModule
+imports: + distutils + • distutils.ccompiler + • distutils.errors + • distutils.log + • distutils.msvc9compiler + • os + • sys + • win32api + • win32con + • winreg + +
+
+imported by: + numpy.distutils.mingw32ccompiler + • numpy.distutils.misc_util + +
+ +
+ +
+ + distutils.spawn +SourceModule
+imports: + distutils + • distutils.debug + • distutils.errors + • distutils.log + • distutils.sysconfig + • os + • sys + +
+
+imported by: + PyInstaller.depend.utils + • distutils.archive_util + • distutils.ccompiler + • distutils.cmd + • distutils.cygwinccompiler + • distutils.util + • setuptools.command.easy_install + • test.support + +
+ +
+ +
+ + distutils.sysconfig +SourceModule
+imports: + _imp + • _osx_support + • distutils + • distutils.errors + • distutils.text_file + • distutils.util + • os + • re + • sys + • warnings + +
+
+imported by: + PyInstaller.depend.bindepend + • cffi.api + • distutils + • distutils.command.bdist_rpm + • distutils.command.build_clib + • distutils.command.build_ext + • distutils.command.build_scripts + • distutils.command.config + • distutils.command.install + • distutils.cygwinccompiler + • distutils.extension + • distutils.spawn + • distutils.unixccompiler + • distutils.util + • numpy.distutils.ccompiler + • numpy.distutils.fcompiler + • pywintypes + • setuptools.command.bdist_egg + • test.support + +
+ +
+ +
+ + distutils.text_file +SourceModule
+imports: + distutils + • io + • sys + +
+
+imported by: + distutils.command.sdist + • distutils.extension + • distutils.sysconfig + +
+ +
+ +
+ + distutils.unixccompiler +SourceModule
+imports: + _osx_support + • distutils + • distutils.ccompiler + • distutils.dep_util + • distutils.errors + • distutils.log + • distutils.sysconfig + • os + • re + • sys + +
+
+imported by: + distutils.cygwinccompiler + • numpy.distutils.mingw32ccompiler + • numpy.distutils.unixccompiler + +
+ +
+ +
+ + distutils.util +SourceModule
+imports: + _osx_support + • distutils + • distutils.dep_util + • distutils.dir_util + • distutils.errors + • distutils.file_util + • distutils.filelist + • distutils.log + • distutils.spawn + • distutils.sysconfig + • importlib.util + • lib2to3.refactor + • os + • pwd + • py_compile + • re + • string + • subprocess + • sys + • tempfile + +
+
+imported by: + distutils._msvccompiler + • distutils.ccompiler + • distutils.cmd + • distutils.command.bdist + • distutils.command.bdist_rpm + • distutils.command.build + • distutils.command.build_ext + • distutils.command.build_py + • distutils.command.build_scripts + • distutils.command.install + • distutils.command.install_data + • distutils.command.sdist + • distutils.dist + • distutils.extension + • distutils.filelist + • distutils.msvc9compiler + • distutils.sysconfig + • numpy.distutils.ccompiler_opt + • numpy.distutils.command.build + • numpy.distutils.command.build_src + • numpy.distutils.fcompiler + • numpy.distutils.system_info + • pkg_resources._vendor.packaging.tags + • setuptools + • setuptools._vendor.packaging.tags + • setuptools.command.develop + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.py36compat + • setuptools.command.setopt + • setuptools.dist + • setuptools.wheel + +
+ +
+ +
+ + distutils.version +SourceModule
+imports: + distutils + • re + +
+
+imported by: + PyInstaller.building.makespec + • distutils.cygwinccompiler + • distutils.versionpredicate + • numpy.distutils.ccompiler + • setuptools.depends + • setuptools.dist + +
+ +
+ +
+ + distutils.versionpredicate +SourceModule
+imports: + distutils + • distutils.version + • operator + • re + +
+
+imported by: + distutils.dist + +
+ +
+ +
+ + doctest +SourceModule
+imports: + __future__ + • argparse + • builtins + • collections + • difflib + • inspect + • io + • linecache + • os + • pdb + • re + • sys + • traceback + • unittest + +
+
+imported by: + difflib + • heapq + • numpy.testing._private.noseclasses + • numpy.testing._private.nosetester + • numpy.testing._private.utils + • pickle + • test.support + +
+ +
+ +
+ + dummy_thread +MissingModule
+imported by: + cffi.lock + +
+ +
+ +
+ + dummy_threading +SourceModule
+imports: + _dummy_thread + • _dummy_threading + • sys + • threading + +
+
+imported by: + psutil._compat + +
+ +
+ +
+ + email +Package
+imports: + email._header_value_parser + • email.charset + • email.errors + • email.header + • email.parser + +
+
+imported by: + distutils.dist + • email._encoded_words + • email._header_value_parser + • email._parseaddr + • email._policybase + • email.base64mime + • email.charset + • email.contentmanager + • email.encoders + • email.errors + • email.feedparser + • email.generator + • email.header + • email.headerregistry + • email.iterators + • email.message + • email.parser + • email.policy + • email.quoprimime + • email.utils + • importlib.metadata + • setuptools.dist + • setuptools.wheel + • urllib.request + +
+ +
+ +
+ + email._encoded_words +SourceModule
+imports: + base64 + • binascii + • email + • email.errors + • functools + • re + • string + +
+
+imported by: + email._header_value_parser + • email.message + +
+ +
+ +
+ + email._header_value_parser +SourceModule
+imports: + email + • email._encoded_words + • email.errors + • email.utils + • operator + • re + • string + • sys + • urllib + +
+
+imported by: + email + • email.headerregistry + +
+ +
+ +
+ + email._parseaddr +SourceModule
+imports: + calendar + • email + • time + +
+
+imported by: + email.utils + +
+ +
+ +
+ + email._policybase +SourceModule
+imports: + abc + • email + • email.charset + • email.header + • email.utils + +
+
+imported by: + email.feedparser + • email.message + • email.parser + • email.policy + +
+ +
+ +
+ + email.base64mime +SourceModule
+imports: + base64 + • binascii + • email + +
+
+imported by: + email.charset + • email.header + • smtplib + +
+ +
+ +
+ + email.charset +SourceModule
+imports: + email + • email.base64mime + • email.encoders + • email.errors + • email.quoprimime + • functools + +
+
+imported by: + email + • email._policybase + • email.contentmanager + • email.header + • email.message + • email.utils + +
+ +
+ +
+ + email.contentmanager +SourceModule
+imports: + binascii + • email + • email.charset + • email.errors + • email.message + • email.quoprimime + +
+
+imported by: + email.policy + +
+ +
+ +
+ + email.encoders +SourceModule
+imports: + base64 + • email + • quopri + +
+
+imported by: + email.charset + +
+ +
+ +
+ + email.errors +SourceModule
+imports: + email + +
+
+imported by: + email + • email._encoded_words + • email._header_value_parser + • email.charset + • email.contentmanager + • email.feedparser + • email.header + • email.headerregistry + • email.message + +
+ +
+ +
+ + email.feedparser +SourceModule
+imports: + collections + • email + • email._policybase + • email.errors + • email.message + • io + • re + +
+
+imported by: + email.parser + +
+ +
+ +
+ + email.generator +SourceModule
+imports: + copy + • email + • email.utils + • io + • random + • re + • sys + • time + +
+
+imported by: + email.message + • smtplib + +
+ +
+ +
+ + email.header +SourceModule
+imports: + binascii + • email + • email.base64mime + • email.charset + • email.errors + • email.quoprimime + • re + +
+
+imported by: + email + • email._policybase + • nntplib + +
+ +
+ +
+ + email.headerregistry +SourceModule
+imports: + email + • email._header_value_parser + • email.errors + • email.utils + • types + +
+
+imported by: + email.policy + +
+ +
+ +
+ + email.iterators +SourceModule
+imports: + email + • io + • sys + +
+
+imported by: + email.message + +
+ +
+ +
+ + email.message +SourceModule
+imports: + email + • email._encoded_words + • email._policybase + • email.charset + • email.errors + • email.generator + • email.iterators + • email.policy + • email.utils + • io + • quopri + • re + • uu + +
+
+imported by: + cgi + • email.contentmanager + • email.feedparser + • email.policy + • http.client + • logging.handlers + • pydoc + • smtplib + +
+ +
+ +
+ + email.parser +SourceModule
+imports: + email + • email._policybase + • email.feedparser + • io + +
+
+imported by: + cgi + • email + • http.client + • pkg_resources + +
+ +
+ +
+ + email.policy +SourceModule
+imports: + email + • email._policybase + • email.contentmanager + • email.headerregistry + • email.message + • email.utils + • re + • sys + +
+
+imported by: + email.message + +
+ +
+ +
+ + email.quoprimime +SourceModule
+imports: + email + • re + • string + +
+
+imported by: + email.charset + • email.contentmanager + • email.header + +
+ +
+ +
+ + email.utils +SourceModule
+imports: + datetime + • email + • email._parseaddr + • email.charset + • os + • random + • re + • socket + • time + • urllib.parse + +
+
+imported by: + email._header_value_parser + • email._policybase + • email.generator + • email.headerregistry + • email.message + • email.policy + • http.server + • logging.handlers + • smtplib + • urllib.request + +
+ +
+ +
+ + encodings +Package
+imports: + _winapi + • codecs + • encodings + • encodings.aliases + • encodings.ascii + • encodings.base64_codec + • encodings.big5 + • encodings.big5hkscs + • encodings.bz2_codec + • encodings.charmap + • encodings.cp037 + • encodings.cp1006 + • encodings.cp1026 + • encodings.cp1125 + • encodings.cp1140 + • encodings.cp1250 + • encodings.cp1251 + • encodings.cp1252 + • encodings.cp1253 + • encodings.cp1254 + • encodings.cp1255 + • encodings.cp1256 + • encodings.cp1257 + • encodings.cp1258 + • encodings.cp273 + • encodings.cp424 + • encodings.cp437 + • encodings.cp500 + • encodings.cp720 + • encodings.cp737 + • encodings.cp775 + • encodings.cp850 + • encodings.cp852 + • encodings.cp855 + • encodings.cp856 + • encodings.cp857 + • encodings.cp858 + • encodings.cp860 + • encodings.cp861 + • encodings.cp862 + • encodings.cp863 + • encodings.cp864 + • encodings.cp865 + • encodings.cp866 + • encodings.cp869 + • encodings.cp874 + • encodings.cp875 + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hex_codec + • encodings.hp_roman8 + • encodings.hz + • encodings.idna + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.iso8859_1 + • encodings.iso8859_10 + • encodings.iso8859_11 + • encodings.iso8859_13 + • encodings.iso8859_14 + • encodings.iso8859_15 + • encodings.iso8859_16 + • encodings.iso8859_2 + • encodings.iso8859_3 + • encodings.iso8859_4 + • encodings.iso8859_5 + • encodings.iso8859_6 + • encodings.iso8859_7 + • encodings.iso8859_8 + • encodings.iso8859_9 + • encodings.johab + • encodings.koi8_r + • encodings.koi8_t + • encodings.koi8_u + • encodings.kz1048 + • encodings.latin_1 + • encodings.mac_arabic + • encodings.mac_centeuro + • encodings.mac_croatian + • encodings.mac_cyrillic + • encodings.mac_farsi + • encodings.mac_greek + • encodings.mac_iceland + • encodings.mac_latin2 + • encodings.mac_roman + • encodings.mac_romanian + • encodings.mac_turkish + • encodings.mbcs + • encodings.oem + • encodings.palmos + • encodings.ptcp154 + • encodings.punycode + • encodings.quopri_codec + • encodings.raw_unicode_escape + • encodings.rot_13 + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + • encodings.tis_620 + • encodings.undefined + • encodings.unicode_escape + • encodings.utf_16 + • encodings.utf_16_be + • encodings.utf_16_le + • encodings.utf_32 + • encodings.utf_32_be + • encodings.utf_32_le + • encodings.utf_7 + • encodings.utf_8 + • encodings.utf_8_sig + • encodings.uu_codec + • encodings.zlib_codec + • sys + +
+
+imported by: + codecs + • encodings + • encodings.aliases + • encodings.ascii + • encodings.base64_codec + • encodings.big5 + • encodings.big5hkscs + • encodings.bz2_codec + • encodings.charmap + • encodings.cp037 + • encodings.cp1006 + • encodings.cp1026 + • encodings.cp1125 + • encodings.cp1140 + • encodings.cp1250 + • encodings.cp1251 + • encodings.cp1252 + • encodings.cp1253 + • encodings.cp1254 + • encodings.cp1255 + • encodings.cp1256 + • encodings.cp1257 + • encodings.cp1258 + • encodings.cp273 + • encodings.cp424 + • encodings.cp437 + • encodings.cp500 + • encodings.cp720 + • encodings.cp737 + • encodings.cp775 + • encodings.cp850 + • encodings.cp852 + • encodings.cp855 + • encodings.cp856 + • encodings.cp857 + • encodings.cp858 + • encodings.cp860 + • encodings.cp861 + • encodings.cp862 + • encodings.cp863 + • encodings.cp864 + • encodings.cp865 + • encodings.cp866 + • encodings.cp869 + • encodings.cp874 + • encodings.cp875 + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hex_codec + • encodings.hp_roman8 + • encodings.hz + • encodings.idna + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.iso8859_1 + • encodings.iso8859_10 + • encodings.iso8859_11 + • encodings.iso8859_13 + • encodings.iso8859_14 + • encodings.iso8859_15 + • encodings.iso8859_16 + • encodings.iso8859_2 + • encodings.iso8859_3 + • encodings.iso8859_4 + • encodings.iso8859_5 + • encodings.iso8859_6 + • encodings.iso8859_7 + • encodings.iso8859_8 + • encodings.iso8859_9 + • encodings.johab + • encodings.koi8_r + • encodings.koi8_t + • encodings.koi8_u + • encodings.kz1048 + • encodings.latin_1 + • encodings.mac_arabic + • encodings.mac_centeuro + • encodings.mac_croatian + • encodings.mac_cyrillic + • encodings.mac_farsi + • encodings.mac_greek + • encodings.mac_iceland + • encodings.mac_latin2 + • encodings.mac_roman + • encodings.mac_romanian + • encodings.mac_turkish + • encodings.mbcs + • encodings.oem + • encodings.palmos + • encodings.ptcp154 + • encodings.punycode + • encodings.quopri_codec + • encodings.raw_unicode_escape + • encodings.rot_13 + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + • encodings.tis_620 + • encodings.undefined + • encodings.unicode_escape + • encodings.utf_16 + • encodings.utf_16_be + • encodings.utf_16_le + • encodings.utf_32 + • encodings.utf_32_be + • encodings.utf_32_le + • encodings.utf_7 + • encodings.utf_8 + • encodings.utf_8_sig + • encodings.uu_codec + • encodings.zlib_codec + • locale + • main.py + +
+ +
+ +
+ + encodings.aliases +SourceModule
+imports: + encodings + +
+
+imported by: + encodings + • locale + • main.py + +
+ +
+ +
+ + encodings.ascii +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.base64_codec +SourceModule
+imports: + base64 + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.big5 +SourceModule
+imports: + _codecs_tw + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.big5hkscs +SourceModule
+imports: + _codecs_hk + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.bz2_codec +SourceModule
+imports: + bz2 + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.charmap +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp037 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1006 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1026 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1125 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1140 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1250 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1251 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1252 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1253 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1254 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1255 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1256 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1257 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp1258 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp273 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp424 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp437 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp500 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp720 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp737 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp775 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp850 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp852 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp855 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp856 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp857 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp858 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp860 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp861 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp862 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp863 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp864 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp865 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp866 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp869 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp874 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp875 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp932 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp949 +SourceModule
+imports: + _codecs_kr + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.cp950 +SourceModule
+imports: + _codecs_tw + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.euc_jis_2004 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.euc_jisx0213 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.euc_jp +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.euc_kr +SourceModule
+imports: + _codecs_kr + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.gb18030 +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.gb2312 +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.gbk +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.hex_codec +SourceModule
+imports: + binascii + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.hp_roman8 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.hz +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.idna +SourceModule
+imports: + codecs + • encodings + • re + • stringprep + • unicodedata + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso2022_jp +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso2022_jp_1 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso2022_jp_2 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso2022_jp_2004 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso2022_jp_3 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso2022_jp_ext +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso2022_kr +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_1 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_10 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_11 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_13 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_14 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_15 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_16 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_2 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_3 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_4 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_5 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_6 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_7 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_8 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.iso8859_9 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.johab +SourceModule
+imports: + _codecs_kr + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.koi8_r +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.koi8_t +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.koi8_u +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.kz1048 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.latin_1 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_arabic +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_centeuro +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_croatian +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_cyrillic +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_farsi +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_greek +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_iceland +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_latin2 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_roman +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_romanian +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mac_turkish +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.mbcs +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.oem +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.palmos +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.ptcp154 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.punycode +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.quopri_codec +SourceModule
+imports: + codecs + • encodings + • io + • quopri + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.raw_unicode_escape +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.rot_13 +SourceModule
+imports: + codecs + • encodings + • sys + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.shift_jis +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.shift_jis_2004 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.shift_jisx0213 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.tis_620 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.undefined +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.unicode_escape +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.utf_16 +SourceModule
+imports: + codecs + • encodings + • sys + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.utf_16_be +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.utf_16_le +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.utf_32 +SourceModule
+imports: + codecs + • encodings + • sys + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.utf_32_be +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.utf_32_le +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.utf_7 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.utf_8 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.utf_8_sig +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.uu_codec +SourceModule
+imports: + binascii + • codecs + • encodings + • io + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + encodings.zlib_codec +SourceModule
+imports: + codecs + • encodings + • zlib + +
+
+imported by: + encodings + • main.py + +
+ +
+ +
+ + enum +SourceModule
+imports: + sys + • types + • warnings + +
+
+imported by: + asyncio.constants + • http + • inspect + • main.py + • numpy._globals + • numpy.array_api._array_object + • numpy.f2py.symbolic + • plistlib + • psutil._common + • psutil._pslinux + • psutil._psposix + • psutil._pswindows + • py_compile + • re + • signal + • socket + • ssl + • tkinter + • uuid + +
+ +
+ +
+ + errno (builtin module)
+imported by: + PyInstaller.building.toc_conversion + • PyInstaller.compat + • PyInstaller.lib.modulegraph.zipio + • asyncio.selector_events + • asyncio.unix_events + • asyncio.windows_events + • distutils.dir_util + • distutils.file_util + • gettext + • gzip + • multiprocessing.forkserver + • multiprocessing.queues + • multiprocessing.shared_memory + • pathlib + • pkg_resources + • pkg_resources.py31compat + • psutil._common + • psutil._compat + • psutil._psbsd + • psutil._pslinux + • psutil._psosx + • psutil._pssunos + • psutil._pswindows + • shutil + • socket + • ssl + • subprocess + • tempfile + • test.support + • xmlrpc.client + +
+ +
+ +
+ + faulthandler (builtin module)
+imported by: + test.support + +
+ +
+ +
+ + fcntl +MissingModule
+imported by: + psutil._compat + +
+ +
+ +
+ + fileinput +SourceModule
+imports: + bz2 + • getopt + • gzip + • os + • sys + • warnings + +
+
+imported by: + numpy.f2py.crackfortran + +
+ +
+ +
+ + fnmatch +SourceModule
+imports: + functools + • os + • posixpath + • re + +
+
+imported by: + bdb + • distutils.filelist + • glob + • pathlib + • setuptools + • setuptools.glob + • setuptools.package_index + • shutil + • test.support + • tracemalloc + • unittest.loader + • urllib.request + +
+ +
+ +
+ + ftplib +SourceModule
+imports: + netrc + • re + • socket + • ssl + • sys + • warnings + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + functools +SourceModule
+imports: + _functools + • _thread + • abc + • collections + • reprlib + • types + • typing + • warnings + • weakref + +
+
+imported by: + Crypto.Protocol.KDF + • asyncio.base_events + • asyncio.coroutines + • asyncio.format_helpers + • asyncio.selector_events + • asyncio.tasks + • concurrent.futures.process + • configparser + • contextlib + • dataclasses + • distutils.filelist + • email._encoded_words + • email.charset + • fnmatch + • http.server + • importlib.metadata + • importlib.util + • inspect + • linecache + • locale + • main.py + • multiprocessing.reduction + • multiprocessing.shared_memory + • numpy.core.arrayprint + • numpy.core.defchararray + • numpy.core.fromnumeric + • numpy.core.function_base + • numpy.core.multiarray + • numpy.core.numeric + • numpy.core.overrides + • numpy.core.shape_base + • numpy.distutils.misc_util + • numpy.distutils.system_info + • numpy.f2py.auxfuncs + • numpy.fft._pocketfft + • numpy.lib.arraysetops + • numpy.lib.arrayterator + • numpy.lib.function_base + • numpy.lib.histograms + • numpy.lib.index_tricks + • numpy.lib.nanfunctions + • numpy.lib.npyio + • numpy.lib.polynomial + • numpy.lib.shape_base + • numpy.lib.twodim_base + • numpy.lib.type_check + • numpy.lib.ufunclike + • numpy.lib.utils + • numpy.linalg.linalg + • numpy.ma.core + • numpy.polynomial.polyutils + • numpy.testing._private.parameterized + • numpy.testing._private.utils + • operator + • pathlib + • pickle + • pkg_resources + • pkg_resources._vendor.packaging.specifiers + • pkg_resources._vendor.six + • pkgutil + • psutil + • psutil._common + • psutil._compat + • psutil._psaix + • psutil._psbsd + • psutil._pslinux + • psutil._psosx + • psutil._pssunos + • psutil._pswindows + • re + • setuptools + • setuptools._vendor.packaging.specifiers + • setuptools._vendor.six + • setuptools.config + • setuptools.extension + • setuptools.monkey + • setuptools.package_index + • setuptools.sandbox + • setuptools.ssl_support + • signal + • tempfile + • test.support + • test.support.testresult + • tracemalloc + • types + • typing + • unittest.case + • unittest.loader + • unittest.result + • unittest.signals + • zipfile + +
+ +
+ +
+ + gc (builtin module)
+imports: + time + +
+
+imported by: + _posixsubprocess + • numpy.testing._private.utils + • test.support + • weakref + +
+ +
+ +
+ + genericpath +SourceModule
+imports: + os + • stat + +
+
+imported by: + ntpath + • posixpath + +
+ +
+ +
+ + getopt +SourceModule
+imports: + gettext + • os + • sys + +
+
+imported by: + base64 + • distutils.fancy_getopt + • fileinput + • mimetypes + • pdb + • pydoc + • quopri + • webbrowser + • win32com.client.gencache + • win32com.client.makepy + +
+ +
+ +
+ + getpass +SourceModule
+imports: + contextlib + • io + • msvcrt + • os + • pwd + • sys + • termios + • warnings + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + gettext +SourceModule
+imports: + builtins + • copy + • errno + • locale + • os + • re + • struct + • sys + • warnings + +
+
+imported by: + argparse + • getopt + • optparse + +
+ +
+ +
+ + glob +SourceModule
+imports: + fnmatch + • os + • re + • sys + +
+
+imported by: + PyInstaller.building.build_main + • PyInstaller.building.utils + • PyInstaller.depend.bindepend + • PyInstaller.depend.imphook + • PyInstaller.utils.hooks + • PyInstaller.utils.hooks.qt + • PyInstaller.utils.misc + • PyInstaller.utils.win32.winmanifest + • distutils.command.build_py + • distutils.command.sdist + • numpy._distributor_init + • numpy.distutils.command.build_clib + • numpy.distutils.command.build_ext + • numpy.distutils.fcompiler + • numpy.distutils.misc_util + • numpy.distutils.npy_pkg_config + • numpy.distutils.system_info + • pdb + • psutil._psaix + • psutil._pslinux + • psutil._psposix + • setuptools.command.develop + • setuptools.command.easy_install + • setuptools.command.install + • setuptools.command.py36compat + • setuptools.installer + • setuptools.msvc + • test.support + • webbrowser + • win32com.client.gencache + +
+ +
+ +
+ + grp +MissingModule
+imported by: + distutils.archive_util + • pathlib + • shutil + • tarfile + +
+ +
+ +
+ + gzip +SourceModule
+imports: + _compression + • argparse + • builtins + • errno + • io + • os + • struct + • sys + • time + • warnings + • zlib + +
+
+imported by: + fileinput + • numpy.lib._datasource + • tarfile + • test.support + • xmlrpc.client + +
+ +
+ +
+ + hashlib +SourceModule
+imports: + _blake2 + • _hashlib + • _md5 + • _sha1 + • _sha256 + • _sha3 + • _sha512 + • logging + +
+
+imported by: + PyInstaller.building.utils + • PyInstaller.utils.win32.winmanifest + • hmac + • pefile + • random + • setuptools.package_index + • test.support + • urllib.request + • uuid + +
+ +
+ +
+ + heapq +SourceModule
+imports: + _heapq + • doctest + +
+
+imported by: + asyncio.base_events + • asyncio.queues + • collections + • difflib + • main.py + • queue + +
+ +
+ +
+ + hmac +SourceModule
+imports: + _hashlib + • _operator + • hashlib + • warnings + +
+
+imported by: + multiprocessing.connection + • secrets + • smtplib + +
+ +
+ +
+ + html +Package
+imports: + html.entities + • re + +
+
+imported by: + cgi + • html.entities + • html.parser + • http.server + • setuptools.py33compat + +
+ +
+ +
+ + html.entities +SourceModule
+imports: + html + +
+
+imported by: + html + +
+ +
+ +
+ + html.parser +SourceModule
+imports: + _markupbase + • html + • re + • warnings + +
+
+imported by: + html.parser + +
+ +
+ +
+ + html.parser +AliasNode
+imports: + html.parser + +
+
+imported by: + setuptools.extern.six.moves + • setuptools.py33compat + +
+ +
+ +
+ + http +Package
+imports: + enum + +
+
+imported by: + http.client + • http.cookiejar + • http.server + +
+ +
+ +
+ + http.client +SourceModule
+imports: + collections.abc + • email.message + • email.parser + • http + • io + • re + • socket + • ssl + • urllib.parse + • warnings + +
+
+imported by: + http.client + • http.cookiejar + • http.server + • logging.handlers + • urllib.request + • xmlrpc.client + +
+ +
+ +
+ + http.client +AliasNode
+imports: + http.client + +
+
+imported by: + setuptools.extern.six.moves + • setuptools.package_index + • setuptools.ssl_support + +
+ +
+ +
+ + http.cookiejar +SourceModule
+imports: + calendar + • copy + • datetime + • http + • http.client + • io + • logging + • os + • re + • threading + • time + • traceback + • urllib.parse + • urllib.request + • warnings + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + http.server +SourceModule
+imports: + argparse + • base64 + • binascii + • contextlib + • copy + • datetime + • email.utils + • functools + • html + • http + • http.client + • io + • mimetypes + • os + • posixpath + • pwd + • select + • shutil + • socket + • socketserver + • subprocess + • sys + • time + • urllib.parse + +
+
+imported by: + pydoc + +
+ +
+ +
+ + imp +SourceModule
+imports: + _imp + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + • importlib.machinery + • importlib.util + • os + • sys + • tokenize + • types + • warnings + +
+
+imported by: + Crypto.Util._raw_api + • PyInstaller.compat + • PyInstaller.lib.modulegraph.find_modules + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • PyInstaller.loader.pyimod02_archive + • cffi.vengine_cpy + • cffi.verifier + • pkg_resources + • pkg_resources._vendor.packaging.tags + • pywintypes + • setuptools._vendor.packaging.tags + • setuptools.py27compat + • win32com + • win32com.client.gencache + +
+ +
+ +
+ + importlib +Package
+imports: + _frozen_importlib + • _frozen_importlib_external + • _imp + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + • importlib.machinery + • sys + • types + • warnings + +
+
+imported by: + Crypto.Util._raw_api + • PyInstaller.compat + • imp + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + • importlib.abc + • importlib.machinery + • importlib.metadata + • importlib.util + • inspect + • pkgutil + • setuptools.config + • setuptools.monkey + • setuptools.py34compat + • test.support + • win32ctypes.core + +
+ +
+ +
+ + importlib._bootstrap +SourceModule
+imports: + _frozen_importlib_external + • importlib + +
+
+imported by: + imp + • importlib + • importlib.abc + • importlib.machinery + • importlib.util + • pydoc + +
+ +
+ +
+ + importlib._bootstrap_external +SourceModule
+imports: + importlib + • importlib.metadata + • tokenize + +
+
+imported by: + imp + • importlib + • importlib.abc + • importlib.machinery + • importlib.util + • py_compile + • pydoc + +
+ +
+ +
+ + importlib.abc +SourceModule
+imports: + _frozen_importlib + • _frozen_importlib_external + • abc + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + • importlib.machinery + • warnings + +
+
+imported by: + importlib.metadata + • importlib.util + • win32ctypes.core + • zipimport + +
+ +
+ +
+ + importlib.machinery +SourceModule
+imports: + _imp + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + +
+
+imported by: + Crypto.Util._raw_api + • PyInstaller.compat + • PyInstaller.lib.modulegraph.modulegraph + • cffi.verifier + • ctypes.util + • imp + • importlib + • importlib.abc + • inspect + • numpy.compat.py3k + • pkg_resources + • pkg_resources._vendor.packaging.tags + • pkgutil + • py_compile + • pydoc + • runpy + • setuptools._imp + • setuptools._vendor.packaging.tags + +
+ +
+ +
+ + importlib.metadata +SourceModule
+imports: + abc + • collections + • configparser + • contextlib + • csv + • email + • functools + • importlib + • importlib.abc + • io + • itertools + • operator + • os + • pathlib + • posixpath + • re + • sys + • zipfile + +
+
+imported by: + importlib._bootstrap_external + +
+ +
+ +
+ + importlib.util +SourceModule
+imports: + _imp + • contextlib + • functools + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + • importlib.abc + • sys + • types + • warnings + +
+
+imported by: + PyInstaller.compat + • PyInstaller.depend.utils + • distutils.command.build_py + • distutils.util + • imp + • numpy.distutils.misc_util + • numpy.testing._private.extbuild + • pkgutil + • py_compile + • pydoc + • runpy + • setuptools._imp + • setuptools.py34compat + • test.support + • zipfile + +
+ +
+ +
+ + inspect +SourceModule
+imports: + abc + • argparse + • ast + • builtins + • collections + • collections.abc + • dis + • enum + • functools + • importlib + • importlib.machinery + • itertools + • linecache + • operator + • os + • re + • sys + • token + • tokenize + • types + • warnings + +
+
+imported by: + PyInstaller.lib.modulegraph.util + • ast + • asyncio.coroutines + • asyncio.format_helpers + • asyncio.tasks + • bdb + • dataclasses + • doctest + • numpy.distutils.ccompiler_opt + • numpy.distutils.system_info + • numpy.lib.utils + • numpy.ma.core + • numpy.testing._private.noseclasses + • numpy.testing._private.parameterized + • numpy.testing._private.utils + • pdb + • pkg_resources + • pkgutil + • psutil._common + • pycparser.ply.lex + • pycparser.ply.yacc + • pydoc + • setuptools.command.install + • setuptools.monkey + • unittest.async_case + +
+ +
+ +
+ + io +SourceModule
+imports: + _io + • abc + +
+
+imported by: + Crypto.Util.py3compat + • PyInstaller.compat + • PyInstaller.depend.utils + • PyInstaller.lib.modulegraph._compat + • PyInstaller.lib.modulegraph.zipio + • _compression + • asyncio.proactor_events + • asyncio.unix_events + • bz2 + • cffi.ffiplatform + • cffi.recompiler + • cffi.verifier + • cgi + • configparser + • csv + • dis + • distutils.text_file + • doctest + • email.feedparser + • email.generator + • email.iterators + • email.message + • email.parser + • encodings.quopri_codec + • encodings.uu_codec + • getpass + • gzip + • http.client + • http.cookiejar + • http.server + • importlib.metadata + • lib2to3.patcomp + • lib2to3.pgen2.driver + • lib2to3.pytree + • lib2to3.refactor + • logging + • lzma + • main.py + • multiprocessing.connection + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.reduction + • numpy.compat.py3k + • numpy.lib._datasource + • numpy.lib.format + • numpy.lib.utils + • numpy.testing._private.utils + • os + • pathlib + • pdb + • pickle + • pkg_resources + • pkg_resources._vendor.six + • plistlib + • pprint + • pycparser + • pydoc + • quopri + • runpy + • setuptools._vendor.six + • setuptools.command.develop + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.sdist + • setuptools.config + • setuptools.dist + • setuptools.msvc + • shlex + • smtplib + • socket + • socketserver + • subprocess + • tarfile + • tempfile + • test.support + • test.support.testresult + • tokenize + • unittest.result + • urllib.request + • win32com.client.gencache + • xml.dom.minidom + • xml.dom.pulldom + • xml.etree.ElementTree + • xml.sax + • xml.sax.saxutils + • xmlrpc.client + • zipfile + • zipimport + +
+ +
+ +
+ + itertools (builtin module)
+imported by: + _pydecimal + • asyncio.base_events + • asyncio.tasks + • asyncio.unix_events + • asyncio.windows_utils + • calendar + • collections + • concurrent.futures.process + • concurrent.futures.thread + • configparser + • ctypes.macholib.dyld + • distutils._msvccompiler + • importlib.metadata + • inspect + • lib2to3.btm_matcher + • lib2to3.refactor + • multiprocessing.connection + • multiprocessing.pool + • multiprocessing.process + • multiprocessing.util + • numpy.core.einsumfunc + • numpy.core.numeric + • numpy.core.shape_base + • numpy.lib.npyio + • numpy.ma.extras + • pickle + • pkg_resources + • pkg_resources._vendor.packaging.specifiers + • pkg_resources._vendor.packaging.version + • pkg_resources._vendor.six + • plistlib + • random + • reprlib + • setuptools._vendor.ordered_set + • setuptools._vendor.packaging.specifiers + • setuptools._vendor.packaging.version + • setuptools._vendor.six + • setuptools.dist + • setuptools.msvc + • setuptools.namespaces + • setuptools.package_index + • setuptools.sandbox + • setuptools.wheel + • threading + • tokenize + • traceback + • weakref + • zipfile + +
+ +
+ +
+ + java +MissingModule
+imported by: + platform + +
+ +
+ +
+ + json +Package
+imports: + codecs + • json.decoder + • json.encoder + • json.scanner + • warnings + +
+
+imported by: + PyInstaller.utils.hooks.qt + • distutils._msvccompiler + • json.decoder + • json.encoder + • json.scanner + • numpy._version + • setuptools.msvc + +
+ +
+ +
+ + json.decoder +SourceModule
+imports: + _json + • json + • json.scanner + • re + +
+
+imported by: + _json + • json + +
+ +
+ +
+ + json.encoder +SourceModule
+imports: + _json + • json + • re + +
+
+imported by: + json + +
+ +
+ +
+ + json.scanner +SourceModule
+imports: + _json + • json + • re + +
+
+imported by: + json + • json.decoder + +
+ +
+ +
+ + keyword +SourceModule
+imported by: + collections + • dataclasses + • main.py + • win32com.client.build + +
+ +
+ +
+ + lib2to3 +Package
+imports: + lib2to3 + • lib2to3.btm_matcher + • lib2to3.patcomp + • lib2to3.pytree + +
+
+imported by: + lib2to3 + • lib2to3.btm_matcher + • lib2to3.btm_utils + • lib2to3.fixer_util + • lib2to3.patcomp + • lib2to3.pgen2 + • lib2to3.pygram + • lib2to3.pytree + • lib2to3.refactor + +
+ +
+ +
+ + lib2to3.btm_matcher +SourceModule
+imports: + collections + • itertools + • lib2to3 + • lib2to3.btm_utils + • lib2to3.pygram + • lib2to3.pytree + • logging + +
+
+imported by: + lib2to3 + • lib2to3.refactor + +
+ +
+ +
+ + lib2to3.btm_utils +SourceModule
+imports: + lib2to3 + • lib2to3.pgen2 + • lib2to3.pgen2.grammar + • lib2to3.pgen2.token + • lib2to3.pygram + • lib2to3.pytree + +
+
+imported by: + lib2to3.btm_matcher + +
+ +
+ +
+ + lib2to3.fixer_util +SourceModule
+imports: + lib2to3 + • lib2to3.patcomp + • lib2to3.pgen2 + • lib2to3.pgen2.token + • lib2to3.pygram + • lib2to3.pytree + +
+
+imported by: + lib2to3.refactor + +
+ +
+ +
+ + lib2to3.patcomp +SourceModule
+imports: + io + • lib2to3 + • lib2to3.pgen2 + • lib2to3.pgen2.driver + • lib2to3.pgen2.grammar + • lib2to3.pgen2.literals + • lib2to3.pgen2.parse + • lib2to3.pgen2.token + • lib2to3.pgen2.tokenize + • lib2to3.pygram + • lib2to3.pytree + +
+
+imported by: + lib2to3 + • lib2to3.fixer_util + +
+ +
+ +
+ + lib2to3.pgen2 +Package
+imports: + lib2to3 + • lib2to3.pgen2 + • lib2to3.pgen2.driver + • lib2to3.pgen2.grammar + • lib2to3.pgen2.literals + • lib2to3.pgen2.parse + • lib2to3.pgen2.pgen + • lib2to3.pgen2.token + • lib2to3.pgen2.tokenize + +
+
+imported by: + lib2to3.btm_utils + • lib2to3.fixer_util + • lib2to3.patcomp + • lib2to3.pgen2 + • lib2to3.pgen2.driver + • lib2to3.pgen2.grammar + • lib2to3.pgen2.literals + • lib2to3.pgen2.parse + • lib2to3.pgen2.pgen + • lib2to3.pgen2.token + • lib2to3.pgen2.tokenize + • lib2to3.pygram + • lib2to3.refactor + +
+ +
+ +
+ + lib2to3.pgen2.driver +SourceModule
+imports: + io + • lib2to3.pgen2 + • lib2to3.pgen2.grammar + • lib2to3.pgen2.parse + • lib2to3.pgen2.pgen + • lib2to3.pgen2.token + • lib2to3.pgen2.tokenize + • logging + • os + • pkgutil + • sys + +
+
+imported by: + lib2to3.patcomp + • lib2to3.pgen2 + • lib2to3.pygram + • lib2to3.refactor + +
+ +
+ +
+ + lib2to3.pgen2.grammar +SourceModule
+imports: + lib2to3.pgen2 + • lib2to3.pgen2.token + • pickle + • pprint + +
+
+imported by: + lib2to3.btm_utils + • lib2to3.patcomp + • lib2to3.pgen2 + • lib2to3.pgen2.driver + • lib2to3.pgen2.pgen + +
+ +
+ +
+ + lib2to3.pgen2.literals +SourceModule
+imports: + lib2to3.pgen2 + • re + +
+
+imported by: + lib2to3.patcomp + • lib2to3.pgen2 + +
+ +
+ +
+ + lib2to3.pgen2.parse +SourceModule
+imports: + lib2to3.pgen2 + • lib2to3.pgen2.token + +
+
+imported by: + lib2to3.patcomp + • lib2to3.pgen2 + • lib2to3.pgen2.driver + +
+ +
+ +
+ + lib2to3.pgen2.pgen +SourceModule
+imports: + lib2to3.pgen2 + • lib2to3.pgen2.grammar + • lib2to3.pgen2.token + • lib2to3.pgen2.tokenize + +
+
+imported by: + lib2to3.pgen2 + • lib2to3.pgen2.driver + +
+ +
+ +
+ + lib2to3.pgen2.token +SourceModule
+imports: + lib2to3.pgen2 + +
+
+imported by: + lib2to3.btm_utils + • lib2to3.fixer_util + • lib2to3.patcomp + • lib2to3.pgen2 + • lib2to3.pgen2.driver + • lib2to3.pgen2.grammar + • lib2to3.pgen2.parse + • lib2to3.pgen2.pgen + • lib2to3.pgen2.tokenize + • lib2to3.pygram + • lib2to3.refactor + +
+ +
+ +
+ + lib2to3.pgen2.tokenize +SourceModule
+imports: + codecs + • lib2to3.pgen2 + • lib2to3.pgen2.token + • re + • string + • sys + +
+
+imported by: + lib2to3.patcomp + • lib2to3.pgen2 + • lib2to3.pgen2.driver + • lib2to3.pgen2.pgen + • lib2to3.refactor + +
+ +
+ +
+ + lib2to3.pygram +SourceModule
+imports: + lib2to3 + • lib2to3.pgen2 + • lib2to3.pgen2.driver + • lib2to3.pgen2.token + • lib2to3.pytree + • os + +
+
+imported by: + lib2to3.btm_matcher + • lib2to3.btm_utils + • lib2to3.fixer_util + • lib2to3.patcomp + • lib2to3.pytree + • lib2to3.refactor + +
+ +
+ +
+ + lib2to3.pytree +SourceModule
+imports: + io + • lib2to3 + • lib2to3.pygram + • sys + +
+
+imported by: + lib2to3 + • lib2to3.btm_matcher + • lib2to3.btm_utils + • lib2to3.fixer_util + • lib2to3.patcomp + • lib2to3.pygram + • lib2to3.refactor + +
+ +
+ +
+ + lib2to3.refactor +SourceModule
+imports: + collections + • io + • itertools + • lib2to3 + • lib2to3.btm_matcher + • lib2to3.fixer_util + • lib2to3.pgen2 + • lib2to3.pgen2.driver + • lib2to3.pgen2.token + • lib2to3.pgen2.tokenize + • lib2to3.pygram + • lib2to3.pytree + • logging + • multiprocessing + • operator + • os + • pkgutil + • sys + +
+
+imported by: + distutils.util + +
+ +
+ +
+ + linecache +SourceModule
+imports: + functools + • os + • sys + • tokenize + +
+
+imported by: + asyncio.base_tasks + • bdb + • doctest + • inspect + • main.py + • pdb + • pkg_resources + • traceback + • tracemalloc + • warnings + +
+ +
+ +
+ + locale +SourceModule
+imports: + _bootlocale + • _collections_abc + • _locale + • builtins + • encodings + • encodings.aliases + • functools + • os + • re + • sys + • warnings + +
+
+imported by: + _bootlocale + • _pydecimal + • _strptime + • calendar + • cgi + • gettext + • main.py + • numpy.distutils.exec_command + • test.support + • xml.etree.ElementTree + +
+ +
+ +
+ + logging +Package
+imports: + atexit + • collections.abc + • io + • os + • pickle + • re + • string + • sys + • threading + • time + • traceback + • warnings + • weakref + +
+
+imported by: + PyInstaller.log + • asyncio.futures + • asyncio.log + • concurrent.futures._base + • hashlib + • http.cookiejar + • lib2to3.btm_matcher + • lib2to3.pgen2.driver + • lib2to3.refactor + • logging.handlers + • multiprocessing.util + • unittest.case + +
+ +
+ +
+ + logging.handlers +SourceModule
+imports: + base64 + • copy + • email.message + • email.utils + • http.client + • logging + • os + • pickle + • queue + • re + • smtplib + • socket + • stat + • struct + • threading + • time + • urllib.parse + • win32evtlog + • win32evtlogutil + +
+
+imported by: + test.support + +
+ +
+ +
+ + lzma +SourceModule
+imports: + _compression + • _lzma + • builtins + • io + • os + +
+
+imported by: + numpy.lib._datasource + • shutil + • tarfile + • test.support + • zipfile + +
+ +
+ +
+ + marshal (builtin module)
+imported by: + PyInstaller.archive.writers + • PyInstaller.depend.utils + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • PyInstaller.loader.pyimod02_archive + • pkgutil + • setuptools.command.bdist_egg + • setuptools.depends + • zipimport + +
+ +
+ +
+ + math (builtin module)
+imported by: + Crypto.Util.number + • _pydecimal + • asyncio.windows_events + • datetime + • numpy.core._machar + • numpy.f2py.symbolic + • numpy.lib + • numpy.lib.index_tricks + • pefile + • random + • selectors + +
+ +
+ +
+ + mimetypes +SourceModule
+imports: + getopt + • os + • posixpath + • sys + • urllib.parse + • winreg + +
+
+imported by: + http.server + • urllib.request + +
+ +
+ +
+ + mmap (builtin module)
+imported by: + multiprocessing.heap + • multiprocessing.shared_memory + • numpy.core.memmap + • pefile + +
+ +
+ +
+ + msvcrt (builtin module)
+imported by: + asyncio.windows_events + • asyncio.windows_utils + • getpass + • multiprocessing.popen_spawn_win32 + • multiprocessing.spawn + • numpy.distutils.mingw32ccompiler + • subprocess + • test.support + +
+ +
+ +
+ + multiprocessing +Package
+imports: + multiprocessing + • multiprocessing.AuthenticationError + • multiprocessing.BufferTooShort + • multiprocessing.TimeoutError + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.get_context + • multiprocessing.get_start_method + • multiprocessing.pool + • multiprocessing.process + • multiprocessing.reduction + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.set_start_method + • multiprocessing.shared_memory + • multiprocessing.spawn + • multiprocessing.util + • sys + +
+
+imported by: + concurrent.futures.process + • lib2to3.refactor + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.dummy + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.popen_fork + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.reduction + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.shared_memory + • multiprocessing.sharedctypes + • multiprocessing.spawn + • multiprocessing.synchronize + • multiprocessing.util + • numpy.distutils.misc_util + • pyi_rth_multiprocessing.py + +
+ +
+ +
+ + multiprocessing.AuthenticationError +MissingModule
+imported by: + multiprocessing + • multiprocessing.connection + +
+ +
+ +
+ + multiprocessing.BufferTooShort +MissingModule
+imported by: + multiprocessing + • multiprocessing.connection + +
+ +
+ +
+ + multiprocessing.TimeoutError +MissingModule
+imported by: + multiprocessing + • multiprocessing.pool + +
+ +
+ +
+ + multiprocessing.connection +SourceModule
+imports: + _multiprocessing + • _winapi + • hmac + • io + • itertools + • multiprocessing + • multiprocessing.AuthenticationError + • multiprocessing.BufferTooShort + • multiprocessing.context + • multiprocessing.resource_sharer + • multiprocessing.util + • os + • selectors + • socket + • struct + • sys + • tempfile + • time + • xmlrpc.client + +
+
+imported by: + concurrent.futures.process + • multiprocessing + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.popen_fork + • multiprocessing.popen_forkserver + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.resource_sharer + +
+ +
+ +
+ + multiprocessing.context +SourceModule
+imports: + multiprocessing + • multiprocessing.connection + • multiprocessing.forkserver + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.popen_fork + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.reduction + • multiprocessing.sharedctypes + • multiprocessing.spawn + • multiprocessing.synchronize + • multiprocessing.util + • os + • sys + • threading + +
+
+imported by: + multiprocessing + • multiprocessing.connection + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.reduction + • multiprocessing.resource_sharer + • multiprocessing.sharedctypes + • multiprocessing.spawn + • multiprocessing.synchronize + +
+ +
+ +
+ + multiprocessing.dummy +Package
+imports: + array + • multiprocessing + • multiprocessing.dummy.connection + • multiprocessing.pool + • queue + • sys + • threading + • weakref + +
+
+imported by: + multiprocessing.dummy.connection + • multiprocessing.pool + +
+ +
+ +
+ + multiprocessing.dummy.connection +SourceModule
+imports: + multiprocessing.dummy + • queue + +
+
+imported by: + multiprocessing.dummy + +
+ +
+ +
+ + multiprocessing.forkserver +SourceModule
+imports: + errno + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.process + • multiprocessing.resource_tracker + • multiprocessing.spawn + • multiprocessing.util + • os + • selectors + • signal + • socket + • struct + • sys + • threading + • warnings + +
+
+imported by: + multiprocessing + • multiprocessing.context + • multiprocessing.popen_forkserver + • multiprocessing.util + +
+ +
+ +
+ + multiprocessing.get_context +MissingModule
+imported by: + multiprocessing + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.sharedctypes + +
+ +
+ +
+ + multiprocessing.get_start_method +MissingModule
+imported by: + multiprocessing + • multiprocessing.spawn + +
+ +
+ +
+ + multiprocessing.heap +SourceModule
+imports: + _winapi + • bisect + • collections + • mmap + • multiprocessing + • multiprocessing.context + • multiprocessing.util + • os + • sys + • tempfile + • threading + +
+
+imported by: + multiprocessing.sharedctypes + • multiprocessing.synchronize + +
+ +
+ +
+ + multiprocessing.managers +SourceModule
+imports: + array + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.get_context + • multiprocessing.pool + • multiprocessing.process + • multiprocessing.resource_tracker + • multiprocessing.shared_memory + • multiprocessing.util + • os + • queue + • signal + • sys + • threading + • time + • traceback + • warnings + +
+
+imported by: + multiprocessing.context + +
+ +
+ +
+ + multiprocessing.pool +SourceModule
+imports: + collections + • itertools + • multiprocessing + • multiprocessing.TimeoutError + • multiprocessing.connection + • multiprocessing.dummy + • multiprocessing.get_context + • multiprocessing.util + • os + • queue + • threading + • time + • traceback + • warnings + +
+
+imported by: + multiprocessing + • multiprocessing.context + • multiprocessing.dummy + • multiprocessing.managers + +
+ +
+ +
+ + multiprocessing.popen_fork +SourceModule
+imports: + multiprocessing + • multiprocessing.connection + • multiprocessing.util + • os + • signal + +
+
+imported by: + multiprocessing.context + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • pyi_rth_multiprocessing.py + +
+ +
+ +
+ + multiprocessing.popen_forkserver +SourceModule
+imports: + io + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.popen_fork + • multiprocessing.spawn + • multiprocessing.util + • os + +
+
+imported by: + multiprocessing.context + +
+ +
+ +
+ + multiprocessing.popen_spawn_posix +SourceModule
+imports: + io + • multiprocessing + • multiprocessing.context + • multiprocessing.popen_fork + • multiprocessing.resource_tracker + • multiprocessing.spawn + • multiprocessing.util + • os + +
+
+imported by: + multiprocessing.context + +
+ +
+ +
+ + multiprocessing.popen_spawn_win32 +SourceModule
+imports: + _winapi + • msvcrt + • multiprocessing + • multiprocessing.context + • multiprocessing.spawn + • multiprocessing.util + • os + • signal + • sys + +
+
+imported by: + multiprocessing.context + • pyi_rth_multiprocessing.py + +
+ +
+ +
+ + multiprocessing.process +SourceModule
+imports: + _weakrefset + • itertools + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.util + • os + • signal + • sys + • threading + • traceback + +
+
+imported by: + multiprocessing + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.managers + • multiprocessing.resource_sharer + • multiprocessing.spawn + • multiprocessing.synchronize + • multiprocessing.util + • test.support + +
+ +
+ +
+ + multiprocessing.queues +SourceModule
+imports: + _multiprocessing + • collections + • errno + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.synchronize + • multiprocessing.util + • os + • queue + • sys + • threading + • time + • traceback + • weakref + +
+
+imported by: + concurrent.futures.process + • multiprocessing.context + +
+ +
+ +
+ + multiprocessing.reduction +SourceModule
+imports: + _winapi + • abc + • array + • copyreg + • functools + • io + • multiprocessing + • multiprocessing.context + • multiprocessing.resource_sharer + • os + • pickle + • socket + • sys + +
+
+imported by: + multiprocessing + • multiprocessing.context + +
+ +
+ +
+ + multiprocessing.resource_sharer +SourceModule
+imports: + multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.process + • multiprocessing.util + • os + • signal + • socket + • sys + • threading + +
+
+imported by: + multiprocessing + • multiprocessing.connection + • multiprocessing.reduction + +
+ +
+ +
+ + multiprocessing.resource_tracker +SourceModule
+imports: + _multiprocessing + • _posixshmem + • multiprocessing + • multiprocessing.spawn + • multiprocessing.util + • os + • signal + • sys + • threading + • warnings + +
+
+imported by: + multiprocessing + • multiprocessing.forkserver + • multiprocessing.managers + • multiprocessing.popen_spawn_posix + • multiprocessing.shared_memory + • multiprocessing.spawn + • multiprocessing.synchronize + • multiprocessing.util + +
+ +
+ +
+ + multiprocessing.set_start_method +MissingModule
+imported by: + multiprocessing + • multiprocessing.spawn + +
+ +
+ +
+ + multiprocessing.shared_memory +SourceModule
+imports: + _posixshmem + • _winapi + • errno + • functools + • mmap + • multiprocessing + • multiprocessing.resource_tracker + • os + • secrets + • struct + +
+
+imported by: + multiprocessing + • multiprocessing.managers + +
+ +
+ +
+ + multiprocessing.sharedctypes +SourceModule
+imports: + ctypes + • multiprocessing + • multiprocessing.context + • multiprocessing.get_context + • multiprocessing.heap + • weakref + +
+
+imported by: + multiprocessing.context + +
+ +
+ +
+ + multiprocessing.spawn +SourceModule
+imports: + _winapi + • msvcrt + • multiprocessing + • multiprocessing.context + • multiprocessing.get_start_method + • multiprocessing.process + • multiprocessing.resource_tracker + • multiprocessing.set_start_method + • multiprocessing.util + • os + • runpy + • sys + • types + +
+
+imported by: + multiprocessing + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.resource_tracker + • pyi_rth_multiprocessing.py + +
+ +
+ +
+ + multiprocessing.synchronize +SourceModule
+imports: + _multiprocessing + • multiprocessing + • multiprocessing.context + • multiprocessing.heap + • multiprocessing.process + • multiprocessing.resource_tracker + • multiprocessing.util + • struct + • sys + • tempfile + • threading + • time + +
+
+imported by: + multiprocessing.context + • multiprocessing.queues + +
+ +
+ +
+ + multiprocessing.util +SourceModule
+imports: + _posixsubprocess + • atexit + • itertools + • logging + • multiprocessing + • multiprocessing.forkserver + • multiprocessing.process + • multiprocessing.resource_tracker + • os + • shutil + • subprocess + • sys + • tempfile + • test + • test.support + • threading + • traceback + • weakref + +
+
+imported by: + multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.popen_fork + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.spawn + • multiprocessing.synchronize + +
+ +
+ +
+ + netbios +SourceModule
+imports: + struct + • sys + • win32wnet + +
+
+imported by: + uuid + +
+ +
+ +
+ + netrc +SourceModule
+imports: + os + • pwd + • shlex + • stat + +
+
+imported by: + ftplib + • nntplib + +
+ +
+ +
+ + nntplib +SourceModule
+imports: + argparse + • collections + • datetime + • email.header + • netrc + • re + • socket + • ssl + • sys + • warnings + +
+
+imported by: + test.support + +
+ +
+ +
+ + nose +MissingModule
+imported by: + numpy.testing._private.decorators + • numpy.testing._private.noseclasses + • numpy.testing._private.utils + +
+ +
+ +
+ + nt (builtin module)
+imported by: + ctypes + • ntpath + • os + • pathlib + • shutil + +
+ +
+ +
+ + ntpath +SourceModule
+imports: + genericpath + • nt + • os + • stat + • string + • sys + +
+
+imported by: + ntpath + • os + • pathlib + • pkg_resources + +
+ +
+ +
+ + ntpath +AliasNode
+imports: + ntpath + • os + +
+
+imported by: + PyInstaller.building.utils + • PyInstaller.depend.dylib + • PyInstaller.depend.imphook + • PyInstaller.utils.win32.icon + • cffi.ffiplatform + • distutils.file_util + • numpy.core.memmap + • os + • pkg_resources + • pkgutil + • py_compile + • pycparser.ply.yacc + • setuptools.msvc + • sysconfig + • tracemalloc + • unittest + • unittest.util + +
+ +
+ +
+ + nturl2path +SourceModule
+imports: + string + • urllib.parse + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + numarray +MissingModule
+imported by: + numpy.distutils.system_info + +
+ +
+ +
+ + numbers +SourceModule
+imports: + abc + +
+
+imported by: + _pydecimal + • numpy.core.arrayprint + • numpy.core.numeric + • numpy.core.numerictypes + • numpy.polynomial._polybase + • setuptools.dist + +
+ +
+ +
+ + numpy +Package
+imports: + builtins + • numpy + • numpy.__config__ + • numpy._distributor_init + • numpy._globals + • numpy._pytesttester + • numpy.amax + • numpy.amin + • numpy.array + • numpy.array_api + • numpy.bool_ + • numpy.bytes_ + • numpy.compat + • numpy.complexfloating + • numpy.core + • numpy.ctypeslib + • numpy.datetime64 + • numpy.dtype + • numpy.expand_dims + • numpy.eye + • numpy.fft + • numpy.float32 + • numpy.float64 + • numpy.floating + • numpy.generic + • numpy.histogramdd + • numpy.int16 + • numpy.int32 + • numpy.int64 + • numpy.int8 + • numpy.integer + • numpy.iscomplexobj + • numpy.lib + • numpy.linalg + • numpy.ma + • numpy.matrixlib + • numpy.ndarray + • numpy.number + • numpy.object_ + • numpy.polynomial + • numpy.random + • numpy.recarray + • numpy.str_ + • numpy.testing + • numpy.timedelta64 + • numpy.ufunc + • numpy.uint16 + • numpy.uint32 + • numpy.uint64 + • numpy.uint8 + • numpy.unsignedinteger + • numpy.version + • numpy.void + • os + • pathlib + • sys + • warnings + +
+
+imported by: + numpy + • numpy.__config__ + • numpy._distributor_init + • numpy._globals + • numpy._pytesttester + • numpy._typing + • numpy._typing._array_like + • numpy._typing._dtype_like + • numpy._typing._generic_alias + • numpy._typing._scalars + • numpy._version + • numpy.array_api + • numpy.array_api._array_object + • numpy.array_api._constants + • numpy.array_api._creation_functions + • numpy.array_api._data_type_functions + • numpy.array_api._dtypes + • numpy.array_api._elementwise_functions + • numpy.array_api._manipulation_functions + • numpy.array_api._searching_functions + • numpy.array_api._set_functions + • numpy.array_api._sorting_functions + • numpy.array_api._statistical_functions + • numpy.array_api._typing + • numpy.array_api._utility_functions + • numpy.array_api.linalg + • numpy.compat + • numpy.core + • numpy.core._dtype + • numpy.core._dtype_ctypes + • numpy.core._internal + • numpy.core.arrayprint + • numpy.core.defchararray + • numpy.core.fromnumeric + • numpy.core.memmap + • numpy.core.numeric + • numpy.ctypeslib + • numpy.distutils + • numpy.distutils.misc_util + • numpy.distutils.system_info + • numpy.f2py + • numpy.f2py.diagnose + • numpy.f2py.f90mod_rules + • numpy.fft + • numpy.lib + • numpy.lib._iotools + • numpy.lib.arraypad + • numpy.lib.arraysetops + • numpy.lib.format + • numpy.lib.function_base + • numpy.lib.histograms + • numpy.lib.nanfunctions + • numpy.lib.npyio + • numpy.lib.stride_tricks + • numpy.lib.twodim_base + • numpy.lib.utils + • numpy.linalg + • numpy.linalg.linalg + • numpy.ma + • numpy.ma.core + • numpy.ma.extras + • numpy.ma.mrecords + • numpy.matrixlib + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.chebyshev + • numpy.polynomial.hermite + • numpy.polynomial.hermite_e + • numpy.polynomial.laguerre + • numpy.polynomial.legendre + • numpy.polynomial.polynomial + • numpy.polynomial.polyutils + • numpy.random + • numpy.testing + • numpy.testing._private.noseclasses + • numpy.testing._private.nosetester + • numpy.testing._private.utils + • numpy.typing + • numpy.version + • setuptools.msvc + +
+ +
+ +
+ + numpy.__config__ +SourceModule
+imports: + numpy + • numpy.core._multiarray_umath + • os + • sys + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy._distributor_init +SourceModule
+imports: + ctypes + • glob + • numpy + • os + • warnings + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy._globals +SourceModule
+imports: + enum + • numpy + +
+
+imported by: + numpy + • numpy.core._methods + +
+ +
+ +
+ + numpy._pytesttester +SourceModule
+imports: + numpy + • numpy.array_api + • numpy.distutils + • numpy.distutils.cpuinfo + • numpy.testing + • os + • pytest + • sys + • warnings + +
+
+imported by: + numpy + • numpy.core + • numpy.distutils + • numpy.f2py + • numpy.fft + • numpy.lib + • numpy.linalg + • numpy.ma + • numpy.matrixlib + • numpy.polynomial + • numpy.random + • numpy.testing + • numpy.typing + +
+ +
+ +
+ + numpy._typing +Package
+imports: + __future__ + • _ufunc + • numpy + • numpy._typing._array_like + • numpy._typing._char_codes + • numpy._typing._dtype_like + • numpy._typing._generic_alias + • numpy._typing._nbit + • numpy._typing._nested_sequence + • numpy._typing._scalars + • numpy._typing._shape + • numpy.core.overrides + • numpy.ufunc + • typing + +
+
+imported by: + numpy._typing._add_docstring + • numpy._typing._array_like + • numpy._typing._char_codes + • numpy._typing._dtype_like + • numpy._typing._generic_alias + • numpy._typing._nbit + • numpy._typing._nested_sequence + • numpy._typing._scalars + • numpy._typing._shape + • numpy.typing + +
+ +
+ +
+ + numpy._typing._add_docstring +SourceModule
+imports: + numpy._typing + • numpy._typing._generic_alias + • re + • textwrap + +
+
+imported by: + numpy.typing + +
+ +
+ +
+ + numpy._typing._array_like +SourceModule
+imports: + __future__ + • collections.abc + • numpy + • numpy._typing + • numpy._typing._nested_sequence + • numpy.bool_ + • numpy.bytes_ + • numpy.complexfloating + • numpy.datetime64 + • numpy.dtype + • numpy.floating + • numpy.generic + • numpy.integer + • numpy.ndarray + • numpy.number + • numpy.object_ + • numpy.str_ + • numpy.timedelta64 + • numpy.unsignedinteger + • numpy.void + • sys + • typing + +
+
+imported by: + numpy._typing + +
+ +
+ +
+ + numpy._typing._char_codes +SourceModule
+imports: + numpy._typing + • typing + +
+
+imported by: + numpy._typing + • numpy._typing._dtype_like + +
+ +
+ +
+ + numpy._typing._dtype_like +SourceModule
+imports: + numpy + • numpy._typing + • numpy._typing._char_codes + • numpy._typing._generic_alias + • numpy._typing._shape + • typing + +
+
+imported by: + numpy._typing + +
+ +
+ +
+ + numpy._typing._generic_alias +SourceModule
+imports: + __future__ + • collections.abc + • numpy + • numpy._typing + • sys + • types + • typing + +
+
+imported by: + numpy._typing + • numpy._typing._add_docstring + • numpy._typing._dtype_like + +
+ +
+ +
+ + numpy._typing._nbit +SourceModule
+imports: + numpy._typing + • typing + +
+
+imported by: + numpy._typing + +
+ +
+ +
+ + numpy._typing._nested_sequence +SourceModule
+imports: + __future__ + • numpy._typing + • typing + +
+
+imported by: + numpy._typing + • numpy._typing._array_like + +
+ +
+ +
+ + numpy._typing._scalars +SourceModule
+imports: + numpy + • numpy._typing + • typing + +
+
+imported by: + numpy._typing + +
+ +
+ +
+ + numpy._typing._shape +SourceModule
+imports: + numpy._typing + • typing + +
+
+imported by: + numpy._typing + • numpy._typing._dtype_like + +
+ +
+ +
+ + numpy._version +SourceModule
+imports: + json + • numpy + +
+
+imported by: + numpy.version + +
+ +
+ +
+ + numpy.amax +MissingModule
+imported by: + numpy + • numpy.ma.core + +
+ +
+ +
+ + numpy.amin +MissingModule
+imported by: + numpy + • numpy.ma.core + +
+ +
+ +
+ + numpy.array +MissingModule
+imported by: + numpy + • numpy.ma.core + • numpy.ma.extras + • numpy.ma.mrecords + +
+ +
+ +
+ + numpy.array_api +Package
+imports: + numpy + • numpy.array_api + • numpy.array_api._constants + • numpy.array_api._creation_functions + • numpy.array_api._data_type_functions + • numpy.array_api._dtypes + • numpy.array_api._elementwise_functions + • numpy.array_api._manipulation_functions + • numpy.array_api._searching_functions + • numpy.array_api._set_functions + • numpy.array_api._sorting_functions + • numpy.array_api._statistical_functions + • numpy.array_api._utility_functions + • numpy.array_api.linalg + • warnings + +
+
+imported by: + numpy + • numpy._pytesttester + • numpy.array_api + • numpy.array_api._array_object + • numpy.array_api._constants + • numpy.array_api._creation_functions + • numpy.array_api._data_type_functions + • numpy.array_api._dtypes + • numpy.array_api._elementwise_functions + • numpy.array_api._manipulation_functions + • numpy.array_api._searching_functions + • numpy.array_api._set_functions + • numpy.array_api._sorting_functions + • numpy.array_api._statistical_functions + • numpy.array_api._typing + • numpy.array_api._utility_functions + • numpy.array_api.linalg + +
+ +
+ +
+ + numpy.array_api._array_object +SourceModule
+imports: + __future__ + • enum + • numpy + • numpy.array_api + • numpy.array_api._creation_functions + • numpy.array_api._dtypes + • numpy.array_api._elementwise_functions + • numpy.array_api._typing + • numpy.array_api.linalg + • numpy.typing + • operator + • types + • typing + +
+
+imported by: + numpy.array_api._creation_functions + • numpy.array_api._data_type_functions + • numpy.array_api._elementwise_functions + • numpy.array_api._manipulation_functions + • numpy.array_api._searching_functions + • numpy.array_api._set_functions + • numpy.array_api._sorting_functions + • numpy.array_api._statistical_functions + • numpy.array_api._typing + • numpy.array_api._utility_functions + • numpy.array_api.linalg + +
+ +
+ +
+ + numpy.array_api._constants +SourceModule
+imports: + numpy + • numpy.array_api + +
+
+imported by: + numpy.array_api + +
+ +
+ +
+ + numpy.array_api._creation_functions +SourceModule
+imports: + __future__ + • collections.abc + • numpy + • numpy.array_api + • numpy.array_api._array_object + • numpy.array_api._dtypes + • numpy.array_api._typing + • typing + +
+
+imported by: + numpy.array_api + • numpy.array_api._array_object + • numpy.array_api._statistical_functions + +
+ +
+ +
+ + numpy.array_api._data_type_functions +SourceModule
+imports: + __future__ + • collections.abc + • dataclasses + • numpy + • numpy.array_api + • numpy.array_api._array_object + • numpy.array_api._dtypes + • numpy.array_api._typing + • typing + +
+
+imported by: + numpy.array_api + • numpy.array_api._manipulation_functions + +
+ +
+ +
+ + numpy.array_api._dtypes +SourceModule
+imports: + numpy + • numpy.array_api + +
+
+imported by: + numpy.array_api + • numpy.array_api._array_object + • numpy.array_api._creation_functions + • numpy.array_api._data_type_functions + • numpy.array_api._elementwise_functions + • numpy.array_api._searching_functions + • numpy.array_api._statistical_functions + • numpy.array_api.linalg + +
+ +
+ +
+ + numpy.array_api._elementwise_functions +SourceModule
+imports: + __future__ + • numpy + • numpy.array_api + • numpy.array_api._array_object + • numpy.array_api._dtypes + +
+
+imported by: + numpy.array_api + • numpy.array_api._array_object + +
+ +
+ +
+ + numpy.array_api._manipulation_functions +SourceModule
+imports: + __future__ + • numpy + • numpy.array_api + • numpy.array_api._array_object + • numpy.array_api._data_type_functions + • typing + +
+
+imported by: + numpy.array_api + • numpy.array_api.linalg + +
+ +
+ +
+ + numpy.array_api._searching_functions +SourceModule
+imports: + __future__ + • numpy + • numpy.array_api + • numpy.array_api._array_object + • numpy.array_api._dtypes + • typing + +
+
+imported by: + numpy.array_api + +
+ +
+ +
+ + numpy.array_api._set_functions +SourceModule
+imports: + __future__ + • numpy + • numpy.array_api + • numpy.array_api._array_object + • typing + +
+
+imported by: + numpy.array_api + +
+ +
+ +
+ + numpy.array_api._sorting_functions +SourceModule
+imports: + __future__ + • numpy + • numpy.array_api + • numpy.array_api._array_object + +
+
+imported by: + numpy.array_api + +
+ +
+ +
+ + numpy.array_api._statistical_functions +SourceModule
+imports: + __future__ + • numpy + • numpy.array_api + • numpy.array_api._array_object + • numpy.array_api._creation_functions + • numpy.array_api._dtypes + • numpy.array_api._typing + • typing + +
+
+imported by: + numpy.array_api + +
+ +
+ +
+ + numpy.array_api._typing +SourceModule
+imports: + __future__ + • numpy + • numpy.array_api + • numpy.array_api._array_object + • numpy.dtype + • numpy.float32 + • numpy.float64 + • numpy.int16 + • numpy.int32 + • numpy.int64 + • numpy.int8 + • numpy.uint16 + • numpy.uint32 + • numpy.uint64 + • numpy.uint8 + • sys + • typing + +
+
+imported by: + numpy.array_api._array_object + • numpy.array_api._creation_functions + • numpy.array_api._data_type_functions + • numpy.array_api._statistical_functions + • numpy.array_api.linalg + +
+ +
+ +
+ + numpy.array_api._utility_functions +SourceModule
+imports: + __future__ + • numpy + • numpy.array_api + • numpy.array_api._array_object + • typing + +
+
+imported by: + numpy.array_api + +
+ +
+ +
+ + numpy.array_api.linalg +SourceModule
+imports: + __future__ + • numpy + • numpy.array_api + • numpy.array_api._array_object + • numpy.array_api._dtypes + • numpy.array_api._manipulation_functions + • numpy.array_api._typing + • numpy.core.numeric + • numpy.linalg + • numpy.linalg._umath_linalg + • numpy.linalg.linalg + • typing + +
+
+imported by: + numpy.array_api + • numpy.array_api._array_object + +
+ +
+ +
+ + numpy.bool_ +MissingModule
+imported by: + numpy + • numpy._typing._array_like + • numpy.ma.core + • numpy.ma.mrecords + +
+ +
+ +
+ + numpy.bytes_ +MissingModule
+imported by: + numpy + • numpy._typing._array_like + +
+ +
+ +
+ + numpy.compat +Package
+imports: + numpy + • numpy.compat + • numpy.compat._inspect + • numpy.compat.py3k + +
+
+imported by: + numpy + • numpy.compat + • numpy.compat._inspect + • numpy.compat.py3k + • numpy.core._methods + • numpy.core._type_aliases + • numpy.core.defchararray + • numpy.core.memmap + • numpy.core.numerictypes + • numpy.core.records + • numpy.lib._iotools + • numpy.lib.format + • numpy.lib.npyio + • numpy.ma.core + +
+ +
+ +
+ + numpy.compat._inspect +SourceModule
+imports: + numpy.compat + • types + +
+
+imported by: + numpy.compat + • numpy.core.overrides + +
+ +
+ +
+ + numpy.compat.py3k +SourceModule
+imports: + importlib.machinery + • io + • numpy.compat + • os + • pathlib + • pickle + • pickle5 + • sys + +
+
+imported by: + numpy.compat + • numpy.lib.format + +
+ +
+ +
+ + numpy.complexfloating +MissingModule
+imported by: + numpy + • numpy._typing._array_like + +
+ +
+ +
+ + numpy.core +Package
+imports: + copyreg + • numpy + • numpy._pytesttester + • numpy.core + • numpy.core.Inf + • numpy.core._add_newdocs + • numpy.core._add_newdocs_scalars + • numpy.core._asarray + • numpy.core._dtype + • numpy.core._dtype_ctypes + • numpy.core._exceptions + • numpy.core._internal + • numpy.core._machar + • numpy.core._methods + • numpy.core.add + • numpy.core.all + • numpy.core.amax + • numpy.core.amin + • numpy.core.arange + • numpy.core.argsort + • numpy.core.array + • numpy.core.array2string + • numpy.core.array_repr + • numpy.core.asanyarray + • numpy.core.asarray + • numpy.core.atleast_1d + • numpy.core.atleast_2d + • numpy.core.atleast_3d + • numpy.core.bool_ + • numpy.core.cdouble + • numpy.core.complexfloating + • numpy.core.conjugate + • numpy.core.count_nonzero + • numpy.core.csingle + • numpy.core.defchararray + • numpy.core.divide + • numpy.core.dot + • numpy.core.double + • numpy.core.einsumfunc + • numpy.core.empty + • numpy.core.empty_like + • numpy.core.errstate + • numpy.core.finfo + • numpy.core.float32 + • numpy.core.float_ + • numpy.core.fromnumeric + • numpy.core.function_base + • numpy.core.geterrobj + • numpy.core.getlimits + • numpy.core.hstack + • numpy.core.iinfo + • numpy.core.inexact + • numpy.core.inf + • numpy.core.intc + • numpy.core.integer + • numpy.core.intp + • numpy.core.isfinite + • numpy.core.isinf + • numpy.core.isnan + • numpy.core.isnat + • numpy.core.isscalar + • numpy.core.linspace + • numpy.core.matmul + • numpy.core.memmap + • numpy.core.moveaxis + • numpy.core.multiarray + • numpy.core.multiply + • numpy.core.ndarray + • numpy.core.newaxis + • numpy.core.number + • numpy.core.numeric + • numpy.core.numerictypes + • numpy.core.object_ + • numpy.core.ones + • numpy.core.overrides + • numpy.core.product + • numpy.core.reciprocal + • numpy.core.records + • numpy.core.result_type + • numpy.core.shape_base + • numpy.core.sign + • numpy.core.signbit + • numpy.core.single + • numpy.core.sort + • numpy.core.sqrt + • numpy.core.sum + • numpy.core.swapaxes + • numpy.core.transpose + • numpy.core.ufunc + • numpy.core.umath + • numpy.core.vstack + • numpy.core.zeros + • numpy.version + • os + • sys + • warnings + +
+
+imported by: + numpy + • numpy.core + • numpy.core._add_newdocs + • numpy.core._add_newdocs_scalars + • numpy.core._asarray + • numpy.core._dtype + • numpy.core._dtype_ctypes + • numpy.core._exceptions + • numpy.core._internal + • numpy.core._machar + • numpy.core._methods + • numpy.core._multiarray_tests + • numpy.core._multiarray_umath + • numpy.core._string_helpers + • numpy.core._type_aliases + • numpy.core._ufunc_config + • numpy.core.arrayprint + • numpy.core.defchararray + • numpy.core.einsumfunc + • numpy.core.fromnumeric + • numpy.core.function_base + • numpy.core.getlimits + • numpy.core.memmap + • numpy.core.multiarray + • numpy.core.numeric + • numpy.core.numerictypes + • numpy.core.overrides + • numpy.core.records + • numpy.core.shape_base + • numpy.core.umath + • numpy.fft._pocketfft + • numpy.fft.helper + • numpy.lib.arraysetops + • numpy.lib.function_base + • numpy.lib.histograms + • numpy.lib.index_tricks + • numpy.lib.mixins + • numpy.lib.nanfunctions + • numpy.lib.npyio + • numpy.lib.polynomial + • numpy.lib.shape_base + • numpy.lib.twodim_base + • numpy.lib.type_check + • numpy.lib.utils + • numpy.linalg.linalg + • numpy.ma.core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.Inf +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core._add_newdocs +SourceModule
+imports: + numpy.core + • numpy.core.function_base + • numpy.core.overrides + +
+
+imported by: + numpy.core + +
+ +
+ +
+ + numpy.core._add_newdocs_scalars +SourceModule
+imports: + numpy.core + • numpy.core.function_base + • numpy.core.numerictypes + • os + • sys + +
+
+imported by: + numpy.core + +
+ +
+ +
+ + numpy.core._asarray +SourceModule
+imports: + numpy.core + • numpy.core.multiarray + • numpy.core.overrides + +
+
+imported by: + numpy.core + • numpy.core.numeric + +
+ +
+ +
+ + numpy.core._dtype +SourceModule
+imports: + numpy + • numpy.core + +
+
+imported by: + numpy.core + • numpy.core._type_aliases + • numpy.core.numerictypes + +
+ +
+ +
+ + numpy.core._dtype_ctypes +SourceModule
+imports: + _ctypes + • ctypes + • numpy + • numpy.core + +
+
+imported by: + numpy.core + +
+ +
+ +
+ + numpy.core._exceptions +SourceModule
+imports: + numpy.core + • numpy.core.overrides + +
+
+imported by: + numpy.core + • numpy.core._methods + • numpy.core.numeric + +
+ +
+ +
+ + numpy.core._internal +SourceModule
+imports: + ast + • ctypes + • numpy + • numpy.core + • numpy.core.multiarray + • re + • sys + • warnings + +
+
+imported by: + numpy.core + • numpy.ctypeslib + +
+ +
+ +
+ + numpy.core._machar +SourceModule
+imports: + math + • numpy.core + • numpy.core._ufunc_config + • numpy.core.fromnumeric + • numpy.core.overrides + +
+
+imported by: + numpy.core + • numpy.core.getlimits + +
+ +
+ +
+ + numpy.core._methods +SourceModule
+imports: + contextlib + • numpy._globals + • numpy.compat + • numpy.core + • numpy.core._exceptions + • numpy.core._ufunc_config + • numpy.core.fromnumeric + • numpy.core.multiarray + • numpy.core.numerictypes + • numpy.core.umath + • numpy.lib.stride_tricks + • warnings + +
+
+imported by: + numpy.core + • numpy.core.fromnumeric + +
+ +
+ +
+ + numpy.core._multiarray_tests c:\program files\python\lib\site-packages\numpy\core\_multiarray_tests.cp38-win_amd64.pyd
+imports: + numpy.core + +
+
+imported by: + numpy.testing._private.noseclasses + +
+ +
+ +
+ + numpy.core._multiarray_umath c:\program files\python\lib\site-packages\numpy\core\_multiarray_umath.cp38-win_amd64.pyd
+imports: + numpy.core + +
+
+imported by: + numpy.__config__ + • numpy.core.multiarray + • numpy.core.overrides + • numpy.core.umath + • numpy.distutils.__config__ + • numpy.lib + • numpy.lib.npyio + • numpy.lib.utils + +
+ +
+ +
+ + numpy.core._string_helpers +SourceModule
+imports: + numpy.core + +
+
+imported by: + numpy.core._type_aliases + • numpy.core.numerictypes + +
+ +
+ +
+ + numpy.core._type_aliases +SourceModule
+imports: + numpy.compat + • numpy.core + • numpy.core._dtype + • numpy.core._string_helpers + • numpy.core.multiarray + +
+
+imported by: + numpy.core.numerictypes + +
+ +
+ +
+ + numpy.core._ufunc_config +SourceModule
+imports: + collections.abc + • contextlib + • contextvars + • numpy.core + • numpy.core.overrides + • numpy.core.umath + +
+
+imported by: + numpy.core._machar + • numpy.core._methods + • numpy.core.numeric + +
+ +
+ +
+ + numpy.core.add +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.all +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.amax +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.amin +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.arange +MissingModule
+imported by: + numpy.core + • numpy.fft.helper + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.argsort +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.array +MissingModule
+imported by: + numpy.core + • numpy.lib.polynomial + • numpy.linalg.linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.array2string +MissingModule
+imported by: + numpy.core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.array_repr +MissingModule
+imported by: + numpy.core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.arrayprint +SourceModule
+imports: + _dummy_thread + • _thread + • contextlib + • functools + • numbers + • numpy + • numpy.core + • numpy.core.fromnumeric + • numpy.core.multiarray + • numpy.core.numeric + • numpy.core.numerictypes + • numpy.core.overrides + • numpy.core.umath + • operator + • sys + • warnings + +
+
+imported by: + numpy.core.numeric + • numpy.core.records + +
+ +
+ +
+ + numpy.core.asanyarray +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.asarray +MissingModule
+imported by: + numpy.core + • numpy.fft._pocketfft + • numpy.fft.helper + • numpy.lib.utils + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.atleast_1d +MissingModule
+imported by: + numpy.core + • numpy.lib.polynomial + +
+ +
+ +
+ + numpy.core.atleast_2d +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.atleast_3d +MissingModule
+imported by: + numpy.core + • numpy.lib.shape_base + +
+ +
+ +
+ + numpy.core.bool_ +MissingModule
+imported by: + numpy.core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.cdouble +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.complexfloating +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.conjugate +MissingModule
+imported by: + numpy.core + • numpy.fft._pocketfft + +
+ +
+ +
+ + numpy.core.count_nonzero +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.csingle +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.defchararray +SourceModule
+imports: + functools + • numpy + • numpy.compat + • numpy.core + • numpy.core.multiarray + • numpy.core.numeric + • numpy.core.numerictypes + • numpy.core.overrides + +
+
+imported by: + numpy.core + +
+ +
+ +
+ + numpy.core.divide +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.dot +MissingModule
+imported by: + numpy.core + • numpy.lib.polynomial + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.double +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.einsumfunc +SourceModule
+imports: + itertools + • numpy.core + • numpy.core.multiarray + • numpy.core.numeric + • numpy.core.overrides + • operator + +
+
+imported by: + numpy.core + +
+ +
+ +
+ + numpy.core.empty +MissingModule
+imported by: + numpy.core + • numpy.fft.helper + • numpy.linalg.linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.empty_like +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.errstate +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.finfo +MissingModule
+imported by: + numpy.core + • numpy.lib.polynomial + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.float32 +MissingModule
+imported by: + numpy.core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.float_ +MissingModule
+imported by: + numpy.core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.fromnumeric +SourceModule
+imports: + functools + • numpy + • numpy.core + • numpy.core._methods + • numpy.core.multiarray + • numpy.core.numerictypes + • numpy.core.overrides + • numpy.core.umath + • types + • warnings + +
+
+imported by: + numpy.core + • numpy.core._machar + • numpy.core._methods + • numpy.core.arrayprint + • numpy.core.numeric + • numpy.core.shape_base + • numpy.lib.function_base + • numpy.lib.shape_base + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.function_base +SourceModule
+imports: + functools + • numpy.core + • numpy.core.multiarray + • numpy.core.numeric + • numpy.core.overrides + • operator + • types + • warnings + +
+
+imported by: + numpy.core + • numpy.core._add_newdocs + • numpy.core._add_newdocs_scalars + • numpy.lib.function_base + +
+ +
+ +
+ + numpy.core.geterrobj +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.getlimits +SourceModule
+imports: + numpy.core + • numpy.core._machar + • numpy.core.numeric + • numpy.core.numerictypes + • numpy.core.overrides + • numpy.core.umath + • warnings + +
+
+imported by: + numpy.core + • numpy.lib.type_check + +
+ +
+ +
+ + numpy.core.hstack +MissingModule
+imported by: + numpy.core + • numpy.lib.polynomial + +
+ +
+ +
+ + numpy.core.iinfo +MissingModule
+imported by: + numpy.core + • numpy.lib.twodim_base + +
+ +
+ +
+ + numpy.core.inexact +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.inf +MissingModule
+imported by: + numpy.core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.intc +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.integer +MissingModule
+imported by: + numpy.core + • numpy.fft.helper + +
+ +
+ +
+ + numpy.core.intp +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.isfinite +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.isinf +MissingModule
+imported by: + numpy.core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.isnan +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.isnat +MissingModule
+imported by: + numpy.core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.isscalar +MissingModule
+imported by: + numpy.core + • numpy.lib.polynomial + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.linspace +MissingModule
+imported by: + numpy.core + • numpy.lib.index_tricks + +
+ +
+ +
+ + numpy.core.matmul +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.memmap +SourceModule
+imports: + contextlib + • mmap + • ntpath + • numpy + • numpy.compat + • numpy.core + • numpy.core.numeric + • numpy.core.overrides + +
+
+imported by: + numpy.core + +
+ +
+ +
+ + numpy.core.moveaxis +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.multiarray +SourceModule
+imports: + functools + • numpy.core + • numpy.core._multiarray_umath + • numpy.core.overrides + +
+
+imported by: + numpy.core + • numpy.core._asarray + • numpy.core._internal + • numpy.core._methods + • numpy.core._type_aliases + • numpy.core.arrayprint + • numpy.core.defchararray + • numpy.core.einsumfunc + • numpy.core.fromnumeric + • numpy.core.function_base + • numpy.core.numeric + • numpy.core.numerictypes + • numpy.core.shape_base + • numpy.ctypeslib + • numpy.fft._pocketfft + • numpy.lib.function_base + • numpy.lib.index_tricks + • numpy.lib.npyio + • numpy.lib.shape_base + • numpy.linalg.linalg + • numpy.ma.core + • numpy.ma.extras + • numpy.polynomial.chebyshev + • numpy.polynomial.hermite + • numpy.polynomial.hermite_e + • numpy.polynomial.laguerre + • numpy.polynomial.legendre + • numpy.polynomial.polynomial + • numpy.polynomial.polyutils + +
+ +
+ +
+ + numpy.core.multiply +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.ndarray +MissingModule
+imported by: + numpy.core + • numpy.lib.utils + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.newaxis +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.number +MissingModule
+imported by: + numpy.core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.numeric +SourceModule
+imports: + functools + • itertools + • numbers + • numpy + • numpy.core + • numpy.core._asarray + • numpy.core._exceptions + • numpy.core._ufunc_config + • numpy.core.arrayprint + • numpy.core.fromnumeric + • numpy.core.multiarray + • numpy.core.numerictypes + • numpy.core.overrides + • numpy.core.shape_base + • numpy.core.umath + • numpy.eye + • operator + • sys + • warnings + +
+
+imported by: + numpy.array_api.linalg + • numpy.core + • numpy.core.arrayprint + • numpy.core.defchararray + • numpy.core.einsumfunc + • numpy.core.function_base + • numpy.core.getlimits + • numpy.core.memmap + • numpy.core.records + • numpy.core.shape_base + • numpy.lib._iotools + • numpy.lib.function_base + • numpy.lib.index_tricks + • numpy.lib.polynomial + • numpy.lib.scimath + • numpy.lib.shape_base + • numpy.lib.stride_tricks + • numpy.lib.twodim_base + • numpy.lib.type_check + • numpy.lib.ufunclike + • numpy.ma.core + • numpy.ma.extras + • numpy.matrixlib.defmatrix + +
+ +
+ +
+ + numpy.core.numerictypes +SourceModule
+imports: + builtins + • numbers + • numpy.compat + • numpy.core + • numpy.core._dtype + • numpy.core._string_helpers + • numpy.core._type_aliases + • numpy.core.multiarray + • numpy.core.overrides + +
+
+imported by: + numpy.core + • numpy.core._add_newdocs_scalars + • numpy.core._methods + • numpy.core.arrayprint + • numpy.core.defchararray + • numpy.core.fromnumeric + • numpy.core.getlimits + • numpy.core.numeric + • numpy.core.records + • numpy.lib.function_base + • numpy.lib.index_tricks + • numpy.lib.scimath + • numpy.lib.utils + • numpy.ma.core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.object_ +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.ones +MissingModule
+imported by: + numpy.core + • numpy.lib.polynomial + +
+ +
+ +
+ + numpy.core.overrides +SourceModule
+imports: + collections + • functools + • numpy.compat._inspect + • numpy.core + • numpy.core._multiarray_umath + • os + +
+
+imported by: + numpy._typing + • numpy.core + • numpy.core._add_newdocs + • numpy.core._asarray + • numpy.core._exceptions + • numpy.core._machar + • numpy.core._ufunc_config + • numpy.core.arrayprint + • numpy.core.defchararray + • numpy.core.einsumfunc + • numpy.core.fromnumeric + • numpy.core.function_base + • numpy.core.getlimits + • numpy.core.memmap + • numpy.core.multiarray + • numpy.core.numeric + • numpy.core.numerictypes + • numpy.core.records + • numpy.core.shape_base + • numpy.fft._pocketfft + • numpy.fft.helper + • numpy.lib._datasource + • numpy.lib.arraypad + • numpy.lib.arraysetops + • numpy.lib.function_base + • numpy.lib.histograms + • numpy.lib.index_tricks + • numpy.lib.nanfunctions + • numpy.lib.npyio + • numpy.lib.polynomial + • numpy.lib.scimath + • numpy.lib.shape_base + • numpy.lib.stride_tricks + • numpy.lib.twodim_base + • numpy.lib.type_check + • numpy.lib.ufunclike + • numpy.lib.utils + • numpy.linalg.linalg + • numpy.matrixlib.defmatrix + +
+ +
+ +
+ + numpy.core.product +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.reciprocal +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.records +SourceModule
+imports: + collections + • contextlib + • numpy.compat + • numpy.core + • numpy.core.arrayprint + • numpy.core.numeric + • numpy.core.numerictypes + • numpy.core.overrides + • warnings + +
+
+imported by: + numpy.core + • numpy.ma.mrecords + +
+ +
+ +
+ + numpy.core.result_type +MissingModule
+imported by: + numpy.core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.shape_base +SourceModule
+imports: + functools + • itertools + • numpy.core + • numpy.core.fromnumeric + • numpy.core.multiarray + • numpy.core.numeric + • numpy.core.overrides + • operator + • warnings + +
+
+imported by: + numpy.core + • numpy.core.numeric + • numpy.lib.shape_base + +
+ +
+ +
+ + numpy.core.sign +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.signbit +MissingModule
+imported by: + numpy.core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.single +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.sort +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.sqrt +MissingModule
+imported by: + numpy.core + • numpy.fft._pocketfft + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.sum +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.swapaxes +MissingModule
+imported by: + numpy.core + • numpy.fft._pocketfft + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.core.transpose +MissingModule
+imported by: + numpy.core + • numpy.lib.function_base + +
+ +
+ +
+ + numpy.core.ufunc +MissingModule
+imported by: + numpy.core + • numpy.lib.utils + +
+ +
+ +
+ + numpy.core.umath +SourceModule
+imports: + numpy.core + • numpy.core._multiarray_umath + +
+
+imported by: + numpy.core + • numpy.core._methods + • numpy.core._ufunc_config + • numpy.core.arrayprint + • numpy.core.fromnumeric + • numpy.core.getlimits + • numpy.core.numeric + • numpy.lib.function_base + • numpy.lib.mixins + • numpy.ma.core + • numpy.polynomial.polyutils + +
+ +
+ +
+ + numpy.core.vstack +MissingModule
+imported by: + numpy.core + • numpy.lib.shape_base + +
+ +
+ +
+ + numpy.core.zeros +MissingModule
+imported by: + numpy.core + • numpy.fft._pocketfft + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.ctypeslib +SourceModule
+imports: + ctypes + • numpy + • numpy.core._internal + • numpy.core.multiarray + • numpy.distutils.misc_util + • numpy.dtype + • numpy.integer + • numpy.ndarray + • os + • warnings + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy.datetime64 +MissingModule
+imported by: + numpy + • numpy._typing._array_like + +
+ +
+ +
+ + numpy.distutils +Package
+imports: + numpy + • numpy._pytesttester + • numpy.distutils + • numpy.distutils.__config__ + • numpy.distutils._shell_utils + • numpy.distutils.ccompiler + • numpy.distutils.fcompiler + • numpy.distutils.lib2def + • numpy.distutils.log + • numpy.distutils.npy_pkg_config + • numpy.distutils.unixccompiler + • warnings + +
+
+imported by: + numpy._pytesttester + • numpy.distutils + • numpy.distutils.__config__ + • numpy.distutils._shell_utils + • numpy.distutils.ccompiler + • numpy.distutils.ccompiler_opt + • numpy.distutils.command + • numpy.distutils.command.build_clib + • numpy.distutils.command.build_ext + • numpy.distutils.command.build_scripts + • numpy.distutils.command.build_src + • numpy.distutils.command.config_compiler + • numpy.distutils.conv_template + • numpy.distutils.core + • numpy.distutils.cpuinfo + • numpy.distutils.exec_command + • numpy.distutils.extension + • numpy.distutils.fcompiler + • numpy.distutils.from_template + • numpy.distutils.lib2def + • numpy.distutils.log + • numpy.distutils.mingw32ccompiler + • numpy.distutils.misc_util + • numpy.distutils.npy_pkg_config + • numpy.distutils.numpy_distribution + • numpy.distutils.system_info + • numpy.distutils.unixccompiler + • numpy.f2py.diagnose + • numpy.f2py.f2py2e + • numpy.testing._private.nosetester + +
+ +
+ +
+ + numpy.distutils.__config__ +SourceModule
+imports: + numpy.core._multiarray_umath + • numpy.distutils + • os + • sys + +
+
+imported by: + numpy.distutils + +
+ +
+ +
+ + numpy.distutils._shell_utils +SourceModule
+imports: + ctypes + • numpy.distutils + • os + • pipes + • shlex + • subprocess + +
+
+imported by: + numpy.distutils + • numpy.distutils.fcompiler + • numpy.distutils.system_info + +
+ +
+ +
+ + numpy.distutils.ccompiler +SourceModule
+imports: + concurrent.futures + • copy + • distutils + • distutils.ccompiler + • distutils.errors + • distutils.sysconfig + • distutils.version + • numpy.distutils + • numpy.distutils.exec_command + • numpy.distutils.fcompiler + • numpy.distutils.log + • numpy.distutils.misc_util + • os + • re + • shlex + • shutil + • subprocess + • sys + • tempfile + • threading + • time + +
+
+imported by: + numpy.distutils + • numpy.distutils.fcompiler + • numpy.distutils.mingw32ccompiler + • numpy.distutils.unixccompiler + • numpy.testing._private.extbuild + +
+ +
+ +
+ + numpy.distutils.ccompiler_opt +SourceModule
+imports: + atexit + • distutils.errors + • distutils.util + • inspect + • numpy.distutils + • numpy.distutils.log + • numpy.distutils.misc_util + • os + • pprint + • re + • shutil + • subprocess + • tempfile + • textwrap + +
+
+imported by: + numpy.distutils.command.build_clib + • numpy.distutils.command.build_ext + +
+ +
+ +
+ + numpy.distutils.command +Package
+imports: + numpy.distutils + • numpy.distutils.command.bdist_rpm + • numpy.distutils.command.build + • numpy.distutils.command.build_clib + • numpy.distutils.command.build_ext + • numpy.distutils.command.build_py + • numpy.distutils.command.build_scripts + • numpy.distutils.command.config + • numpy.distutils.command.develop + • numpy.distutils.command.egg_info + • numpy.distutils.command.install + • numpy.distutils.command.install_clib + • numpy.distutils.command.install_data + • numpy.distutils.command.install_headers + • numpy.distutils.command.sdist + +
+
+imported by: + numpy.distutils.command.autodist + • numpy.distutils.command.bdist_rpm + • numpy.distutils.command.build + • numpy.distutils.command.build_clib + • numpy.distutils.command.build_ext + • numpy.distutils.command.build_py + • numpy.distutils.command.build_scripts + • numpy.distutils.command.build_src + • numpy.distutils.command.config + • numpy.distutils.command.config_compiler + • numpy.distutils.command.develop + • numpy.distutils.command.egg_info + • numpy.distutils.command.install + • numpy.distutils.command.install_clib + • numpy.distutils.command.install_data + • numpy.distutils.command.install_headers + • numpy.distutils.command.sdist + • numpy.distutils.core + +
+ +
+ +
+ + numpy.distutils.command.autodist +SourceModule
+imports: + numpy.distutils.command + • textwrap + +
+
+imported by: + numpy.distutils.command.config + +
+ +
+ +
+ + numpy.distutils.command.bdist_rpm +SourceModule
+imports: + distutils.command.bdist_rpm + • numpy.distutils.command + • os + • setuptools.command.bdist_rpm + • sys + +
+
+imported by: + numpy.distutils.command + • numpy.distutils.core + +
+ +
+ +
+ + numpy.distutils.command.build +SourceModule
+imports: + distutils.command.build + • distutils.util + • numpy.distutils.command + • numpy.distutils.command.config_compiler + • os + • sys + +
+
+imported by: + numpy.distutils.command + • numpy.distutils.core + +
+ +
+ +
+ + numpy.distutils.command.build_clib +SourceModule
+imports: + atexit + • distutils.ccompiler + • distutils.command.build_clib + • distutils.dep_util + • distutils.errors + • glob + • numpy.distutils + • numpy.distutils.ccompiler_opt + • numpy.distutils.command + • numpy.distutils.fcompiler + • numpy.distutils.log + • numpy.distutils.misc_util + • os + • shutil + +
+
+imported by: + numpy.distutils.command + • numpy.distutils.core + +
+ +
+ +
+ + numpy.distutils.command.build_ext +SourceModule
+imports: + atexit + • distutils.ccompiler + • distutils.command.build_ext + • distutils.dep_util + • distutils.errors + • distutils.file_util + • glob + • numpy.distutils + • numpy.distutils.ccompiler_opt + • numpy.distutils.command + • numpy.distutils.command.config_compiler + • numpy.distutils.exec_command + • numpy.distutils.fcompiler + • numpy.distutils.log + • numpy.distutils.misc_util + • numpy.distutils.system_info + • os + • subprocess + +
+
+imported by: + numpy.distutils.command + • numpy.distutils.core + +
+ +
+ +
+ + numpy.distutils.command.build_py +SourceModule
+imports: + distutils.command.build_py + • numpy.distutils.command + • numpy.distutils.misc_util + +
+
+imported by: + numpy.distutils.command + • numpy.distutils.core + +
+ +
+ +
+ + numpy.distutils.command.build_scripts +SourceModule
+imports: + distutils.command.build_scripts + • numpy.distutils + • numpy.distutils.command + • numpy.distutils.log + • numpy.distutils.misc_util + +
+
+imported by: + numpy.distutils.command + • numpy.distutils.core + +
+ +
+ +
+ + numpy.distutils.command.build_src +SourceModule
+imports: + copy + • distutils.command + • distutils.command.build_ext + • distutils.dep_util + • distutils.errors + • distutils.util + • numpy.distutils + • numpy.distutils.command + • numpy.distutils.conv_template + • numpy.distutils.from_template + • numpy.distutils.log + • numpy.distutils.misc_util + • numpy.f2py + • os + • re + • shlex + • sys + +
+
+imported by: + numpy.distutils.core + • numpy.f2py.f2py2e + +
+ +
+ +
+ + numpy.distutils.command.config +SourceModule
+imports: + distutils + • distutils.ccompiler + • distutils.command.config + • distutils.errors + • distutils.file_util + • distutils.log + • distutils.msvc9compiler + • numpy.distutils.command + • numpy.distutils.command.autodist + • numpy.distutils.exec_command + • numpy.distutils.fcompiler + • numpy.distutils.mingw32ccompiler + • os + • signal + • subprocess + • sys + • textwrap + • warnings + +
+
+imported by: + numpy.distutils.command + • numpy.distutils.core + • numpy.distutils.system_info + +
+ +
+ +
+ + numpy.distutils.command.config_compiler +SourceModule
+imports: + distutils.core + • numpy.distutils + • numpy.distutils.command + • numpy.distutils.fcompiler + • numpy.distutils.log + +
+
+imported by: + numpy.distutils.command.build + • numpy.distutils.command.build_ext + • numpy.distutils.core + • numpy.distutils.fcompiler + +
+ +
+ +
+ + numpy.distutils.command.develop +SourceModule
+imports: + numpy.distutils.command + • setuptools.command.develop + +
+
+imported by: + numpy.distutils.command + • numpy.distutils.core + +
+ +
+ +
+ + numpy.distutils.command.egg_info +SourceModule
+imports: + numpy.distutils.command + • setuptools.command.egg_info + • sys + • textwrap + • warnings + +
+
+imported by: + numpy.distutils.command + • numpy.distutils.core + +
+ +
+ +
+ + numpy.distutils.command.install +SourceModule
+imports: + distutils.command.install + • distutils.file_util + • numpy.distutils.command + • setuptools.command.install + • sys + +
+
+imported by: + numpy.distutils.command + • numpy.distutils.core + +
+ +
+ +
+ + numpy.distutils.command.install_clib +SourceModule
+imports: + distutils.ccompiler + • distutils.core + • numpy.distutils.command + • numpy.distutils.misc_util + • os + +
+
+imported by: + numpy.distutils.command + • numpy.distutils.core + +
+ +
+ +
+ + numpy.distutils.command.install_data +SourceModule
+imports: + distutils.command.install_data + • numpy.distutils.command + • sys + +
+
+imported by: + numpy.distutils.command + • numpy.distutils.core + +
+ +
+ +
+ + numpy.distutils.command.install_headers +SourceModule
+imports: + distutils.command.install_headers + • numpy.distutils.command + • os + +
+
+imported by: + numpy.distutils.command + • numpy.distutils.core + +
+ +
+ +
+ + numpy.distutils.command.sdist +SourceModule
+imports: + distutils.command.sdist + • numpy.distutils.command + • numpy.distutils.misc_util + • setuptools.command.sdist + • sys + +
+
+imported by: + numpy.distutils.command + • numpy.distutils.core + +
+ +
+ +
+ + numpy.distutils.conv_template +SourceModule
+imports: + numpy.distutils + • os + • re + • sys + +
+
+imported by: + numpy.distutils.command.build_src + +
+ +
+ +
+ + numpy.distutils.core +SourceModule
+imports: + distutils.core + • distutils.dist + • numpy.distutils + • numpy.distutils.command + • numpy.distutils.command.bdist_rpm + • numpy.distutils.command.build + • numpy.distutils.command.build_clib + • numpy.distutils.command.build_ext + • numpy.distutils.command.build_py + • numpy.distutils.command.build_scripts + • numpy.distutils.command.build_src + • numpy.distutils.command.config + • numpy.distutils.command.config_compiler + • numpy.distutils.command.develop + • numpy.distutils.command.egg_info + • numpy.distutils.command.install + • numpy.distutils.command.install_clib + • numpy.distutils.command.install_data + • numpy.distutils.command.install_headers + • numpy.distutils.command.sdist + • numpy.distutils.extension + • numpy.distutils.misc_util + • numpy.distutils.numpy_distribution + • setuptools + • setuptools.command + • setuptools.command.bdist_egg + • setuptools.command.easy_install + • sys + • warnings + +
+
+imported by: + numpy.distutils.fcompiler + • numpy.distutils.misc_util + • numpy.f2py.f2py2e + +
+ +
+ +
+ + numpy.distutils.cpuinfo +SourceModule
+imports: + numpy.distutils + • os + • platform + • re + • subprocess + • sys + • types + • warnings + • winreg + +
+
+imported by: + numpy._pytesttester + • numpy.distutils.system_info + • numpy.f2py.diagnose + • numpy.testing._private.nosetester + +
+ +
+ +
+ + numpy.distutils.exec_command +SourceModule
+imports: + locale + • numpy.distutils + • numpy.distutils.log + • numpy.distutils.misc_util + • os + • subprocess + • sys + • warnings + +
+
+imported by: + numpy.distutils.ccompiler + • numpy.distutils.command.build_ext + • numpy.distutils.command.config + • numpy.distutils.fcompiler + • numpy.distutils.system_info + +
+ +
+ +
+ + numpy.distutils.extension +SourceModule
+imports: + distutils.extension + • numpy.distutils + • re + • warnings + +
+
+imported by: + numpy.distutils.core + +
+ +
+ +
+ + numpy.distutils.fcompiler +Package
+imports: + distutils.dist + • distutils.errors + • distutils.fancy_getopt + • distutils.sysconfig + • distutils.util + • glob + • numpy.distutils + • numpy.distutils._shell_utils + • numpy.distutils.ccompiler + • numpy.distutils.command.config_compiler + • numpy.distutils.core + • numpy.distutils.exec_command + • numpy.distutils.fcompiler.environment + • numpy.distutils.log + • numpy.distutils.misc_util + • os + • re + • sys + +
+
+imported by: + numpy.distutils + • numpy.distutils.ccompiler + • numpy.distutils.command.build_clib + • numpy.distutils.command.build_ext + • numpy.distutils.command.config + • numpy.distutils.command.config_compiler + • numpy.distutils.fcompiler.environment + • numpy.distutils.system_info + • numpy.f2py.diagnose + • numpy.f2py.f2py2e + +
+ +
+ +
+ + numpy.distutils.fcompiler.environment +SourceModule
+imports: + distutils.dist + • numpy.distutils.fcompiler + • os + +
+
+imported by: + numpy.distutils.fcompiler + +
+ +
+ +
+ + numpy.distutils.from_template +SourceModule
+imports: + numpy.distutils + • os + • re + • sys + +
+
+imported by: + numpy.distutils.command.build_src + +
+ +
+ +
+ + numpy.distutils.lib2def +SourceModule
+imports: + numpy.distutils + • re + • subprocess + • sys + +
+
+imported by: + numpy.distutils + • numpy.distutils.mingw32ccompiler + +
+ +
+ +
+ + numpy.distutils.log +SourceModule
+imports: + distutils.log + • numpy.distutils + • numpy.distutils.misc_util + • sys + +
+
+imported by: + numpy.distutils + • numpy.distutils.ccompiler + • numpy.distutils.ccompiler_opt + • numpy.distutils.command.build_clib + • numpy.distutils.command.build_ext + • numpy.distutils.command.build_scripts + • numpy.distutils.command.build_src + • numpy.distutils.command.config_compiler + • numpy.distutils.exec_command + • numpy.distutils.fcompiler + • numpy.distutils.mingw32ccompiler + • numpy.distutils.system_info + • numpy.distutils.unixccompiler + +
+ +
+ +
+ + numpy.distutils.mingw32ccompiler +SourceModule
+imports: + distutils.cygwinccompiler + • distutils.errors + • distutils.msvccompiler + • distutils.unixccompiler + • msvcrt + • numpy.distutils + • numpy.distutils.ccompiler + • numpy.distutils.lib2def + • numpy.distutils.log + • numpy.distutils.misc_util + • os + • platform + • re + • subprocess + • sys + • textwrap + +
+
+imported by: + numpy.distutils.command.config + +
+ +
+ +
+ + numpy.distutils.misc_util +SourceModule
+imports: + atexit + • builtins + • copy + • curses + • distutils + • distutils.core + • distutils.dir_util + • distutils.errors + • distutils.msvccompiler + • functools + • glob + • importlib.util + • multiprocessing + • numpy + • numpy.distutils + • numpy.distutils.core + • numpy.distutils.npy_pkg_config + • numpy.distutils.system_info + • os + • pprint + • re + • shutil + • subprocess + • sys + • tempfile + • textwrap + • threading + • warnings + +
+
+imported by: + numpy.ctypeslib + • numpy.distutils.ccompiler + • numpy.distutils.ccompiler_opt + • numpy.distutils.command.build_clib + • numpy.distutils.command.build_ext + • numpy.distutils.command.build_py + • numpy.distutils.command.build_scripts + • numpy.distutils.command.build_src + • numpy.distutils.command.install_clib + • numpy.distutils.command.sdist + • numpy.distutils.core + • numpy.distutils.exec_command + • numpy.distutils.fcompiler + • numpy.distutils.log + • numpy.distutils.mingw32ccompiler + • numpy.distutils.system_info + • numpy.distutils.unixccompiler + • numpy.f2py.f2py2e + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.distutils.npy_pkg_config +SourceModule
+imports: + configparser + • glob + • numpy.distutils + • optparse + • os + • re + • sys + +
+
+imported by: + numpy.distutils + • numpy.distutils.misc_util + +
+ +
+ +
+ + numpy.distutils.numpy_distribution +SourceModule
+imports: + distutils.core + • numpy.distutils + +
+
+imported by: + numpy.distutils.core + +
+ +
+ +
+ + numpy.distutils.system_info +SourceModule
+imports: + Numeric + • configparser + • copy + • distutils.ccompiler + • distutils.dist + • distutils.errors + • distutils.util + • functools + • glob + • inspect + • numarray + • numpy + • numpy.distutils + • numpy.distutils._shell_utils + • numpy.distutils.command.config + • numpy.distutils.cpuinfo + • numpy.distutils.exec_command + • numpy.distutils.fcompiler + • numpy.distutils.log + • numpy.distutils.misc_util + • numpy.f2py + • optparse + • os + • platform + • re + • shutil + • subprocess + • sys + • sysconfig + • tempfile + • textwrap + • warnings + +
+
+imported by: + numpy.distutils.command.build_ext + • numpy.distutils.misc_util + • numpy.f2py.f2py2e + +
+ +
+ +
+ + numpy.distutils.unixccompiler +SourceModule
+imports: + distutils.errors + • distutils.unixccompiler + • numpy.distutils + • numpy.distutils.ccompiler + • numpy.distutils.log + • numpy.distutils.misc_util + • os + • shlex + • subprocess + • sys + • sysconfig + +
+
+imported by: + numpy.distutils + +
+ +
+ +
+ + numpy.dtype +MissingModule
+imported by: + numpy + • numpy._typing._array_like + • numpy.array_api._typing + • numpy.ctypeslib + • numpy.ma.mrecords + +
+ +
+ +
+ + numpy.expand_dims +MissingModule
+imported by: + numpy + • numpy.ma.core + +
+ +
+ +
+ + numpy.eye +MissingModule
+imported by: + numpy + • numpy.core.numeric + +
+ +
+ +
+ + numpy.f2py +Package
+imports: + numpy + • numpy._pytesttester + • numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.capi_maps + • numpy.f2py.cb_rules + • numpy.f2py.cfuncs + • numpy.f2py.common_rules + • numpy.f2py.crackfortran + • numpy.f2py.diagnose + • numpy.f2py.f2py2e + • numpy.f2py.f90mod_rules + • numpy.f2py.func2subr + • numpy.f2py.rules + • numpy.f2py.symbolic + • numpy.f2py.use_rules + • os + • shlex + • subprocess + • sys + • tempfile + +
+
+imported by: + numpy.distutils.command.build_src + • numpy.distutils.system_info + • numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.auxfuncs + • numpy.f2py.capi_maps + • numpy.f2py.cb_rules + • numpy.f2py.cfuncs + • numpy.f2py.common_rules + • numpy.f2py.crackfortran + • numpy.f2py.diagnose + • numpy.f2py.f2py2e + • numpy.f2py.f90mod_rules + • numpy.f2py.func2subr + • numpy.f2py.rules + • numpy.f2py.symbolic + • numpy.f2py.use_rules + +
+ +
+ +
+ + numpy.f2py.__version__ +SourceModule
+imports: + numpy.f2py + • numpy.version + +
+
+imported by: + numpy.f2py + • numpy.f2py.auxfuncs + • numpy.f2py.capi_maps + • numpy.f2py.cb_rules + • numpy.f2py.cfuncs + • numpy.f2py.common_rules + • numpy.f2py.crackfortran + • numpy.f2py.f2py2e + • numpy.f2py.rules + +
+ +
+ +
+ + numpy.f2py.auxfuncs +SourceModule
+imports: + functools + • numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.capi_maps + • numpy.f2py.cfuncs + • pprint + • sys + • types + +
+
+imported by: + numpy.f2py.capi_maps + • numpy.f2py.cb_rules + • numpy.f2py.common_rules + • numpy.f2py.crackfortran + • numpy.f2py.f2py2e + • numpy.f2py.f90mod_rules + • numpy.f2py.func2subr + • numpy.f2py.rules + • numpy.f2py.use_rules + +
+ +
+ +
+ + numpy.f2py.capi_maps +SourceModule
+imports: + copy + • numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.auxfuncs + • numpy.f2py.cb_rules + • numpy.f2py.crackfortran + • os + • re + +
+
+imported by: + numpy.f2py + • numpy.f2py.auxfuncs + • numpy.f2py.cb_rules + • numpy.f2py.cfuncs + • numpy.f2py.common_rules + • numpy.f2py.f2py2e + • numpy.f2py.f90mod_rules + • numpy.f2py.rules + +
+ +
+ +
+ + numpy.f2py.cb_rules +SourceModule
+imports: + numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.auxfuncs + • numpy.f2py.capi_maps + • numpy.f2py.cfuncs + +
+
+imported by: + numpy.f2py + • numpy.f2py.capi_maps + • numpy.f2py.f2py2e + +
+ +
+ +
+ + numpy.f2py.cfuncs +SourceModule
+imports: + copy + • numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.capi_maps + • sys + +
+
+imported by: + numpy.f2py + • numpy.f2py.auxfuncs + • numpy.f2py.cb_rules + • numpy.f2py.f2py2e + • numpy.f2py.rules + +
+ +
+ +
+ + numpy.f2py.common_rules +SourceModule
+imports: + numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.auxfuncs + • numpy.f2py.capi_maps + • numpy.f2py.crackfortran + • numpy.f2py.func2subr + +
+
+imported by: + numpy.f2py + • numpy.f2py.rules + +
+ +
+ +
+ + numpy.f2py.crackfortran +SourceModule
+imports: + charset_normalizer + • codecs + • copy + • fileinput + • numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.auxfuncs + • numpy.f2py.symbolic + • os + • platform + • re + • string + • sys + +
+
+imported by: + numpy.f2py + • numpy.f2py.capi_maps + • numpy.f2py.common_rules + • numpy.f2py.f2py2e + • numpy.f2py.f90mod_rules + +
+ +
+ +
+ + numpy.f2py.diagnose +SourceModule
+imports: + 'numpy_distutils.command' + • 'numpy_distutils.cpuinfo' + • 'numpy_distutils.fcompiler' + • numpy + • numpy.distutils + • numpy.distutils.cpuinfo + • numpy.distutils.fcompiler + • numpy.f2py + • numpy.f2py.f2py2e + • numpy_distutils + • os + • sys + • tempfile + +
+
+imported by: + numpy.f2py + +
+ +
+ +
+ + numpy.f2py.f2py2e +SourceModule
+imports: + numpy.distutils + • numpy.distutils.command.build_src + • numpy.distutils.core + • numpy.distutils.fcompiler + • numpy.distutils.misc_util + • numpy.distutils.system_info + • numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.auxfuncs + • numpy.f2py.capi_maps + • numpy.f2py.cb_rules + • numpy.f2py.cfuncs + • numpy.f2py.crackfortran + • numpy.f2py.f90mod_rules + • numpy.f2py.rules + • os + • pathlib + • pprint + • re + • shutil + • sys + • tempfile + +
+
+imported by: + numpy.f2py + • numpy.f2py.diagnose + +
+ +
+ +
+ + numpy.f2py.f90mod_rules +SourceModule
+imports: + numpy + • numpy.f2py + • numpy.f2py.auxfuncs + • numpy.f2py.capi_maps + • numpy.f2py.crackfortran + • numpy.f2py.func2subr + • numpy.f2py.rules + +
+
+imported by: + numpy.f2py + • numpy.f2py.f2py2e + • numpy.f2py.rules + +
+ +
+ +
+ + numpy.f2py.func2subr +SourceModule
+imports: + copy + • numpy.f2py + • numpy.f2py.auxfuncs + +
+
+imported by: + numpy.f2py + • numpy.f2py.common_rules + • numpy.f2py.f90mod_rules + • numpy.f2py.rules + +
+ +
+ +
+ + numpy.f2py.rules +SourceModule
+imports: + copy + • numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.auxfuncs + • numpy.f2py.capi_maps + • numpy.f2py.cfuncs + • numpy.f2py.common_rules + • numpy.f2py.f90mod_rules + • numpy.f2py.func2subr + • numpy.f2py.use_rules + • os + • pathlib + • sys + • time + +
+
+imported by: + numpy.f2py + • numpy.f2py.f2py2e + • numpy.f2py.f90mod_rules + +
+ +
+ +
+ + numpy.f2py.symbolic +SourceModule
+imports: + enum + • math + • numpy.f2py + • re + • warnings + +
+
+imported by: + numpy.f2py + • numpy.f2py.crackfortran + +
+ +
+ +
+ + numpy.f2py.use_rules +SourceModule
+imports: + numpy.f2py + • numpy.f2py.auxfuncs + +
+
+imported by: + numpy.f2py + • numpy.f2py.rules + +
+ +
+ +
+ + numpy.fft +Package
+imports: + numpy + • numpy._pytesttester + • numpy.fft + • numpy.fft._pocketfft + • numpy.fft._pocketfft_internal + • numpy.fft.helper + +
+
+imported by: + numpy + • numpy.fft + • numpy.fft._pocketfft + • numpy.fft._pocketfft_internal + • numpy.fft.helper + +
+ +
+ +
+ + numpy.fft._pocketfft +SourceModule
+imports: + functools + • numpy.core + • numpy.core.asarray + • numpy.core.conjugate + • numpy.core.multiarray + • numpy.core.overrides + • numpy.core.sqrt + • numpy.core.swapaxes + • numpy.core.zeros + • numpy.fft + • numpy.fft._pocketfft_internal + +
+
+imported by: + numpy.fft + +
+ +
+ +
+ + numpy.fft._pocketfft_internal c:\program files\python\lib\site-packages\numpy\fft\_pocketfft_internal.cp38-win_amd64.pyd
+imports: + numpy.fft + +
+
+imported by: + numpy.fft + • numpy.fft._pocketfft + +
+ +
+ +
+ + numpy.fft.helper +SourceModule
+imports: + numpy.core + • numpy.core.arange + • numpy.core.asarray + • numpy.core.empty + • numpy.core.integer + • numpy.core.overrides + • numpy.fft + +
+
+imported by: + numpy.fft + +
+ +
+ +
+ + numpy.float32 +MissingModule
+imported by: + numpy + • numpy.array_api._typing + +
+ +
+ +
+ + numpy.float64 +MissingModule
+imported by: + numpy + • numpy.array_api._typing + +
+ +
+ +
+ + numpy.floating +MissingModule
+imported by: + numpy + • numpy._typing._array_like + +
+ +
+ +
+ + numpy.generic +MissingModule
+imported by: + numpy + • numpy._typing._array_like + +
+ +
+ +
+ + numpy.histogramdd +MissingModule
+imported by: + numpy + • numpy.lib.twodim_base + +
+ +
+ +
+ + numpy.int16 +MissingModule
+imported by: + numpy + • numpy.array_api._typing + +
+ +
+ +
+ + numpy.int32 +MissingModule
+imported by: + numpy + • numpy.array_api._typing + +
+ +
+ +
+ + numpy.int64 +MissingModule
+imported by: + numpy + • numpy.array_api._typing + +
+ +
+ +
+ + numpy.int8 +MissingModule
+imported by: + numpy + • numpy.array_api._typing + +
+ +
+ +
+ + numpy.integer +MissingModule
+imported by: + numpy + • numpy._typing._array_like + • numpy.ctypeslib + +
+ +
+ +
+ + numpy.iscomplexobj +MissingModule
+imported by: + numpy + • numpy.ma.core + +
+ +
+ +
+ + numpy.lib +Package
+imports: + math + • numpy + • numpy._pytesttester + • numpy.core._multiarray_umath + • numpy.lib + • numpy.lib._version + • numpy.lib.arraypad + • numpy.lib.arraysetops + • numpy.lib.arrayterator + • numpy.lib.format + • numpy.lib.function_base + • numpy.lib.histograms + • numpy.lib.imag + • numpy.lib.index_tricks + • numpy.lib.iscomplexobj + • numpy.lib.mixins + • numpy.lib.nanfunctions + • numpy.lib.npyio + • numpy.lib.polynomial + • numpy.lib.real + • numpy.lib.scimath + • numpy.lib.shape_base + • numpy.lib.stride_tricks + • numpy.lib.twodim_base + • numpy.lib.type_check + • numpy.lib.ufunclike + • numpy.lib.utils + • numpy.version + +
+
+imported by: + numpy + • numpy.lib + • numpy.lib._datasource + • numpy.lib._iotools + • numpy.lib._version + • numpy.lib.arraypad + • numpy.lib.arraysetops + • numpy.lib.arrayterator + • numpy.lib.format + • numpy.lib.function_base + • numpy.lib.histograms + • numpy.lib.index_tricks + • numpy.lib.mixins + • numpy.lib.nanfunctions + • numpy.lib.npyio + • numpy.lib.polynomial + • numpy.lib.scimath + • numpy.lib.shape_base + • numpy.lib.stride_tricks + • numpy.lib.twodim_base + • numpy.lib.type_check + • numpy.lib.ufunclike + • numpy.lib.utils + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.lib._datasource +SourceModule
+imports: + bz2 + • gzip + • io + • lzma + • numpy.core.overrides + • numpy.lib + • os + • shutil + • tempfile + • urllib.error + • urllib.parse + • urllib.request + +
+
+imported by: + numpy.lib.npyio + +
+ +
+ +
+ + numpy.lib._iotools +SourceModule
+imports: + numpy + • numpy.compat + • numpy.core.numeric + • numpy.lib + +
+
+imported by: + numpy.lib.npyio + +
+ +
+ +
+ + numpy.lib._version +SourceModule
+imports: + numpy.lib + • re + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.arraypad +SourceModule
+imports: + numpy + • numpy.core.overrides + • numpy.lib + • numpy.lib.index_tricks + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.arraysetops +SourceModule
+imports: + functools + • numpy + • numpy.core + • numpy.core.overrides + • numpy.lib + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.arrayterator +SourceModule
+imports: + functools + • numpy.lib + • operator + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.format +SourceModule
+imports: + io + • numpy + • numpy.compat + • numpy.compat.py3k + • numpy.lib + • numpy.lib.utils + • struct + • tokenize + • warnings + +
+
+imported by: + numpy.lib + • numpy.lib.npyio + +
+ +
+ +
+ + numpy.lib.function_base +SourceModule
+imports: + builtins + • collections.abc + • functools + • numpy + • numpy.core + • numpy.core.fromnumeric + • numpy.core.function_base + • numpy.core.multiarray + • numpy.core.numeric + • numpy.core.numerictypes + • numpy.core.overrides + • numpy.core.transpose + • numpy.core.umath + • numpy.lib + • numpy.lib.histograms + • numpy.lib.twodim_base + • re + • sys + • warnings + +
+
+imported by: + numpy.lib + • numpy.lib.index_tricks + • numpy.lib.nanfunctions + • numpy.lib.polynomial + • numpy.ma.core + • numpy.ma.extras + +
+ +
+ +
+ + numpy.lib.histograms +SourceModule
+imports: + contextlib + • functools + • numpy + • numpy.core + • numpy.core.overrides + • numpy.lib + • operator + • warnings + +
+
+imported by: + numpy.lib + • numpy.lib.function_base + +
+ +
+ +
+ + numpy.lib.imag +MissingModule
+imported by: + numpy.lib + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.lib.index_tricks +SourceModule
+imports: + functools + • math + • numpy.core + • numpy.core.linspace + • numpy.core.multiarray + • numpy.core.numeric + • numpy.core.numerictypes + • numpy.core.overrides + • numpy.lib + • numpy.lib.function_base + • numpy.lib.stride_tricks + • numpy.matrixlib + • sys + • warnings + +
+
+imported by: + numpy.lib + • numpy.lib.arraypad + • numpy.lib.shape_base + • numpy.ma.extras + +
+ +
+ +
+ + numpy.lib.iscomplexobj +MissingModule
+imported by: + numpy.lib + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.lib.mixins +SourceModule
+imports: + numpy.core + • numpy.core.umath + • numpy.lib + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.nanfunctions +SourceModule
+imports: + functools + • numpy + • numpy.core + • numpy.core.overrides + • numpy.lib + • numpy.lib.function_base + • warnings + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.npyio +SourceModule
+imports: + collections.abc + • contextlib + • functools + • itertools + • numpy + • numpy.compat + • numpy.core + • numpy.core._multiarray_umath + • numpy.core.multiarray + • numpy.core.overrides + • numpy.lib + • numpy.lib._datasource + • numpy.lib._iotools + • numpy.lib.format + • numpy.ma + • numpy.ma.mrecords + • operator + • os + • re + • warnings + • weakref + • zipfile + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.polynomial +SourceModule
+imports: + functools + • numpy.core + • numpy.core.array + • numpy.core.atleast_1d + • numpy.core.dot + • numpy.core.finfo + • numpy.core.hstack + • numpy.core.isscalar + • numpy.core.numeric + • numpy.core.ones + • numpy.core.overrides + • numpy.lib + • numpy.lib.function_base + • numpy.lib.twodim_base + • numpy.lib.type_check + • numpy.linalg + • re + • warnings + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.real +MissingModule
+imported by: + numpy.lib + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.lib.scimath +SourceModule
+imports: + numpy.core.numeric + • numpy.core.numerictypes + • numpy.core.overrides + • numpy.lib + • numpy.lib.type_check + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.shape_base +SourceModule
+imports: + functools + • numpy.core + • numpy.core.atleast_3d + • numpy.core.fromnumeric + • numpy.core.multiarray + • numpy.core.numeric + • numpy.core.overrides + • numpy.core.shape_base + • numpy.core.vstack + • numpy.lib + • numpy.lib.index_tricks + • numpy.matrixlib.defmatrix + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.stride_tricks +SourceModule
+imports: + numpy + • numpy.core.numeric + • numpy.core.overrides + • numpy.lib + +
+
+imported by: + numpy.core._methods + • numpy.lib + • numpy.lib.index_tricks + • numpy.lib.twodim_base + +
+ +
+ +
+ + numpy.lib.twodim_base +SourceModule
+imports: + functools + • numpy + • numpy.core + • numpy.core.iinfo + • numpy.core.numeric + • numpy.core.overrides + • numpy.histogramdd + • numpy.lib + • numpy.lib.stride_tricks + • operator + +
+
+imported by: + numpy.lib + • numpy.lib.function_base + • numpy.lib.polynomial + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.lib.type_check +SourceModule
+imports: + functools + • numpy.core + • numpy.core.getlimits + • numpy.core.numeric + • numpy.core.overrides + • numpy.lib + • numpy.lib.ufunclike + • warnings + +
+
+imported by: + numpy.lib + • numpy.lib.polynomial + • numpy.lib.scimath + +
+ +
+ +
+ + numpy.lib.ufunclike +SourceModule
+imports: + functools + • numpy.core.numeric + • numpy.core.overrides + • numpy.lib + • warnings + +
+
+imported by: + numpy.lib + • numpy.lib.type_check + +
+ +
+ +
+ + numpy.lib.utils +SourceModule
+imports: + ast + • functools + • inspect + • io + • numpy + • numpy.core + • numpy.core._multiarray_umath + • numpy.core.asarray + • numpy.core.ndarray + • numpy.core.numerictypes + • numpy.core.overrides + • numpy.core.ufunc + • numpy.lib + • os + • pprint + • pydoc + • re + • sys + • textwrap + • threadpoolctl + • types + • warnings + +
+
+imported by: + numpy.lib + • numpy.lib.format + +
+ +
+ +
+ + numpy.linalg +Package
+imports: + numpy + • numpy._pytesttester + • numpy.linalg + • numpy.linalg._umath_linalg + • numpy.linalg.linalg + +
+
+imported by: + numpy + • numpy.array_api.linalg + • numpy.lib.polynomial + • numpy.linalg + • numpy.linalg._umath_linalg + • numpy.linalg.lapack_lite + • numpy.linalg.linalg + • numpy.matrixlib.defmatrix + • numpy.polynomial.chebyshev + • numpy.polynomial.hermite + • numpy.polynomial.hermite_e + • numpy.polynomial.laguerre + • numpy.polynomial.legendre + • numpy.polynomial.polynomial + +
+ +
+ +
+ + numpy.linalg._umath_linalg c:\program files\python\lib\site-packages\numpy\linalg\_umath_linalg.cp38-win_amd64.pyd
+imports: + numpy.linalg + +
+
+imported by: + numpy.array_api.linalg + • numpy.linalg + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.linalg.lapack_lite c:\program files\python\lib\site-packages\numpy\linalg\lapack_lite.cp38-win_amd64.pyd
+imports: + numpy.linalg + +
+
+imported by: + numpy.testing._private.utils + +
+ +
+ +
+ + numpy.linalg.linalg +SourceModule
+imports: + functools + • numpy + • numpy.core + • numpy.core.Inf + • numpy.core.add + • numpy.core.all + • numpy.core.amax + • numpy.core.amin + • numpy.core.argsort + • numpy.core.array + • numpy.core.asanyarray + • numpy.core.asarray + • numpy.core.atleast_2d + • numpy.core.cdouble + • numpy.core.complexfloating + • numpy.core.count_nonzero + • numpy.core.csingle + • numpy.core.divide + • numpy.core.dot + • numpy.core.double + • numpy.core.empty + • numpy.core.empty_like + • numpy.core.errstate + • numpy.core.finfo + • numpy.core.geterrobj + • numpy.core.inexact + • numpy.core.intc + • numpy.core.intp + • numpy.core.isfinite + • numpy.core.isnan + • numpy.core.matmul + • numpy.core.moveaxis + • numpy.core.multiarray + • numpy.core.multiply + • numpy.core.newaxis + • numpy.core.object_ + • numpy.core.overrides + • numpy.core.product + • numpy.core.reciprocal + • numpy.core.sign + • numpy.core.single + • numpy.core.sort + • numpy.core.sqrt + • numpy.core.sum + • numpy.core.swapaxes + • numpy.core.zeros + • numpy.lib.twodim_base + • numpy.linalg + • numpy.linalg._umath_linalg + • operator + • warnings + +
+
+imported by: + numpy.array_api.linalg + • numpy.linalg + +
+ +
+ +
+ + numpy.ma +Package
+imports: + numpy + • numpy._pytesttester + • numpy.ma + • numpy.ma.core + • numpy.ma.extras + +
+
+imported by: + numpy + • numpy.lib.npyio + • numpy.ma + • numpy.ma.core + • numpy.ma.extras + • numpy.ma.mrecords + +
+ +
+ +
+ + numpy.ma.core +SourceModule
+imports: + builtins + • copy + • functools + • inspect + • numpy + • numpy.amax + • numpy.amin + • numpy.array + • numpy.bool_ + • numpy.compat + • numpy.core + • numpy.core.multiarray + • numpy.core.numeric + • numpy.core.numerictypes + • numpy.core.umath + • numpy.expand_dims + • numpy.iscomplexobj + • numpy.lib.function_base + • numpy.ma + • numpy.ndarray + • operator + • re + • textwrap + • warnings + +
+
+imported by: + numpy.ma + • numpy.ma.extras + +
+ +
+ +
+ + numpy.ma.extras +SourceModule
+imports: + itertools + • numpy + • numpy.array + • numpy.core.multiarray + • numpy.core.numeric + • numpy.lib.function_base + • numpy.lib.index_tricks + • numpy.ma + • numpy.ma.core + • numpy.ndarray + • warnings + +
+
+imported by: + numpy.ma + +
+ +
+ +
+ + numpy.ma.mrecords +SourceModule
+imports: + numpy + • numpy.array + • numpy.bool_ + • numpy.core.records + • numpy.dtype + • numpy.ma + • numpy.ndarray + • numpy.recarray + • warnings + +
+
+imported by: + numpy.lib.npyio + +
+ +
+ +
+ + numpy.matrixlib +Package
+imports: + numpy + • numpy._pytesttester + • numpy.matrixlib + • numpy.matrixlib.defmatrix + +
+
+imported by: + numpy + • numpy.lib.index_tricks + • numpy.matrixlib + • numpy.matrixlib.defmatrix + +
+ +
+ +
+ + numpy.matrixlib.defmatrix +SourceModule
+imports: + ast + • numpy.core.numeric + • numpy.core.overrides + • numpy.linalg + • numpy.matrixlib + • sys + • warnings + +
+
+imported by: + numpy.lib.shape_base + • numpy.matrixlib + +
+ +
+ +
+ + numpy.ndarray +MissingModule
+imported by: + numpy + • numpy._typing._array_like + • numpy.ctypeslib + • numpy.ma.core + • numpy.ma.extras + • numpy.ma.mrecords + +
+ +
+ +
+ + numpy.number +MissingModule
+imported by: + numpy + • numpy._typing._array_like + +
+ +
+ +
+ + numpy.object_ +MissingModule
+imported by: + numpy + • numpy._typing._array_like + +
+ +
+ +
+ + numpy.polynomial +Package
+imports: + numpy + • numpy._pytesttester + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.chebyshev + • numpy.polynomial.hermite + • numpy.polynomial.hermite_e + • numpy.polynomial.laguerre + • numpy.polynomial.legendre + • numpy.polynomial.polynomial + • numpy.polynomial.polyutils + +
+
+imported by: + numpy + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.chebyshev + • numpy.polynomial.hermite + • numpy.polynomial.hermite_e + • numpy.polynomial.laguerre + • numpy.polynomial.legendre + • numpy.polynomial.polynomial + • numpy.polynomial.polyutils + +
+ +
+ +
+ + numpy.polynomial._polybase +SourceModule
+imports: + abc + • numbers + • numpy + • numpy.polynomial + • numpy.polynomial.polyutils + • os + +
+
+imported by: + numpy.polynomial + • numpy.polynomial.chebyshev + • numpy.polynomial.hermite + • numpy.polynomial.hermite_e + • numpy.polynomial.laguerre + • numpy.polynomial.legendre + • numpy.polynomial.polynomial + +
+ +
+ +
+ + numpy.polynomial.chebyshev +SourceModule
+imports: + numpy + • numpy.core.multiarray + • numpy.linalg + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.polynomial + • numpy.polynomial.polyutils + +
+
+imported by: + numpy.polynomial + +
+ +
+ +
+ + numpy.polynomial.hermite +SourceModule
+imports: + numpy + • numpy.core.multiarray + • numpy.linalg + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.polynomial + • numpy.polynomial.polyutils + +
+
+imported by: + numpy.polynomial + +
+ +
+ +
+ + numpy.polynomial.hermite_e +SourceModule
+imports: + numpy + • numpy.core.multiarray + • numpy.linalg + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.polynomial + • numpy.polynomial.polyutils + +
+
+imported by: + numpy.polynomial + +
+ +
+ +
+ + numpy.polynomial.laguerre +SourceModule
+imports: + numpy + • numpy.core.multiarray + • numpy.linalg + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.polynomial + • numpy.polynomial.polyutils + +
+
+imported by: + numpy.polynomial + +
+ +
+ +
+ + numpy.polynomial.legendre +SourceModule
+imports: + numpy + • numpy.core.multiarray + • numpy.linalg + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.polynomial + • numpy.polynomial.polyutils + +
+
+imported by: + numpy.polynomial + +
+ +
+ +
+ + numpy.polynomial.polynomial +SourceModule
+imports: + numpy + • numpy.core.multiarray + • numpy.linalg + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.polyutils + +
+
+imported by: + numpy.polynomial + • numpy.polynomial.chebyshev + • numpy.polynomial.hermite + • numpy.polynomial.hermite_e + • numpy.polynomial.laguerre + • numpy.polynomial.legendre + +
+ +
+ +
+ + numpy.polynomial.polyutils +SourceModule
+imports: + functools + • numpy + • numpy.core.multiarray + • numpy.core.umath + • numpy.polynomial + • operator + • warnings + +
+
+imported by: + numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.chebyshev + • numpy.polynomial.hermite + • numpy.polynomial.hermite_e + • numpy.polynomial.laguerre + • numpy.polynomial.legendre + • numpy.polynomial.polynomial + +
+ +
+ +
+ + numpy.random +Package
+imports: + numpy + • numpy._pytesttester + • numpy.random + • numpy.random._bounded_integers + • numpy.random._common + • numpy.random._generator + • numpy.random._mt19937 + • numpy.random._pcg64 + • numpy.random._philox + • numpy.random._pickle + • numpy.random._sfc64 + • numpy.random.bit_generator + • numpy.random.mtrand + +
+
+imported by: + numpy + • numpy.random + • numpy.random._bounded_integers + • numpy.random._common + • numpy.random._generator + • numpy.random._mt19937 + • numpy.random._pcg64 + • numpy.random._philox + • numpy.random._pickle + • numpy.random._sfc64 + • numpy.random.bit_generator + • numpy.random.mtrand + +
+ +
+ +
+ + numpy.random._bounded_integers c:\program files\python\lib\site-packages\numpy\random\_bounded_integers.cp38-win_amd64.pyd
+imports: + numpy.random + +
+
+imported by: + numpy.random + +
+ +
+ +
+ + numpy.random._common c:\program files\python\lib\site-packages\numpy\random\_common.cp38-win_amd64.pyd
+imports: + numpy.random + +
+
+imported by: + numpy.random + +
+ +
+ +
+ + numpy.random._generator c:\program files\python\lib\site-packages\numpy\random\_generator.cp38-win_amd64.pyd
+imports: + numpy.random + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.random._mt19937 c:\program files\python\lib\site-packages\numpy\random\_mt19937.cp38-win_amd64.pyd
+imports: + numpy.random + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.random._pcg64 c:\program files\python\lib\site-packages\numpy\random\_pcg64.cp38-win_amd64.pyd
+imports: + numpy.random + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.random._philox c:\program files\python\lib\site-packages\numpy\random\_philox.cp38-win_amd64.pyd
+imports: + numpy.random + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.random._pickle +SourceModule
+imports: + numpy.random + • numpy.random._generator + • numpy.random._mt19937 + • numpy.random._pcg64 + • numpy.random._philox + • numpy.random._sfc64 + • numpy.random.mtrand + +
+
+imported by: + numpy.random + +
+ +
+ +
+ + numpy.random._sfc64 c:\program files\python\lib\site-packages\numpy\random\_sfc64.cp38-win_amd64.pyd
+imports: + numpy.random + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.random.bit_generator c:\program files\python\lib\site-packages\numpy\random\bit_generator.cp38-win_amd64.pyd
+imports: + numpy.random + +
+
+imported by: + numpy.random + +
+ +
+ +
+ + numpy.random.mtrand c:\program files\python\lib\site-packages\numpy\random\mtrand.cp38-win_amd64.pyd
+imports: + numpy.random + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.recarray +MissingModule
+imported by: + numpy + • numpy.ma.mrecords + +
+ +
+ +
+ + numpy.str_ +MissingModule
+imported by: + numpy + • numpy._typing._array_like + +
+ +
+ +
+ + numpy.testing +Package
+imports: + numpy + • numpy._pytesttester + • numpy.testing + • numpy.testing._private + • numpy.testing._private.decorators + • numpy.testing._private.extbuild + • numpy.testing._private.nosetester + • numpy.testing._private.utils + • unittest + +
+
+imported by: + numpy + • numpy._pytesttester + • numpy.testing + • numpy.testing._private + +
+ +
+ +
+ + numpy.testing._private +Package
+imports: + numpy.testing + • numpy.testing._private + • numpy.testing._private.decorators + • numpy.testing._private.extbuild + +
+
+imported by: + numpy.testing + • numpy.testing._private + • numpy.testing._private.decorators + • numpy.testing._private.extbuild + • numpy.testing._private.noseclasses + • numpy.testing._private.nosetester + • numpy.testing._private.parameterized + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.testing._private.decorators +SourceModule
+imports: + collections.abc + • nose + • numpy.testing._private + • numpy.testing._private.noseclasses + • numpy.testing._private.parameterized + • numpy.testing._private.utils + • warnings + +
+
+imported by: + numpy.testing + • numpy.testing._private + +
+ +
+ +
+ + numpy.testing._private.extbuild +SourceModule
+imports: + distutils.errors + • importlib.util + • numpy.distutils.ccompiler + • numpy.testing._private + • os + • pathlib + • sys + • sysconfig + +
+
+imported by: + numpy.testing + • numpy.testing._private + +
+ +
+ +
+ + numpy.testing._private.noseclasses +SourceModule
+imports: + 'nose.plugins' + • 'nose.util' + • doctest + • inspect + • nose + • numpy + • numpy.core._multiarray_tests + • numpy.testing._private + • numpy.testing._private.nosetester + • numpy.testing._private.utils + • os + • sys + +
+
+imported by: + numpy.testing._private.decorators + • numpy.testing._private.nosetester + +
+ +
+ +
+ + numpy.testing._private.nosetester +SourceModule
+imports: + 'nose.plugins' + • doctest + • numpy + • numpy.distutils + • numpy.distutils.cpuinfo + • numpy.testing._private + • numpy.testing._private.noseclasses + • numpy.testing._private.utils + • os + • scipy + • sys + • warnings + +
+
+imported by: + numpy.testing + • numpy.testing._private.noseclasses + +
+ +
+ +
+ + numpy.testing._private.parameterized +SourceModule
+imports: + collections + • functools + • inspect + • numpy.testing._private + • re + • types + • unittest + • warnings + +
+
+imported by: + numpy.testing._private.decorators + +
+ +
+ +
+ + numpy.testing._private.utils +SourceModule
+imports: + contextlib + • difflib + • doctest + • functools + • gc + • inspect + • io + • nose + • numpy + • numpy.core + • numpy.core.all + • numpy.core.arange + • numpy.core.array + • numpy.core.array2string + • numpy.core.array_repr + • numpy.core.bool_ + • numpy.core.empty + • numpy.core.errstate + • numpy.core.float32 + • numpy.core.float_ + • numpy.core.fromnumeric + • numpy.core.inf + • numpy.core.intp + • numpy.core.isfinite + • numpy.core.isinf + • numpy.core.isnan + • numpy.core.isnat + • numpy.core.isscalar + • numpy.core.ndarray + • numpy.core.number + • numpy.core.numerictypes + • numpy.core.object_ + • numpy.core.result_type + • numpy.core.signbit + • numpy.distutils.misc_util + • numpy.lib + • numpy.lib.imag + • numpy.lib.iscomplexobj + • numpy.lib.real + • numpy.linalg.lapack_lite + • numpy.testing._private + • operator + • os + • platform + • pprint + • psutil + • pytest + • re + • shutil + • sys + • tempfile + • time + • traceback + • unittest + • unittest.case + • warnings + • win32pdh + +
+
+imported by: + numpy.testing + • numpy.testing._private.decorators + • numpy.testing._private.noseclasses + • numpy.testing._private.nosetester + +
+ +
+ +
+ + numpy.timedelta64 +MissingModule
+imported by: + numpy + • numpy._typing._array_like + +
+ +
+ +
+ + numpy.typing +Package
+imports: + numpy + • numpy._pytesttester + • numpy._typing + • numpy._typing._add_docstring + +
+
+imported by: + numpy.array_api._array_object + +
+ +
+ +
+ + numpy.ufunc +MissingModule
+imported by: + numpy + • numpy._typing + +
+ +
+ +
+ + numpy.uint16 +MissingModule
+imported by: + numpy + • numpy.array_api._typing + +
+ +
+ +
+ + numpy.uint32 +MissingModule
+imported by: + numpy + • numpy.array_api._typing + +
+ +
+ +
+ + numpy.uint64 +MissingModule
+imported by: + numpy + • numpy.array_api._typing + +
+ +
+ +
+ + numpy.uint8 +MissingModule
+imported by: + numpy + • numpy.array_api._typing + +
+ +
+ +
+ + numpy.unsignedinteger +MissingModule
+imported by: + numpy + • numpy._typing._array_like + +
+ +
+ +
+ + numpy.version +SourceModule
+imports: + __future__ + • numpy + • numpy._version + +
+
+imported by: + numpy + • numpy.core + • numpy.f2py.__version__ + • numpy.lib + +
+ +
+ +
+ + numpy.void +MissingModule
+imported by: + numpy + • numpy._typing._array_like + +
+ +
+ +
+ + numpy_distutils +MissingModule
+imported by: + numpy.f2py.diagnose + +
+ +
+ +
+ + opcode +SourceModule
+imports: + _opcode + +
+
+imported by: + dis + +
+ +
+ +
+ + operator +SourceModule
+imports: + _operator + • builtins + • functools + +
+
+imported by: + PyInstaller.building.api + • collections + • distutils.versionpredicate + • email._header_value_parser + • importlib.metadata + • inspect + • lib2to3.refactor + • main.py + • numpy.array_api._array_object + • numpy.core.arrayprint + • numpy.core.einsumfunc + • numpy.core.function_base + • numpy.core.numeric + • numpy.core.shape_base + • numpy.lib.arrayterator + • numpy.lib.histograms + • numpy.lib.npyio + • numpy.lib.twodim_base + • numpy.linalg.linalg + • numpy.ma.core + • numpy.polynomial.polyutils + • numpy.testing._private.utils + • pathlib + • pkg_resources + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.six + • setuptools._vendor.packaging.markers + • setuptools._vendor.six + • setuptools.sandbox + • typing + • win32com.client.gencache + +
+ +
+ +
+ + optparse +SourceModule
+imports: + gettext + • os + • sys + • textwrap + +
+
+imported by: + numpy.distutils.npy_pkg_config + • numpy.distutils.system_info + • uu + +
+ +
+ +
+ + ordereddict +MissingModule
+imported by: + pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + +
+ +
+ +
+ + org +MissingModule
+imported by: + pickle + +
+ +
+ +
+ + os +SourceModule
+imports: + _collections_abc + • abc + • io + • nt + • ntpath + • ntpath + • posix + • posixpath + • stat + • subprocess + • sys + • warnings + +
+
+imported by: + Crypto.Cipher + • Crypto.Random + • Crypto.Util._file_system + • Crypto.Util._raw_api + • PyInstaller + • PyInstaller.__main__ + • PyInstaller.archive.pyz_crypto + • PyInstaller.archive.writers + • PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.building.datastruct + • PyInstaller.building.makespec + • PyInstaller.building.osx + • PyInstaller.building.toc_conversion + • PyInstaller.building.utils + • PyInstaller.compat + • PyInstaller.configure + • PyInstaller.depend.analysis + • PyInstaller.depend.bindepend + • PyInstaller.depend.dylib + • PyInstaller.depend.utils + • PyInstaller.lib.modulegraph.find_modules + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • PyInstaller.lib.modulegraph.zipio + • PyInstaller.utils.git + • PyInstaller.utils.hooks + • PyInstaller.utils.hooks.django + • PyInstaller.utils.hooks.gi + • PyInstaller.utils.hooks.qt + • PyInstaller.utils.misc + • PyInstaller.utils.osx + • PyInstaller.utils.win32.winmanifest + • PyInstaller.utils.win32.winutils + • _osx_support + • argparse + • asyncio.base_events + • asyncio.coroutines + • asyncio.events + • asyncio.proactor_events + • asyncio.unix_events + • asyncio.windows_utils + • bdb + • bz2 + • cffi.api + • cffi.ffiplatform + • cffi.pkgconfig + • cffi.recompiler + • cffi.vengine_gen + • cffi.verifier + • cgi + • concurrent.futures.process + • concurrent.futures.thread + • configparser + • ctypes + • ctypes._aix + • ctypes.macholib.dyld + • ctypes.util + • curses + • distutils._msvccompiler + • distutils.archive_util + • distutils.ccompiler + • distutils.cmd + • distutils.command.bdist + • distutils.command.bdist_rpm + • distutils.command.build + • distutils.command.build_clib + • distutils.command.build_ext + • distutils.command.build_py + • distutils.command.build_scripts + • distutils.command.config + • distutils.command.install + • distutils.command.install_data + • distutils.command.install_scripts + • distutils.command.sdist + • distutils.config + • distutils.core + • distutils.cygwinccompiler + • distutils.debug + • distutils.dep_util + • distutils.dir_util + • distutils.dist + • distutils.extension + • distutils.file_util + • distutils.filelist + • distutils.msvc9compiler + • distutils.msvccompiler + • distutils.spawn + • distutils.sysconfig + • distutils.unixccompiler + • distutils.util + • doctest + • email.utils + • fileinput + • fnmatch + • genericpath + • getopt + • getpass + • gettext + • glob + • gzip + • http.cookiejar + • http.server + • imp + • importlib.metadata + • inspect + • lib2to3.pgen2.driver + • lib2to3.pygram + • lib2to3.refactor + • linecache + • locale + • logging + • logging.handlers + • lzma + • mimetypes + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.popen_fork + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.reduction + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.shared_memory + • multiprocessing.spawn + • multiprocessing.util + • netrc + • ntpath + • ntpath + • numpy + • numpy.__config__ + • numpy._distributor_init + • numpy._pytesttester + • numpy.compat.py3k + • numpy.core + • numpy.core._add_newdocs_scalars + • numpy.core.overrides + • numpy.ctypeslib + • numpy.distutils.__config__ + • numpy.distutils._shell_utils + • numpy.distutils.ccompiler + • numpy.distutils.ccompiler_opt + • numpy.distutils.command.bdist_rpm + • numpy.distutils.command.build + • numpy.distutils.command.build_clib + • numpy.distutils.command.build_ext + • numpy.distutils.command.build_src + • numpy.distutils.command.config + • numpy.distutils.command.install_clib + • numpy.distutils.command.install_headers + • numpy.distutils.conv_template + • numpy.distutils.cpuinfo + • numpy.distutils.exec_command + • numpy.distutils.fcompiler + • numpy.distutils.fcompiler.environment + • numpy.distutils.from_template + • numpy.distutils.mingw32ccompiler + • numpy.distutils.misc_util + • numpy.distutils.npy_pkg_config + • numpy.distutils.system_info + • numpy.distutils.unixccompiler + • numpy.f2py + • numpy.f2py.capi_maps + • numpy.f2py.crackfortran + • numpy.f2py.diagnose + • numpy.f2py.f2py2e + • numpy.f2py.rules + • numpy.lib._datasource + • numpy.lib.npyio + • numpy.lib.utils + • numpy.polynomial._polybase + • numpy.testing._private.extbuild + • numpy.testing._private.noseclasses + • numpy.testing._private.nosetester + • numpy.testing._private.utils + • optparse + • pathlib + • pdb + • pefile + • pipes + • pkg_resources + • pkg_resources._vendor.appdirs + • pkg_resources._vendor.packaging.markers + • pkg_resources.py31compat + • pkgutil + • platform + • plistlib + • posixpath + • psutil + • psutil._common + • psutil._compat + • psutil._psaix + • psutil._psbsd + • psutil._pslinux + • psutil._psosx + • psutil._psposix + • psutil._pssunos + • psutil._pswindows + • py_compile + • pycparser.ply.lex + • pydoc + • pyi_rth__tkinter.py + • pyi_rth_multiprocessing.py + • pyi_rth_win32comgenpy.py + • pywintypes + • random + • runpy + • secrets + • setuptools + • setuptools._imp + • setuptools._vendor.packaging.markers + • setuptools.archive_util + • setuptools.command.bdist_egg + • setuptools.command.develop + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.install_scripts + • setuptools.command.py36compat + • setuptools.command.sdist + • setuptools.command.setopt + • setuptools.config + • setuptools.dist + • setuptools.glob + • setuptools.installer + • setuptools.msvc + • setuptools.namespaces + • setuptools.package_index + • setuptools.sandbox + • setuptools.ssl_support + • setuptools.wheel + • shlex + • shutil + • socket + • socketserver + • ssl + • subprocess + • sysconfig + • tarfile + • tempfile + • test.support + • threading + • tkinter + • unittest.loader + • unittest.main + • urllib.request + • uu + • uuid + • webbrowser + • win32com + • win32com.client.gencache + • win32com.client.genpy + • win32com.client.makepy + • xml.dom.domreg + • xml.sax + • xml.sax.saxutils + • zipfile + • zipimport + +
+ +
+ +
+ + pathlib +SourceModule
+imports: + _collections_abc + • errno + • fnmatch + • functools + • grp + • io + • nt + • ntpath + • operator + • os + • posixpath + • pwd + • re + • stat + • sys + • urllib.parse + +
+
+imported by: + importlib.metadata + • numpy + • numpy.compat.py3k + • numpy.f2py.f2py2e + • numpy.f2py.rules + • numpy.testing._private.extbuild + • zipimport + +
+ +
+ +
+ + pdb +SourceModule
+imports: + bdb + • cmd + • code + • dis + • getopt + • glob + • inspect + • io + • linecache + • os + • pdb + • pprint + • pydoc + • re + • readline + • runpy + • shlex + • signal + • sys + • tokenize + • traceback + +
+
+imported by: + doctest + • pdb + • pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + +
+ +
+ +
+ + pickle +SourceModule
+imports: + _compat_pickle + • _pickle + • argparse + • codecs + • copyreg + • doctest + • functools + • io + • itertools + • org + • pprint + • re + • struct + • sys + • types + +
+
+imported by: + lib2to3.pgen2.grammar + • logging + • logging.handlers + • multiprocessing.reduction + • numpy.compat.py3k + • pycparser.ply.yacc + • setuptools.sandbox + • tracemalloc + • win32com.client.gencache + +
+ +
+ +
+ + pickle5 +MissingModule
+imported by: + numpy.compat.py3k + +
+ +
+ +
+ + pipes +SourceModule
+imports: + os + • re + • shlex + • tempfile + +
+
+imported by: + numpy.distutils._shell_utils + +
+ +
+ +
+ + pkg_resources +Package
+imports: + 'pkg_resources.extern.six.moves' + • __future__ + • _imp + • collections + • email.parser + • errno + • functools + • imp + • importlib.machinery + • inspect + • io + • itertools + • linecache + • ntpath + • ntpath + • operator + • os + • pkg_resources + • pkg_resources._vendor + • pkg_resources._vendor.appdirs + • pkg_resources._vendor.packaging + • pkg_resources._vendor.packaging.__about__ + • pkg_resources._vendor.packaging._compat + • pkg_resources._vendor.packaging._structures + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.packaging.requirements + • pkg_resources._vendor.packaging.specifiers + • pkg_resources._vendor.packaging.tags + • pkg_resources._vendor.packaging.utils + • pkg_resources._vendor.packaging.version + • pkg_resources._vendor.pyparsing + • pkg_resources._vendor.six + • pkg_resources.extern + • pkg_resources.extern.appdirs + • pkg_resources.extern.packaging + • pkg_resources.extern.six + • pkg_resources.py31compat + • pkgutil + • platform + • plistlib + • posixpath + • re + • stat + • sys + • sysconfig + • tempfile + • textwrap + • time + • types + • warnings + • zipfile + • zipimport + +
+
+imported by: + PyInstaller + • PyInstaller.building.toc_conversion + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.utils.hooks + • altgraph + • pkg_resources + • pkg_resources._vendor + • pkg_resources.extern + • pkg_resources.py2_warn + • pkg_resources.py31compat + • pyi_rth_pkgres.py + • setuptools.archive_util + • setuptools.command.bdist_egg + • setuptools.command.develop + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.install_scripts + • setuptools.command.sdist + • setuptools.dist + • setuptools.installer + • setuptools.package_index + • setuptools.sandbox + • setuptools.ssl_support + • setuptools.version + • setuptools.wheel + +
+ +
+ +
+ + pkg_resources._vendor +Package
+imports: + pkg_resources + +
+
+imported by: + pkg_resources + • pkg_resources._vendor.appdirs + • pkg_resources._vendor.packaging + • pkg_resources._vendor.pyparsing + • pkg_resources._vendor.six + +
+ +
+ +
+ + pkg_resources._vendor.appdirs +SourceModule
+imports: + 'com.sun' + • _winreg + • array + • com + • ctypes + • os + • pkg_resources._vendor + • platform + • sys + • win32api + • win32com.shell + • win32com.shell.shell + • win32com.shell.shellcon + • winreg + +
+
+imported by: + pkg_resources + +
+ +
+ +
+ + pkg_resources._vendor.packaging +Package
+imports: + __future__ + • pkg_resources._vendor + • pkg_resources._vendor.packaging.__about__ + +
+
+imported by: + pkg_resources + • pkg_resources._vendor.packaging.__about__ + • pkg_resources._vendor.packaging._compat + • pkg_resources._vendor.packaging._structures + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.packaging.requirements + • pkg_resources._vendor.packaging.specifiers + • pkg_resources._vendor.packaging.tags + • pkg_resources._vendor.packaging.utils + • pkg_resources._vendor.packaging.version + +
+ +
+ +
+ + pkg_resources._vendor.packaging.__about__ +SourceModule
+imports: + __future__ + • pkg_resources._vendor.packaging + +
+
+imported by: + pkg_resources + • pkg_resources._vendor.packaging + +
+ +
+ +
+ + pkg_resources._vendor.packaging._compat +SourceModule
+imports: + __future__ + • pkg_resources._vendor.packaging + • sys + +
+
+imported by: + pkg_resources + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.packaging.specifiers + +
+ +
+ +
+ + pkg_resources._vendor.packaging._structures +SourceModule
+imports: + __future__ + • pkg_resources._vendor.packaging + +
+
+imported by: + pkg_resources + • pkg_resources._vendor.packaging.version + +
+ +
+ +
+ + pkg_resources._vendor.packaging.markers +SourceModule
+imports: + 'pkg_resources.extern.pyparsing' + • __future__ + • operator + • os + • pkg_resources._vendor.packaging + • pkg_resources._vendor.packaging._compat + • pkg_resources._vendor.packaging.specifiers + • platform + • sys + +
+
+imported by: + pkg_resources + • pkg_resources._vendor.packaging.requirements + +
+ +
+ +
+ + pkg_resources._vendor.packaging.requirements +SourceModule
+imports: + 'pkg_resources.extern.pyparsing' + • 'pkg_resources.extern.six.moves' + • __future__ + • pkg_resources._vendor.packaging + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.packaging.specifiers + • re + • string + +
+
+imported by: + pkg_resources + +
+ +
+ +
+ + pkg_resources._vendor.packaging.specifiers +SourceModule
+imports: + __future__ + • abc + • functools + • itertools + • pkg_resources._vendor.packaging + • pkg_resources._vendor.packaging._compat + • pkg_resources._vendor.packaging.version + • re + +
+
+imported by: + pkg_resources + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.packaging.requirements + +
+ +
+ +
+ + pkg_resources._vendor.packaging.tags +SourceModule
+imports: + __future__ + • _manylinux + • ctypes + • distutils.util + • imp + • importlib.machinery + • pkg_resources._vendor.packaging + • platform + • re + • sys + • sysconfig + • warnings + +
+
+imported by: + pkg_resources + +
+ +
+ +
+ + pkg_resources._vendor.packaging.utils +SourceModule
+imports: + __future__ + • pkg_resources._vendor.packaging + • re + +
+
+imported by: + pkg_resources + +
+ +
+ +
+ + pkg_resources._vendor.packaging.version +SourceModule
+imports: + __future__ + • collections + • itertools + • pkg_resources._vendor.packaging + • pkg_resources._vendor.packaging._structures + • re + +
+
+imported by: + pkg_resources + • pkg_resources._vendor.packaging.specifiers + +
+ +
+ +
+ + pkg_resources._vendor.pyparsing +SourceModule
+imports: + __builtin__ + • _thread + • collections + • collections.Iterable + • collections.MutableMapping + • collections.abc + • copy + • datetime + • ordereddict + • pdb + • pkg_resources._vendor + • pprint + • re + • sre_constants + • string + • sys + • threading + • traceback + • types + • uuid + • warnings + • weakref + +
+
+imported by: + pkg_resources + +
+ +
+ +
+ + pkg_resources._vendor.six +SourceModule
+imports: + StringIO + • __future__ + • functools + • io + • itertools + • operator + • pkg_resources._vendor + • struct + • sys + • types + +
+
+imported by: + pkg_resources + +
+ +
+ +
+ + pkg_resources.extern +Package
+imports: + pkg_resources + • pkg_resources.extern.appdirs + • pkg_resources.extern.packaging + • pkg_resources.extern.six + • sys + +
+
+imported by: + pkg_resources + • pkg_resources.extern.six + • pkg_resources.py31compat + +
+ +
+ +
+ + pkg_resources.extern.appdirs +MissingModule
+imported by: + pkg_resources + • pkg_resources.extern + +
+ +
+ +
+ + pkg_resources.extern.packaging +MissingModule
+imported by: + pkg_resources + • pkg_resources.extern + +
+ +
+ +
+ + pkg_resources.extern.six +MissingModule
+imports: + pkg_resources.extern + +
+
+imported by: + pkg_resources + • pkg_resources.extern + • pkg_resources.py31compat + +
+ +
+ +
+ + pkg_resources.py2_warn +SourceModule
+imports: + pkg_resources + • sys + • textwrap + • warnings + +
+
+imported by: + main.py + +
+ +
+ +
+ + pkg_resources.py31compat +SourceModule
+imports: + errno + • os + • pkg_resources + • pkg_resources.extern + • pkg_resources.extern.six + • sys + +
+
+imported by: + pkg_resources + • setuptools.command.easy_install + • setuptools.sandbox + +
+ +
+ +
+ + pkgutil +SourceModule
+imports: + collections + • functools + • importlib + • importlib.machinery + • importlib.util + • inspect + • marshal + • ntpath + • os + • sys + • types + • warnings + • zipimport + +
+
+imported by: + PyInstaller.building.utils + • PyInstaller.lib.modulegraph.find_modules + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.utils.hooks + • lib2to3.pgen2.driver + • lib2to3.refactor + • pkg_resources + • pydoc + • runpy + +
+ +
+ +
+ + platform +SourceModule
+imports: + 'java.lang' + • _winreg + • collections + • java + • os + • plistlib + • re + • socket + • struct + • subprocess + • sys + • vms_lib + • winreg + +
+
+imported by: + Crypto.Util._raw_api + • PyInstaller.__main__ + • PyInstaller.building.utils + • PyInstaller.compat + • numpy.distutils.cpuinfo + • numpy.distutils.mingw32ccompiler + • numpy.distutils.system_info + • numpy.f2py.crackfortran + • numpy.testing._private.utils + • pkg_resources + • pkg_resources._vendor.appdirs + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.packaging.tags + • psutil._compat + • pydoc + • setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.tags + • setuptools.command.install + • setuptools.monkey + • setuptools.msvc + • setuptools.py27compat + • setuptools.windows_support + • test.support + • uuid + +
+ +
+ +
+ + plistlib +SourceModule
+imports: + binascii + • codecs + • contextlib + • datetime + • enum + • io + • itertools + • os + • re + • struct + • warnings + • xml.parsers.expat + +
+
+imported by: + PyInstaller.building.osx + • pkg_resources + • platform + +
+ +
+ +
+ + posix +MissingModule
+imports: + resource + +
+
+imported by: + os + • shutil + +
+ +
+ +
+ + posixpath +SourceModule
+imports: + genericpath + • os + • pwd + • re + • stat + • sys + +
+
+imported by: + fnmatch + • http.server + • importlib.metadata + • mimetypes + • os + • pathlib + • pkg_resources + • setuptools.archive_util + • setuptools.wheel + • urllib.request + • xml.dom.xmlbuilder + • zipfile + +
+ +
+ +
+ + pprint +SourceModule
+imports: + collections + • io + • re + • sys + • time + • types + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.utils.misc + • PyInstaller.utils.win32.versioninfo + • distutils.command.install + • distutils.dist + • lib2to3.pgen2.grammar + • numpy.distutils.ccompiler_opt + • numpy.distutils.misc_util + • numpy.f2py.auxfuncs + • numpy.f2py.f2py2e + • numpy.lib.utils + • numpy.testing._private.utils + • pdb + • pickle + • pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + • sysconfig + • unittest.case + +
+ +
+ +
+ + psutil +Package
+imports: + __future__ + • _psutil_linux + • collections + • contextlib + • datetime + • functools + • os + • psutil + • psutil._common + • psutil._compat + • psutil._psaix + • psutil._psbsd + • psutil._pslinux + • psutil._psosx + • psutil._psposix + • psutil._pssunos + • psutil._psutil_aix + • psutil._psutil_bsd + • psutil._psutil_osx + • psutil._psutil_posix + • psutil._psutil_sunos + • psutil._psutil_windows + • psutil._pswindows + • pwd + • signal + • socket + • subprocess + • sys + • threading + • time + +
+
+imported by: + numpy.testing._private.utils + • psutil + • psutil._common + • psutil._compat + • psutil._psaix + • psutil._psbsd + • psutil._pslinux + • psutil._psosx + • psutil._psposix + • psutil._pssunos + • psutil._psutil_windows + • psutil._pswindows + +
+ +
+ +
+ + psutil._common +SourceModule
+imports: + __future__ + • collections + • contextlib + • ctypes + • curses + • enum + • errno + • functools + • inspect + • os + • psutil + • socket + • stat + • sys + • threading + • warnings + +
+
+imported by: + psutil + • psutil._psaix + • psutil._psbsd + • psutil._pslinux + • psutil._psosx + • psutil._psposix + • psutil._pssunos + • psutil._pswindows + +
+ +
+ +
+ + psutil._compat +SourceModule
+imports: + collections + • dummy_threading + • errno + • fcntl + • functools + • os + • platform + • psutil + • shutil + • struct + • sys + • termios + • threading + • types + +
+
+imported by: + psutil + • psutil._psaix + • psutil._psbsd + • psutil._pslinux + • psutil._psosx + • psutil._psposix + • psutil._pssunos + • psutil._pswindows + +
+ +
+ +
+ + psutil._psaix +SourceModule
+imports: + collections + • functools + • glob + • os + • psutil + • psutil._common + • psutil._compat + • psutil._psposix + • psutil._psutil_aix + • psutil._psutil_posix + • re + • subprocess + • sys + +
+
+imported by: + psutil + +
+ +
+ +
+ + psutil._psbsd +SourceModule
+imports: + collections + • contextlib + • errno + • functools + • os + • psutil + • psutil._common + • psutil._compat + • psutil._psposix + • psutil._psutil_bsd + • psutil._psutil_posix + • xml.etree.ElementTree + +
+
+imported by: + psutil + +
+ +
+ +
+ + psutil._pslinux +SourceModule
+imports: + __future__ + • base64 + • collections + • enum + • errno + • functools + • glob + • os + • psutil + • psutil._common + • psutil._compat + • psutil._psposix + • psutil._psutil_posix + • re + • socket + • struct + • sys + • traceback + • warnings + +
+
+imported by: + psutil + +
+ +
+ +
+ + psutil._psosx +SourceModule
+imports: + collections + • contextlib + • errno + • functools + • os + • psutil + • psutil._common + • psutil._compat + • psutil._psposix + • psutil._psutil_osx + • psutil._psutil_posix + +
+
+imported by: + psutil + +
+ +
+ +
+ + psutil._psposix +SourceModule
+imports: + enum + • glob + • os + • psutil + • psutil._common + • psutil._compat + • signal + • sys + • time + +
+
+imported by: + psutil + • psutil._psaix + • psutil._psbsd + • psutil._pslinux + • psutil._psosx + • psutil._pssunos + +
+ +
+ +
+ + psutil._pssunos +SourceModule
+imports: + collections + • errno + • functools + • os + • psutil + • psutil._common + • psutil._compat + • psutil._psposix + • psutil._psutil_posix + • psutil._psutil_sunos + • socket + • subprocess + • sys + +
+
+imported by: + psutil + +
+ +
+ +
+ + psutil._psutil_aix +MissingModule
+imported by: + psutil + • psutil._psaix + +
+ +
+ +
+ + psutil._psutil_bsd +MissingModule
+imported by: + psutil + • psutil._psbsd + +
+ +
+ +
+ + psutil._psutil_osx +MissingModule
+imported by: + psutil + • psutil._psosx + +
+ +
+ +
+ + psutil._psutil_posix +MissingModule
+imported by: + psutil + • psutil._psaix + • psutil._psbsd + • psutil._pslinux + • psutil._psosx + • psutil._pssunos + +
+ +
+ +
+ + psutil._psutil_sunos +MissingModule
+imported by: + psutil + • psutil._pssunos + +
+ +
+ +
+ + psutil._psutil_windows c:\program files\python\lib\site-packages\psutil\_psutil_windows.cp38-win_amd64.pyd
+imports: + psutil + +
+
+imported by: + psutil + • psutil._pswindows + +
+ +
+ +
+ + psutil._pswindows +SourceModule
+imports: + collections + • contextlib + • enum + • errno + • functools + • os + • psutil + • psutil._common + • psutil._compat + • psutil._psutil_windows + • signal + • sys + • time + +
+
+imported by: + psutil + +
+ +
+ +
+ + pwd +MissingModule
+imported by: + distutils.archive_util + • distutils.util + • getpass + • http.server + • netrc + • pathlib + • posixpath + • psutil + • shutil + • tarfile + • webbrowser + +
+ +
+ +
+ + py_compile +SourceModule
+imports: + enum + • importlib._bootstrap_external + • importlib.machinery + • importlib.util + • ntpath + • os + • sys + • traceback + +
+
+imported by: + PyInstaller.utils.misc + • distutils.util + • zipfile + +
+ +
+ +
+ + pycparser +Package
+imports: + io + • pycparser + • pycparser.c_ast + • pycparser.c_parser + • pycparser.lextab + • pycparser.yacctab + • subprocess + +
+
+imported by: + cffi.cparser + • pycparser + • pycparser.ast_transforms + • pycparser.c_ast + • pycparser.c_lexer + • pycparser.c_parser + • pycparser.lextab + • pycparser.ply + • pycparser.plyparser + • pycparser.yacctab + +
+ +
+ +
+ + pycparser.ast_transforms +SourceModule
+imports: + pycparser + • pycparser.c_ast + +
+
+imported by: + pycparser.c_parser + +
+ +
+ +
+ + pycparser.c_ast +SourceModule
+imports: + pycparser + • sys + +
+
+imported by: + pycparser + • pycparser.ast_transforms + • pycparser.c_parser + +
+ +
+ +
+ + pycparser.c_lexer +SourceModule
+imports: + pycparser + • pycparser.ply + • pycparser.ply.lex + • re + • sys + +
+
+imported by: + pycparser.c_parser + +
+ +
+ +
+ + pycparser.c_parser +SourceModule
+imports: + pycparser + • pycparser.ast_transforms + • pycparser.c_ast + • pycparser.c_lexer + • pycparser.ply + • pycparser.ply.yacc + • pycparser.plyparser + • re + +
+
+imported by: + pycparser + +
+ +
+ +
+ + pycparser.lextab +SourceModule
+imports: + pycparser + +
+
+imported by: + cffi.cparser + • pycparser + +
+ +
+ +
+ + pycparser.ply +Package
+imports: + pycparser + • pycparser.ply + • pycparser.ply.lex + • pycparser.ply.yacc + +
+
+imported by: + pycparser.c_lexer + • pycparser.c_parser + • pycparser.ply + • pycparser.ply.lex + • pycparser.ply.yacc + +
+ +
+ +
+ + pycparser.ply.lex +SourceModule
+imports: + copy + • inspect + • os + • pycparser.ply + • re + • sys + • types + +
+
+imported by: + pycparser.c_lexer + • pycparser.ply + • pycparser.ply.yacc + +
+ +
+ +
+ + pycparser.ply.yacc +SourceModule
+imports: + base64 + • cPickle + • inspect + • ntpath + • pickle + • pycparser.ply + • pycparser.ply.lex + • re + • sys + • types + • warnings + +
+
+imported by: + pycparser.c_parser + • pycparser.ply + +
+ +
+ +
+ + pycparser.plyparser +SourceModule
+imports: + pycparser + • warnings + +
+
+imported by: + pycparser.c_parser + +
+ +
+ +
+ + pycparser.yacctab +SourceModule
+imports: + pycparser + +
+
+imported by: + cffi.cparser + • pycparser + +
+ +
+ +
+ + pydoc +SourceModule
+imports: + builtins + • collections + • email.message + • getopt + • http.server + • importlib._bootstrap + • importlib._bootstrap_external + • importlib.machinery + • importlib.util + • inspect + • io + • os + • pkgutil + • platform + • pydoc_data.topics + • re + • reprlib + • select + • subprocess + • sys + • sysconfig + • tempfile + • textwrap + • threading + • time + • tokenize + • traceback + • tty + • urllib.parse + • warnings + • webbrowser + +
+
+imported by: + numpy.lib.utils + • pdb + +
+ +
+ +
+ + pydoc_data +Package
+imported by: + pydoc_data.topics + +
+ +
+ +
+ + pydoc_data.topics +SourceModule
+imports: + pydoc_data + +
+
+imported by: + pydoc + +
+ +
+ +
+ + pyexpat c:\program files\python\DLLs\pyexpat.pyd
+imported by: + _elementtree + • xml.etree.ElementTree + • xml.parsers.expat + +
+ +
+ +
+ + pyimod03_importers +MissingModule
+imported by: + PyInstaller.loader.pyimod02_archive + • pyi_rth_pkgres.py + +
+ +
+ +
+ + pytest +MissingModule
+imported by: + numpy._pytesttester + • numpy.testing._private.utils + +
+ +
+ +
+ + pythoncom +SourceModule
+imports: + pywintypes + +
+
+imported by: + win32com + • win32com.client + • win32com.client.build + • win32com.client.dynamic + • win32com.client.gencache + • win32com.client.genpy + • win32com.client.makepy + • win32com.client.selecttlb + • win32com.client.util + • win32com.server.dispatcher + • win32com.server.exception + • win32com.server.policy + • win32com.server.util + • win32com.universal + • win32com.util + +
+ +
+ +
+ + pywin +Package
+imported by: + pywin.dialogs + • pywin.mfc + • win32com.client.makepy + +
+ +
+ +
+ + pywin.dialogs +Package
+imports: + pywin + • pywin.dialogs.status + +
+
+imported by: + pywin.dialogs.list + • pywin.dialogs.status + • win32com.client.makepy + +
+ +
+ +
+ + pywin.dialogs.list +SourceModule
+imports: + commctrl + • pywin.dialogs + • pywin.mfc + • pywin.mfc.dialog + • win32api + • win32con + • win32ui + +
+
+imported by: + win32com.client.selecttlb + +
+ +
+ +
+ + pywin.dialogs.status +SourceModule
+imports: + pywin.dialogs + • pywin.mfc + • pywin.mfc.dialog + • pywin.mfc.thread + • threading + • time + • win32api + • win32con + • win32ui + +
+
+imported by: + pywin.dialogs + • win32com.client.makepy + +
+ +
+ +
+ + pywin.mfc +Package
+imports: + pywin + • pywin.mfc + • pywin.mfc.dialog + • pywin.mfc.object + • pywin.mfc.window + +
+
+imported by: + pywin.dialogs.list + • pywin.dialogs.status + • pywin.mfc + • pywin.mfc.dialog + • pywin.mfc.object + • pywin.mfc.thread + • pywin.mfc.window + +
+ +
+ +
+ + pywin.mfc.dialog +SourceModule
+imports: + pywin.mfc + • pywin.mfc.window + • win32con + • win32ui + +
+
+imported by: + pywin.dialogs.list + • pywin.dialogs.status + • pywin.mfc + +
+ +
+ +
+ + pywin.mfc.object +SourceModule
+imports: + pywin.mfc + • sys + • win32ui + +
+
+imported by: + pywin.mfc + • pywin.mfc.thread + • pywin.mfc.window + +
+ +
+ +
+ + pywin.mfc.thread +SourceModule
+imports: + pywin.mfc + • pywin.mfc.object + • win32ui + +
+
+imported by: + pywin.dialogs.status + +
+ +
+ +
+ + pywin.mfc.window +SourceModule
+imports: + pywin.mfc + • pywin.mfc.object + • win32con + • win32ui + +
+
+imported by: + pywin.mfc + • pywin.mfc.dialog + +
+ +
+ +
+ + pywintypes +SourceModule
+imports: + _win32sysloader + • distutils.sysconfig + • imp + • os + • sys + +
+
+imported by: + pythoncom + • win32com.client + • win32com.client.build + • win32com.client.dynamic + • win32com.client.gencache + • win32com.server.policy + +
+ +
+ +
+ + queue +SourceModule
+imports: + _queue + • collections + • heapq + • threading + • time + +
+
+imported by: + concurrent.futures.process + • concurrent.futures.thread + • logging.handlers + • multiprocessing.dummy + • multiprocessing.dummy.connection + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.queues + +
+ +
+ +
+ + quopri +SourceModule
+imports: + binascii + • getopt + • io + • sys + +
+
+imported by: + email.encoders + • email.message + • encodings.quopri_codec + +
+ +
+ +
+ + random +SourceModule
+imports: + _collections_abc + • _random + • _sha512 + • bisect + • hashlib + • itertools + • math + • os + • time + • warnings + +
+
+imported by: + altgraph.GraphUtil + • email.generator + • email.utils + • secrets + • setuptools.command.easy_install + • tempfile + • uuid + +
+ +
+ +
+ + re +SourceModule
+imports: + _locale + • copyreg + • enum + • functools + • sre_compile + • sre_constants + • sre_parse + +
+
+imported by: + Crypto.Protocol.KDF + • PyInstaller.depend.analysis + • PyInstaller.depend.bindepend + • PyInstaller.depend.dylib + • PyInstaller.depend.utils + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • PyInstaller.utils.hooks.gi + • __main__ + • _markupbase + • _osx_support + • _pydecimal + • _sre + • _strptime + • argparse + • base64 + • cffi.api + • cffi.cparser + • cgi + • configparser + • csv + • ctypes._aix + • ctypes.macholib.dylib + • ctypes.macholib.framework + • ctypes.util + • dataclasses + • difflib + • distutils.ccompiler + • distutils.cmd + • distutils.command.build_ext + • distutils.command.build_scripts + • distutils.command.config + • distutils.cygwinccompiler + • distutils.dist + • distutils.fancy_getopt + • distutils.filelist + • distutils.msvc9compiler + • distutils.sysconfig + • distutils.unixccompiler + • distutils.util + • distutils.version + • distutils.versionpredicate + • doctest + • email._encoded_words + • email._header_value_parser + • email.feedparser + • email.generator + • email.header + • email.message + • email.policy + • email.quoprimime + • email.utils + • encodings.idna + • fnmatch + • ftplib + • gettext + • glob + • html + • html.parser + • http.client + • http.cookiejar + • importlib.metadata + • inspect + • json.decoder + • json.encoder + • json.scanner + • lib2to3.pgen2.literals + • lib2to3.pgen2.tokenize + • locale + • logging + • logging.handlers + • main.py + • nntplib + • numpy._typing._add_docstring + • numpy.core._internal + • numpy.distutils.ccompiler + • numpy.distutils.ccompiler_opt + • numpy.distutils.command.build_src + • numpy.distutils.conv_template + • numpy.distutils.cpuinfo + • numpy.distutils.extension + • numpy.distutils.fcompiler + • numpy.distutils.from_template + • numpy.distutils.lib2def + • numpy.distutils.mingw32ccompiler + • numpy.distutils.misc_util + • numpy.distutils.npy_pkg_config + • numpy.distutils.system_info + • numpy.f2py.capi_maps + • numpy.f2py.crackfortran + • numpy.f2py.f2py2e + • numpy.f2py.symbolic + • numpy.lib._version + • numpy.lib.function_base + • numpy.lib.npyio + • numpy.lib.polynomial + • numpy.lib.utils + • numpy.ma.core + • numpy.testing._private.parameterized + • numpy.testing._private.utils + • pathlib + • pdb + • pickle + • pipes + • pkg_resources + • pkg_resources._vendor.packaging.requirements + • pkg_resources._vendor.packaging.specifiers + • pkg_resources._vendor.packaging.tags + • pkg_resources._vendor.packaging.utils + • pkg_resources._vendor.packaging.version + • pkg_resources._vendor.pyparsing + • platform + • plistlib + • posixpath + • pprint + • psutil._psaix + • psutil._pslinux + • pycparser.c_lexer + • pycparser.c_parser + • pycparser.ply.lex + • pycparser.ply.yacc + • pydoc + • pyi_rth_multiprocessing.py + • setuptools + • setuptools._vendor.packaging.requirements + • setuptools._vendor.packaging.specifiers + • setuptools._vendor.packaging.tags + • setuptools._vendor.packaging.utils + • setuptools._vendor.packaging.version + • setuptools._vendor.pyparsing + • setuptools.command.bdist_egg + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.dist + • setuptools.extension + • setuptools.glob + • setuptools.package_index + • setuptools.sandbox + • setuptools.ssl_support + • setuptools.wheel + • shlex + • smtplib + • string + • sysconfig + • tarfile + • test.support + • textwrap + • tkinter + • tokenize + • typing + • unittest.case + • unittest.loader + • urllib.parse + • urllib.request + • uuid + • warnings + • xml.etree.ElementPath + • xml.etree.ElementTree + +
+ +
+ +
+ + readline +MissingModule
+imported by: + cmd + • code + • pdb + +
+ +
+ +
+ + reprlib +SourceModule
+imports: + _thread + • builtins + • itertools + +
+
+imported by: + asyncio.base_futures + • asyncio.format_helpers + • bdb + • collections + • functools + • main.py + • pydoc + +
+ +
+ +
+ + resource +MissingModule
+imported by: + posix + • test.support + +
+ +
+ +
+ + runpy +SourceModule
+imports: + importlib.machinery + • importlib.util + • io + • os + • pkgutil + • sys + • types + • warnings + +
+
+imported by: + multiprocessing.spawn + • pdb + +
+ +
+ +
+ + scipy +MissingModule
+imported by: + numpy.testing._private.nosetester + +
+ +
+ +
+ + secrets +SourceModule
+imports: + base64 + • binascii + • hmac + • os + • random + +
+
+imported by: + multiprocessing.shared_memory + +
+ +
+ +
+ + select c:\program files\python\DLLs\select.pyd
+imported by: + http.server + • pydoc + • selectors + • subprocess + +
+ +
+ +
+ + selectors +SourceModule
+imports: + abc + • collections + • collections.abc + • math + • select + • sys + +
+
+imported by: + asyncio.selector_events + • asyncio.unix_events + • multiprocessing.connection + • multiprocessing.forkserver + • socket + • socketserver + • subprocess + +
+ +
+ +
+ + setuptools +Package
+imports: + 'setuptools.extern.six' + • distutils.command.build_ext + • distutils.core + • distutils.errors + • distutils.filelist + • distutils.util + • fnmatch + • functools + • os + • re + • setuptools + • setuptools._deprecation_warning + • setuptools._vendor + • setuptools._vendor.ordered_set + • setuptools._vendor.packaging + • setuptools._vendor.packaging.__about__ + • setuptools._vendor.packaging._compat + • setuptools._vendor.packaging._structures + • setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.requirements + • setuptools._vendor.packaging.specifiers + • setuptools._vendor.packaging.tags + • setuptools._vendor.packaging.utils + • setuptools._vendor.packaging.version + • setuptools._vendor.pyparsing + • setuptools._vendor.six + • setuptools.depends + • setuptools.dist + • setuptools.extension + • setuptools.monkey + • setuptools.msvc + • setuptools.namespaces + • setuptools.ssl_support + • setuptools.version + • setuptools.windows_support + +
+
+imported by: + cffi.ffiplatform + • numpy.distutils.core + • setuptools + • setuptools._deprecation_warning + • setuptools._imp + • setuptools._vendor + • setuptools.archive_util + • setuptools.command + • setuptools.command.bdist_egg + • setuptools.command.develop + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.install + • setuptools.command.setopt + • setuptools.config + • setuptools.depends + • setuptools.dist + • setuptools.extension + • setuptools.extern + • setuptools.glob + • setuptools.installer + • setuptools.monkey + • setuptools.msvc + • setuptools.namespaces + • setuptools.package_index + • setuptools.py27compat + • setuptools.py31compat + • setuptools.py33compat + • setuptools.py34compat + • setuptools.sandbox + • setuptools.ssl_support + • setuptools.unicode_utils + • setuptools.version + • setuptools.wheel + • setuptools.windows_support + +
+ +
+ +
+ + setuptools._deprecation_warning +SourceModule
+imports: + setuptools + +
+
+imported by: + setuptools + +
+ +
+ +
+ + setuptools._imp +SourceModule
+imports: + importlib.machinery + • importlib.util + • os + • setuptools + • setuptools.py34compat + +
+
+imported by: + setuptools.py27compat + +
+ +
+ +
+ + setuptools._vendor +Package
+imports: + setuptools + +
+
+imported by: + setuptools + • setuptools._vendor.ordered_set + • setuptools._vendor.packaging + • setuptools._vendor.pyparsing + • setuptools._vendor.six + +
+ +
+ +
+ + setuptools._vendor.ordered_set +SourceModule
+imports: + collections + • collections.MutableSet + • collections.Sequence + • collections.abc + • itertools + • setuptools._vendor + +
+
+imported by: + setuptools + +
+ +
+ +
+ + setuptools._vendor.packaging +Package
+imports: + __future__ + • setuptools._vendor + • setuptools._vendor.packaging.__about__ + +
+
+imported by: + setuptools + • setuptools._vendor.packaging.__about__ + • setuptools._vendor.packaging._compat + • setuptools._vendor.packaging._structures + • setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.requirements + • setuptools._vendor.packaging.specifiers + • setuptools._vendor.packaging.tags + • setuptools._vendor.packaging.utils + • setuptools._vendor.packaging.version + +
+ +
+ +
+ + setuptools._vendor.packaging.__about__ +SourceModule
+imports: + __future__ + • setuptools._vendor.packaging + +
+
+imported by: + setuptools + • setuptools._vendor.packaging + +
+ +
+ +
+ + setuptools._vendor.packaging._compat +SourceModule
+imports: + __future__ + • setuptools._vendor.packaging + • sys + +
+
+imported by: + setuptools + • setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.specifiers + +
+ +
+ +
+ + setuptools._vendor.packaging._structures +SourceModule
+imports: + __future__ + • setuptools._vendor.packaging + +
+
+imported by: + setuptools + • setuptools._vendor.packaging.version + +
+ +
+ +
+ + setuptools._vendor.packaging.markers +SourceModule
+imports: + 'setuptools.extern.pyparsing' + • __future__ + • operator + • os + • platform + • setuptools._vendor.packaging + • setuptools._vendor.packaging._compat + • setuptools._vendor.packaging.specifiers + • sys + +
+
+imported by: + setuptools + • setuptools._vendor.packaging.requirements + +
+ +
+ +
+ + setuptools._vendor.packaging.requirements +SourceModule
+imports: + 'setuptools._vendor.six.moves' + • 'setuptools.extern.pyparsing' + • __future__ + • re + • setuptools._vendor.packaging + • setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.specifiers + • string + +
+
+imported by: + setuptools + +
+ +
+ +
+ + setuptools._vendor.packaging.specifiers +SourceModule
+imports: + __future__ + • abc + • functools + • itertools + • re + • setuptools._vendor.packaging + • setuptools._vendor.packaging._compat + • setuptools._vendor.packaging.version + +
+
+imported by: + setuptools + • setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.requirements + +
+ +
+ +
+ + setuptools._vendor.packaging.tags +SourceModule
+imports: + __future__ + • _manylinux + • ctypes + • distutils.util + • imp + • importlib.machinery + • platform + • re + • setuptools._vendor.packaging + • sys + • sysconfig + • warnings + +
+
+imported by: + setuptools + +
+ +
+ +
+ + setuptools._vendor.packaging.utils +SourceModule
+imports: + __future__ + • re + • setuptools._vendor.packaging + • setuptools._vendor.packaging.version + +
+
+imported by: + setuptools + +
+ +
+ +
+ + setuptools._vendor.packaging.version +SourceModule
+imports: + __future__ + • collections + • itertools + • re + • setuptools._vendor.packaging + • setuptools._vendor.packaging._structures + +
+
+imported by: + setuptools + • setuptools._vendor.packaging.specifiers + • setuptools._vendor.packaging.utils + +
+ +
+ +
+ + setuptools._vendor.pyparsing +SourceModule
+imports: + __builtin__ + • _thread + • collections + • collections.Iterable + • collections.MutableMapping + • collections.abc + • copy + • datetime + • ordereddict + • pdb + • pprint + • re + • setuptools._vendor + • sre_constants + • string + • sys + • threading + • traceback + • types + • uuid + • warnings + • weakref + +
+
+imported by: + setuptools + +
+ +
+ +
+ + setuptools._vendor.six +SourceModule
+imports: + StringIO + • __future__ + • functools + • io + • itertools + • operator + • setuptools._vendor + • struct + • sys + • types + +
+
+imported by: + setuptools + +
+ +
+ +
+ + setuptools.archive_util +SourceModule
+imports: + contextlib + • distutils.errors + • os + • pkg_resources + • posixpath + • setuptools + • shutil + • tarfile + • zipfile + +
+
+imported by: + setuptools.command.easy_install + +
+ +
+ +
+ + setuptools.command +Package
+imports: + distutils.command.bdist + • setuptools + • setuptools.command + • setuptools.command.bdist_egg + • setuptools.command.install_scripts + • setuptools.command.setopt + • sys + +
+
+imported by: + numpy.distutils.core + • setuptools.command + • setuptools.command.bdist_egg + • setuptools.command.bdist_rpm + • setuptools.command.develop + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.install + • setuptools.command.install_scripts + • setuptools.command.py36compat + • setuptools.command.sdist + • setuptools.command.setopt + +
+ +
+ +
+ + setuptools.command.bdist_egg +SourceModule
+imports: + distutils + • distutils.dir_util + • distutils.errors + • distutils.log + • distutils.sysconfig + • marshal + • os + • pkg_resources + • re + • setuptools + • setuptools.command + • setuptools.extension + • setuptools.extern + • setuptools.extern.six + • sys + • sysconfig + • textwrap + • types + • warnings + • zipfile + +
+
+imported by: + numpy.distutils.core + • setuptools.command + • setuptools.command.easy_install + • setuptools.command.egg_info + +
+ +
+ +
+ + setuptools.command.bdist_rpm +SourceModule
+imports: + distutils.command.bdist_rpm + • setuptools.command + +
+
+imported by: + numpy.distutils.command.bdist_rpm + +
+ +
+ +
+ + setuptools.command.develop +SourceModule
+imports: + distutils + • distutils.errors + • distutils.log + • distutils.util + • glob + • io + • os + • pkg_resources + • setuptools + • setuptools.command + • setuptools.command.easy_install + • setuptools.extern + • setuptools.extern.six + • setuptools.namespaces + +
+
+imported by: + numpy.distutils.command.develop + +
+ +
+ +
+ + setuptools.command.easy_install +SourceModule
+imports: + configparser + • contextlib + • distutils + • distutils.command.build_scripts + • distutils.command.install + • distutils.core + • distutils.dir_util + • distutils.errors + • distutils.file_util + • distutils.log + • distutils.spawn + • distutils.util + • glob + • io + • os + • pkg_resources + • pkg_resources.py31compat + • random + • re + • setuptools + • setuptools.archive_util + • setuptools.command + • setuptools.command.bdist_egg + • setuptools.command.egg_info + • setuptools.command.setopt + • setuptools.dist + • setuptools.extern + • setuptools.extern.six + • setuptools.extern.six.moves + • setuptools.extern.six.moves.map + • setuptools.package_index + • setuptools.py27compat + • setuptools.sandbox + • setuptools.wheel + • shlex + • shutil + • site + • stat + • struct + • subprocess + • sys + • sysconfig + • tempfile + • textwrap + • warnings + • zipfile + • zipimport + +
+
+imported by: + numpy.distutils.core + • setuptools.command.develop + • setuptools.command.install_scripts + • setuptools.installer + • setuptools.package_index + +
+ +
+ +
+ + setuptools.command.egg_info +SourceModule
+imports: + collections + • distutils + • distutils.errors + • distutils.filelist + • distutils.log + • distutils.util + • io + • os + • pkg_resources + • re + • setuptools + • setuptools.command + • setuptools.command.bdist_egg + • setuptools.command.sdist + • setuptools.command.setopt + • setuptools.extern + • setuptools.extern.packaging + • setuptools.extern.six + • setuptools.extern.six.moves + • setuptools.extern.six.moves.map + • setuptools.glob + • setuptools.unicode_utils + • sys + • time + • warnings + +
+
+imported by: + numpy.distutils.command.egg_info + • setuptools.command.easy_install + • setuptools.wheel + +
+ +
+ +
+ + setuptools.command.install +SourceModule
+imports: + distutils.command.install + • distutils.errors + • glob + • inspect + • platform + • setuptools + • setuptools.command + • warnings + +
+
+imported by: + numpy.distutils.command.install + +
+ +
+ +
+ + setuptools.command.install_scripts +SourceModule
+imports: + distutils + • distutils.command.install_scripts + • distutils.log + • os + • pkg_resources + • setuptools.command + • setuptools.command.easy_install + • sys + +
+
+imported by: + setuptools.command + +
+ +
+ +
+ + setuptools.command.py36compat +SourceModule
+imports: + distutils.command + • distutils.command.sdist + • distutils.util + • glob + • os + • setuptools.command + • setuptools.extern.six.moves + • setuptools.extern.six.moves.filter + +
+
+imported by: + setuptools.command.sdist + +
+ +
+ +
+ + setuptools.command.sdist +SourceModule
+imports: + contextlib + • distutils + • distutils.command.sdist + • distutils.log + • io + • os + • pkg_resources + • setuptools.command + • setuptools.command.py36compat + • setuptools.extern + • setuptools.extern.ordered_set + • setuptools.extern.six + • sys + +
+
+imported by: + numpy.distutils.command.sdist + • setuptools.command.egg_info + +
+ +
+ +
+ + setuptools.command.setopt +SourceModule
+imports: + configparser + • distutils + • distutils.errors + • distutils.log + • distutils.util + • os + • setuptools + • setuptools.command + • setuptools.extern.six.moves + +
+
+imported by: + setuptools.command + • setuptools.command.easy_install + • setuptools.command.egg_info + +
+ +
+ +
+ + setuptools.config +SourceModule
+imports: + 'setuptools.extern.packaging.specifiers' + • 'setuptools.extern.packaging.version' + • __future__ + • ast + • collections + • contextlib + • distutils.errors + • functools + • importlib + • io + • os + • setuptools + • setuptools.dist + • setuptools.extern.six + • sys + • warnings + +
+
+imported by: + setuptools.dist + +
+ +
+ +
+ + setuptools.depends +SourceModule
+imports: + contextlib + • distutils.version + • marshal + • setuptools + • setuptools.py27compat + • setuptools.py33compat + • sys + +
+
+imported by: + setuptools + +
+ +
+ +
+ + setuptools.dist +SourceModule
+imports: + collections + • configparser + • distutils.cmd + • distutils.core + • distutils.debug + • distutils.dist + • distutils.errors + • distutils.fancy_getopt + • distutils.log + • distutils.util + • distutils.version + • email + • io + • itertools + • numbers + • os + • pkg_resources + • re + • setuptools + • setuptools.config + • setuptools.extern + • setuptools.extern.ordered_set + • setuptools.extern.packaging + • setuptools.extern.six + • setuptools.extern.six.moves + • setuptools.extern.six.moves.filter + • setuptools.extern.six.moves.filterfalse + • setuptools.extern.six.moves.map + • setuptools.installer + • setuptools.monkey + • setuptools.windows_support + • shlex + • sys + • warnings + +
+
+imported by: + setuptools + • setuptools.command.easy_install + • setuptools.config + +
+ +
+ +
+ + setuptools.extension +SourceModule
+imports: + 'setuptools.extern.six' + • distutils.core + • distutils.errors + • distutils.extension + • functools + • re + • setuptools + • setuptools.monkey + +
+
+imported by: + setuptools + • setuptools.command.bdist_egg + +
+ +
+ +
+ + setuptools.extern +Package
+imports: + setuptools + • setuptools.extern.ordered_set + • setuptools.extern.packaging + • setuptools.extern.six + • sys + +
+
+imported by: + setuptools.command.bdist_egg + • setuptools.command.develop + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.sdist + • setuptools.dist + • setuptools.extern.packaging + • setuptools.extern.six + • setuptools.installer + • setuptools.monkey + • setuptools.package_index + • setuptools.py27compat + • setuptools.py33compat + • setuptools.sandbox + • setuptools.unicode_utils + +
+ +
+ +
+ + setuptools.extern.ordered_set +MissingModule
+imported by: + setuptools.command.sdist + • setuptools.dist + • setuptools.extern + +
+ +
+ +
+ + setuptools.extern.packaging +MissingModule
+imports: + setuptools.extern + +
+
+imported by: + setuptools.command.egg_info + • setuptools.dist + • setuptools.extern + +
+ +
+ +
+ + setuptools.extern.six +MissingModule
+imports: + setuptools.extern + +
+
+imported by: + setuptools.command.bdist_egg + • setuptools.command.develop + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.sdist + • setuptools.config + • setuptools.dist + • setuptools.extern + • setuptools.extern.six.moves + • setuptools.installer + • setuptools.monkey + • setuptools.package_index + • setuptools.py27compat + • setuptools.py33compat + • setuptools.sandbox + • setuptools.unicode_utils + • setuptools.wheel + +
+ +
+ +
+ + setuptools.extern.six.moves +RuntimePackage
+imports: + 'setuptools._vendor.six.moves' + • builtins + • html.parser + • http.client + • setuptools.extern.six + • setuptools.extern.six.moves.filter + • setuptools.extern.six.moves.filterfalse + • setuptools.extern.six.moves.map + • winreg + +
+
+imported by: + 'setuptools._vendor.six.moves' + • configparser + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.py36compat + • setuptools.command.setopt + • setuptools.dist + • setuptools.msvc + • setuptools.namespaces + • setuptools.package_index + • setuptools.py33compat + • setuptools.sandbox + • setuptools.ssl_support + +
+ +
+ +
+ + setuptools.extern.six.moves.filter +MissingModule
+imported by: + setuptools.command.py36compat + • setuptools.dist + • setuptools.extern.six.moves + • setuptools.ssl_support + +
+ +
+ +
+ + setuptools.extern.six.moves.filterfalse +MissingModule
+imported by: + setuptools.dist + • setuptools.extern.six.moves + • setuptools.msvc + +
+ +
+ +
+ + setuptools.extern.six.moves.map +MissingModule
+imported by: + setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.dist + • setuptools.extern.six.moves + • setuptools.namespaces + • setuptools.package_index + • setuptools.sandbox + • setuptools.ssl_support + +
+ +
+ +
+ + setuptools.glob +SourceModule
+imports: + fnmatch + • os + • re + • setuptools + +
+
+imported by: + setuptools.command.egg_info + +
+ +
+ +
+ + setuptools.installer +SourceModule
+imports: + distutils + • distutils.errors + • distutils.log + • glob + • os + • pkg_resources + • setuptools + • setuptools.command.easy_install + • setuptools.extern + • setuptools.extern.six + • setuptools.py31compat + • setuptools.wheel + • subprocess + • sys + +
+
+imported by: + setuptools.dist + +
+ +
+ +
+ + setuptools.monkey +SourceModule
+imports: + distutils.filelist + • functools + • importlib + • inspect + • platform + • setuptools + • setuptools.extern + • setuptools.extern.six + • sys + • types + +
+
+imported by: + setuptools + • setuptools.dist + • setuptools.extension + • setuptools.msvc + +
+ +
+ +
+ + setuptools.msvc +SourceModule
+imports: + 'setuptools.extern.packaging.version' + • distutils.errors + • distutils.msvc9compiler + • glob + • io + • itertools + • json + • ntpath + • numpy + • os + • platform + • setuptools + • setuptools.extern.six.moves + • setuptools.extern.six.moves.filterfalse + • setuptools.monkey + • subprocess + • sys + • winreg + +
+
+imported by: + setuptools + +
+ +
+ +
+ + setuptools.namespaces +SourceModule
+imports: + distutils + • distutils.log + • itertools + • os + • setuptools + • setuptools.extern.six.moves + • setuptools.extern.six.moves.map + +
+
+imported by: + setuptools + • setuptools.command.develop + +
+ +
+ +
+ + setuptools.package_index +SourceModule
+imports: + 'setuptools._vendor.six.moves' + • base64 + • configparser + • distutils + • distutils.errors + • distutils.log + • fnmatch + • functools + • hashlib + • http.client + • itertools + • os + • pkg_resources + • re + • setuptools + • setuptools.command.easy_install + • setuptools.extern + • setuptools.extern.six + • setuptools.extern.six.moves + • setuptools.extern.six.moves.map + • setuptools.py27compat + • setuptools.py33compat + • setuptools.ssl_support + • setuptools.wheel + • shutil + • socket + • sys + • warnings + +
+
+imported by: + setuptools.command.easy_install + +
+ +
+ +
+ + setuptools.py27compat +SourceModule
+imports: + imp + • platform + • setuptools + • setuptools._imp + • setuptools.extern + • setuptools.extern.six + • sys + +
+
+imported by: + setuptools.command.easy_install + • setuptools.depends + • setuptools.package_index + +
+ +
+ +
+ + setuptools.py31compat +SourceModule
+imports: + setuptools + • shutil + • tempfile + +
+
+imported by: + setuptools.installer + +
+ +
+ +
+ + setuptools.py33compat +SourceModule
+imports: + array + • collections + • dis + • html + • html.parser + • setuptools + • setuptools.extern + • setuptools.extern.six + • setuptools.extern.six.moves + +
+
+imported by: + setuptools.depends + • setuptools.package_index + +
+ +
+ +
+ + setuptools.py34compat +SourceModule
+imports: + importlib + • importlib.util + • setuptools + +
+
+imported by: + setuptools._imp + +
+ +
+ +
+ + setuptools.sandbox +SourceModule
+imports: + 'org.python' + • builtins + • contextlib + • distutils.errors + • functools + • itertools + • operator + • os + • pickle + • pkg_resources + • pkg_resources.py31compat + • re + • setuptools + • setuptools.extern + • setuptools.extern.six + • setuptools.extern.six.moves + • setuptools.extern.six.moves.map + • setuptools.sandbox + • sys + • tempfile + • textwrap + +
+
+imported by: + setuptools.command.easy_install + • setuptools.sandbox + +
+ +
+ +
+ + setuptools.ssl_support +SourceModule
+imports: + 'backports.ssl_match_hostname' + • 'setuptools._vendor.six.moves' + • atexit + • backports + • functools + • http.client + • os + • pkg_resources + • re + • setuptools + • setuptools.extern.six.moves + • setuptools.extern.six.moves.filter + • setuptools.extern.six.moves.map + • socket + • ssl + • wincertstore + +
+
+imported by: + setuptools + • setuptools.package_index + +
+ +
+ +
+ + setuptools.unicode_utils +SourceModule
+imports: + setuptools + • setuptools.extern + • setuptools.extern.six + • sys + • unicodedata + +
+
+imported by: + setuptools.command.egg_info + +
+ +
+ +
+ + setuptools.version +SourceModule
+imports: + pkg_resources + • setuptools + +
+
+imported by: + setuptools + +
+ +
+ +
+ + setuptools.wheel +SourceModule
+imports: + 'setuptools.extern.packaging.tags' + • 'setuptools.extern.packaging.utils' + • distutils + • distutils.log + • distutils.util + • email + • itertools + • os + • pkg_resources + • posixpath + • re + • setuptools + • setuptools.command.egg_info + • setuptools.extern.six + • zipfile + +
+
+imported by: + setuptools.command.easy_install + • setuptools.installer + • setuptools.package_index + +
+ +
+ +
+ + setuptools.windows_support +SourceModule
+imports: + ctypes + • platform + • setuptools + +
+
+imported by: + setuptools + • setuptools.dist + +
+ +
+ +
+ + shlex +SourceModule
+imports: + collections + • io + • os + • re + • sys + +
+
+imported by: + netrc + • numpy.distutils._shell_utils + • numpy.distutils.ccompiler + • numpy.distutils.command.build_src + • numpy.distutils.unixccompiler + • numpy.f2py + • pdb + • pipes + • setuptools.command.easy_install + • setuptools.dist + • webbrowser + +
+ +
+ +
+ + shutil +SourceModule
+imports: + bz2 + • collections + • errno + • fnmatch + • grp + • lzma + • nt + • os + • posix + • pwd + • stat + • sys + • tarfile + • zipfile + • zlib + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.building.osx + • PyInstaller.building.utils + • PyInstaller.compat + • argparse + • cffi.verifier + • ctypes.util + • distutils._msvccompiler + • http.server + • multiprocessing.util + • numpy.distutils.ccompiler + • numpy.distutils.ccompiler_opt + • numpy.distutils.command.build_clib + • numpy.distutils.misc_util + • numpy.distutils.system_info + • numpy.f2py.f2py2e + • numpy.lib._datasource + • numpy.testing._private.utils + • psutil._compat + • pyi_rth_win32comgenpy.py + • setuptools.archive_util + • setuptools.command.easy_install + • setuptools.package_index + • setuptools.py31compat + • tarfile + • tempfile + • test.support + • uuid + • webbrowser + • win32com.client.gencache + • zipfile + +
+ +
+ +
+ + signal +SourceModule
+imports: + _signal + • enum + • functools + +
+
+imported by: + asyncio.proactor_events + • asyncio.unix_events + • multiprocessing.forkserver + • multiprocessing.managers + • multiprocessing.popen_fork + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • numpy.distutils.command.config + • pdb + • psutil + • psutil._psposix + • psutil._pswindows + • subprocess + • test.support + • unittest.signals + +
+ +
+ +
+ + site +SourceModule
+imported by: + PyInstaller.compat + • PyInstaller.utils.win32.winutils + • distutils.command.build_ext + • distutils.command.install + • setuptools.command.easy_install + +
+ +
+ +
+ + smtplib +SourceModule
+imports: + base64 + • copy + • datetime + • email.base64mime + • email.generator + • email.message + • email.utils + • hmac + • io + • re + • socket + • ssl + • sys + • warnings + +
+
+imported by: + logging.handlers + +
+ +
+ +
+ + socket +SourceModule
+imports: + _socket + • enum + • errno + • io + • os + • selectors + • sys + +
+
+imported by: + _ssl + • asyncio.base_events + • asyncio.events + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.streams + • asyncio.trsock + • asyncio.unix_events + • asyncio.windows_events + • email.utils + • ftplib + • http.client + • http.server + • logging.handlers + • multiprocessing.connection + • multiprocessing.forkserver + • multiprocessing.reduction + • multiprocessing.resource_sharer + • nntplib + • platform + • psutil + • psutil._common + • psutil._pslinux + • psutil._pssunos + • setuptools.package_index + • setuptools.ssl_support + • smtplib + • socketserver + • ssl + • test.support + • urllib.request + • uuid + • webbrowser + +
+ +
+ +
+ + socketserver +SourceModule
+imports: + io + • os + • selectors + • socket + • sys + • threading + • time + • traceback + +
+
+imported by: + http.server + +
+ +
+ +
+ + sre_compile +SourceModule
+imports: + _sre + • sre_constants + • sre_parse + • sys + +
+
+imported by: + main.py + • re + +
+ +
+ +
+ + sre_constants +SourceModule
+imports: + _sre + +
+
+imported by: + main.py + • pkg_resources._vendor.pyparsing + • re + • setuptools._vendor.pyparsing + • sre_compile + • sre_parse + +
+ +
+ +
+ + sre_parse +SourceModule
+imports: + sre_constants + • unicodedata + • warnings + +
+
+imported by: + main.py + • re + • sre_compile + +
+ +
+ +
+ + ssl +SourceModule
+imports: + _ssl + • base64 + • calendar + • collections + • enum + • errno + • os + • socket + • sys + • time + • warnings + +
+
+imported by: + asyncio.base_events + • asyncio.selector_events + • asyncio.sslproto + • ftplib + • http.client + • nntplib + • setuptools.ssl_support + • smtplib + • urllib.request + +
+ +
+ +
+ + stat +SourceModule
+imports: + _stat + +
+
+imported by: + PyInstaller.lib.modulegraph.zipio + • asyncio.base_events + • asyncio.unix_events + • distutils._msvccompiler + • distutils.command.build_scripts + • distutils.command.install_scripts + • distutils.dep_util + • distutils.file_util + • genericpath + • logging.handlers + • netrc + • ntpath + • os + • pathlib + • pkg_resources + • posixpath + • psutil._common + • setuptools.command.easy_install + • shutil + • tarfile + • test.support + • zipfile + +
+ +
+ +
+ + string +SourceModule
+imports: + _string + • collections + • re + +
+
+imported by: + cmd + • distutils.fancy_getopt + • distutils.util + • email._encoded_words + • email._header_value_parser + • email.quoprimime + • lib2to3.pgen2.tokenize + • logging + • ntpath + • nturl2path + • numpy.f2py.crackfortran + • pefile + • pkg_resources._vendor.packaging.requirements + • pkg_resources._vendor.pyparsing + • setuptools._vendor.packaging.requirements + • setuptools._vendor.pyparsing + • urllib.request + • win32com.client.build + +
+ +
+ +
+ + stringprep +SourceModule
+imports: + unicodedata + +
+
+imported by: + encodings.idna + +
+ +
+ +
+ + struct +SourceModule
+imports: + _struct + +
+
+imported by: + Crypto.Cipher._mode_ccm + • Crypto.Cipher._mode_ctr + • Crypto.Cipher._mode_eax + • Crypto.Cipher._mode_ocb + • Crypto.Protocol.KDF + • Crypto.Util.number + • PyInstaller.archive.writers + • PyInstaller.building.utils + • PyInstaller.depend.utils + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.loader.pyimod02_archive + • PyInstaller.utils.win32.icon + • PyInstaller.utils.win32.versioninfo + • asyncio.windows_events + • base64 + • ctypes + • ctypes.util + • gettext + • gzip + • logging.handlers + • multiprocessing.connection + • multiprocessing.forkserver + • multiprocessing.shared_memory + • multiprocessing.synchronize + • netbios + • numpy.lib.format + • pefile + • pickle + • pkg_resources._vendor.six + • platform + • plistlib + • psutil._compat + • psutil._pslinux + • setuptools._vendor.six + • setuptools.command.easy_install + • tarfile + • test.support + • zipfile + +
+ +
+ +
+ + subprocess +SourceModule
+imports: + _posixsubprocess + • _winapi + • builtins + • contextlib + • errno + • io + • msvcrt + • os + • select + • selectors + • signal + • sys + • threading + • time + • warnings + +
+
+imported by: + PyInstaller.compat + • PyInstaller.utils.hooks + • PyInstaller.utils.hooks.gi + • PyInstaller.utils.hooks.qt + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.events + • asyncio.subprocess + • asyncio.unix_events + • asyncio.windows_utils + • cffi.pkgconfig + • ctypes._aix + • ctypes.util + • distutils._msvccompiler + • distutils.command.bdist_rpm + • distutils.cygwinccompiler + • distutils.msvc9compiler + • distutils.util + • http.server + • multiprocessing.util + • numpy.distutils._shell_utils + • numpy.distutils.ccompiler + • numpy.distutils.ccompiler_opt + • numpy.distutils.command.build_ext + • numpy.distutils.command.config + • numpy.distutils.cpuinfo + • numpy.distutils.exec_command + • numpy.distutils.lib2def + • numpy.distutils.mingw32ccompiler + • numpy.distutils.misc_util + • numpy.distutils.system_info + • numpy.distutils.unixccompiler + • numpy.f2py + • os + • platform + • psutil + • psutil._psaix + • psutil._pssunos + • pycparser + • pydoc + • pyi_rth_multiprocessing.py + • setuptools.command.easy_install + • setuptools.installer + • setuptools.msvc + • test.support + • uuid + • webbrowser + +
+ +
+ +
+ + sys (builtin module)
+imported by: + Crypto.Cipher.AES + • Crypto.Cipher.Blowfish + • Crypto.Cipher._EKSBlowfish + • Crypto.Util._raw_api + • Crypto.Util.number + • Crypto.Util.py3compat + • PyInstaller + • PyInstaller.archive.writers + • PyInstaller.building.build_main + • PyInstaller.building.makespec + • PyInstaller.building.utils + • PyInstaller.compat + • PyInstaller.depend.analysis + • PyInstaller.depend.bindepend + • PyInstaller.depend.imphook + • PyInstaller.lib.modulegraph._compat + • PyInstaller.lib.modulegraph.find_modules + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • PyInstaller.lib.modulegraph.zipio + • PyInstaller.loader.pyimod02_archive + • PyInstaller.utils.hooks + • PyInstaller.utils.hooks.qt + • PyInstaller.utils.misc + • PyInstaller.utils.win32.icon + • PyInstaller.utils.win32.winmanifest + • PyInstaller.utils.win32.winutils + • __main__ + • _bootlocale + • _collections_abc + • _osx_support + • _pydecimal + • argparse + • asyncio + • asyncio.base_events + • asyncio.coroutines + • asyncio.events + • asyncio.format_helpers + • asyncio.futures + • asyncio.streams + • asyncio.unix_events + • asyncio.windows_utils + • base64 + • bdb + • calendar + • cffi.api + • cffi.commontypes + • cffi.cparser + • cffi.ffiplatform + • cffi.lock + • cffi.pkgconfig + • cffi.recompiler + • cffi.vengine_cpy + • cffi.vengine_gen + • cffi.verifier + • cgi + • cmd + • code + • codecs + • collections + • concurrent.futures.process + • configparser + • contextlib + • ctypes + • ctypes._aix + • ctypes._endian + • ctypes.util + • curses + • dataclasses + • datetime + • dis + • distutils + • distutils.archive_util + • distutils.ccompiler + • distutils.cmd + • distutils.command.bdist_rpm + • distutils.command.build + • distutils.command.build_ext + • distutils.command.build_py + • distutils.command.install + • distutils.command.sdist + • distutils.core + • distutils.cygwinccompiler + • distutils.dist + • distutils.fancy_getopt + • distutils.log + • distutils.msvc9compiler + • distutils.msvccompiler + • distutils.spawn + • distutils.sysconfig + • distutils.text_file + • distutils.unixccompiler + • distutils.util + • doctest + • dummy_threading + • email._header_value_parser + • email.generator + • email.iterators + • email.policy + • encodings + • encodings.rot_13 + • encodings.utf_16 + • encodings.utf_32 + • enum + • fileinput + • ftplib + • getopt + • getpass + • gettext + • glob + • gzip + • http.server + • imp + • importlib + • importlib.metadata + • importlib.util + • inspect + • lib2to3.pgen2.driver + • lib2to3.pgen2.tokenize + • lib2to3.pytree + • lib2to3.refactor + • linecache + • locale + • logging + • mimetypes + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.dummy + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.reduction + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.spawn + • multiprocessing.synchronize + • multiprocessing.util + • netbios + • nntplib + • ntpath + • numpy + • numpy.__config__ + • numpy._pytesttester + • numpy._typing._array_like + • numpy._typing._generic_alias + • numpy.array_api._typing + • numpy.compat.py3k + • numpy.core + • numpy.core._add_newdocs_scalars + • numpy.core._internal + • numpy.core.arrayprint + • numpy.core.numeric + • numpy.distutils.__config__ + • numpy.distutils.ccompiler + • numpy.distutils.command.bdist_rpm + • numpy.distutils.command.build + • numpy.distutils.command.build_src + • numpy.distutils.command.config + • numpy.distutils.command.egg_info + • numpy.distutils.command.install + • numpy.distutils.command.install_data + • numpy.distutils.command.sdist + • numpy.distutils.conv_template + • numpy.distutils.core + • numpy.distutils.cpuinfo + • numpy.distutils.exec_command + • numpy.distutils.fcompiler + • numpy.distutils.from_template + • numpy.distutils.lib2def + • numpy.distutils.log + • numpy.distutils.mingw32ccompiler + • numpy.distutils.misc_util + • numpy.distutils.npy_pkg_config + • numpy.distutils.system_info + • numpy.distutils.unixccompiler + • numpy.f2py + • numpy.f2py.auxfuncs + • numpy.f2py.cfuncs + • numpy.f2py.crackfortran + • numpy.f2py.diagnose + • numpy.f2py.f2py2e + • numpy.f2py.rules + • numpy.lib.function_base + • numpy.lib.index_tricks + • numpy.lib.utils + • numpy.matrixlib.defmatrix + • numpy.testing._private.extbuild + • numpy.testing._private.noseclasses + • numpy.testing._private.nosetester + • numpy.testing._private.utils + • optparse + • ordlookup + • os + • pathlib + • pdb + • pefile + • pickle + • pkg_resources + • pkg_resources._vendor.appdirs + • pkg_resources._vendor.packaging._compat + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.packaging.tags + • pkg_resources._vendor.pyparsing + • pkg_resources._vendor.six + • pkg_resources.extern + • pkg_resources.py2_warn + • pkg_resources.py31compat + • pkgutil + • platform + • posixpath + • pprint + • psutil + • psutil._common + • psutil._compat + • psutil._psaix + • psutil._pslinux + • psutil._psposix + • psutil._pssunos + • psutil._pswindows + • py_compile + • pycparser.c_ast + • pycparser.c_lexer + • pycparser.ply.lex + • pycparser.ply.yacc + • pydoc + • pyi_rth__tkinter.py + • pyi_rth_multiprocessing.py + • pywin.mfc.object + • pywintypes + • quopri + • runpy + • selectors + • setuptools._vendor.packaging._compat + • setuptools._vendor.packaging.markers + • setuptools._vendor.packaging.tags + • setuptools._vendor.pyparsing + • setuptools._vendor.six + • setuptools.command + • setuptools.command.bdist_egg + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.install_scripts + • setuptools.command.sdist + • setuptools.config + • setuptools.depends + • setuptools.dist + • setuptools.extern + • setuptools.installer + • setuptools.monkey + • setuptools.msvc + • setuptools.package_index + • setuptools.py27compat + • setuptools.sandbox + • setuptools.unicode_utils + • shlex + • shutil + • smtplib + • socket + • socketserver + • sre_compile + • ssl + • subprocess + • sysconfig + • tarfile + • tempfile + • test.support + • test.support.testresult + • threading + • tkinter + • tokenize + • traceback + • types + • typing + • unittest.case + • unittest.loader + • unittest.main + • unittest.result + • unittest.runner + • unittest.suite + • urllib.parse + • urllib.request + • uu + • uuid + • warnings + • weakref + • webbrowser + • win32com + • win32com.client + • win32com.client.build + • win32com.client.dynamic + • win32com.client.gencache + • win32com.client.genpy + • win32com.client.makepy + • win32com.server.dispatcher + • win32com.server.exception + • win32com.server.policy + • win32ctypes.core + • win32traceutil + • xml.dom.domreg + • xml.etree.ElementTree + • xml.parsers.expat + • xml.sax + • xml.sax._exceptions + • xml.sax.expatreader + • xml.sax.saxutils + • xmlrpc.client + • zipfile + • zipimport + +
+ +
+ +
+ + sysconfig +SourceModule
+imports: + _osx_support + • ntpath + • os + • pprint + • re + • sys + • types + • warnings + +
+
+imported by: + PyInstaller.depend.bindepend + • cffi.api + • numpy.distutils.system_info + • numpy.distutils.unixccompiler + • numpy.testing._private.extbuild + • pkg_resources + • pkg_resources._vendor.packaging.tags + • pydoc + • setuptools._vendor.packaging.tags + • setuptools.command.bdist_egg + • setuptools.command.easy_install + • test.support + +
+ +
+ +
+ + tarfile +SourceModule
+imports: + argparse + • builtins + • bz2 + • copy + • grp + • gzip + • io + • lzma + • os + • pwd + • re + • shutil + • stat + • struct + • sys + • time + • zlib + +
+
+imported by: + distutils.archive_util + • setuptools.archive_util + • shutil + +
+ +
+ +
+ + tempfile +SourceModule
+imports: + _thread + • errno + • functools + • io + • os + • random + • shutil + • sys + • warnings + • weakref + +
+
+imported by: + PyInstaller.building.api + • _osx_support + • asyncio.windows_utils + • cgi + • ctypes.util + • distutils.ccompiler + • distutils.util + • multiprocessing.connection + • multiprocessing.heap + • multiprocessing.synchronize + • multiprocessing.util + • numpy.distutils.ccompiler + • numpy.distutils.ccompiler_opt + • numpy.distutils.misc_util + • numpy.distutils.system_info + • numpy.f2py + • numpy.f2py.diagnose + • numpy.f2py.f2py2e + • numpy.lib._datasource + • numpy.testing._private.utils + • pipes + • pkg_resources + • pydoc + • pyi_rth_win32comgenpy.py + • setuptools.command.easy_install + • setuptools.py31compat + • setuptools.sandbox + • test.support + • urllib.request + • urllib.response + • webbrowser + +
+ +
+ +
+ + termios +MissingModule
+imported by: + getpass + • psutil._compat + • tty + +
+ +
+ +
+ + test +Package
+imports: + test.support + +
+
+imported by: + multiprocessing.util + • test.support + +
+ +
+ +
+ + test.support +Package
+imports: + _hashlib + • _testcapi + • _thread + • _winapi + • asyncio.events + • bz2 + • collections.abc + • contextlib + • ctypes + • ctypes.util + • ctypes.wintypes + • decimal + • distutils + • distutils.ccompiler + • distutils.spawn + • distutils.sysconfig + • doctest + • errno + • faulthandler + • fnmatch + • functools + • gc + • glob + • gzip + • hashlib + • importlib + • importlib.util + • io + • locale + • logging.handlers + • lzma + • msvcrt + • multiprocessing.process + • nntplib + • os + • platform + • re + • resource + • shutil + • signal + • socket + • stat + • struct + • subprocess + • sys + • sysconfig + • tempfile + • test + • test.support.testresult + • threading + • time + • tkinter + • tracemalloc + • types + • unicodedata + • unittest + • urllib.error + • urllib.parse + • urllib.request + • warnings + • zlib + +
+
+imported by: + multiprocessing.util + • test + • test.support.testresult + +
+ +
+ +
+ + test.support.testresult +SourceModule
+imports: + datetime + • functools + • io + • sys + • test.support + • time + • traceback + • unittest + • xml.etree.ElementTree + +
+
+imported by: + test.support + +
+ +
+ +
+ + textwrap +SourceModule
+imports: + re + +
+
+imported by: + PyInstaller.utils.hooks + • argparse + • numpy._typing._add_docstring + • numpy.distutils.ccompiler_opt + • numpy.distutils.command.autodist + • numpy.distutils.command.config + • numpy.distutils.command.egg_info + • numpy.distutils.mingw32ccompiler + • numpy.distutils.misc_util + • numpy.distutils.system_info + • numpy.lib.utils + • numpy.ma.core + • optparse + • pkg_resources + • pkg_resources.py2_warn + • pydoc + • setuptools.command.bdist_egg + • setuptools.command.easy_install + • setuptools.sandbox + +
+ +
+ +
+ + thread +MissingModule
+imported by: + PyInstaller.loader.pyimod02_archive + • cffi.cparser + • cffi.lock + +
+ +
+ +
+ + threading +SourceModule
+imports: + _collections + • _thread + • _threading_local + • _weakrefset + • collections + • itertools + • os + • sys + • time + • traceback + • warnings + +
+
+imported by: + _threading_local + • asyncio.base_events + • asyncio.events + • asyncio.proactor_events + • asyncio.unix_events + • bz2 + • concurrent.futures._base + • concurrent.futures.process + • concurrent.futures.thread + • dummy_threading + • http.cookiejar + • logging + • logging.handlers + • multiprocessing.context + • multiprocessing.dummy + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.synchronize + • multiprocessing.util + • numpy.distutils.ccompiler + • numpy.distutils.misc_util + • pkg_resources._vendor.pyparsing + • psutil + • psutil._common + • psutil._compat + • pydoc + • pywin.dialogs.status + • queue + • setuptools._vendor.pyparsing + • socketserver + • subprocess + • test.support + • webbrowser + • zipfile + +
+ +
+ +
+ + threadpoolctl +MissingModule
+imported by: + numpy.lib.utils + +
+ +
+ +
+ + time (builtin module)
+imports: + _strptime + +
+
+imported by: + PyInstaller.lib.modulegraph.zipio + • _datetime + • _dummy_thread + • _strptime + • asyncio.base_events + • asyncio.windows_events + • concurrent.futures._base + • datetime + • email._parseaddr + • email.generator + • email.utils + • gc + • gzip + • http.cookiejar + • http.server + • logging + • logging.handlers + • multiprocessing.connection + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.queues + • multiprocessing.synchronize + • numpy.distutils.ccompiler + • numpy.f2py.rules + • numpy.testing._private.utils + • pefile + • pkg_resources + • pprint + • psutil + • psutil._psposix + • psutil._pswindows + • pydoc + • pywin.dialogs.status + • queue + • random + • setuptools.command.egg_info + • socketserver + • ssl + • subprocess + • tarfile + • test.support + • test.support.testresult + • threading + • unittest.runner + • urllib.request + • uuid + • win32com.client.genpy + • xmlrpc.client + • zipfile + • zipimport + +
+ +
+ +
+ + tkinter +Package
+imports: + _tkinter + • enum + • os + • re + • sys + • tkinter.constants + • tkinter.messagebox + • traceback + +
+
+imported by: + main.py + • test.support + • tkinter.commondialog + • tkinter.constants + • tkinter.messagebox + +
+ +
+ +
+ + tkinter.commondialog +SourceModule
+imports: + tkinter + +
+
+imported by: + tkinter.messagebox + +
+ +
+ +
+ + tkinter.constants +SourceModule
+imports: + tkinter + +
+
+imported by: + tkinter + +
+ +
+ +
+ + tkinter.messagebox +SourceModule
+imports: + tkinter + • tkinter.commondialog + +
+
+imported by: + main.py + • tkinter + +
+ +
+ +
+ + token +SourceModule
+imported by: + inspect + • tokenize + +
+ +
+ +
+ + tokenize +SourceModule
+imports: + argparse + • builtins + • codecs + • collections + • io + • itertools + • re + • sys + • token + +
+
+imported by: + distutils.command.build_scripts + • imp + • importlib._bootstrap_external + • inspect + • linecache + • numpy.lib.format + • pdb + • pydoc + +
+ +
+ +
+ + traceback +SourceModule
+imports: + collections + • itertools + • linecache + • sys + +
+
+imported by: + PyInstaller.depend.analysis + • _dummy_thread + • asyncio.base_events + • asyncio.base_tasks + • asyncio.coroutines + • asyncio.format_helpers + • cgi + • code + • concurrent.futures.process + • doctest + • http.cookiejar + • logging + • main.py + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.util + • numpy.testing._private.utils + • pdb + • pkg_resources._vendor.pyparsing + • psutil._pslinux + • py_compile + • pydoc + • setuptools._vendor.pyparsing + • socketserver + • test.support.testresult + • threading + • tkinter + • unittest.case + • unittest.loader + • unittest.result + • warnings + • win32com.client.dynamic + • win32com.client.gencache + • win32com.server.dispatcher + +
+ +
+ +
+ + tracemalloc +SourceModule
+imports: + _tracemalloc + • collections.abc + • fnmatch + • functools + • linecache + • ntpath + • pickle + +
+
+imported by: + test.support + • warnings + +
+ +
+ +
+ + tty +SourceModule
+imports: + termios + +
+
+imported by: + pydoc + +
+ +
+ +
+ + types +SourceModule
+imports: + _collections_abc + • functools + • sys + +
+
+imported by: + PyInstaller.archive.writers + • PyInstaller.utils.win32.icon + • asyncio.coroutines + • asyncio.locks + • asyncio.tasks + • cffi.api + • cffi.model + • cffi.vengine_gen + • contextlib + • copy + • dataclasses + • dis + • email.headerregistry + • enum + • functools + • imp + • importlib + • importlib.util + • inspect + • main.py + • multiprocessing.spawn + • numpy._typing._generic_alias + • numpy.array_api._array_object + • numpy.compat._inspect + • numpy.core.fromnumeric + • numpy.core.function_base + • numpy.distutils.cpuinfo + • numpy.f2py.auxfuncs + • numpy.lib.utils + • numpy.testing._private.parameterized + • pickle + • pkg_resources + • pkg_resources._vendor.pyparsing + • pkg_resources._vendor.six + • pkgutil + • pprint + • psutil._compat + • pycparser.ply.lex + • pycparser.ply.yacc + • runpy + • setuptools._vendor.pyparsing + • setuptools._vendor.six + • setuptools.command.bdist_egg + • setuptools.monkey + • sysconfig + • test.support + • typing + • unittest.case + • unittest.loader + • win32com.client + • win32com.client.dynamic + • win32com.server.policy + • win32com.universal + +
+ +
+ +
+ + typing +SourceModule
+imports: + abc + • collections + • collections.abc + • contextlib + • functools + • operator + • re + • sys + • types + • warnings + +
+
+imported by: + asyncio.staggered + • functools + • numpy._typing + • numpy._typing._array_like + • numpy._typing._char_codes + • numpy._typing._dtype_like + • numpy._typing._generic_alias + • numpy._typing._nbit + • numpy._typing._nested_sequence + • numpy._typing._scalars + • numpy._typing._shape + • numpy.array_api._array_object + • numpy.array_api._creation_functions + • numpy.array_api._data_type_functions + • numpy.array_api._manipulation_functions + • numpy.array_api._searching_functions + • numpy.array_api._set_functions + • numpy.array_api._statistical_functions + • numpy.array_api._typing + • numpy.array_api._utility_functions + • numpy.array_api.linalg + +
+ +
+ +
+ + unicodedata c:\program files\python\DLLs\unicodedata.pyd
+imported by: + encodings.idna + • setuptools.unicode_utils + • sre_parse + • stringprep + • test.support + • urllib.parse + +
+ +
+ +
+ + unittest +Package
+imports: + ntpath + • unittest + • unittest.async_case + • unittest.case + • unittest.loader + • unittest.main + • unittest.result + • unittest.runner + • unittest.signals + • unittest.suite + • unittest.util + +
+
+imported by: + doctest + • numpy.testing + • numpy.testing._private.parameterized + • numpy.testing._private.utils + • test.support + • test.support.testresult + • unittest + • unittest.async_case + • unittest.case + • unittest.loader + • unittest.main + • unittest.result + • unittest.runner + • unittest.signals + • unittest.suite + • unittest.util + +
+ +
+ +
+ + unittest.async_case +SourceModule
+imports: + asyncio + • inspect + • unittest + • unittest.case + +
+
+imported by: + unittest + +
+ +
+ +
+ + unittest.case +SourceModule
+imports: + collections + • contextlib + • difflib + • functools + • logging + • pprint + • re + • sys + • traceback + • types + • unittest + • unittest.result + • unittest.util + • warnings + +
+
+imported by: + numpy.testing._private.utils + • unittest + • unittest.async_case + • unittest.loader + • unittest.suite + +
+ +
+ +
+ + unittest.loader +SourceModule
+imports: + fnmatch + • functools + • os + • re + • sys + • traceback + • types + • unittest + • unittest.case + • unittest.suite + • unittest.util + • warnings + +
+
+imported by: + unittest + • unittest.main + +
+ +
+ +
+ + unittest.main +SourceModule
+imports: + argparse + • os + • sys + • unittest + • unittest.loader + • unittest.runner + • unittest.signals + +
+
+imported by: + unittest + +
+ +
+ +
+ + unittest.result +SourceModule
+imports: + functools + • io + • sys + • traceback + • unittest + • unittest.util + +
+
+imported by: + unittest + • unittest.case + • unittest.runner + +
+ +
+ +
+ + unittest.runner +SourceModule
+imports: + sys + • time + • unittest + • unittest.result + • unittest.signals + • warnings + +
+
+imported by: + unittest + • unittest.main + +
+ +
+ +
+ + unittest.signals +SourceModule
+imports: + functools + • signal + • unittest + • weakref + +
+
+imported by: + unittest + • unittest.main + • unittest.runner + +
+ +
+ +
+ + unittest.suite +SourceModule
+imports: + sys + • unittest + • unittest.case + • unittest.util + +
+
+imported by: + unittest + • unittest.loader + +
+ +
+ +
+ + unittest.util +SourceModule
+imports: + collections + • ntpath + • unittest + +
+
+imported by: + unittest + • unittest.case + • unittest.loader + • unittest.result + • unittest.suite + +
+ +
+ +
+ + urllib +Package
+imports: + urllib.pathname2url + +
+
+imported by: + PyInstaller.lib.modulegraph._compat + • email._header_value_parser + • urllib.error + • urllib.parse + • urllib.request + • urllib.response + +
+ +
+ +
+ + urllib.error +SourceModule
+imports: + urllib + • urllib.response + +
+
+imported by: + numpy.lib._datasource + • test.support + • urllib.request + +
+ +
+ +
+ + urllib.parse +SourceModule
+imports: + collections + • re + • sys + • unicodedata + • urllib + • warnings + +
+
+imported by: + cgi + • email.utils + • http.client + • http.cookiejar + • http.server + • logging.handlers + • mimetypes + • nturl2path + • numpy.lib._datasource + • pathlib + • pydoc + • test.support + • urllib.request + • xml.dom.xmlbuilder + • xml.sax.saxutils + • xmlrpc.client + +
+ +
+ +
+ + urllib.pathname2url +MissingModule
+imported by: + PyInstaller.lib.modulegraph._compat + • urllib + +
+ +
+ +
+ + urllib.request +SourceModule
+imports: + _scproxy + • base64 + • bisect + • contextlib + • email + • email.utils + • fnmatch + • ftplib + • getpass + • hashlib + • http.client + • http.cookiejar + • io + • mimetypes + • nturl2path + • os + • posixpath + • re + • socket + • ssl + • string + • sys + • tempfile + • time + • urllib + • urllib.error + • urllib.parse + • urllib.response + • warnings + • winreg + +
+
+imported by: + PyInstaller.lib.modulegraph._compat + • http.cookiejar + • numpy.lib._datasource + • test.support + • xml.dom.xmlbuilder + • xml.sax.saxutils + +
+ +
+ +
+ + urllib.response +SourceModule
+imports: + tempfile + • urllib + +
+
+imported by: + urllib.error + • urllib.request + +
+ +
+ +
+ + uu +SourceModule
+imports: + binascii + • optparse + • os + • sys + +
+
+imported by: + email.message + +
+ +
+ +
+ + uuid +SourceModule
+imports: + _uuid + • ctypes + • ctypes.util + • enum + • hashlib + • netbios + • os + • platform + • random + • re + • shutil + • socket + • subprocess + • sys + • time + • warnings + • win32wnet + +
+
+imported by: + pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + +
+ +
+ +
+ + vms_lib +MissingModule
+imported by: + platform + +
+ +
+ +
+ + warnings +SourceModule
+imports: + _warnings + • builtins + • linecache + • re + • sys + • traceback + • tracemalloc + +
+
+imported by: + Crypto.Util.number + • PyInstaller.lib.modulegraph.find_modules + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • argparse + • ast + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.coroutines + • asyncio.locks + • asyncio.proactor_events + • asyncio.queues + • asyncio.selector_events + • asyncio.sslproto + • asyncio.streams + • asyncio.subprocess + • asyncio.tasks + • asyncio.trsock + • asyncio.unix_events + • asyncio.windows_utils + • base64 + • bdb + • bz2 + • cffi.cparser + • cffi.model + • cffi.vengine_cpy + • codeop + • collections + • concurrent.futures._base + • concurrent.futures.process + • concurrent.futures.thread + • configparser + • contextlib + • curses + • dataclasses + • datetime + • distutils.archive_util + • distutils.command.sdist + • distutils.dist + • distutils.extension + • distutils.sysconfig + • enum + • fileinput + • ftplib + • functools + • getpass + • gettext + • gzip + • hmac + • html.parser + • http.client + • http.cookiejar + • imp + • importlib + • importlib.abc + • importlib.util + • inspect + • json + • locale + • logging + • main.py + • multiprocessing.forkserver + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.resource_tracker + • nntplib + • numpy + • numpy._distributor_init + • numpy._pytesttester + • numpy.array_api + • numpy.core + • numpy.core._internal + • numpy.core._methods + • numpy.core.arrayprint + • numpy.core.fromnumeric + • numpy.core.function_base + • numpy.core.getlimits + • numpy.core.numeric + • numpy.core.records + • numpy.core.shape_base + • numpy.ctypeslib + • numpy.distutils + • numpy.distutils.command.config + • numpy.distutils.command.egg_info + • numpy.distutils.core + • numpy.distutils.cpuinfo + • numpy.distutils.exec_command + • numpy.distutils.extension + • numpy.distutils.misc_util + • numpy.distutils.system_info + • numpy.f2py.symbolic + • numpy.lib.format + • numpy.lib.function_base + • numpy.lib.histograms + • numpy.lib.index_tricks + • numpy.lib.nanfunctions + • numpy.lib.npyio + • numpy.lib.polynomial + • numpy.lib.type_check + • numpy.lib.ufunclike + • numpy.lib.utils + • numpy.linalg.linalg + • numpy.ma.core + • numpy.ma.extras + • numpy.ma.mrecords + • numpy.matrixlib.defmatrix + • numpy.polynomial.polyutils + • numpy.testing._private.decorators + • numpy.testing._private.nosetester + • numpy.testing._private.parameterized + • numpy.testing._private.utils + • os + • pkg_resources + • pkg_resources._vendor.packaging.tags + • pkg_resources._vendor.pyparsing + • pkg_resources.py2_warn + • pkgutil + • plistlib + • psutil._common + • psutil._pslinux + • pycparser.ply.yacc + • pycparser.plyparser + • pydoc + • random + • runpy + • setuptools._vendor.packaging.tags + • setuptools._vendor.pyparsing + • setuptools.command.bdist_egg + • setuptools.command.easy_install + • setuptools.command.egg_info + • setuptools.command.install + • setuptools.config + • setuptools.dist + • setuptools.package_index + • smtplib + • sre_parse + • ssl + • subprocess + • sysconfig + • tempfile + • test.support + • threading + • typing + • unittest.case + • unittest.loader + • unittest.runner + • urllib.parse + • urllib.request + • uuid + • weakref + • xml.dom.pulldom + • xml.dom.xmlbuilder + • xml.etree.ElementTree + • zipfile + +
+ +
+ +
+ + weakref +SourceModule
+imports: + _collections_abc + • _weakref + • _weakrefset + • atexit + • copy + • gc + • itertools + • sys + • warnings + +
+
+imported by: + PyInstaller.depend.imphook + • _threading_local + • asyncio.base_events + • asyncio.selector_events + • asyncio.streams + • asyncio.tasks + • asyncio.windows_events + • cffi.cparser + • cffi.model + • concurrent.futures.process + • concurrent.futures.thread + • copy + • functools + • logging + • main.py + • multiprocessing.dummy + • multiprocessing.queues + • multiprocessing.sharedctypes + • multiprocessing.util + • numpy.lib.npyio + • pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + • tempfile + • unittest.signals + • xml.sax.expatreader + +
+ +
+ +
+ + webbrowser +SourceModule
+imports: + copy + • getopt + • glob + • os + • pwd + • shlex + • shutil + • socket + • subprocess + • sys + • tempfile + • threading + +
+
+imported by: + pydoc + +
+ +
+ +
+ + win32api c:\program files\python\lib\site-packages\win32\win32api.pyd
+imported by: + distutils.msvccompiler + • pkg_resources._vendor.appdirs + • pywin.dialogs.list + • pywin.dialogs.status + • win32com + • win32com.client.selecttlb + • win32com.server.dispatcher + • win32com.server.policy + • win32com.util + • win32evtlogutil + • win32traceutil + +
+ +
+ +
+ + win32com +Package
+imports: + 'win32com.gen_py' + • imp + • os + • pythoncom + • sys + • win32api + • win32com.client.util + • win32com.server.util + • win32com.universal + +
+
+imported by: + pyi_rth_win32comgenpy.py + • win32com.client + • win32com.client.gencache + • win32com.client.genpy + • win32com.server + • win32com.server.dispatcher + • win32com.server.policy + • win32com.shell + • win32com.universal + • win32com.util + +
+ +
+ +
+ + win32com.client +Package
+imports: + pythoncom + • pywintypes + • sys + • types + • win32com + • win32com.client + • win32com.client.CLSIDToClass + • win32com.client.build + • win32com.client.dynamic + • win32com.client.gencache + • win32com.client.genpy + • win32com.client.makepy + • win32com.client.selecttlb + • win32com.client.util + • winerror + +
+
+imported by: + win32com.client + • win32com.client.CLSIDToClass + • win32com.client.build + • win32com.client.dynamic + • win32com.client.gencache + • win32com.client.genpy + • win32com.client.makepy + • win32com.client.selecttlb + • win32com.client.util + • win32com.server.policy + • win32com.universal + +
+ +
+ +
+ + win32com.client.CLSIDToClass +SourceModule
+imports: + win32com.client + +
+
+imported by: + win32com.client + • win32com.client.gencache + +
+ +
+ +
+ + win32com.client.build +SourceModule
+imports: + datetime + • keyword + • pythoncom + • pywintypes + • string + • sys + • win32com.client + • winerror + +
+
+imported by: + win32com.client + • win32com.client.dynamic + • win32com.client.genpy + • win32com.universal + +
+ +
+ +
+ + win32com.client.dynamic +SourceModule
+imports: + pythoncom + • pywintypes + • sys + • traceback + • types + • win32com.client + • win32com.client.build + • win32com.client.util + • winerror + +
+
+imported by: + win32com.client + +
+ +
+ +
+ + win32com.client.gencache +SourceModule
+imports: + getopt + • glob + • imp + • io + • operator + • os + • pickle + • pythoncom + • pywintypes + • shutil + • sys + • traceback + • win32com + • win32com.client + • win32com.client.CLSIDToClass + • win32com.client.genpy + • win32com.client.makepy + • zipfile + +
+
+imported by: + win32com.client + • win32com.client.makepy + • win32com.universal + +
+ +
+ +
+ + win32com.client.genpy +SourceModule
+imports: + codecs + • os + • pythoncom + • sys + • time + • win32com + • win32com.client + • win32com.client.build + +
+
+imported by: + win32com.client + • win32com.client.gencache + • win32com.client.makepy + +
+ +
+ +
+ + win32com.client.makepy +SourceModule
+imports: + codecs + • getopt + • os + • pythoncom + • pywin + • pywin.dialogs + • pywin.dialogs.status + • sys + • win32com.client + • win32com.client.gencache + • win32com.client.genpy + • win32com.client.selecttlb + • win32ui + +
+
+imported by: + win32com.client + • win32com.client.gencache + +
+ +
+ +
+ + win32com.client.selecttlb +SourceModule
+imports: + pythoncom + • pywin.dialogs.list + • win32api + • win32com.client + • win32con + +
+
+imported by: + win32com.client + • win32com.client.makepy + +
+ +
+ +
+ + win32com.client.util +SourceModule
+imports: + pythoncom + • win32com.client + +
+
+imported by: + win32com + • win32com.client + • win32com.client.dynamic + +
+ +
+ +
+ + win32com.server +Package
+imports: + win32com + • win32com.server + • win32com.server.policy + +
+
+imported by: + win32com.server + • win32com.server.dispatcher + • win32com.server.exception + • win32com.server.policy + • win32com.server.util + +
+ +
+ +
+ + win32com.server.dispatcher +SourceModule
+imports: + pythoncom + • sys + • traceback + • win32api + • win32com + • win32com.server + • win32com.server.exception + • win32com.util + • win32trace + • win32traceutil + +
+
+imported by: + win32com.server.policy + • win32com.server.util + +
+ +
+ +
+ + win32com.server.exception +SourceModule
+imports: + pythoncom + • sys + • win32com.server + +
+
+imported by: + win32com.server.dispatcher + • win32com.server.policy + • win32com.server.util + +
+ +
+ +
+ + win32com.server.policy +SourceModule
+imports: + pythoncom + • pywintypes + • sys + • types + • win32api + • win32com + • win32com.client + • win32com.server + • win32com.server.dispatcher + • win32com.server.exception + • win32com.universal + • win32com.util + • win32con + • winerror + +
+
+imported by: + win32com.server + • win32com.server.util + +
+ +
+ +
+ + win32com.server.util +SourceModule
+imports: + pythoncom + • win32com.server + • win32com.server.dispatcher + • win32com.server.exception + • win32com.server.policy + • winerror + +
+
+imported by: + win32com + +
+ +
+ +
+ + win32com.shell +Package
+imports: + win32com + • win32com.shell.shell + • win32com.shell.shellcon + +
+
+imported by: + pkg_resources._vendor.appdirs + • win32com.shell.shell + • win32com.shell.shellcon + +
+ +
+ +
+ + win32com.shell.shell c:\program files\python\lib\site-packages\win32comext\shell\shell.pyd
+imports: + win32com.shell + +
+
+imported by: + pkg_resources._vendor.appdirs + • win32com.shell + +
+ +
+ +
+ + win32com.shell.shellcon +SourceModule
+imports: + win32com.shell + +
+
+imported by: + pkg_resources._vendor.appdirs + • win32com.shell + +
+ +
+ +
+ + win32com.universal +SourceModule
+imports: + pythoncom + • types + • win32com + • win32com.client + • win32com.client.build + • win32com.client.gencache + +
+
+imported by: + win32com + • win32com.server.policy + +
+ +
+ +
+ + win32com.util +SourceModule
+imports: + pythoncom + • win32api + • win32com + • win32con + +
+
+imported by: + win32com.server.dispatcher + • win32com.server.policy + +
+ +
+ +
+ + win32con +SourceModule
+imported by: + distutils.msvccompiler + • pywin.dialogs.list + • pywin.dialogs.status + • pywin.mfc.dialog + • pywin.mfc.window + • win32com.client.selecttlb + • win32com.server.policy + • win32com.util + • win32evtlogutil + +
+ +
+ +
+ + win32evtlog c:\program files\python\lib\site-packages\win32\win32evtlog.pyd
+imported by: + logging.handlers + • win32evtlogutil + +
+ +
+ +
+ + win32evtlogutil +SourceModule
+imports: + win32api + • win32con + • win32evtlog + • winerror + +
+
+imported by: + logging.handlers + +
+ +
+ +
+ + win32pdh c:\program files\python\lib\site-packages\win32\win32pdh.pyd
+imported by: + numpy.testing._private.utils + +
+ +
+ +
+ + win32trace c:\program files\python\lib\site-packages\win32\win32trace.pyd
+imported by: + win32com.server.dispatcher + • win32traceutil + +
+ +
+ +
+ + win32traceutil +SourceModule
+imports: + sys + • win32api + • win32trace + +
+
+imported by: + win32com.server.dispatcher + +
+ +
+ +
+ + win32ui c:\program files\python\lib\site-packages\Pythonwin\win32ui.pyd
+imported by: + pywin.dialogs.list + • pywin.dialogs.status + • pywin.mfc.dialog + • pywin.mfc.object + • pywin.mfc.thread + • pywin.mfc.window + • win32com.client.makepy + +
+ +
+ +
+ + win32wnet c:\program files\python\lib\site-packages\win32\win32wnet.pyd
+imported by: + netbios + • uuid + +
+ +
+ +
+ + wincertstore +MissingModule
+imported by: + setuptools.ssl_support + +
+ +
+ +
+ + winerror +SourceModule
+imported by: + win32com.client + • win32com.client.build + • win32com.client.dynamic + • win32com.server.policy + • win32com.server.util + • win32evtlogutil + +
+ +
+ +
+ + winreg +AliasNode
+imports: + winreg + +
+
+imported by: + setuptools.extern.six.moves + • setuptools.msvc + +
+ +
+ +
+ + winreg (builtin module)
+imported by: + distutils._msvccompiler + • distutils.msvc9compiler + • distutils.msvccompiler + • mimetypes + • numpy.distutils.cpuinfo + • pkg_resources._vendor.appdirs + • platform + • urllib.request + • winreg + +
+ +
+ +
+ + xml +Package
+imports: + xml.sax.expatreader + • xml.sax.xmlreader + +
+
+imported by: + PyInstaller.utils.win32.winmanifest + • xml.dom + • xml.etree + • xml.parsers + • xml.sax + +
+ +
+ +
+ + xml.etree +Package
+imports: + xml + • xml.etree + • xml.etree.ElementPath + • xml.etree.ElementTree + +
+
+imported by: + PyInstaller.lib.modulegraph.find_modules + • xml.etree + • xml.etree.ElementInclude + • xml.etree.ElementPath + • xml.etree.ElementTree + • xml.etree.cElementTree + +
+ +
+ +
+ + xml.etree.ElementInclude +SourceModule
+imports: + copy + • xml.etree + • xml.etree.ElementTree + +
+
+imported by: + _elementtree + +
+ +
+ +
+ + xml.etree.ElementPath +SourceModule
+imports: + re + • xml.etree + +
+
+imported by: + _elementtree + • xml.etree + • xml.etree.ElementTree + +
+ +
+ +
+ + xml.etree.ElementTree +SourceModule
+imports: + _elementtree + • collections + • collections.abc + • contextlib + • io + • locale + • pyexpat + • re + • sys + • warnings + • xml.etree + • xml.etree.ElementPath + • xml.parsers + • xml.parsers.expat + +
+
+imported by: + _elementtree + • psutil._psbsd + • test.support.testresult + • xml.etree + • xml.etree.ElementInclude + • xml.etree.cElementTree + +
+ +
+ +
+ + xml.etree.cElementTree +SourceModule
+imports: + xml.etree + • xml.etree.ElementTree + +
+
+imported by: + _elementtree + +
+ +
+ +
+ + xml.parsers +Package
+imports: + xml + +
+
+imported by: + xml.dom.expatbuilder + • xml.etree.ElementTree + • xml.parsers.expat + • xml.sax.expatreader + • xmlrpc.client + +
+ +
+ +
+ + xml.parsers.expat +SourceModule
+imports: + pyexpat + • sys + • xml.parsers + +
+
+imported by: + plistlib + • xml.dom.expatbuilder + • xml.etree.ElementTree + • xml.sax.expatreader + • xmlrpc.client + +
+ +
+ +
+ + xml.sax +Package
+imports: + 'org.python' + • io + • os + • sys + • xml + • xml.sax + • xml.sax._exceptions + • xml.sax.expatreader + • xml.sax.handler + • xml.sax.saxutils + • xml.sax.xmlreader + +
+
+imported by: + xml.dom.pulldom + • xml.sax + • xml.sax._exceptions + • xml.sax.expatreader + • xml.sax.handler + • xml.sax.saxutils + • xml.sax.xmlreader + +
+ +
+ +
+ + xml.sax._exceptions +SourceModule
+imports: + 'java.lang' + • sys + • xml.sax + +
+
+imported by: + xml.sax + • xml.sax.expatreader + • xml.sax.xmlreader + +
+ +
+ +
+ + xml.sax.expatreader +SourceModule
+imports: + _weakref + • sys + • weakref + • xml.parsers + • xml.parsers.expat + • xml.sax + • xml.sax._exceptions + • xml.sax.handler + • xml.sax.saxutils + • xml.sax.xmlreader + +
+
+imported by: + xml + • xml.sax + +
+ +
+ +
+ + xml.sax.handler +SourceModule
+imports: + xml.sax + +
+
+imported by: + xml.dom.pulldom + • xml.sax + • xml.sax.expatreader + • xml.sax.saxutils + • xml.sax.xmlreader + +
+ +
+ +
+ + xml.sax.saxutils +SourceModule
+imports: + codecs + • io + • os + • sys + • urllib.parse + • urllib.request + • xml.sax + • xml.sax.handler + • xml.sax.xmlreader + +
+
+imported by: + xml.sax + • xml.sax.expatreader + • xml.sax.xmlreader + +
+ +
+ +
+ + xml.sax.xmlreader +SourceModule
+imports: + xml.sax + • xml.sax._exceptions + • xml.sax.handler + • xml.sax.saxutils + +
+
+imported by: + xml + • xml.sax + • xml.sax.expatreader + • xml.sax.saxutils + +
+ +
+ +
+ + xmlrpc +Package
+imported by: + xmlrpc.client + +
+ +
+ +
+ + xmlrpc.client +SourceModule
+imports: + base64 + • datetime + • decimal + • errno + • gzip + • http.client + • io + • sys + • time + • urllib.parse + • xml.parsers + • xml.parsers.expat + • xmlrpc + +
+
+imported by: + multiprocessing.connection + +
+ +
+ +
+ + zipfile +SourceModule
+imports: + argparse + • binascii + • bz2 + • contextlib + • functools + • importlib.util + • io + • itertools + • lzma + • os + • posixpath + • py_compile + • shutil + • stat + • struct + • sys + • threading + • time + • warnings + • zlib + +
+
+imported by: + PyInstaller.building.toc_conversion + • PyInstaller.depend.bindepend + • PyInstaller.depend.utils + • PyInstaller.lib.modulegraph.zipio + • distutils.archive_util + • importlib.metadata + • numpy.lib.npyio + • pkg_resources + • setuptools.archive_util + • setuptools.command.bdist_egg + • setuptools.command.easy_install + • setuptools.wheel + • shutil + • win32com.client.gencache + +
+ +
+ +
+ + zipimport +SourceModule
+imports: + _frozen_importlib + • _frozen_importlib_external + • _imp + • _io + • importlib.abc + • io + • marshal + • os + • pathlib + • sys + • time + • zlib + +
+
+imported by: + pkg_resources + • pkgutil + • setuptools.command.easy_install + +
+ +
+ +
+ + zlib (builtin module)
+imported by: + PyInstaller.archive.writers + • PyInstaller.loader.pyimod02_archive + • encodings.zlib_codec + • gzip + • shutil + • tarfile + • test.support + • zipfile + • zipimport + +
+ +
+ + + diff --git a/dist/main.exe b/dist/main.exe new file mode 100644 index 0000000..441742d Binary files /dev/null and b/dist/main.exe differ diff --git a/icon.ico b/icon.ico new file mode 100644 index 0000000..e69de29 diff --git a/main.py b/main.py index 87ec5af..8ba6885 100644 --- a/main.py +++ b/main.py @@ -4,45 +4,15 @@ from Crypto.Cipher import AES, Blowfish import binascii class NavicatPassword: - def __init__(self, version=12): - self.version = version + def __init__(self): self.aes_key = b'libcckeylibcckey' self.aes_iv = b'libcciv libcciv ' - self.blow_key = b'\x3D\xC5\xCA\x39' - self.blow_iv = b'\xD9\xC7\xC3\xC8\x87\x0D\x64\xBD' def decrypt(self, encrypted_str): - if self.version == 11: - return self.decrypt_eleven(encrypted_str) - elif self.version == 12: - return self.decrypt_twelve(encrypted_str) - return None - - def decrypt_eleven(self, encrypted_str): - data = binascii.unhexlify(encrypted_str.lower()) - result = b'' - iv = self.blow_iv - - for i in range(0, len(data), 8): - block = data[i:i+8] - decrypted = self.blowfish_decrypt(block) - result += self.xor_bytes(decrypted, iv) - iv = self.xor_bytes(iv, block) - - return result.decode('utf-8') - - def decrypt_twelve(self, encrypted_str): data = binascii.unhexlify(encrypted_str.lower()) cipher = AES.new(self.aes_key, AES.MODE_CBC, self.aes_iv) return cipher.decrypt(data).decode('utf-8').rstrip('\x00') - def blowfish_decrypt(self, data): - cipher = Blowfish.new(self.blow_key, Blowfish.MODE_ECB) - return cipher.decrypt(data) - - def xor_bytes(self, a, b): - return bytes([x ^ y for x, y in zip(a, b)]) - class App: def __init__(self, root): self.root = root diff --git a/main.spec b/main.spec new file mode 100644 index 0000000..4dbebb6 --- /dev/null +++ b/main.spec @@ -0,0 +1,33 @@ +# -*- mode: python ; coding: utf-8 -*- + +block_cipher = None + + +a = Analysis(['main.py'], + pathex=['E:\\php\\NAVICAT_CRACK_PSW'], + binaries=[], + datas=[], + hiddenimports=['pkg_resources.py2_warn'], + hookspath=[], + runtime_hooks=[], + excludes=[], + win_no_prefer_redirects=False, + win_private_assemblies=False, + cipher=block_cipher, + noarchive=False) +pyz = PYZ(a.pure, a.zipped_data, + cipher=block_cipher) +exe = EXE(pyz, + a.scripts, + a.binaries, + a.zipfiles, + a.datas, + [], + name='main', + debug=False, + bootloader_ignore_signals=False, + strip=False, + upx=True, + upx_exclude=[], + runtime_tmpdir=None, + console=False )