diff --git a/1054Z patch from Marcus/1054z.patch b/1054Z patch from Marcus/1054z.patch deleted file mode 100644 index 3083014..0000000 --- a/1054Z patch from Marcus/1054z.patch +++ /dev/null @@ -1,101 +0,0 @@ ---- PyDSA.py 2015-09-20 08:04:00.000000000 +0200 -+++ PyDSA_mod.py 2015-09-27 23:56:32.352446000 +0200 -@@ -563,7 +563,7 @@ - showerror("VISA Error","Cannot open scope") - - # get metadata -- #sample_rate = float(scope.ask(':ACQ:SAMP?')) -+ #sample_rate = float(scope.ask(':ACQ:SRAT?')) - #timescale = float(scope.ask(":TIM:SCAL?")) - #timeoffset = float(scope.ask(":TIM:OFFS?")) - #voltscale = float(scope.ask(':CHAN1:SCAL?')) -@@ -577,24 +577,26 @@ - # Grab the raw data from channel 1 - #try: - # Set the scope the way we want it -- if SAMPLEdepth == 0: -- scope.write(':ACQ:MEMD NORM') # Long memory type -- else: -- scope.write(':ACQ:MEMD LONG') # normal memory type - #scope.write(':CHAN1:COUP DC') # DC coupling - #scope.write(':CHAN1:DISP ON') # Channel 1 on -- #scope.write(':CHAN2:DISP ON') # Channel 2 off -+ #scope.write(':CHAN2:DISP OFF') # Channel 2 off -+ #scope.write(':CHAN3:DISP OFF') # Channel 3 off -+ #scope.write(':CHAN4:DISP OFF') # Channel 4 off -+ #scope.write(':ACQ:MDEP AUTO') # Long memory type -+ #scope.write(':ACQ:MDEP 24000000') # Long memory type - #scope.write(':CHAN1:SCAL 1') # Channel 1 vertical scale 1 volts - #scope.write(':CHAN1:OFFS -2') # Channel 1 vertical offset 2 volts - #scope.write(':TIM:SCAL 0.001') # time interval -- #scope.write(':TIM:OFFS .05') # Offset time 50 ms -+ #scope.write(':TIM:OFFS 0.05') # Offset time 50 ms - - #scope.write(':TRIG:EDGE:SOUR CHAN1') # Edge-trigger from channel 1 - #scope.write(':TRIG:EDGE:SWE SING') # Single trigger - #scope.write(':TRIG:EDGE:COUP AC') # trigger coupling - #scope.write(':TRIG:EDGE:SLOP NEG') # Trigger on negative edge - #scope.write(':TRIG:EDGE:LEV 0.01') # Trigger volts -- scope.write(":RUN") -+ scope.write(":TRIG:SWE SING") -+ #scope.write(":RUN") -+ scope.write(":SINGLE") - - #txt = "Trig" - #x = X0L + 250 -@@ -602,14 +604,17 @@ - #IDtxt = ca.create_text (x, y, text=txt, anchor=W, fill=COLORyellow) - #root.update() # update screen - -- while scope.ask(':TRIG:STAT?') != 'STOP': -- sleep(0.1) -+ scope.ask(':TRIG:STAT?') -+ sleep(0.1) - #sleep(0.1) - # Grab the raw data from channel 1, which will take a few seconds for long buffer mode - - scope.write(":STOP") -- scope.write(":WAV:POIN:MODE RAW") -- -+ scope.write(":WAV:SOUR CHAN1") -+ scope.write(":WAV:MODE RAW") -+ scope.write(":WAV:FORM ASC") -+ scope.write(":WAV:START 1") -+ scope.write(":WAV:STOP 131072") - txt = "->Acquire" - x = X0L + 275 - y = Y0T+GRH+32 -@@ -617,23 +622,26 @@ - root.update() # update screen - - -- signals= scope.ask(":WAV:DATA? CHAN1") #do this first -+ signals= scope.ask(":WAV:DATA? CHAN1") #do this first -+ signals = signals[11:] - data_size = len(signals) -- -- SAMPLErate = scope.ask_for_values(':ACQ:SAMP?')[0] #do this second -+ #print data_size -+ #print signals -+ SAMPLErate = scope.ask_for_values(':ACQ:SRAT?')[0] #do this second - #print 'Data size:', SAMPLEsize, "Sample rate:", SAMPLErate - - - -- sleep(0.1) -+ #sleep(0.1) - - # convert data from (inverted) bytes to an array of scaled floats - # this magic from Matthew Mets -- SIGNAL1 = numpy.frombuffer(signals, 'B') -+ SIGNAL1 = numpy.fromstring(signals, sep=',') - #print SIGNAL1 -- SIGNAL1 = (SIGNAL1 * -1 + 255) -130 # invert -+ #print len(SIGNAL1) -+ #SIGNAL1 = (SIGNAL1 * -1 + 255) -130 # invert - #print SIGNAL1 -- SIGNAL1 = SIGNAL1/127.0 # scale 10 +-1, has a slight DC offset -+ #SIGNAL1 = SIGNAL1/127.0 # scale 10 +-1, has a slight DC offset - #print SIGNAL1 - - UpdateAll() # Update Data, trace and screen diff --git a/DS1054Z version by KK1L/PyDSA.py b/DS1054Z version by KK1L/PyDSA.py new file mode 100644 index 0000000..a632730 --- /dev/null +++ b/DS1054Z version by KK1L/PyDSA.py @@ -0,0 +1,1776 @@ +# SpectrumAnalyzer-v01a.py(w) (09-12-2011) +# For Python version 3.9 (updated from 2.6 by KK1L) +# With external module pyaudio (for Python version 2.6 or 2.7); NUMPY module (for used Python version) +# Created by Onno Hoekstra (pa2ohh) +# +# 17/9/15 Rich Heslip VE3MKC +# modified to capture samples from Rigol DS1102E scope for a basic 100Mhz SA +# +# This version slightly has a modified Sweep() routine for the DS1054Z by Kerr Smith Jan 31 2016 +# +# This version modified for Python 3.9 by Ron Rossi Jan 17 2021 +# pyvisa ".ask" is now ".query" +# significantly updated how to wait for waveform to be acquired and display +# +# Jul 16 2021 KK1L +# Added Clear button to remove the waveforms and reset averaging/max-hold +# Added toggle button to choose channel 1 or 2 +# On screen progress feedback for scope read, FFT, and display +# Warning trap when scope not triggered +# Added peak detect +# Added autoscale +# Put averaging back to accumulate mode +# Autoscale works with all displayed waveforms +# Changing divisions or shifting works with all displayed waveforms +# Allow up to 7 stored waveforms +# Calibration option +# Scale is in dBm and is accurate when calibrated with known magnitude sine +# +import math +import time +import numpy +#import tkinter +import tkinter.font as tkfont +import sys +from numpy.lib.twodim_base import _trilu_dispatcher +import pyvisa as visa +from time import sleep +from tkinter import * +from tkinter.simpledialog import * +from tkinter.messagebox import * +import array + + +NUMPYenabled = True # If NUMPY installed, then the FFT calculations is 4x faster than the own FFT calculation + +# Values that can be modified +GRWN = 1024 # Width of the grid +GRHN = 512 # Height of the grid +X0L = 20 # Left top X value of grid +Y0T = 25 # Left top Y value of grid + +Vdiv = 8 # Number of vertical divisions + +TRACEmode = 1 # 1 normal mode, 2 max hold, 3 average +TRACEaverage = 10 # Number of average sweeps for average mode +TRACEreset = True # True for first new trace, reset max hold and averageing +SWEEPsingle = False # flag to sweep once + +SAMPLErate = 1000000 # scope sample rate, read from scope when we read the buffer +SAMPLEsize = 16384 # default sample size ROSSI - irrelevant now. Read from scope. +ChannelChoice = 1 # 1 channel 1, 2 channel 2 ROSSI. Now used for channel selection +UPDATEspeed = 1.1 # Update speed can be increased when problems if PC too slow, default 1.1 +ZEROpadding = 0 # ZEROpadding for signal interpolation between frequency samples (0=none) + +DBdivlist = [1, 2, 3, 5, 10, 20] # dB per division +DBdivindex = 5 # 20 dB/div as initial value + +DBlevel = 0 # Reference level +CalibFactor = 7.72 # Trial and error value using 1MHz 632mVp-p for 0dBm and 2.00Vp-p for 10dBm. +PeakValuedBm = -9999.0 # Peak determined during operation. +PeakFrequency = 0 +MinValuedBm = 9999.0 # Min determined during operation. +BestdBdivIndex = 5 # Initial best value for autoscale +ASPeakValuedBm = -9999.0 # AutoScale peak tracks the peak across all waves including stored +ASMinValuedBm = 9999.0 # AutoScale min track the peak across all waves including stored +AutoCal = False + +LONGfftsize = 262144 # FFT to do on long buffer. larger FFT takes more time ROSSI - No longer used. +fftsamples = 16384 # size of FFT we are using - ROSSI - irrelevant now. Calculated from data read. + +# Colors that can be modified +COLORframes = "#000080" # Color = "#rrggbb" rr=red gg=green bb=blue, Hexadecimal values 00 - ff +COLORcanvas = "#000000" +COLORgrid = "#808080" +COLORtrace1 = "#00ff00" +ColorStoredTrace = ["#ff8000", "#ffff00", "#00ff00", "#00ffff", "#ff00ff", '#0080ff', '#cce5ff'] +COLORtext = "#ffffff" +COLORsignalband = "#ff0000" +COLORaudiobar = "#606060" +COLORaudiook = "#00ff00" +COLORaudiomax = "#ff0000" +COLORred = "#ff0000" +COLORyellow = "#ffff00" +COLORgreen = "#00ff00" +COLORmagenta = "#00ffff" + +# Button sizes that can be modified +Buttonwidth1 = 12 +Buttonwidth2 = 8 + + +# Initialisation of general variables +STARTfrequency = 1000000.0 # Startfrequency +STOPfrequency = 30000000.0 # Stopfrequency + +SNenabled= False # If Signal to Noise is enabled in the software +CENTERsignalfreq = 1000 # Center signal frequency of signal bandwidth for S/N measurement +STARTsignalfreq = 950.0 # Startfrequency of signal bandwidth for S/N measurement +STOPsignalfreq = 1050.0 # Stopfrequency of signal bandwidth for S/N measurement +SNfreqstep = 100 # Frequency step S/N frequency +SNmeasurement = True # True for signal to noise measurement between signal and displayed bandwidth +SNresult = 0.0 # Result of signal to noise measurement +SNwidth = 0 + + +# Other global variables required in various routines +GRW = GRWN # Initialize GRW +GRH = GRHN # Initialize GRH + +CANVASwidth = GRW + 2 * X0L # The canvas width +CANVASheight = GRH + 80 # The canvas height + +SIGNAL1 = [] # trace channel 1 + +FFTresult = [] # FFT result +PrimaryTrace = [] # Primary trace line +StoredTraces = [[]]*8 # Stored traces +StoredFFT = [[]]*8 # Stored FFT data to make scaling easier. Use for input to MakeTrace +MaxStoredTraces = 7 +CurrentStoredTrace = -1 # set to zero indicates no stored traces + +S1line = [] # Line for start of signal band indication +S2line = [] # line for stop of signal band indication + +RUNstatus = 0 # 0 stopped, 1 start, 2 running, 3 stop now, 4 stop and restart. +STOREtrace = False # Store and display trace +FFTwindow = 4 # FFTwindow 0=None (rectangular B=1), 1=Cosine (B=1.24), 2=Triangular non-zero endpoints (B=1.33), + # 3=Hann (B=1.5), 4=Blackman (B=1.73), 5=Nuttall (B=2.02), 6=Flat top (B=3.77) +SIGNALlevel = 0.0 # Level of audio input 0 to 1 ROSSI Not used. + +Marker1x = 0 # marker pip 1 location +Marker1y = 0 + +Marker2x = 0 # marker pip 2 +Marker2y = 0 + +if NUMPYenabled == True: + try: + import numpy.fft + except: + NUMPYenabled = False + + +# =================================== Start widgets routines ======================================== +def Bnot(): + print("Routine not made yet") + +def on_click(self, event): + # Last click in absolute coordinates + self.prev_var.set('%s:%s' % self.last_point) + # Current point in relative coordinates + self.curr_var.set('%s:%s' % (event.x - self.last_point[0], event.y - self.last_point[1])) + self.last_point = event.x, event.y + +# handle markers when mouse is clicked in middle frame +def Bmarker1(event): + global Marker1x + global Marker1y + + Marker1x=event.x + Marker1y=event.y + +def Bmarker2(event): + global Marker2x + global Marker2y + + Marker2x=event.x + Marker2y=event.y + #print ("button 2 clicked at", event.x, event.y) + +def BNormalmode(): + global TRACEmode + + TRACEmode = 1 + UpdateScreen() # Always Update + + +def BMaxholdmode(): + global TRACEmode + global TRACEreset + global RUNstatus + global PrimaryTrace + global StoredTraces + global STOREtrace + global CurrentStoredTrace + global PeakValuedBm + global FFTresult + + TRACEreset = True # Reset trace peak and trace average + TRACEmode = 2 + #Would use code below to reset the hold accumulation + PrimaryTrace = [] + PeakValuedBm = -9999.0 + ca.delete("peak_marker") + UpdateScreen() # Always Update + + +def BAveragemode(): + global TRACEmode + global TRACEaverage + global TRACEreset + global RUNstatus + global PrimaryTrace + global StoredTraces + global STOREtrace + global CurrentStoredTrace + global PeakValuedBm + global FFTresult + + #if (RUNstatus != 0): + # showwarning("WARNING","Stop sweep first") + # return() + + TRACEreset = True # Reset trace peak and trace average + TRACEmode = 3 + + s = askinteger("Power averaging", "Value: " + str(TRACEaverage) + "x\n\nNew value:\n(1-n)") + + if ((s == None) or (s == " ")): # If Cancel pressed, then None + return() + try: # Error if for example no numeric characters) + v = int(s) + except: + s = "error" + if s != "error": + TRACEaverage = v + if TRACEaverage < 1: + TRACEaverage = 1 + #Would use code below to reset the averaging + PrimaryTrace = [] + PeakValuedBm = -9999.0 + ca.delete("peak_marker") + + UpdateScreen() # Always Update + +def BCalibration(): + global CalibFactor + global CalibStep + global TRACEmode + global TRACEaverage + global TRACEreset + global PrimaryTrace + global StoredTraces + global STOREtrace + global CurrentStoredTrace + global PeakValuedBm + global FFTresult + global RUNstatus + global SWEEPsingle + global AutoCal + global dBmTarget + + dBmTarget = 0 #assume 0dBm (632mVp-p) target unless updated + s = askfloat("Enter dBm target", "Sample a sine wave of known \nvalue to calibrate. \n\nEnter the amplitude in dBm:") + if (s == None): # If Cancel pressed, then None + return() + dBmTarget = s + + AutoCal = True + RUNstatus = 2 + CalibFactor = 1 + CalibStep = 9999 #set for first time through + SWEEPsingle = True + TRACEmode = 1 #normal mode...not set up to work any other way currently. + +def BAutoScale(): + global DBlevel + global DBdivindex + global FFTresult + global PrimaryTrace + global StoredTraces + # Save the "live" wave + TempPrimaryFFT = FFTresult.copy() + # Set up to figure the graticle shift and scaling + + if ASPeakValuedBm > -9999: #check to see if waveform is already acquired (requirement for this to work) + # already calculated best dB per div. Now need to find what to shift the top of screen value to. + BestdBLevel = -1000 #use a low value divisible by all possible db/div settings (1, 2, 5, 10, 20) + while int(ASPeakValuedBm) > BestdBLevel: + BestdBLevel += DBdivlist[BestdBdivIndex] + DBdivindex = BestdBdivIndex + DBlevel = BestdBLevel + #now recreate traces from the FFT data. Start with stored so the last Primary is the real Primary + Index = 0 + if CurrentStoredTrace != -1: + while Index <= CurrentStoredTrace: + FFTresult = StoredFFT[Index].copy() + MakeTrace() #makes PrimaryTrace from FFTresult + StoredTraces[Index] = PrimaryTrace.copy() #store PrimaryTrace in correct StoredTraces + Index += 1 + FFTresult = TempPrimaryFFT.copy() # scale and shift each stored FFT + UpdateTrace() #makes PrimaryTrace from FFTresult and then MakeScreen for all traces + +def BFFTwindow(): + global FFTwindow + global TRACEreset + + FFTwindow += 1 + if FFTwindow > 6: + FFTwindow = 0 + TRACEreset = True # Reset trace peak and trace average + UpdateAll() # Always Update + + +def BChannelChoice(): + global ChannelChoice + global RUNstatus + + #if (RUNstatus != 0): + # showwarning("WARNING","Stop sweep first") + # return() + + if ChannelChoice == 2: + ChannelChoice = 1 + else: + ChannelChoice = 2 + #if RUNstatus == 0: # Update if stopped + UpdateScreen() + + +def BSTOREtrace(): + global STOREtrace + global PrimaryTrace + global StoredTraces + global MaxStoredTraces + global CurrentStoredTrace + global ASPeakValuedBm + global ASMinValuedBm + global PeakValuedBm + global MinValuedBm + # Save overall peak and minimum + if PeakValuedBm > ASPeakValuedBm: + ASPeakValuedBm = PeakValuedBm + if MinValuedBm < ASMinValuedBm: + ASMinValuedBm = MinValuedBm + PeakValuedBm = -9999.0 + MinValuedBm = 9999.0 + CST_OnEntry = CurrentStoredTrace + try: + if CurrentStoredTrace >= -1 and CurrentStoredTrace < 5: + CurrentStoredTrace += 1 + StoredTraces[CurrentStoredTrace] = PrimaryTrace.copy() + StoredFFT[CurrentStoredTrace] = FFTresult.copy() + STOREtrace = True + else: + STOREtrace = False + except: + CurrentStoredTrace = CST_OnEntry + + UpdateTrace() # Always Update + + +def BSINGLEsweep(): + global SWEEPsingle + global RUNstatus + + if (RUNstatus != 0): + showwarning("WARNING","Stop sweep first") + return() + else: + SWEEPsingle = True + RUNstatus = 1 # we are stopped, start + TRACEreset = True # Reset trace peak and trace average + UpdateScreen() # Always Update + +def BSNmode(): + global RUNstatus + global SNmeasurement + global SNresult + global SNwidth + + if SNwidth == 0: + SNwidth = 1 + SNmeasurement = True + elif SNwidth == 1: + SNwidth = 2 + SNmeasurement = True + elif SNwidth == 2: + SNwidth = 5 + SNmeasurement = True + elif SNwidth == 5: + SNwidth = 10 + SNmeasurement = True + elif SNwidth == 10: + SNwidth = 0 + SNmeasurement = False + + if RUNstatus == 0: # Update if stopped + UpdateTrace() + + +def BSNfreq1(): + global RUNstatus + global CENTERsignalfreq + global SNfreqstep + global SNmeasurement + + if SNmeasurement == False: # Only if SN measurement is running + return() + + CENTERsignalfreq = CENTERsignalfreq - SNfreqstep + if CENTERsignalfreq < 0: + CENTERsignalfreq = 0 + + if RUNstatus == 0: # Update if stopped + UpdateTrace() + + +def BSNfreq2(): + global RUNstatus + global CENTERsignalfreq + global SNfreqstep + global SNmeasurement + + if SNmeasurement == False: # Only if SN measurement is running + return() + + CENTERsignalfreq += SNfreqstep + if CENTERsignalfreq > 1e6: + CENTERsignalfreq = 1e6 + + if RUNstatus == 0: # Update if stopped + UpdateTrace() + + +def BSNfstep1(): + global SNfreqstep + global SNmeasurement + + if SNmeasurement == False: # Only if SN measurement is running + return() + + elif SNfreqstep == 10: + SNfreqstep = 1 + elif SNfreqstep == 100: + SNfreqstep = 10 + elif SNfreqstep == 1000: + SNfreqstep = 100 + + +def BSNfstep2(): + global SNfreqstep + global SNmeasurement + + if SNmeasurement == False: # Only if SN measurement is running + return() + + if SNfreqstep == 1: + SNfreqstep = 10 + elif SNfreqstep == 10: + SNfreqstep = 100 + elif SNfreqstep == 100: + SNfreqstep = 1000 + + +def BStart(): + global RUNstatus + + if (RUNstatus == 0): + RUNstatus = 1 + UpdateScreen() # Always Update + + +def Blevel1(): + global RUNstatus + global DBlevel + global FFTresult + global PrimaryTrace + global StoredTraces + # Save the "live" wave + TempPrimaryFFT = FFTresult.copy() + DBlevel -= 1 + #now recreate traces from the FFT data. Start with stored so the last Primary is the real Primary + Index = 0 + if CurrentStoredTrace != -1: + while Index <= CurrentStoredTrace: + FFTresult = StoredFFT[Index].copy() + MakeTrace() #makes PrimaryTrace from FFTresult + StoredTraces[Index] = PrimaryTrace.copy() #store PrimaryTrace in correct StoredTraces + Index += 1 + FFTresult = TempPrimaryFFT.copy() # scale and shift each stored FFT + UpdateTrace() #makes PrimaryTrace from FFTresult and then MakeScreen for all traces + + #if RUNstatus == 0: # Update if stopped + # UpdateTrace() + + +def Blevel2(): + global RUNstatus + global DBlevel + global FFTresult + global PrimaryTrace + global StoredTraces + # Save the "live" wave + TempPrimaryFFT = FFTresult.copy() + DBlevel += 1 + #now recreate traces from the FFT data. Start with stored so the last Primary is the real Primary + Index = 0 + if CurrentStoredTrace != -1: + while Index <= CurrentStoredTrace: + FFTresult = StoredFFT[Index].copy() + MakeTrace() #makes PrimaryTrace from FFTresult + StoredTraces[Index] = PrimaryTrace.copy() #store PrimaryTrace in correct StoredTraces + Index += 1 + FFTresult = TempPrimaryFFT.copy() # scale and shift each stored FFT + UpdateTrace() #makes PrimaryTrace from FFTresult and then MakeScreen for all traces + + #if RUNstatus == 0: # Update if stopped + # UpdateTrace() + + +def Blevel3(): + global RUNstatus + global DBlevel + global FFTresult + global PrimaryTrace + global StoredTraces + # Save the "live" wave + TempPrimaryFFT = FFTresult.copy() + DBlevel -= 10 + #now recreate traces from the FFT data. Start with stored so the last Primary is the real Primary + Index = 0 + if CurrentStoredTrace != -1: + while Index <= CurrentStoredTrace: + FFTresult = StoredFFT[Index].copy() + MakeTrace() #makes PrimaryTrace from FFTresult + StoredTraces[Index] = PrimaryTrace.copy() #store PrimaryTrace in correct StoredTraces + Index += 1 + FFTresult = TempPrimaryFFT.copy() # scale and shift each stored FFT + UpdateTrace() #makes PrimaryTrace from FFTresult and then MakeScreen for all traces + + #if RUNstatus == 0: # Update if stopped + # UpdateTrace() + + +def Blevel4(): + global RUNstatus + global DBlevel + global FFTresult + global PrimaryTrace + global StoredTraces + # Save the "live" wave + TempPrimaryFFT = FFTresult.copy() + DBlevel += 10 + #now recreate traces from the FFT data. Start with stored so the last Primary is the real Primary + Index = 0 + if CurrentStoredTrace != -1: + while Index <= CurrentStoredTrace: + FFTresult = StoredFFT[Index].copy() + MakeTrace() #makes PrimaryTrace from FFTresult + StoredTraces[Index] = PrimaryTrace.copy() #store PrimaryTrace in correct StoredTraces + Index += 1 + FFTresult = TempPrimaryFFT.copy() # scale and shift each stored FFT + UpdateTrace() #makes PrimaryTrace from FFTresult and then MakeScreen for all traces + + #if RUNstatus == 0: # Update if stopped + # UpdateTrace() + + +def BStop(): + global RUNstatus + + if (RUNstatus == 1): + RUNstatus = 0 + elif (RUNstatus == 2): + RUNstatus = 3 + elif (RUNstatus == 3): + RUNstatus = 3 + elif (RUNstatus == 4): + RUNstatus = 3 + UpdateScreen() # Always Update + + +def BSetup(): + global SAMPLErate + global ZEROpadding + global RUNstatus + global SIGNAL1 + global PrimaryTrace + global TRACEreset + + #if (RUNstatus != 0): + # showwarning("WARNING","Stop sweep first") + # return() + + s = askstring("Zero padding","For better interpolation of levels between frequency samples.\nIncreases processing time!\n\nValue: " + str(ZEROpadding) + "\n\nNew value:\n(0-5, 0 is no zero padding)") + + if (s == None): # If Cancel pressed, then None + return() + + try: # Error if for example no numeric characters or OK pressed without input (s = "") + v = int(s) + except: + s = "error" + + if s != "error": + if v < 0: + v = 0 + if v > 5: + v = 5 + ZEROpadding = v + + TRACEreset = True # Reset trace peak and trace average + UpdateAll() # Update FFT and screen + + +def BStartfrequency(): + global STARTfrequency + global STOPfrequency + global RUNstatus + global DBdivindex + global PrimaryTrace + global StoredTraces + global FFTresult + + # if (RUNstatus != 0): + # showwarning("WARNING","Stop sweep first") + # return() + + s = askstring("Startfrequency: ","Value: " + str(STARTfrequency) + " Hz\n\nNew value:\n") + + if (s == None): # If Cancel pressed, then None + return() + + try: # Error if for example no numeric characters or OK pressed without input (s = "") + v = float(s) + except: + s = "error" + + if s != "error": + STARTfrequency = abs(v) + + if STOPfrequency <= STARTfrequency: + STOPfrequency = STARTfrequency + 1 + # Save the "live" wave + TempPrimaryFFT = FFTresult.copy() + #now recreate traces from the FFT data. Start with stored so the last Primary is the real Primary + Index = 0 + if CurrentStoredTrace != -1: + while Index <= CurrentStoredTrace: + FFTresult = StoredFFT[Index].copy() + MakeTrace() #makes PrimaryTrace from FFTresult + StoredTraces[Index] = PrimaryTrace.copy() #store PrimaryTrace in correct StoredTraces + Index += 1 + FFTresult = TempPrimaryFFT.copy() # scale and shift each stored FFT + UpdateTrace() #makes PrimaryTrace from FFTresult and then MakeScreen for all traces + +def BClearTraces(): + global PrimaryTrace + global StoredTraces + global STOREtrace + global CurrentStoredTrace + global PeakValuedBm + global FFTresult + #FFTresult = [] + PrimaryTrace = [] + StoredTraces = [[]]*6 + STOREtrace = False + CurrentStoredTrace = -1 + PeakValuedBm = -9999.0 + ca.delete("peak_marker") + UpdateScreen() + #root.update() + +def BStopfrequency(): + global STARTfrequency + global STOPfrequency + global RUNstatus + global DBdivindex + global PrimaryTrace + global StoredTraces + global FFTresult + # if (RUNstatus != 0): + # showwarning("WARNING","Stop sweep first") + # return() + + s = askstring("Stopfrequency: ","Value: " + str(STOPfrequency) + " Hz\n\nNew value:\n") + + if (s == None): # If Cancel pressed, then None + return() + + try: # Error if for example no numeric characters or OK pressed without input (s = "") + v = float(s) + except: + s = "error" + + if s != "error": + STOPfrequency = abs(v) + + if STOPfrequency < 10: # Minimum stopfrequency 10 Hz + STOPfrequency = 10 + + if STARTfrequency >= STOPfrequency: + STARTfrequency = STOPfrequency - 1 + + # Save the "live" wave + TempPrimaryFFT = FFTresult.copy() + #now recreate traces from the FFT data. Start with stored so the last Primary is the real Primary + Index = 0 + if CurrentStoredTrace != -1: + while Index <= CurrentStoredTrace: + FFTresult = StoredFFT[Index].copy() + MakeTrace() #makes PrimaryTrace from FFTresult + StoredTraces[Index] = PrimaryTrace.copy() #store PrimaryTrace in correct StoredTraces + Index += 1 + FFTresult = TempPrimaryFFT.copy() # scale and shift each stored FFT + UpdateTrace() #makes PrimaryTrace from FFTresult and then MakeScreen for all traces + +def BDBdiv1(): + global DBdivindex + global RUNstatus + global PrimaryTrace + global StoredTraces + global FFTresult + # Save the "live" wave + TempPrimaryFFT = FFTresult.copy() + if (DBdivindex >= 1): + DBdivindex -= 1 + #now recreate traces from the FFT data. Start with stored so the last Primary is the real Primary + Index = 0 + if CurrentStoredTrace != -1: + while Index <= CurrentStoredTrace: + FFTresult = StoredFFT[Index].copy() + MakeTrace() #makes PrimaryTrace from FFTresult + StoredTraces[Index] = PrimaryTrace.copy() #store PrimaryTrace in correct StoredTraces + Index += 1 + FFTresult = TempPrimaryFFT.copy() # scale and shift each stored FFT + UpdateTrace() #makes PrimaryTrace from FFTresult and then MakeScreen for all traces + + +def BDBdiv2(): + global DBdivindex + global DBdivlist + global RUNstatus + global PrimaryTrace + global StoredTraces + global FFTresult + # Save the "live" wave + TempPrimaryFFT = FFTresult.copy() + if (DBdivindex < len(DBdivlist) - 1): + DBdivindex += 1 + #now recreate traces from the FFT data. Start with stored so the last Primary is the real Primary + Index = 0 + if CurrentStoredTrace != -1: + while Index <= CurrentStoredTrace: + FFTresult = StoredFFT[Index].copy() + MakeTrace() #makes PrimaryTrace from FFTresult + StoredTraces[Index] = PrimaryTrace.copy() #store PrimaryTrace in correct StoredTraces + Index += 1 + FFTresult = TempPrimaryFFT.copy() # scale and shift each stored FFT + UpdateTrace() #makes PrimaryTrace from FFTresult and then MakeScreen for all traces + +def SetTrackingGen(): + global X0L # Left top X value + global Y0T # Left top Y value + global GRW # Screenwidth + global GRH # Screenheight + global SIGNAL1 + global RUNstatus + global SWEEPsingle + global SAMPLErate + global SAMPLEsize + global UPDATEspeed + global STARTfrequency + global STOPfrequency + global COLORred + global COLORcanvas + global COLORyellow + global COLORgreen + global COLORmagenta + global ColorStoredTrace + + ZerodBmm = 0.632 #Volts for 0dBm + TrackingIncrement = 1 #frequency step in kHz + #scope.write(":SOUR1:FUNC:SIN") #set generator to sinusoid for sweeping + #scope.write(":SOUR1:VOLT ", ZerodBm) + #scope.write(":SOUR1:FREQ:", STARTfrequency) + scope.write(":SOUR1:MOD 0") #turn off modulation + scope.write(":SOUR1:OUTP:IMP OMEG") #high impedance mode + scope.write("SOUR1:APPL:SIN ", STARTfrequency, ",", ZerodBmm) + scope.write(":SOUR1:OUTP ON") #turn sourcen + + + +# ============================================ Main routine ==================================================== + +def Sweep(): # Read samples and store the data into the arrays + global X0L # Left top X value + global Y0T # Left top Y value + global GRW # Screenwidth + global GRH # Screenheight + global SIGNAL1 + global RUNstatus + global SWEEPsingle + global SMPfftlist + global SMPfftindex + global SAMPLErate + global SAMPLEsize + global ChannelChoice + global UPDATEspeed + global STARTfrequency + global STOPfrequency + global COLORred + global COLORcanvas + global COLORyellow + global COLORgreen + global COLORmagenta + global ColorStoredTrace + global AutoCal + global CalibFactor + global CalibStep + global dBmTarget + global PeakDelta + global OldPeakDelta + global PeakValuedBm + + while (True): # Main loop + + #Calibration pressed + if AutoCal == True: + if CalibStep == 9999: #in first time through + RUNstatus = 1 + CalibStep = 10 + PeakDelta = 9999.0 + else: + OldPeakDelta = PeakDelta + PeakDelta = PeakValuedBm - dBmTarget #use PeakValuedBm for active wave (not ASPeak...since that includes stored waves) + if PeakDelta > 0: + IsHigh = True + else: + IsHigh = False + if abs(PeakDelta) > 0.05: #binary search?? + if OldPeakDelta != 9999.0: #not first time through + if OldPeakDelta > 0: + WasHigh = True + else: + WasHigh = False + if (IsHigh and not WasHigh) or (not IsHigh and WasHigh): # went past the target, so slow down approach + CalibStep = CalibStep / 2 + if PeakDelta > 0: + while CalibStep >= CalibFactor: + CalibStep = CalibStep / 2 + CalibFactor -= CalibStep + else: + CalibFactor += CalibStep + + RUNstatus = 2 + else: + RUNstatus = 0 + AutoCal = False #All done! + x = X0L+265 + y = Y0T+GRH+32 + txt = "Autocalibration complete! Factor = " + str("{:.2f}".format(CalibFactor)) + ca.create_text (x, y, text=txt, anchor=W, fill=COLORgreen, tag="AutoCal_status") + root.update() + #UpdateScreen() + + if (RUNstatus == 1): + if UPDATEspeed < 1: + UPDATEspeed = 1.0 + + TRACESopened = 1 + + try: + # Rossi code to open first resource + rm = visa.ResourceManager() + instruments = rm.list_resources() + #print( res ) + #scope = rm.open_resource( res[0] ) # !scope = rm.open_resource() + + # Get the USB device, e.g. 'USB0::0x1AB1::0x0588::DS1ED141904883' + #instruments = visa.get_instruments_list() + #print ( 'List of instruments ', instruments ) + #print( 'Instrument 0 = ', instruments[0]) + #VXI = filter(lambda x: 'TCPIP' in x, instruments) + #if len(VXI) != 1: + # print ('Bad instrument list', instruments) + # sys.exit(-1) + #print ( 'TCPIP variable = ', VXI ) + #scope = visa.instrument(VXI[0], timeout=200, chunk_size=1024000) # bigger timeout for long mem + scope = rm.open_resource( instruments[0] ) + RUNstatus = 2 #acquire wave next + except: + RUNstatus = 0 + showerror("VISA Error","Cannot open scope") + + UpdateScreen() # UpdateScreen() call + + + # RUNstatus = 2: Reading data from scope + try: + if (RUNstatus == 2): + #set up the scope to acquire with correct parms + scope.write(":STST:BEEP 0") #turn off scope sounds + #sample and data set from current scope setting + SAMPLErate = scope.query_ascii_values(':ACQ:SRAT?')[0] #do this second + try: + data_length = scope.query_ascii_values(':ACQ:MDEP?')[0] + except: + #if data_length == "AUTO": + scope.write(":ACQ:MDEP 60000") #could calculate later from waveform preamble...will update code at some point + data_length = int(scope.query_ascii_values(':ACQ:MDEP?')[0]) + #print('Data length from scope:', data_length, "Sample rate from scope:", SAMPLErate) + #print('Will sample with command:',":WAV:SOUR CHAN" + str(ChannelChoice)) + scope.write(":WAV:SOUR CHAN" + str(ChannelChoice)) + scope.write(":STOP") + scope.write(":TRIG:SWE SING") #set single trigger mode so STOP plus acquire time can be used to read wave from screen + #print("end of commands after STOP") + txt = "->Acquiring wave from scope" + x = X0L + 275 + y = Y0T+GRH+32 + ca.delete("AutoCal_status") + ca.create_text (x, y, text=txt, anchor=W, fill=COLORgreen, tag="aquire_status") + root.update() # update screen + + #Force single trigger and wait for the waveform to fully capture + scope.write(':SING') + sleep(0.5) #give scope a chance to settle on a status + trigger_status = scope.query(":TRIG:STAT?") + #print("1st char", trigger_status[0], "full status", trigger_status) + #if sample rate is 5Ms/sec or slower, then scope is slow and needs check for completion + #this is a pretty hokie solution! + T1 = time.time() #log time to give warning to check scope trigger + if SAMPLErate <= 2000000: + # need to compare to first character only since there is some extra char at end of string + while trigger_status[0] != ("R" or "W" or "T"): #loop to wait to enter RUN state + trigger_status = scope.query(":TRIG:STAT?") + sleep(0.1) + #print("Wait for Run. 1st char", trigger_status[0], "full status", trigger_status) + T2 = time.time() + if T2 - T1 > 10: #give screen warning and stop acquire + Warning = TRUE + txt = ">>> CHECK SCOPE TRIGGER! <<<" + x = X0L + 275 + y = Y0T+GRH+32 + ca.delete("aquire_status") + ca.create_text (x, y, text=txt, anchor=W, fill=COLORred, tag="check_trigger") + root.update() # update screen + sleep(10) #give some time for warning to show + RUNstatus = 0 #set stop status + ca.delete("check_trigger") + dummyvariable = 1/0 #throw an error to exit to "except:" + while trigger_status[0] != "S": #loop to wait for STOP state (wave completly captured) + trigger_status = scope.query(":TRIG:STAT?") + sleep(0.1) + #print("Wait for Stop. 1st char", trigger_status[0], "full status", trigger_status) + T2 = time.time() + if T2 - T1 > 10: #give screen warning and stop acquire + Warning = TRUE + txt = ">>> CHECK SCOPE TRIGGER! <<<" + x = X0L + 275 + y = Y0T+GRH+32 + ca.delete("aquire_status") + ca.create_text (x, y, text=txt, anchor=W, fill=COLORred, tag="check_trigger") + root.update() # update screen + sleep(10) #give some time for warning to show + RUNstatus = 0 #set stop status + ca.delete("check_trigger") + dummyvariable = 1/0 #throw an error to exit to "except:" + #this grabs an array of bytes + #if larger than 250,000 then need to break up reads + scope.write(":WAV:MODE NORM") + scope.write(":WAV:FORM ASC") + wave_parms = [] + wave_parms.extend(scope.query_ascii_values(":WAV:PRE?")) + Wave_Format = wave_parms.pop(0) + Wave_Type = wave_parms.pop(0) + Wave_Points = wave_parms.pop(0) + Wave_Count = wave_parms.pop(0) + Wave_XInc = wave_parms.pop(0) + Wave_XOrig = wave_parms.pop(0) + Wave_XRef = wave_parms.pop(0) + Wave_YInc = wave_parms.pop(0) + Wave_YOrig = wave_parms.pop(0) + Wave_YRef = wave_parms.pop(0) + scope.write(":WAV:MODE RAW") + scope.write(":WAV:FORM BYTE") + if data_length < 250000: + read_length = data_length + else: + read_length = 250000 + NumReads = int(data_length/read_length) #will leave some points unread if not even divide + reads = 0 + signals = [] + data_size = len(signals) + #print ( 'Cleared data size = ', data_size) + #get waveform parameters + + T1 = time.time() + while reads < NumReads: + start_read = read_length * reads + 1 + stop_read = start_read + read_length - 1 + scope.write(":WAV:STAR " + str(start_read)) + scope.write(":WAV:STOP " + str(stop_read)) + #print("data length:", data_length,"start:", start_read, "stop:",stop_read, "read length:",read_length) + #signals.extend(scope.query_binary_values(":WAV:DATA?", datatype='s', data_points=read_length)) + #option "is_big_endian"=True/False default is FALSE to reverse order of data if needed + #chunk_size matching data_length speeds reads by 33% for long data + signals.extend(scope.query_binary_values(":WAV:DATA?", datatype='s', chunk_size=read_length, is_big_endian=False)) + #for count in "0,1,2,3,4,5,6,7,8,9,10": + # header = signals.pop(0) #discard the 11 bytes of header before the wave data + #No need! the VIVisa function accounts for an ieee header in the data transfer + #print ("current data length=",len(signals)) + reads += 1 + x = X0L+275 + y = Y0T+GRH+48 + ca.delete ("read_status") #delete canvas object tag=read_status + root.update() # update screen + txt = "read " + str("{0:,.0f}".format(stop_read)) + " of " + str("{0:,.0f}".format(data_length)) + " bytes" + ca.create_text (x, y, text=txt, anchor=W, fill=COLORgreen, tag="read_status") + root.update() # update screen + data_size = len(signals) + T2 = time.time() + #print("Data read time: ",T2 - T1, "s") + #print( 'Final data size = ', data_size) + ca.delete ("read_status") + root.update() # update screen + + #check for min/max readings to indicate clipping + max_reading = 0 + min_reading = 255 + reads = 0 + while reads < data_size: + if signals[reads] > max_reading: + max_reading = signals[reads] + if signals[reads] < min_reading: + min_reading = signals[reads] + reads += 1 + if min_reading == 0 or max_reading == 255: + txt = "!!CLIPPING DETECTED!!" + ca.create_text (x, y, text=txt, anchor=W, fill=COLORred, tag="clipping_status") + root.update() # update screen + sleep(5) + ca.delete ("clipping_status") + root.update() # update screen + + SIGNAL1 = signals + #Use the YOrigin, YReference, and YIncrement data to convert to volts + # (Data - YOrig - YRef) * Yinc + SIGNAL1 = numpy.subtract(SIGNAL1, Wave_YOrig) + SIGNAL1 = numpy.subtract(SIGNAL1, Wave_YRef) + SIGNAL1 = numpy.multiply(SIGNAL1, Wave_YInc) + SIGNAL1 = numpy.multiply(SIGNAL1, CalibFactor) #adjust so dBm values are correct + #print (signals[0],signals[1],signals[2],signals[3]) + #print (SIGNAL1[0],SIGNAL1[1],SIGNAL1[2],SIGNAL1[3]) + + UpdateAll() # Update Data, trace and screen + + if SWEEPsingle == True: # single sweep mode, sweep once then stop + SWEEPsingle = False + RUNstatus = 3 + + # RUNstatus = 3: Stop + # RUNstatus = 4: Stop and restart + #if (RUNstatus == 3) or (RUNstatus == 4): + # scope.write(":KEY:FOR") + # scope.close() + if RUNstatus == 3: + RUNstatus = 0 # Status is stopped + if RUNstatus == 4: + RUNstatus = 1 # Status is (re)start + UpdateScreen() # UpdateScreen() call + except: + pass #way to "clean" exit when there is some scope issue + + # Update tquerys and screens by TKinter + root.update_idletasks() + root.update() # read buttons, update screens, do stuff + + +def UpdateAll(): # Update Data, trace and screen + DoFFT() # Fast Fourier transformation + MakeTrace() # Update the traces + UpdateScreen() # Update the screen + + +def UpdateTrace(): # Update trace and screen + MakeTrace() # Update traces + UpdateScreen() # Update the screen + + +def UpdateScreen(): # Update screen with trace and text + MakeScreen() # Update the screen + root.update() # Activate updated screens + + +def DoFFT(): # Fast Fourier transformation + global SIGNAL1 + global SAMPLEsize + global TRACEmode + global TRACEaverage + global TRACEreset + global ZEROpadding + global FFTresult + global fftsamples + global SIGNALlevel + global FFTwindow + global NUMPYenabled + global SMPfftlist + global SMPfftindex + global LONGfftsize + +#show what we are doing on the screen +# FFT can take a long time! + ca.delete ("aquire_status") + txt = "->Processing FFT" + x = X0L + 275 + y = Y0T+GRH+32 + ca.create_text (x, y, text=txt, anchor=W, fill=COLORgreen, tag="fft_status") + root.update() # update screen + + T1 = time.time() # For time measurement of FFT routine + + REX = [] + IMX = [] + + + #scale fftsamples + fftexponent = 0 + data_size = len(SIGNAL1) + for fftexponent in range(13,24): + fftsamples = 2**fftexponent + if fftsamples*2 >= data_size: #check to see if one more take it above + break + fftexponent += 1 + #print("fftsamples: ", fftsamples) + + #print("Buffersize:" + str(len(SIGNAL1)) + " FFTsize: " + str(fftsamples)) + SAMPLEsize= fftsamples + + n = 0 + SIGNALlevel = 0.0 + v = 0.0 + m = 0 # For calculation of correction factor + while n < fftsamples: + + v=SIGNAL1[n] + # Check for overload + va = abs(v) # Check for peak input level + #print v + if va > SIGNALlevel: + SIGNALlevel = va + + # Cosine window function + # medium-dynamic range B=1.24 + if FFTwindow == 1: + w = math.sin(math.pi * n / (fftsamples - 1)) + v = w * v * 1.571 + + # Triangular non-zero endpoints + # medium-dynamic range B=1.33 + if FFTwindow == 2: + w = (2.0 / fftsamples) * ((fftsamples / 2.0) - abs(n - (fftsamples - 1) / 2.0)) + v = w * v * 2.0 + + # Hann window function + # medium-dynamic range B=1.5 + if FFTwindow == 3: + w = 0.5 - 0.5 * math.cos(2 * math.pi * n / (fftsamples - 1)) + v = w * v * 2.000 + + # Blackman window, continuous first derivate function + # medium-dynamic range B=1.73 + if FFTwindow == 4: + w = 0.42 - 0.5 * math.cos(2 * math.pi * n / (fftsamples - 1)) + 0.08 * math.cos(4 * math.pi * n / (fftsamples - 1)) + v = w * v * 2.381 + + # Nuttall window, continuous first derivate function + # high-dynamic range B=2.02 + if FFTwindow == 5: + w = 0.355768 - 0.487396 * math.cos(2 * math.pi * n / (fftsamples - 1)) + 0.144232 * math.cos(4 * math.pi * n / (fftsamples - 1))- 0.012604 * math.cos(6 * math.pi * n / (fftsamples - 1)) + v = w * v * 2.811 + + # Flat top window, + # medium-dynamic range, extra wide bandwidth B=3.77 + if FFTwindow == 6: + w = 1.0 - 1.93 * math.cos(2 * math.pi * n / (fftsamples - 1)) + 1.29 * math.cos(4 * math.pi * n / (fftsamples - 1))- 0.388 * math.cos(6 * math.pi * n / (fftsamples - 1)) + 0.032 * math.cos(8 * math.pi * n / (fftsamples - 1)) + v = w * v * 1.000 + + # m = m + w / fftsamples # For calculation of correction factor + REX.append(v) # Append the value to the REX array + IMX.append(0.0) # Append 0 to the imagimary part + + n = n + 1 + + # if m > 0: # For calculation of correction factor + # print 1/m # For calculation of correction factor + + # Zero padding of array for better interpolation of peak level of signals + ZEROpaddingvalue = int(math.pow(2,ZEROpadding) + 0.5) + fftsamples = ZEROpaddingvalue * fftsamples # Add zero's to the arrays + #fftsamples = ZEROpaddingvalue * fftsamples -1 # Add zero's to the arrays + + # The FFT calculation with NUMPY if NUMPYenabled == True or with the FFT calculation below + fftresult = numpy.fft.fft(REX, n=fftsamples)# Do FFT+zeropadding till n=fftsamples with NUMPY if NUMPYenabled == True + REX=fftresult.real + IMX=fftresult.imag + + + # Make FFT result array + Totalcorr = float(ZEROpaddingvalue)/ fftsamples # For VOLTAGE! + Totalcorr = Totalcorr * Totalcorr # For POWER! + + FFTmemory = FFTresult #save prevous result for comparison + FFTresult = [] #clear current list for new data + + #print len(FFTmemory) + T2 = time.time() + #print("FFT calc time: ",T2 - T1, "s") # For time measurement of FFT routine + T1 = time.time() + ca.delete ("fft_status") + root.update() + txt = "->Creating waveform" + x = X0L + 275 + y = Y0T+GRH+32 + ca.create_text (x, y, text=txt, anchor=W, fill=COLORgreen, tag="waveform_status") + root.update() + + n = 0 + while (n <= fftsamples / 2): + # For relative to voltage: v = math.sqrt(REX[n] * REX[n] + IMX[n] * IMX[n]) # Calculate absolute value from re and im + v = REX[n] * REX[n] + IMX[n] * IMX[n] # Calculate absolute value from re and im relative to POWER! + + v = v * Totalcorr # Make level independent of samples and convert to display range + + + + if TRACEmode == 2 and PeakValuedBm != -9999.0: # and TRACEreset == True: # Max hold, change v to maximum value + if v < FFTmemory[n]: + v = FFTmemory[n] + + if TRACEmode == 3 and PeakValuedBm != -9999.0: # and TRACEreset == True: # Average, add difference / TRACEaverage to v + # add difference from previous scaled by TRACEaverage entry + v = FFTmemory[n] + (v - FFTmemory[n]) / TRACEaverage + + FFTresult.append(v) # Append the value to the FFTresult array + n += 1 + + ##a rolling average across TraceAverage values + #i_fft = n + #v_avg = 0 + #while ((i_fft - n) < TRACEaverage): + # v_avg = v_avg + ((REX[i_fft] * REX[i_fft] + IMX[i_fft] * IMX[i_fft]) * Totalcorr) + # i_fft = i_fft + 1 + #v = v_avg / TRACEaverage + # + # + #i_fft = n + #v_avg = 0 + #while ((i_fft - n) < TRACEaverage): + # FFTresult.append(v) # Append the value to the FFTresult array + # i_fft = i_fft + 1 + #n = n + TRACEaverage + + TRACEreset = False # Trace reset done + + T2 = time.time() + #print("FFT smoothing time: ",T2 - T1, "s") # For time measurement of FFT routine + + + +def MakeTrace(): # Update the grid and trace + global FFTresult + global PrimaryTrace + global StoredTraces + global CurrentStoredTrace + global S1line + global S2line + global STOREtrace + global X0L # Left top X value + global Y0T # Left top Y value + global GRW # Screenwidth + global GRH # Screenheight + global Vdiv # Number of vertical divisions + global STARTfrequency + global STOPfrequency + global CENTERsignalfreq + global STARTsignalfreq + global STOPsignalfreq + global SNenabled + global SNmeasurement + global SNresult + global SNwidth + global DBdivlist # dB per division list + global DBdivindex # Index value + global DBlevel # Reference level + global SAMPLErate + global PeakValuedBm + global MinValuedBm + global ASPeakValuedBm + global ASMinValuedBm + global BestdBdivIndex + global PeakFrequency + global xPeak + global yPeak + + + # Set the TRACEsize variable + TRACEsize = len(FFTresult) # Set the trace length + #print("FFTresult length: ", len(FFTresult)) + if TRACEsize == 0: # If no trace, skip rest of this routine + return() + + + # Vertical conversion factors (level dBs) and border limits + Yconv = float(GRH) / (Vdiv * DBdivlist[DBdivindex]) # Conversion factors from dBs to screen points 10 is for 10 * log(power) + #Yc = float(Y0T) + GRH + Yconv * (DBlevel -90) # Zero postion and -90 dB for in grid range + Yc = float(Y0T) + GRH + Yconv * (DBlevel -(Vdiv * DBdivlist[DBdivindex])) + Ymin = Y0T # Minimum position of screen grid (top) + Ymax = Y0T + GRH # Maximum position of screen grid (bottom) + + + # Horizontal conversion factors (frequency Hz) and border limits + Fpixel = float(STOPfrequency - STARTfrequency) / GRW # Frequency step per screen pixel + Fsample = float(SAMPLErate / 2) / (TRACEsize - 1) # Frequency step per sample + #print("FPixel: ", Fpixel,"FSample:", Fsample) + PrimaryTrace = [] + n = 0 + Slevel = 0.0 # Signal level + Nlevel = 0.0 # Noise level + PeakValuedBm = -9999.0 + MinValuedBm = 9999.0 + while n < TRACEsize: + F = n * Fsample + + if F >= STARTfrequency and F <= STOPfrequency: + x = X0L + (F - STARTfrequency) / Fpixel + PrimaryTrace.append(int(x + 0.5)) + try: + ydB = 10 * math.log10(float(FFTresult[n])) # Convert power to DBs, except for log(0) error + y = Yc - Yconv * ydB # Convert to screen location + # Find peak + #Ya = abs(y) + if ydB > PeakValuedBm: + PeakValuedBm = ydB + PeakFrequency = F + if ydB < MinValuedBm: + MinValuedBm = ydB + except: + y = Ymax + + if (y < Ymin): + y = Ymin + if (y > Ymax): + y = Ymax + PrimaryTrace.append(int(y + 0.5)) + + if SNenabled == True: + Slevel = Slevel + float(FFTresult[n]) # Add to signal if inside signal band + #print("FPixel: ", Fpixel,"FSample:", Fsample, "X: ", x, "Y: ",y) + n += 1 + + if SNenabled == True and (F < STARTsignalfreq or F > STOPsignalfreq): # Add to noise if outside signal band + Nlevel += float(FFTresult[n]) + + # Calculate right values for autoscale of all waves + if CurrentStoredTrace != -1: #a stored wave exists, so AS values are valid + SignaldBRange = ASPeakValuedBm - ASMinValuedBm #Signal range to use for autoscale + else: + SignaldBRange = PeakValuedBm - MinValuedBm #Signal range to use for autoscale + ASPeakValuedBm = PeakValuedBm #safe if no stored wave. Value is used in autoscale + ASMinValuedBm = MinValuedBm + SignaldBDiv = SignaldBRange / Vdiv + for dBdivIndex in range(1,len(DBdivlist)): + if SignaldBDiv <= DBdivlist[dBdivIndex]: + BestdBdivIndex = dBdivIndex + break #found right value so exit for + + #calculate marker at peak location. It gets drawn with the trace in MakeScreen + yPeak = Yc - Yconv * PeakValuedBm + xPeak = X0L + (PeakFrequency - STARTfrequency) / Fpixel + + #print ("Range:", SignaldBRange, " Best Div:", BestdBDiv) + + try: + SNresult = 10 * math.log10(Slevel / Nlevel) + except: + SNresult = -999 + + # Make the SIGNAL band lines + S1line = [] + S2line = [] + + if SNenabled == True and SNmeasurement == True: + STARTsignalfreq = CENTERsignalfreq - CENTERsignalfreq * float(SNwidth) / 100 + STOPsignalfreq = CENTERsignalfreq + CENTERsignalfreq * float(SNwidth) / 100 + + if STARTsignalfreq >= STARTfrequency and STARTsignalfreq <= STOPfrequency: + x = X0L + (STARTsignalfreq - STARTfrequency) / Fpixel + S1line.append(int(x + 0.5)) + S1line.append(int(Ymin)) + S1line.append(int(x + 0.5)) + S1line.append(int(Ymax)) + + if STOPsignalfreq >= STARTfrequency and STOPsignalfreq <= STOPfrequency: + x = X0L + (STOPsignalfreq - STARTfrequency) / Fpixel + S2line.append(int(x + 0.5)) + S2line.append(int(Ymin)) + S2line.append(int(x + 0.5)) + S2line.append(int(Ymax)) + + +def MakeScreen(): # Update the screen with traces and text + global X0L # Left top X value + global Y0T # Left top Y value + global GRW # Screenwidth + global GRH # Screenheight + global PrimaryTrace + global StoredTraces + global CurrentStoredTrace + global S1line + global S2line + global STOREtrace + global Vdiv # Number of vertical divisions + global RUNstatus # 0 stopped, 1 start, 2 running, 3 stop now, 4 stop and restart + global ChannelChoice # 1 or 2 + global UPDATEspeed + global STARTfrequency + global STOPfrequency + global CENTERsignalfreq + global STARTsignalfreq + global STOPsignalfreq + global SNenabled + global SNmeasurement + global SNresult + global DBdivlist # dB per division list + global DBdivindex # Index value + global DBlevel # Reference level + global SAMPLErate + global SAMPLEsize + global TRACEmode # 1 normal 2 max 3 average + global TRACEaverage # Number of traces for averageing + global SIGNALlevel # Level of signal input 0 to 1 + global FFTwindow + global fftsamples # size of FFT + global COLORgrid # The colors + global COLORtrace1 + global ColorStoredTrace + global COLORtext + global COLORsignalband + global COLORaudiobar + global COLORaudiook + global COLORaudiomax + global CANVASwidth + global CANVASheight + global PeakValuedBm + global PeakFrequency + global xPeak + global yPeak + + + # Delete all items on the screen + de = ca.find_enclosed ( 0, 0, CANVASwidth+1000, CANVASheight+1000) + for n in de: + ca.delete(n) + + + # Draw horizontal grid lines + i = 0 + x1 = X0L + x2 = X0L + GRW + x3 = x1+2 # db labels X location + db= DBlevel + + while (i <= Vdiv): + y = Y0T + i * GRH/Vdiv + Dline = [x1,y,x2,y] + ca.create_line(Dline, fill=COLORgrid) + txt = str(db) # db labels + ca.create_text (x3, y-5, text=txt, anchor=W, fill=COLORtext) + db -= DBdivlist[DBdivindex] + i += 1 + + + # Draw vertical grid lines + i = 0 + y1 = Y0T + y2 = Y0T + GRH + freq= STARTfrequency + freqstep= (STOPfrequency-STARTfrequency)/10 + while (i < 11): + x = X0L + i * GRW/10 + Dline = [x,y1,x,y2] + ca.create_line(Dline, fill=COLORgrid) + txt = str(freq/1000000) # freq labels in mhz + txt= txt + "M" + ca.create_text (x-10, y2+10, text=txt, anchor=W, fill=COLORtext) + freq=freq+freqstep + i += 1 + + # Draw traces + if len(PrimaryTrace) > 4: # Avoid writing lines with 1 coordinate + ca.create_line(PrimaryTrace, fill=COLORtrace1) # Write the trace 1 + + Index = 0 + if CurrentStoredTrace != -1: + while Index <= CurrentStoredTrace: + ca.create_line(StoredTraces[Index], fill=ColorStoredTrace[Index]) # Write each stored trace + Index += 1 + + # Draw SIGNAL band lines + if SNmeasurement == True: + if len(S1line) > 3: # Avoid writing lines with 1 coordinate + ca.create_line(S1line, fill=COLORsignalband) # Write the start frequency line of the signal band + + if len(S2line) > 3: # Avoid writing lines with 1 coordinate + ca.create_line(S2line, fill=COLORsignalband) # Write the stop frequency line of the signal band + + + # General information on top of the grid + + + txt = " Sample rate: " + str(SAMPLErate/1000000) +" MHz" + #txt = txt + " FFT samples: " + str(SMPfftlist[SMPfftindex]) + txt = txt + " FFT size: " + str(fftsamples) + txt = txt + " RBW: " + str(int((SAMPLErate/SAMPLEsize)/2))+" Hz" + + if FFTwindow == 0: + txt = txt + " Rectangular (no) window (B=1) " + if FFTwindow == 1: + txt = txt + " Cosine window (B=1.24) " + if FFTwindow == 2: + txt = txt + " Triangular window (B=1.33) " + if FFTwindow == 3: + txt = txt + " Hann window (B=1.5) " + if FFTwindow == 4: + txt = txt + " Blackman window (B=1.73) " + if FFTwindow == 5: + txt = txt + " Nuttall window (B=2.02) " + if FFTwindow == 6: + txt = txt + " Flat top window (B=3.77) " + + x = X0L + y = 12 + ca.create_text (x, y, text=txt, anchor=W, fill=COLORtext) + + if PeakValuedBm > -9999: + #make message at top of screen + x = X0L + 550 + txt = "Peak = " + str("{:.2f}".format(PeakValuedBm)) + " dBm @" + str("{:.3f}".format(PeakFrequency/1e6)) + "MHz" + ca.create_text (x, y, text=txt, anchor=W, fill=COLORtext, tag="peakdB_status") + #put marker at peak + ca.create_polygon(xPeak-3,yPeak, xPeak,yPeak-3, xPeak+3,yPeak, xPeak,yPeak+3, outline=COLORred, width=2, tag="peak_marker") + + # Start and stop frequency and dB/div and trace mode + txt = str(STARTfrequency/1000000) + " to " + str(STOPfrequency/1000000) + " MHz" + txt = txt + " " + str(DBdivlist[DBdivindex]) + " dBm/div" + txt = txt + " Level: " + str(DBlevel) + " dBm " + + if TRACEmode == 1: + txt = txt + " Normal mode " + + if TRACEmode == 2: + txt = txt + " Maximum hold mode " + + if TRACEmode == 3: + txt = txt + " Power average mode (" + str(TRACEaverage) + ") " + + if SNenabled == True and SNmeasurement == True: + txt1 = str(int(SNresult * 10)) + while len(txt) < 2: + txt1 = "0" + txt1 + txt1 = txt1[:-1] + "." + txt1[-1:] + txt = txt + " Signal to Noise ratio (dB): " + txt1 + + x = X0L +500 + y = Y0T+GRH+32 + ca.create_text (x, y, text=txt, anchor=W, fill=COLORtext) + + + # Soundcard level bargraph ROSSI Useless for scope FFT + txt1 = "||||||||||||||||||||" # Bargraph + le = len(txt1) # length of bargraph + + t = int(math.sqrt(SIGNALlevel) * le) + + n = 0 + txt = "" + while(n < t and n < le): + txt = txt + "|" + n += 1 + + x = X0L + y = Y0T+GRH+32 + + ca.create_text (x, y, text=txt1, anchor=W, fill=COLORaudiobar) + + if SIGNALlevel >= 1.0: + ca.create_text (x, y, text=txt, anchor=W, fill=COLORaudiomax) + else: + ca.create_text (x, y, text=txt, anchor=W, fill=COLORaudiook) + + + # Runstatus and level information + if (ChannelChoice == 1): + txt = "Channel 1" + else: + txt = "Channel 2" + + if (RUNstatus == 0) or (RUNstatus == 3): + txt = txt + " Sweep stopped" + else: + txt = txt + " Sweep running" + + x = X0L + 100 + y = Y0T+GRH+32 + ca.create_text (x, y, text=txt, anchor=W, fill=COLORtext) + +# show the values at the mouse cursor +# note the magic numbers below were determined by looking at the cursor values +# not sure why they don't correspond to X0T and Y0T + cursorx = (STARTfrequency + (root.winfo_pointerx()-root.winfo_rootx()-X0L-4) * (STOPfrequency-STARTfrequency)/GRW) /1000000 + cursory = DBlevel - (root.winfo_pointery()-root.winfo_rooty()-Y0T-50) * Vdiv*DBdivlist[DBdivindex] /GRH + + txt = "Cursor " + str("{:.3f}".format(cursorx)) + " MHz " + str(cursory) + " dBm" + + x = X0L+800 + y = 12 + ca.create_text (x, y, text=txt, anchor=W, fill=COLORtext) +""" + Marker1valid=False + if ((Marker1x > 20) & (Marker1y >20)): # show on screen markers + Marker1valid=True + ca.create_text (Marker1x-3, Marker1y+4, text="^", anchor=W, fill=COLORMarker1) + Marker1freq = (STARTfrequency + (Marker1x-19) * (STOPfrequency-STARTfrequency)/GRW) /1000000 + Marker1db = DBlevel - (Marker1y-20) * Vdiv*DBdivlist[DBdivindex] /GRH + txt = "Marker1 " + str(Marker1freq) + " MHz " + str(Marker1db) + " dB" + x = X0L + 300 + y = Y0T -10 + ca.create_text (x, y, text=txt, anchor=W, fill=COLORMarker1) + + Marker2valid=False + if ((Marker2x > 20) & (Marker2y >20)): # show on screen markers + Marker2valid=True + ca.create_text (Marker2x-3, Marker2y+4, text="^", anchor=W, fill=COLORMarker2) + Marker2freq = (STARTfrequency + (Marker2x-19) * (STOPfrequency-STARTfrequency)/GRW) /1000000 + Marker2db = DBlevel - (Marker2y-20) * Vdiv*DBdivlist[DBdivindex] /GRH + txt = "Marker2 " + str(Marker2freq) + " MHz " + str(Marker2db) + " dB" + x = X0L + 520 + y = Y0T -10 + ca.create_text (x, y, text=txt, anchor=W, fill=COLORMarker2) + + # show marker delta only if both are valid + if (Marker1valid & Marker2valid): + Deltafreq = abs(Marker2freq-Marker1freq) + Deltadb = abs(Marker2db-Marker1db) + txt = "Delta " + str(Deltafreq) + " MHz " + str(Deltadb) + " dB" + x = X0L + 750 + y = Y0T -10 + ca.create_text (x, y, text=txt, anchor=W, fill=COLORtext) + +""" + +# ================ Make Screen ========================== + +root=Tk() +root.title("Rigol Spectrum Analyzer V1.5 01-20-2021 KK1L") + +root.minsize(100, 100) + +frame1 = Frame(root, background=COLORframes, borderwidth=5, relief=RIDGE) +frame1.pack(side=TOP, expand=1, fill=X) + +frame2 = Frame(root, background="black", borderwidth=5, relief=RIDGE) +frame2.pack(side=TOP, expand=1, fill=X) + +if SNenabled == True: + frame2a = Frame(root, background=COLORframes, borderwidth=5, relief=RIDGE) + frame2a.pack(side=TOP, expand=1, fill=X) + +frame3 = Frame(root, background=COLORframes, borderwidth=5, relief=RIDGE) +frame3.pack(side=TOP, expand=1, fill=X) + +ca = Canvas(frame2, width=CANVASwidth, height=CANVASheight, background=COLORcanvas) +ca.pack(side=TOP) + +b = Button(frame1, text="Normal mode", width=Buttonwidth1, command=BNormalmode) +b.pack(side=LEFT, padx=5, pady=5) + +b = Button(frame1, text="Max hold", width=Buttonwidth1, command=BMaxholdmode) +b.pack(side=LEFT, padx=5, pady=5) + +b = Button(frame1, text="Average", width=Buttonwidth1, command=BAveragemode) +b.pack(side=LEFT, padx=5, pady=5) + +b = Button(frame1, text="Zero Padding", width=Buttonwidth1, command=BSetup) +b.pack(side=LEFT, padx=5, pady=5) + +b = Button(frame1, text="FFTwindow", width=Buttonwidth1, command=BFFTwindow) +b.pack(side=LEFT, padx=5, pady=5) + +b = Button(frame1, text="Store trace", width=Buttonwidth1, command=BSTOREtrace) +b.pack(side=RIGHT, padx=5, pady=5) + +b = Button(frame1, text="Calibration", width=Buttonwidth1, command=BCalibration) +b.pack(side=RIGHT, padx=5, pady=5) + +b = Button(frame1, text="AutoScale", width=Buttonwidth1, command=BAutoScale) +b.pack(side=RIGHT, padx=5, pady=5) + + +if SNenabled == True: + b = Button(frame2a, text="S/N mode", width=Buttonwidth1, command=BSNmode) + b.pack(side=LEFT, padx=5, pady=5) + + b = Button(frame2a, text="S/N freq-", width=Buttonwidth1, command=BSNfreq1) + b.pack(side=LEFT, padx=5, pady=5) + + b = Button(frame2a, text="S/N freq+", width=Buttonwidth1, command=BSNfreq2) + b.pack(side=LEFT, padx=5, pady=5) + + b = Button(frame2a, text="Fstep-", width=Buttonwidth1, command=BSNfstep1) + b.pack(side=LEFT, padx=5, pady=5) + + b = Button(frame2a, text="Fstep+", width=Buttonwidth1, command=BSNfstep2) + b.pack(side=LEFT, padx=5, pady=5) + +b = Button(frame3, text="Start", width=Buttonwidth2, command=BStart) +b.pack(side=LEFT, padx=5, pady=5) + +b = Button(frame3, text="Stop", width=Buttonwidth2, command=BStop) +b.pack(side=LEFT, padx=5, pady=5) + + + +b = Button(frame3, text="Channel", width=Buttonwidth1, command=BChannelChoice) +b.pack(side=LEFT, padx=5, pady=5) + +b = Button(frame3, text="Single", width=Buttonwidth1, command=BSINGLEsweep) +b.pack(side=LEFT, padx=5, pady=5) + +b = Button(frame3, text="Startfreq", width=Buttonwidth2, command=BStartfrequency) +b.pack(side=LEFT, padx=5, pady=5) + +b = Button(frame3, text="Stopfreq", width=Buttonwidth2, command=BStopfrequency) +b.pack(side=LEFT, padx=5, pady=5) + +b = Button(frame3, text="Clear", width=Buttonwidth2, command=BClearTraces) +b.pack(side=LEFT, padx=5, pady=5) + +b = Button(frame3, text="+dB/div", width=Buttonwidth2, command=BDBdiv2) +b.pack(side=RIGHT, padx=5, pady=5) + +b = Button(frame3, text="-dB/div", width=Buttonwidth2, command=BDBdiv1) +b.pack(side=RIGHT, padx=5, pady=5) + +b = Button(frame3, text="LVL+10", width=Buttonwidth2, command=Blevel4) +b.pack(side=RIGHT, padx=5, pady=5) + +b = Button(frame3, text="LVL-10", width=Buttonwidth2, command=Blevel3) +b.pack(side=RIGHT, padx=5, pady=5) + +b = Button(frame3, text="LVL+1", width=Buttonwidth2, command=Blevel2) +b.pack(side=RIGHT, padx=5, pady=5) + +b = Button(frame3, text="LVL-1", width=Buttonwidth2, command=Blevel1) +b.pack(side=RIGHT, padx=5, pady=5) + +# ================ Call main routine =============================== +root.update() # Activate updated screens +UpdateScreen() # try this here to show screen +Sweep() + + + + diff --git a/DS1054Z version by KK1L/PyDSA.spec b/DS1054Z version by KK1L/PyDSA.spec new file mode 100644 index 0000000..8cb9e7f --- /dev/null +++ b/DS1054Z version by KK1L/PyDSA.spec @@ -0,0 +1,40 @@ +# -*- mode: python ; coding: utf-8 -*- + + +block_cipher = None + + +a = Analysis(['PyDSA.py'], + pathex=['C:\\Users\\KK1L\\Documents\\GitHub\\PyDSA\\DS1054Z version by KK1L'], + binaries=[], + datas=[], + hiddenimports=[], + hookspath=[], + hooksconfig={}, + 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='PyDSA', + debug=False, + bootloader_ignore_signals=False, + strip=False, + upx=True, + upx_exclude=[], + runtime_tmpdir=None, + console=True, + disable_windowed_traceback=False, + target_arch=None, + codesign_identity=None, + entitlements_file=None ) diff --git a/DS1054Z version by KK1L/__pycache__/PyDSA.cpython-39.pyc b/DS1054Z version by KK1L/__pycache__/PyDSA.cpython-39.pyc new file mode 100644 index 0000000..1be4555 Binary files /dev/null and b/DS1054Z version by KK1L/__pycache__/PyDSA.cpython-39.pyc differ diff --git a/DS1054Z version by KK1L/build/PyDSA/Analysis-00.toc b/DS1054Z version by KK1L/build/PyDSA/Analysis-00.toc new file mode 100644 index 0000000..7bb52eb --- /dev/null +++ b/DS1054Z version by KK1L/build/PyDSA/Analysis-00.toc @@ -0,0 +1,5603 @@ +(['C:\\Users\\KK1L\\Documents\\GitHub\\PyDSA\\DS1054Z version by ' + 'KK1L\\PyDSA.py'], + ['C:\\Users\\KK1L\\Documents\\GitHub\\PyDSA\\DS1054Z version by KK1L', + 'C:\\Users\\KK1L\\Documents\\GitHub\\PyDSA\\DS1054Z version by KK1L'], + ['codecs'], + ['c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks\\__pycache__', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\rthooks', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\rthooks\\__pycache__', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks'], + {}, + [], + [], + False, + False, + False, + '3.9.1 (tags/v3.9.1:1e5d33e, Dec 7 2020, 17:08:21) [MSC v.1927 64 bit ' + '(AMD64)]', + [('pyi_rth_pkgutil', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py', + 'PYSOURCE'), + ('pyi_rth_multiprocessing', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py', + 'PYSOURCE'), + ('pyi_rth_inspect', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py', + 'PYSOURCE'), + ('pyi_rth__tkinter', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth__tkinter.py', + 'PYSOURCE'), + ('pyi_rth_win32api', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_win32api.py', + 'PYSOURCE'), + ('pyi_rth_win32comgenpy', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_win32comgenpy.py', + 'PYSOURCE'), + ('pyi_rth_pkgres', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgres.py', + 'PYSOURCE'), + ('PyDSA', + 'C:\\Users\\KK1L\\Documents\\GitHub\\PyDSA\\DS1054Z version by ' + 'KK1L\\PyDSA.py', + 'PYSOURCE')], + [('pkg_resources', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.tags', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\tags.py', + 'PYMODULE'), + ('ctypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ctypes\\__init__.py', + 'PYMODULE'), + ('ctypes._endian', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ctypes\\_endian.py', + 'PYMODULE'), + ('struct', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\struct.py', + 'PYMODULE'), + ('distutils.util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\util.py', + 'PYMODULE'), + ('distutils.filelist', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\filelist.py', + 'PYMODULE'), + ('distutils.debug', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\debug.py', + 'PYMODULE'), + ('fnmatch', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\fnmatch.py', + 'PYMODULE'), + ('distutils.file_util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\file_util.py', + 'PYMODULE'), + ('distutils.dir_util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\dir_util.py', + 'PYMODULE'), + ('py_compile', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\py_compile.py', + 'PYMODULE'), + ('importlib._bootstrap_external', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\importlib\\_bootstrap_external.py', + 'PYMODULE'), + ('importlib.metadata', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\importlib\\metadata.py', + 'PYMODULE'), + ('importlib.abc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\importlib\\abc.py', + 'PYMODULE'), + ('typing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\typing.py', + 'PYMODULE'), + ('importlib._bootstrap', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\importlib\\_bootstrap.py', + 'PYMODULE'), + ('contextlib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\contextlib.py', + 'PYMODULE'), + ('configparser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\configparser.py', + 'PYMODULE'), + ('email', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\__init__.py', + 'PYMODULE'), + ('email._header_value_parser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\_header_value_parser.py', + 'PYMODULE'), + ('email.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\utils.py', + 'PYMODULE'), + ('email._parseaddr', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\_parseaddr.py', + 'PYMODULE'), + ('calendar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\calendar.py', + 'PYMODULE'), + ('argparse', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\argparse.py', + 'PYMODULE'), + ('shutil', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\shutil.py', + 'PYMODULE'), + ('tarfile', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tarfile.py', + 'PYMODULE'), + ('gzip', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\gzip.py', + 'PYMODULE'), + ('_compression', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_compression.py', + 'PYMODULE'), + ('lzma', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\lzma.py', + 'PYMODULE'), + ('bz2', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\bz2.py', + 'PYMODULE'), + ('threading', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\threading.py', + 'PYMODULE'), + ('_threading_local', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_threading_local.py', + 'PYMODULE'), + ('copy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\copy.py', + 'PYMODULE'), + ('gettext', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\gettext.py', + 'PYMODULE'), + ('urllib.parse', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\urllib\\parse.py', + 'PYMODULE'), + ('datetime', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\datetime.py', + 'PYMODULE'), + ('_strptime', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_strptime.py', + 'PYMODULE'), + ('socket', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\socket.py', + 'PYMODULE'), + ('selectors', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\selectors.py', + 'PYMODULE'), + ('random', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\random.py', + 'PYMODULE'), + ('statistics', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\statistics.py', + 'PYMODULE'), + ('decimal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\decimal.py', + 'PYMODULE'), + ('_pydecimal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_pydecimal.py', + 'PYMODULE'), + ('contextvars', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\contextvars.py', + 'PYMODULE'), + ('fractions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\fractions.py', + 'PYMODULE'), + ('numbers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\numbers.py', + 'PYMODULE'), + ('hashlib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\hashlib.py', + 'PYMODULE'), + ('logging', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\logging\\__init__.py', + 'PYMODULE'), + ('pickle', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\pickle.py', + 'PYMODULE'), + ('pprint', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\pprint.py', + 'PYMODULE'), + ('doctest', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\doctest.py', + 'PYMODULE'), + ('unittest', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\__init__.py', + 'PYMODULE'), + ('unittest.async_case', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\async_case.py', + 'PYMODULE'), + ('asyncio', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\__init__.py', + 'PYMODULE'), + ('asyncio.unix_events', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\unix_events.py', + 'PYMODULE'), + ('asyncio.log', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\log.py', + 'PYMODULE'), + ('signal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\signal.py', + 'PYMODULE'), + ('asyncio.windows_events', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\windows_events.py', + 'PYMODULE'), + ('asyncio.windows_utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\windows_utils.py', + 'PYMODULE'), + ('asyncio.selector_events', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\selector_events.py', + 'PYMODULE'), + ('ssl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ssl.py', + 'PYMODULE'), + ('base64', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\base64.py', + 'PYMODULE'), + ('getopt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\getopt.py', + 'PYMODULE'), + ('asyncio.proactor_events', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\proactor_events.py', + 'PYMODULE'), + ('asyncio.base_subprocess', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\base_subprocess.py', + 'PYMODULE'), + ('asyncio.threads', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\threads.py', + 'PYMODULE'), + ('asyncio.subprocess', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\subprocess.py', + 'PYMODULE'), + ('asyncio.streams', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\streams.py', + 'PYMODULE'), + ('asyncio.queues', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\queues.py', + 'PYMODULE'), + ('asyncio.runners', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\runners.py', + 'PYMODULE'), + ('asyncio.events', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\events.py', + 'PYMODULE'), + ('asyncio.base_events', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\base_events.py', + 'PYMODULE'), + ('concurrent.futures', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\concurrent\\futures\\__init__.py', + 'PYMODULE'), + ('concurrent.futures.thread', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\concurrent\\futures\\thread.py', + 'PYMODULE'), + ('queue', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\queue.py', + 'PYMODULE'), + ('concurrent.futures.process', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\concurrent\\futures\\process.py', + 'PYMODULE'), + ('multiprocessing.queues', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\queues.py', + 'PYMODULE'), + ('multiprocessing.synchronize', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\synchronize.py', + 'PYMODULE'), + ('multiprocessing.heap', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\heap.py', + 'PYMODULE'), + ('multiprocessing.resource_tracker', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\resource_tracker.py', + 'PYMODULE'), + ('multiprocessing.spawn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\spawn.py', + 'PYMODULE'), + ('runpy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\runpy.py', + 'PYMODULE'), + ('multiprocessing.process', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\process.py', + 'PYMODULE'), + ('multiprocessing.util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\util.py', + 'PYMODULE'), + ('multiprocessing.forkserver', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\forkserver.py', + 'PYMODULE'), + ('multiprocessing.context', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\context.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_win32', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\popen_spawn_win32.py', + 'PYMODULE'), + ('multiprocessing.popen_forkserver', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\popen_forkserver.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_posix', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\popen_spawn_posix.py', + 'PYMODULE'), + ('multiprocessing.popen_fork', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\popen_fork.py', + 'PYMODULE'), + ('multiprocessing.sharedctypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\sharedctypes.py', + 'PYMODULE'), + ('multiprocessing.pool', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\pool.py', + 'PYMODULE'), + ('multiprocessing.dummy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\dummy\\__init__.py', + 'PYMODULE'), + ('multiprocessing.dummy.connection', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\dummy\\connection.py', + 'PYMODULE'), + ('multiprocessing.managers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\managers.py', + 'PYMODULE'), + ('multiprocessing.shared_memory', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\shared_memory.py', + 'PYMODULE'), + ('secrets', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\secrets.py', + 'PYMODULE'), + ('hmac', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\hmac.py', + 'PYMODULE'), + ('multiprocessing.reduction', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\reduction.py', + 'PYMODULE'), + ('multiprocessing.resource_sharer', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\resource_sharer.py', + 'PYMODULE'), + ('multiprocessing.connection', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\connection.py', + 'PYMODULE'), + ('xmlrpc.client', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xmlrpc\\client.py', + 'PYMODULE'), + ('xmlrpc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xmlrpc\\__init__.py', + 'PYMODULE'), + ('xml.parsers.expat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\parsers\\expat.py', + 'PYMODULE'), + ('xml.parsers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\parsers\\__init__.py', + 'PYMODULE'), + ('xml', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\__init__.py', + 'PYMODULE'), + ('xml.sax.expatreader', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\sax\\expatreader.py', + 'PYMODULE'), + ('xml.sax.saxutils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\sax\\saxutils.py', + 'PYMODULE'), + ('urllib.request', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\urllib\\request.py', + 'PYMODULE'), + ('getpass', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\getpass.py', + 'PYMODULE'), + ('nturl2path', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\nturl2path.py', + 'PYMODULE'), + ('ftplib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ftplib.py', + 'PYMODULE'), + ('netrc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\netrc.py', + 'PYMODULE'), + ('shlex', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\shlex.py', + 'PYMODULE'), + ('mimetypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\mimetypes.py', + 'PYMODULE'), + ('http.cookiejar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\http\\cookiejar.py', + 'PYMODULE'), + ('http', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\http\\__init__.py', + 'PYMODULE'), + ('urllib.response', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\urllib\\response.py', + 'PYMODULE'), + ('urllib.error', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\urllib\\error.py', + 'PYMODULE'), + ('xml.sax', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\sax\\__init__.py', + 'PYMODULE'), + ('xml.sax.handler', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\sax\\handler.py', + 'PYMODULE'), + ('xml.sax._exceptions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\sax\\_exceptions.py', + 'PYMODULE'), + ('xml.sax.xmlreader', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\sax\\xmlreader.py', + 'PYMODULE'), + ('http.client', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\http\\client.py', + 'PYMODULE'), + ('email.message', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\message.py', + 'PYMODULE'), + ('email.policy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\policy.py', + 'PYMODULE'), + ('email.contentmanager', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\contentmanager.py', + 'PYMODULE'), + ('email.quoprimime', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\quoprimime.py', + 'PYMODULE'), + ('email.headerregistry', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\headerregistry.py', + 'PYMODULE'), + ('email.iterators', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\iterators.py', + 'PYMODULE'), + ('email.generator', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\generator.py', + 'PYMODULE'), + ('email._policybase', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\_policybase.py', + 'PYMODULE'), + ('quopri', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\quopri.py', + 'PYMODULE'), + ('uu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\uu.py', + 'PYMODULE'), + ('optparse', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\optparse.py', + 'PYMODULE'), + ('multiprocessing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\__init__.py', + 'PYMODULE'), + ('concurrent.futures._base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\concurrent\\futures\\_base.py', + 'PYMODULE'), + ('concurrent', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\concurrent\\__init__.py', + 'PYMODULE'), + ('asyncio.trsock', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\trsock.py', + 'PYMODULE'), + ('asyncio.staggered', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\staggered.py', + 'PYMODULE'), + ('asyncio.tasks', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\tasks.py', + 'PYMODULE'), + ('asyncio.base_tasks', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\base_tasks.py', + 'PYMODULE'), + ('asyncio.locks', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\locks.py', + 'PYMODULE'), + ('asyncio.sslproto', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\sslproto.py', + 'PYMODULE'), + ('asyncio.transports', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\transports.py', + 'PYMODULE'), + ('asyncio.protocols', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\protocols.py', + 'PYMODULE'), + ('asyncio.futures', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\futures.py', + 'PYMODULE'), + ('asyncio.exceptions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\exceptions.py', + 'PYMODULE'), + ('asyncio.coroutines', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\coroutines.py', + 'PYMODULE'), + ('asyncio.base_futures', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\base_futures.py', + 'PYMODULE'), + ('asyncio.format_helpers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\format_helpers.py', + 'PYMODULE'), + ('asyncio.constants', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\constants.py', + 'PYMODULE'), + ('unittest.signals', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\signals.py', + 'PYMODULE'), + ('unittest.main', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\main.py', + 'PYMODULE'), + ('unittest.runner', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\runner.py', + 'PYMODULE'), + ('unittest.loader', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\loader.py', + 'PYMODULE'), + ('unittest.suite', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\suite.py', + 'PYMODULE'), + ('unittest.case', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\case.py', + 'PYMODULE'), + ('unittest._log', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\_log.py', + 'PYMODULE'), + ('unittest.result', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\result.py', + 'PYMODULE'), + ('unittest.util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\util.py', + 'PYMODULE'), + ('pdb', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\pdb.py', + 'PYMODULE'), + ('pydoc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\pydoc.py', + 'PYMODULE'), + ('webbrowser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\webbrowser.py', + 'PYMODULE'), + ('http.server', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\http\\server.py', + 'PYMODULE'), + ('socketserver', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\socketserver.py', + 'PYMODULE'), + ('html', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\html\\__init__.py', + 'PYMODULE'), + ('html.entities', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\html\\entities.py', + 'PYMODULE'), + ('pydoc_data.topics', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\pydoc_data\\topics.py', + 'PYMODULE'), + ('pydoc_data', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\pydoc_data\\__init__.py', + 'PYMODULE'), + ('tty', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tty.py', + 'PYMODULE'), + ('glob', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\glob.py', + 'PYMODULE'), + ('code', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\code.py', + 'PYMODULE'), + ('codeop', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\codeop.py', + 'PYMODULE'), + ('dis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\dis.py', + 'PYMODULE'), + ('opcode', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\opcode.py', + 'PYMODULE'), + ('bdb', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\bdb.py', + 'PYMODULE'), + ('cmd', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\cmd.py', + 'PYMODULE'), + ('difflib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\difflib.py', + 'PYMODULE'), + ('_compat_pickle', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_compat_pickle.py', + 'PYMODULE'), + ('bisect', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\bisect.py', + 'PYMODULE'), + ('email._encoded_words', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\_encoded_words.py', + 'PYMODULE'), + ('urllib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\urllib\\__init__.py', + 'PYMODULE'), + ('email.header', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\header.py', + 'PYMODULE'), + ('email.base64mime', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\base64mime.py', + 'PYMODULE'), + ('email.charset', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\charset.py', + 'PYMODULE'), + ('email.encoders', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\encoders.py', + 'PYMODULE'), + ('email.errors', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\errors.py', + 'PYMODULE'), + ('csv', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\csv.py', + 'PYMODULE'), + ('importlib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\importlib\\__init__.py', + 'PYMODULE'), + ('importlib._common', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\importlib\\_common.py', + 'PYMODULE'), + ('tokenize', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tokenize.py', + 'PYMODULE'), + ('token', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\token.py', + 'PYMODULE'), + ('subprocess', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\subprocess.py', + 'PYMODULE'), + ('distutils.sysconfig', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\sysconfig.py', + 'PYMODULE'), + ('distutils.text_file', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\text_file.py', + 'PYMODULE'), + ('_osx_support', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_osx_support.py', + 'PYMODULE'), + ('_aix_support', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_aix_support.py', + 'PYMODULE'), + ('_bootsubprocess', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_bootsubprocess.py', + 'PYMODULE'), + ('distutils.log', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\log.py', + 'PYMODULE'), + ('distutils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\__init__.py', + 'PYMODULE'), + ('distutils.archive_util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\archive_util.py', + 'PYMODULE'), + ('distutils.ccompiler', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\ccompiler.py', + 'PYMODULE'), + ('distutils.fancy_getopt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\fancy_getopt.py', + 'PYMODULE'), + ('distutils.spawn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\spawn.py', + 'PYMODULE'), + ('distutils.dep_util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\dep_util.py', + 'PYMODULE'), + ('distutils.errors', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\errors.py', + 'PYMODULE'), + ('string', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\string.py', + 'PYMODULE'), + ('importlib.util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\importlib\\util.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.specifiers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\specifiers.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.__about__', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\__about__.py', + 'PYMODULE'), + ('pkg_resources._vendor.appdirs', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\appdirs.py', + 'PYMODULE'), + ('win32com.shell.shellcon', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32comext\\shell\\shellcon.py', + 'PYMODULE'), + ('win32com.shell', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32comext\\shell\\__init__.py', + 'PYMODULE'), + ('win32com', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\__init__.py', + 'PYMODULE'), + ('win32com.server.util', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\server\\util.py', + 'PYMODULE'), + ('win32com.server.dispatcher', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\server\\dispatcher.py', + 'PYMODULE'), + ('win32traceutil', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\lib\\win32traceutil.py', + 'PYMODULE'), + ('win32com.util', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\util.py', + 'PYMODULE'), + ('win32con', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\lib\\win32con.py', + 'PYMODULE'), + ('win32com.server.exception', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\server\\exception.py', + 'PYMODULE'), + ('winerror', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\lib\\winerror.py', + 'PYMODULE'), + ('win32com.server.policy', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\server\\policy.py', + 'PYMODULE'), + ('win32com.client', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\client\\__init__.py', + 'PYMODULE'), + ('win32com.client.makepy', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\client\\makepy.py', + 'PYMODULE'), + ('pywin.dialogs.status', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\pywin\\dialogs\\status.py', + 'PYMODULE'), + ('pywin.mfc.thread', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\pywin\\mfc\\thread.py', + 'PYMODULE'), + ('pywin.mfc.object', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\pywin\\mfc\\object.py', + 'PYMODULE'), + ('pywin.mfc.dialog', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\pywin\\mfc\\dialog.py', + 'PYMODULE'), + ('pywin.mfc.window', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\pywin\\mfc\\window.py', + 'PYMODULE'), + ('pywin.mfc', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\pywin\\mfc\\__init__.py', + 'PYMODULE'), + ('pywin.dialogs', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\pywin\\dialogs\\__init__.py', + 'PYMODULE'), + ('pywin', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\pywin\\__init__.py', + 'PYMODULE'), + ('win32com.client.gencache', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\client\\gencache.py', + 'PYMODULE'), + ('win32com.client.selecttlb', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\client\\selecttlb.py', + 'PYMODULE'), + ('pywin.dialogs.list', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\pywin\\dialogs\\list.py', + 'PYMODULE'), + ('commctrl', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\lib\\commctrl.py', + 'PYMODULE'), + ('win32com.client.genpy', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\client\\genpy.py', + 'PYMODULE'), + ('win32com.client.CLSIDToClass', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\client\\CLSIDToClass.py', + 'PYMODULE'), + ('win32com.client.dynamic', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\client\\dynamic.py', + 'PYMODULE'), + ('win32com.client.build', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\client\\build.py', + 'PYMODULE'), + ('pywintypes', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\lib\\pywintypes.py', + 'PYMODULE'), + ('win32com.server', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\server\\__init__.py', + 'PYMODULE'), + ('win32com.universal', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\universal.py', + 'PYMODULE'), + ('win32com.client.util', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\client\\util.py', + 'PYMODULE'), + ('pythoncom', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\pythoncom.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\utils.py', + 'PYMODULE'), + ('pkg_resources._vendor.six', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\six.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging._structures', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\_structures.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging._compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\_compat.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.version', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\version.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.requirements', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\requirements.py', + 'PYMODULE'), + ('pkg_resources._vendor', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.pyparsing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\pyparsing.py', + 'PYMODULE'), + ('uuid', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\uuid.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.markers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\markers.py', + 'PYMODULE'), + ('sysconfig', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\sysconfig.py', + 'PYMODULE'), + ('importlib.machinery', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\importlib\\machinery.py', + 'PYMODULE'), + ('pkg_resources.extern', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\extern\\__init__.py', + 'PYMODULE'), + ('imp', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\imp.py', + 'PYMODULE'), + ('posixpath', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\posixpath.py', + 'PYMODULE'), + ('genericpath', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\genericpath.py', + 'PYMODULE'), + ('ntpath', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ntpath.py', + 'PYMODULE'), + ('inspect', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\inspect.py', + 'PYMODULE'), + ('ast', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ast.py', + 'PYMODULE'), + ('textwrap', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\textwrap.py', + 'PYMODULE'), + ('tempfile', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tempfile.py', + 'PYMODULE'), + ('email.parser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\parser.py', + 'PYMODULE'), + ('email.feedparser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\feedparser.py', + 'PYMODULE'), + ('plistlib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\plistlib.py', + 'PYMODULE'), + ('platform', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\platform.py', + 'PYMODULE'), + ('pkgutil', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\pkgutil.py', + 'PYMODULE'), + ('stat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\stat.py', + 'PYMODULE'), + ('zipimport', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\zipimport.py', + 'PYMODULE'), + ('zipfile', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\zipfile.py', + 'PYMODULE'), + ('__future__', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\__future__.py', + 'PYMODULE'), + ('pathlib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\pathlib.py', + 'PYMODULE'), + ('os', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\os.py', + 'PYMODULE'), + ('stringprep', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\stringprep.py', + 'PYMODULE'), + ('_py_abc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_py_abc.py', + 'PYMODULE'), + ('tracemalloc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tracemalloc.py', + 'PYMODULE'), + ('numpy.fft', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\fft\\__init__.py', + 'PYMODULE'), + ('numpy._pytesttester', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\_pytesttester.py', + 'PYMODULE'), + ('numpy.testing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\testing\\__init__.py', + 'PYMODULE'), + ('numpy.testing._private.nosetester', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\testing\\_private\\nosetester.py', + 'PYMODULE'), + ('numpy.testing._private.noseclasses', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\testing\\_private\\noseclasses.py', + 'PYMODULE'), + ('numpy.core', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\__init__.py', + 'PYMODULE'), + ('numpy.core._dtype', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_dtype.py', + 'PYMODULE'), + ('numpy.core._internal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_internal.py', + 'PYMODULE'), + ('numpy.core._dtype_ctypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_dtype_ctypes.py', + 'PYMODULE'), + ('numpy.core._add_newdocs', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_add_newdocs.py', + 'PYMODULE'), + ('numpy.core.einsumfunc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\einsumfunc.py', + 'PYMODULE'), + ('numpy.core.getlimits', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\getlimits.py', + 'PYMODULE'), + ('numpy.core.machar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\machar.py', + 'PYMODULE'), + ('numpy.core._ufunc_config', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_ufunc_config.py', + 'PYMODULE'), + ('numpy.core.function_base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\function_base.py', + 'PYMODULE'), + ('numpy.core.memmap', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\memmap.py', + 'PYMODULE'), + ('numpy.compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\compat\\__init__.py', + 'PYMODULE'), + ('numpy.compat.py3k', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\compat\\py3k.py', + 'PYMODULE'), + ('numpy.compat._inspect', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\compat\\_inspect.py', + 'PYMODULE'), + ('numpy.core.records', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\records.py', + 'PYMODULE'), + ('numpy.core.defchararray', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\defchararray.py', + 'PYMODULE'), + ('numpy.core.arrayprint', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\arrayprint.py', + 'PYMODULE'), + ('numpy.core.shape_base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\shape_base.py', + 'PYMODULE'), + ('numpy.core._asarray', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_asarray.py', + 'PYMODULE'), + ('numpy.core.fromnumeric', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\fromnumeric.py', + 'PYMODULE'), + ('numpy.core._methods', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_methods.py', + 'PYMODULE'), + ('numpy._globals', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\_globals.py', + 'PYMODULE'), + ('numpy.core._exceptions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_exceptions.py', + 'PYMODULE'), + ('numpy.core.numeric', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\numeric.py', + 'PYMODULE'), + ('numpy.core.numerictypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\numerictypes.py', + 'PYMODULE'), + ('numpy.core._type_aliases', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_type_aliases.py', + 'PYMODULE'), + ('numpy.core._string_helpers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_string_helpers.py', + 'PYMODULE'), + ('numpy.core.umath', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\umath.py', + 'PYMODULE'), + ('numpy.core.multiarray', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\multiarray.py', + 'PYMODULE'), + ('numpy.core.overrides', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\overrides.py', + 'PYMODULE'), + ('numpy.version', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\version.py', + 'PYMODULE'), + ('numpy.testing._private.decorators', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\testing\\_private\\decorators.py', + 'PYMODULE'), + ('numpy.testing._private.parameterized', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\testing\\_private\\parameterized.py', + 'PYMODULE'), + ('numpy.testing._private', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\testing\\_private\\__init__.py', + 'PYMODULE'), + ('numpy.testing._private.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\testing\\_private\\utils.py', + 'PYMODULE'), + ('numpy.lib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\__init__.py', + 'PYMODULE'), + ('numpy.lib._version', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\_version.py', + 'PYMODULE'), + ('numpy.lib.arraypad', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\arraypad.py', + 'PYMODULE'), + ('numpy.lib.arrayterator', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\arrayterator.py', + 'PYMODULE'), + ('numpy.lib.financial', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\financial.py', + 'PYMODULE'), + ('numpy.lib.npyio', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\npyio.py', + 'PYMODULE'), + ('numpy.ma.mrecords', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\ma\\mrecords.py', + 'PYMODULE'), + ('numpy.ma', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\ma\\__init__.py', + 'PYMODULE'), + ('numpy.ma.extras', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\ma\\extras.py', + 'PYMODULE'), + ('numpy.ma.core', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\ma\\core.py', + 'PYMODULE'), + ('numpy.lib._iotools', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\_iotools.py', + 'PYMODULE'), + ('numpy.lib._datasource', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\_datasource.py', + 'PYMODULE'), + ('numpy.lib.format', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\format.py', + 'PYMODULE'), + ('numpy.lib.arraysetops', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\arraysetops.py', + 'PYMODULE'), + ('numpy.lib.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\utils.py', + 'PYMODULE'), + ('numpy.lib.polynomial', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\polynomial.py', + 'PYMODULE'), + ('numpy.linalg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\linalg\\__init__.py', + 'PYMODULE'), + ('numpy.linalg.linalg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\linalg\\linalg.py', + 'PYMODULE'), + ('numpy.lib.histograms', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\histograms.py', + 'PYMODULE'), + ('numpy.lib.ufunclike', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\ufunclike.py', + 'PYMODULE'), + ('numpy.lib.stride_tricks', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\stride_tricks.py', + 'PYMODULE'), + ('numpy.lib.shape_base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\shape_base.py', + 'PYMODULE'), + ('numpy.matrixlib.defmatrix', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\matrixlib\\defmatrix.py', + 'PYMODULE'), + ('numpy.matrixlib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\matrixlib\\__init__.py', + 'PYMODULE'), + ('numpy.dual', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\dual.py', + 'PYMODULE'), + ('numpy.lib.nanfunctions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\nanfunctions.py', + 'PYMODULE'), + ('numpy.lib.function_base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\function_base.py', + 'PYMODULE'), + ('numpy.lib.index_tricks', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\index_tricks.py', + 'PYMODULE'), + ('numpy.lib.type_check', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\type_check.py', + 'PYMODULE'), + ('numpy.lib.scimath', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\scimath.py', + 'PYMODULE'), + ('numpy.lib.mixins', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\mixins.py', + 'PYMODULE'), + ('numpy.fft.helper', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\fft\\helper.py', + 'PYMODULE'), + ('numpy.fft._pocketfft', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\fft\\_pocketfft.py', + 'PYMODULE'), + ('tkinter.messagebox', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tkinter\\messagebox.py', + 'PYMODULE'), + ('tkinter.commondialog', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tkinter\\commondialog.py', + 'PYMODULE'), + ('tkinter.simpledialog', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tkinter\\simpledialog.py', + 'PYMODULE'), + ('tkinter', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tkinter\\__init__.py', + 'PYMODULE'), + ('tkinter.constants', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tkinter\\constants.py', + 'PYMODULE'), + ('pyvisa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\__init__.py', + 'PYMODULE'), + ('pyvisa.resources', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\__init__.py', + 'PYMODULE'), + ('pyvisa.resources.vxi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\vxi.py', + 'PYMODULE'), + ('pyvisa.resources.usb', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\usb.py', + 'PYMODULE'), + ('pyvisa.resources.tcpip', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\tcpip.py', + 'PYMODULE'), + ('pyvisa.resources.serial', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\serial.py', + 'PYMODULE'), + ('pyvisa.resources.resource', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\resource.py', + 'PYMODULE'), + ('pyvisa.events', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\events.py', + 'PYMODULE'), + ('typing_extensions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\typing_extensions.py', + 'PYMODULE'), + ('pyvisa.resources.registerbased', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\registerbased.py', + 'PYMODULE'), + ('pyvisa.resources.pxi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\pxi.py', + 'PYMODULE'), + ('pyvisa.resources.messagebased', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\messagebased.py', + 'PYMODULE'), + ('pyvisa.resources.gpib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\gpib.py', + 'PYMODULE'), + ('pyvisa.resources.firewire', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\firewire.py', + 'PYMODULE'), + ('pyvisa.ctwrapper', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\ctwrapper\\__init__.py', + 'PYMODULE'), + ('pyvisa.ctwrapper.highlevel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\ctwrapper\\highlevel.py', + 'PYMODULE'), + ('pyvisa.ctwrapper.cthelper', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\ctwrapper\\cthelper.py', + 'PYMODULE'), + ('ctypes.util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ctypes\\util.py', + 'PYMODULE'), + ('ctypes._aix', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ctypes\\_aix.py', + 'PYMODULE'), + ('ctypes.macholib.dyld', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ctypes\\macholib\\dyld.py', + 'PYMODULE'), + ('ctypes.macholib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ctypes\\macholib\\__init__.py', + 'PYMODULE'), + ('ctypes.macholib.dylib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ctypes\\macholib\\dylib.py', + 'PYMODULE'), + ('ctypes.macholib.framework', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ctypes\\macholib\\framework.py', + 'PYMODULE'), + ('pyvisa.ctwrapper.functions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\ctwrapper\\functions.py', + 'PYMODULE'), + ('pyvisa.ctwrapper.types', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\ctwrapper\\types.py', + 'PYMODULE'), + ('pyvisa.rname', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\rname.py', + 'PYMODULE'), + ('dataclasses', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\dataclasses.py', + 'PYMODULE'), + ('pyvisa.highlevel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\highlevel.py', + 'PYMODULE'), + ('pyvisa.errors', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\errors.py', + 'PYMODULE'), + ('pyvisa.attributes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\attributes.py', + 'PYMODULE'), + ('pyvisa.util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\util.py', + 'PYMODULE'), + ('pip', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\__init__.py', + 'PYMODULE'), + ('pip._internal.utils.entrypoints', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\entrypoints.py', + 'PYMODULE'), + ('pip._internal.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\__init__.py', + 'PYMODULE'), + ('pip._internal.utils.appdirs', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\appdirs.py', + 'PYMODULE'), + ('pip._vendor.appdirs', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\appdirs.py', + 'PYMODULE'), + ('pip._vendor', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\__init__.py', + 'PYMODULE'), + ('pip._vendor.distro', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distro.py', + 'PYMODULE'), + ('json', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\json\\__init__.py', + 'PYMODULE'), + ('json.encoder', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\json\\encoder.py', + 'PYMODULE'), + ('json.decoder', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\json\\decoder.py', + 'PYMODULE'), + ('json.scanner', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\json\\scanner.py', + 'PYMODULE'), + ('pip._vendor.html5lib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\__init__.py', + 'PYMODULE'), + ('pip._vendor.html5lib.serializer', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\serializer.py', + 'PYMODULE'), + ('pip._vendor.html5lib.filters.optionaltags', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\filters\\optionaltags.py', + 'PYMODULE'), + ('pip._vendor.html5lib.filters.base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\filters\\base.py', + 'PYMODULE'), + ('pip._vendor.html5lib.filters', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\filters\\__init__.py', + 'PYMODULE'), + ('pip._vendor.html5lib.filters.sanitizer', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\filters\\sanitizer.py', + 'PYMODULE'), + ('pip._vendor.html5lib.filters.whitespace', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\filters\\whitespace.py', + 'PYMODULE'), + ('pip._vendor.html5lib.filters.alphabeticalattributes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\filters\\alphabeticalattributes.py', + 'PYMODULE'), + ('pip._vendor.html5lib.filters.inject_meta_charset', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\filters\\inject_meta_charset.py', + 'PYMODULE'), + ('pip._vendor.html5lib.constants', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\constants.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treewalkers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treewalkers\\__init__.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treewalkers.etree', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treewalkers\\etree.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treewalkers.etree_lxml', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treewalkers\\etree_lxml.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treebuilders.etree', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treebuilders\\etree.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treebuilders.base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treebuilders\\base.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treewalkers.genshi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treewalkers\\genshi.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treewalkers.dom', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treewalkers\\dom.py', + 'PYMODULE'), + ('xml.dom', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\dom\\__init__.py', + 'PYMODULE'), + ('xml.dom.pulldom', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\dom\\pulldom.py', + 'PYMODULE'), + ('xml.dom.minidom', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\dom\\minidom.py', + 'PYMODULE'), + ('xml.dom.expatbuilder', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\dom\\expatbuilder.py', + 'PYMODULE'), + ('xml.dom.NodeFilter', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\dom\\NodeFilter.py', + 'PYMODULE'), + ('xml.dom.minicompat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\dom\\minicompat.py', + 'PYMODULE'), + ('xml.dom.xmlbuilder', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\dom\\xmlbuilder.py', + 'PYMODULE'), + ('xml.dom.domreg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\dom\\domreg.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treewalkers.base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treewalkers\\base.py', + 'PYMODULE'), + ('pip._vendor.html5lib.html5parser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\html5parser.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treebuilders', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treebuilders\\__init__.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treebuilders.etree_lxml', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treebuilders\\etree_lxml.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treebuilders.dom', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treebuilders\\dom.py', + 'PYMODULE'), + ('pip._vendor.html5lib._ihatexml', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\_ihatexml.py', + 'PYMODULE'), + ('pip._vendor.html5lib._tokenizer', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\_tokenizer.py', + 'PYMODULE'), + ('pip._vendor.html5lib._trie', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\_trie\\__init__.py', + 'PYMODULE'), + ('pip._vendor.html5lib._trie.py', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\_trie\\py.py', + 'PYMODULE'), + ('pip._vendor.html5lib._trie._base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\_trie\\_base.py', + 'PYMODULE'), + ('pip._vendor.html5lib._inputstream', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\_inputstream.py', + 'PYMODULE'), + ('pip._vendor.chardet.universaldetector', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\universaldetector.py', + 'PYMODULE'), + ('pip._vendor.chardet', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\__init__.py', + 'PYMODULE'), + ('pip._vendor.chardet.version', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\version.py', + 'PYMODULE'), + ('pip._vendor.chardet.sbcsgroupprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\sbcsgroupprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.sbcharsetprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\sbcharsetprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.charsetprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\charsetprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.langturkishmodel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\langturkishmodel.py', + 'PYMODULE'), + ('pip._vendor.chardet.langthaimodel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\langthaimodel.py', + 'PYMODULE'), + ('pip._vendor.chardet.langrussianmodel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\langrussianmodel.py', + 'PYMODULE'), + ('pip._vendor.chardet.langhebrewmodel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\langhebrewmodel.py', + 'PYMODULE'), + ('pip._vendor.chardet.langgreekmodel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\langgreekmodel.py', + 'PYMODULE'), + ('pip._vendor.chardet.langbulgarianmodel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\langbulgarianmodel.py', + 'PYMODULE'), + ('pip._vendor.chardet.hebrewprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\hebrewprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.mbcsgroupprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\mbcsgroupprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.euctwprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\euctwprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.mbcssm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\mbcssm.py', + 'PYMODULE'), + ('pip._vendor.chardet.chardistribution', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\chardistribution.py', + 'PYMODULE'), + ('pip._vendor.chardet.jisfreq', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\jisfreq.py', + 'PYMODULE'), + ('pip._vendor.chardet.big5freq', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\big5freq.py', + 'PYMODULE'), + ('pip._vendor.chardet.gb2312freq', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\gb2312freq.py', + 'PYMODULE'), + ('pip._vendor.chardet.euckrfreq', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\euckrfreq.py', + 'PYMODULE'), + ('pip._vendor.chardet.euctwfreq', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\euctwfreq.py', + 'PYMODULE'), + ('pip._vendor.chardet.codingstatemachine', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\codingstatemachine.py', + 'PYMODULE'), + ('pip._vendor.chardet.mbcharsetprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\mbcharsetprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.big5prober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\big5prober.py', + 'PYMODULE'), + ('pip._vendor.chardet.cp949prober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\cp949prober.py', + 'PYMODULE'), + ('pip._vendor.chardet.euckrprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\euckrprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.gb2312prober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\gb2312prober.py', + 'PYMODULE'), + ('pip._vendor.chardet.eucjpprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\eucjpprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.jpcntx', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\jpcntx.py', + 'PYMODULE'), + ('pip._vendor.chardet.sjisprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\sjisprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.utf8prober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\utf8prober.py', + 'PYMODULE'), + ('pip._vendor.chardet.latin1prober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\latin1prober.py', + 'PYMODULE'), + ('pip._vendor.chardet.escprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\escprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.escsm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\escsm.py', + 'PYMODULE'), + ('pip._vendor.chardet.enums', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\enums.py', + 'PYMODULE'), + ('pip._vendor.chardet.charsetgroupprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\charsetgroupprober.py', + 'PYMODULE'), + ('pip._vendor.html5lib._utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\_utils.py', + 'PYMODULE'), + ('xml.etree.cElementTree', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\etree\\cElementTree.py', + 'PYMODULE'), + ('xml.etree', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\etree\\__init__.py', + 'PYMODULE'), + ('xml.etree.ElementPath', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\etree\\ElementPath.py', + 'PYMODULE'), + ('xml.etree.ElementTree', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\etree\\ElementTree.py', + 'PYMODULE'), + ('xml.etree.ElementInclude', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\etree\\ElementInclude.py', + 'PYMODULE'), + ('pip._vendor.webencodings', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\webencodings\\__init__.py', + 'PYMODULE'), + ('pip._vendor.webencodings.x_user_defined', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\webencodings\\x_user_defined.py', + 'PYMODULE'), + ('pip._vendor.webencodings.labels', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\webencodings\\labels.py', + 'PYMODULE'), + ('pip._vendor.msgpack', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\msgpack\\__init__.py', + 'PYMODULE'), + ('pip._vendor.msgpack.fallback', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\msgpack\\fallback.py', + 'PYMODULE'), + ('pip._vendor.msgpack.ext', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\msgpack\\ext.py', + 'PYMODULE'), + ('pip._vendor.msgpack.exceptions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\msgpack\\exceptions.py', + 'PYMODULE'), + ('pip._vendor.msgpack._version', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\msgpack\\_version.py', + 'PYMODULE'), + ('pip._vendor.colorama', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\colorama\\__init__.py', + 'PYMODULE'), + ('pip._vendor.colorama.ansitowin32', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\colorama\\ansitowin32.py', + 'PYMODULE'), + ('pip._vendor.colorama.winterm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\colorama\\winterm.py', + 'PYMODULE'), + ('pip._vendor.colorama.ansi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\colorama\\ansi.py', + 'PYMODULE'), + ('pip._vendor.colorama.initialise', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\colorama\\initialise.py', + 'PYMODULE'), + ('pip._vendor.colorama.win32', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\colorama\\win32.py', + 'PYMODULE'), + ('ctypes.wintypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ctypes\\wintypes.py', + 'PYMODULE'), + ('pip._vendor.six', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\six.py', + 'PYMODULE'), + ('pip._vendor.idna', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\idna\\__init__.py', + 'PYMODULE'), + ('pip._vendor.idna.intranges', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\idna\\intranges.py', + 'PYMODULE'), + ('pip._vendor.idna.core', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\idna\\core.py', + 'PYMODULE'), + ('pip._vendor.idna.uts46data', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\idna\\uts46data.py', + 'PYMODULE'), + ('pip._vendor.idna.idnadata', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\idna\\idnadata.py', + 'PYMODULE'), + ('pip._vendor.idna.package_data', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\idna\\package_data.py', + 'PYMODULE'), + ('pip._internal.utils._log', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\_log.py', + 'PYMODULE'), + ('pip._internal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\__init__.py', + 'PYMODULE'), + ('pip._internal.utils.inject_securetransport', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\inject_securetransport.py', + 'PYMODULE'), + ('pip._vendor.urllib3.contrib.securetransport', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\contrib\\securetransport.py', + 'PYMODULE'), + ('pip._vendor.urllib3.packages.backports.makefile', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\packages\\backports\\makefile.py', + 'PYMODULE'), + ('pip._vendor.urllib3.packages.backports', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\packages\\backports\\__init__.py', + 'PYMODULE'), + ('pip._vendor.urllib3.packages', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\packages\\__init__.py', + 'PYMODULE'), + ('pip._vendor.urllib3.packages.ssl_match_hostname', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\packages\\ssl_match_hostname\\__init__.py', + 'PYMODULE'), + ('pip._vendor.urllib3.packages.ssl_match_hostname._implementation', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\packages\\ssl_match_hostname\\_implementation.py', + 'PYMODULE'), + ('ipaddress', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ipaddress.py', + 'PYMODULE'), + ('pip._vendor.urllib3.contrib._securetransport.low_level', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\contrib\\_securetransport\\low_level.py', + 'PYMODULE'), + ('pip._vendor.urllib3.contrib._securetransport', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\contrib\\_securetransport\\__init__.py', + 'PYMODULE'), + ('pip._vendor.urllib3.contrib._securetransport.bindings', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\contrib\\_securetransport\\bindings.py', + 'PYMODULE'), + ('pip._vendor.urllib3.packages.six', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\packages\\six.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.ssl_', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\ssl_.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.ssltransport', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\ssltransport.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.url', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\url.py', + 'PYMODULE'), + ('pip._vendor.urllib3.exceptions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\exceptions.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\__init__.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.wait', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\wait.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.timeout', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\timeout.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.retry', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\retry.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.response', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\response.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.request', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\request.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.connection', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\connection.py', + 'PYMODULE'), + ('pip._vendor.urllib3.contrib._appengine_environ', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\contrib\\_appengine_environ.py', + 'PYMODULE'), + ('pip._vendor.urllib3', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\__init__.py', + 'PYMODULE'), + ('pip._vendor.urllib3.response', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\response.py', + 'PYMODULE'), + ('pip._vendor.urllib3.connection', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\connection.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.proxy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\proxy.py', + 'PYMODULE'), + ('pip._vendor.urllib3._collections', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\_collections.py', + 'PYMODULE'), + ('pip._vendor.urllib3.poolmanager', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\poolmanager.py', + 'PYMODULE'), + ('pip._vendor.urllib3.request', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\request.py', + 'PYMODULE'), + ('pip._vendor.urllib3.filepost', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\filepost.py', + 'PYMODULE'), + ('pip._vendor.urllib3.fields', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\fields.py', + 'PYMODULE'), + ('pip._vendor.urllib3.connectionpool', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\connectionpool.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.queue', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\queue.py', + 'PYMODULE'), + ('pip._vendor.urllib3._version', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\_version.py', + 'PYMODULE'), + ('pip._vendor.urllib3.contrib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\contrib\\__init__.py', + 'PYMODULE'), + ('pip._vendor.urllib3.contrib.pyopenssl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\contrib\\pyopenssl.py', + 'PYMODULE'), + ('pip._internal.cli.main', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\main.py', + 'PYMODULE'), + ('pip._internal.cli', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\__init__.py', + 'PYMODULE'), + ('pip._internal.cli.cmdoptions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\cmdoptions.py', + 'PYMODULE'), + ('pip._internal.utils.misc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\misc.py', + 'PYMODULE'), + ('pip._internal.metadata.pkg_resources', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\metadata\\pkg_resources.py', + 'PYMODULE'), + ('pip._internal.metadata.base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\metadata\\base.py', + 'PYMODULE'), + ('pip._internal.models.direct_url', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\direct_url.py', + 'PYMODULE'), + ('pip._internal.models', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\__init__.py', + 'PYMODULE'), + ('pip._internal.utils.wheel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\wheel.py', + 'PYMODULE'), + ('pip._internal.utils.pkg_resources', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\pkg_resources.py', + 'PYMODULE'), + ('pip._internal.utils.packaging', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\packaging.py', + 'PYMODULE'), + ('pip._vendor.packaging.specifiers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\specifiers.py', + 'PYMODULE'), + ('pip._vendor.packaging', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\__init__.py', + 'PYMODULE'), + ('pip._vendor.packaging._musllinux', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\_musllinux.py', + 'PYMODULE'), + ('pip._vendor.packaging._manylinux', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\_manylinux.py', + 'PYMODULE'), + ('pip._vendor.packaging.__about__', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\__about__.py', + 'PYMODULE'), + ('pip._vendor.packaging.version', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\version.py', + 'PYMODULE'), + ('pip._vendor.packaging._structures', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\_structures.py', + 'PYMODULE'), + ('pip._vendor.packaging.requirements', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\requirements.py', + 'PYMODULE'), + ('pip._vendor.packaging.markers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\markers.py', + 'PYMODULE'), + ('pip._vendor.pyparsing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\pyparsing.py', + 'PYMODULE'), + ('pip._internal.metadata', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\metadata\\__init__.py', + 'PYMODULE'), + ('pip._internal.utils.virtualenv', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\virtualenv.py', + 'PYMODULE'), + ('site', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\fake-modules\\site.py', + 'PYMODULE'), + ('pip._internal.utils.compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\compat.py', + 'PYMODULE'), + ('pip._vendor.tenacity.retry', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\retry.py', + 'PYMODULE'), + ('pip._vendor.tenacity', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\__init__.py', + 'PYMODULE'), + ('pip._vendor.tenacity.tornadoweb', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\tornadoweb.py', + 'PYMODULE'), + ('tornado.concurrent', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\concurrent.py', + 'PYMODULE'), + ('tornado.ioloop', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\ioloop.py', + 'PYMODULE'), + ('tornado.process', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\process.py', + 'PYMODULE'), + ('tornado.iostream', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\iostream.py', + 'PYMODULE'), + ('tornado.netutil', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\netutil.py', + 'PYMODULE'), + ('tornado.platform.asyncio', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\platform\\asyncio.py', + 'PYMODULE'), + ('tornado.platform', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\platform\\__init__.py', + 'PYMODULE'), + ('tornado.util', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\util.py', + 'PYMODULE'), + ('tornado.log', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\log.py', + 'PYMODULE'), + ('tornado.options', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\options.py', + 'PYMODULE'), + ('curses', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\curses\\__init__.py', + 'PYMODULE'), + ('curses.has_key', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\curses\\has_key.py', + 'PYMODULE'), + ('colorama', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\colorama\\__init__.py', + 'PYMODULE'), + ('colorama.ansitowin32', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\colorama\\ansitowin32.py', + 'PYMODULE'), + ('colorama.winterm', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\colorama\\winterm.py', + 'PYMODULE'), + ('colorama.ansi', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\colorama\\ansi.py', + 'PYMODULE'), + ('colorama.initialise', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\colorama\\initialise.py', + 'PYMODULE'), + ('colorama.win32', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\colorama\\win32.py', + 'PYMODULE'), + ('tornado.escape', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\escape.py', + 'PYMODULE'), + ('logging.handlers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\logging\\handlers.py', + 'PYMODULE'), + ('win32evtlogutil', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\lib\\win32evtlogutil.py', + 'PYMODULE'), + ('smtplib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\smtplib.py', + 'PYMODULE'), + ('tornado.gen', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\gen.py', + 'PYMODULE'), + ('tornado', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\__init__.py', + 'PYMODULE'), + ('pip._vendor.tenacity._asyncio', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\_asyncio.py', + 'PYMODULE'), + ('pip._vendor.tenacity.before_sleep', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\before_sleep.py', + 'PYMODULE'), + ('pip._vendor.tenacity.after', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\after.py', + 'PYMODULE'), + ('pip._vendor.tenacity.before', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\before.py', + 'PYMODULE'), + ('pip._vendor.tenacity.wait', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\wait.py', + 'PYMODULE'), + ('pip._vendor.tenacity._utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\_utils.py', + 'PYMODULE'), + ('pip._vendor.tenacity.stop', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\stop.py', + 'PYMODULE'), + ('pip._vendor.tenacity.nap', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\nap.py', + 'PYMODULE'), + ('pip._vendor.pkg_resources', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\pkg_resources\\__init__.py', + 'PYMODULE'), + ('__main__', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Scripts\\pyinstaller.exe\\__main__.py', + 'PYMODULE'), + ('PyInstaller.__main__', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\__main__.py', + 'PYMODULE'), + ('PyInstaller._recursion_to_deep_message', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\_recursion_to_deep_message.py', + 'PYMODULE'), + ('PyInstaller.building.build_main', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\build_main.py', + 'PYMODULE'), + ('PyInstaller.building', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\__init__.py', + 'PYMODULE'), + ('PyInstaller.building.splash_templates', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\splash_templates.py', + 'PYMODULE'), + ('PyInstaller.configure', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\configure.py', + 'PYMODULE'), + ('PyInstaller.config', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\config.py', + 'PYMODULE'), + ('PyInstaller.utils.win32.winmanifest', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\win32\\winmanifest.py', + 'PYMODULE'), + ('PyInstaller.utils.win32.winresource', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\win32\\winresource.py', + 'PYMODULE'), + ('PyInstaller.utils.win32', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\win32\\__init__.py', + 'PYMODULE'), + ('PyInstaller.utils.win32.icon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\win32\\icon.py', + 'PYMODULE'), + ('PyInstaller.utils.win32.versioninfo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\win32\\versioninfo.py', + 'PYMODULE'), + ('pefile', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pefile.py', + 'PYMODULE'), + ('ordlookup', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\ordlookup\\__init__.py', + 'PYMODULE'), + ('ordlookup.oleaut32', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\ordlookup\\oleaut32.py', + 'PYMODULE'), + ('ordlookup.ws2_32', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\ordlookup\\ws2_32.py', + 'PYMODULE'), + ('PyInstaller.utils.win32.winutils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\win32\\winutils.py', + 'PYMODULE'), + ('PyInstaller.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\__init__.py', + 'PYMODULE'), + ('PyInstaller.archive.pyz_crypto', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\archive\\pyz_crypto.py', + 'PYMODULE'), + ('PyInstaller.archive', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\archive\\__init__.py', + 'PYMODULE'), + ('PyInstaller.depend.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\depend\\utils.py', + 'PYMODULE'), + ('PyInstaller.depend.bytecode', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\depend\\bytecode.py', + 'PYMODULE'), + ('PyInstaller.depend.dylib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\depend\\dylib.py', + 'PYMODULE'), + ('PyInstaller.lib.modulegraph.modulegraph', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\lib\\modulegraph\\modulegraph.py', + 'PYMODULE'), + ('PyInstaller.lib.modulegraph._compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\lib\\modulegraph\\_compat.py', + 'PYMODULE'), + ('PyInstaller.lib.modulegraph.zipio', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\lib\\modulegraph\\zipio.py', + 'PYMODULE'), + ('altgraph', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph\\__init__.py', + 'PYMODULE'), + ('altgraph.ObjectGraph', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph\\ObjectGraph.py', + 'PYMODULE'), + ('altgraph.GraphUtil', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph\\GraphUtil.py', + 'PYMODULE'), + ('altgraph.Graph', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph\\Graph.py', + 'PYMODULE'), + ('PyInstaller.lib.modulegraph.util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\lib\\modulegraph\\util.py', + 'PYMODULE'), + ('PyInstaller.lib.modulegraph', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\lib\\modulegraph\\__init__.py', + 'PYMODULE'), + ('PyInstaller.lib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\lib\\__init__.py', + 'PYMODULE'), + ('PyInstaller.exceptions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\exceptions.py', + 'PYMODULE'), + ('PyInstaller.building.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\utils.py', + 'PYMODULE'), + ('PyInstaller.utils.osx', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\osx.py', + 'PYMODULE'), + ('PyInstaller.building.toc_conversion', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\toc_conversion.py', + 'PYMODULE'), + ('PyInstaller.building.osx', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\osx.py', + 'PYMODULE'), + ('PyInstaller.building.splash', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\splash.py', + 'PYMODULE'), + ('PyInstaller.utils.hooks.tcl_tk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\hooks\\tcl_tk.py', + 'PYMODULE'), + ('PyInstaller.utils.hooks', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\hooks\\__init__.py', + 'PYMODULE'), + ('PyInstaller.utils.hooks.conda', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\hooks\\conda.py', + 'PYMODULE'), + ('PyInstaller.utils.hooks.win32', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\hooks\\win32.py', + 'PYMODULE'), + ('PyInstaller.archive.writers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\archive\\writers.py', + 'PYMODULE'), + ('PyInstaller.loader.pyimod02_archive', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyimod02_archive.py', + 'PYMODULE'), + ('PyInstaller.loader', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\__init__.py', + 'PYMODULE'), + ('PyInstaller.building.datastruct', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\datastruct.py', + 'PYMODULE'), + ('PyInstaller.building.api', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\api.py', + 'PYMODULE'), + ('PyInstaller.depend.analysis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\depend\\analysis.py', + 'PYMODULE'), + ('PyInstaller.lib.modulegraph.find_modules', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\lib\\modulegraph\\find_modules.py', + 'PYMODULE'), + ('PyInstaller.depend.imphookapi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\depend\\imphookapi.py', + 'PYMODULE'), + ('PyInstaller.depend.imphook', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\depend\\imphook.py', + 'PYMODULE'), + ('PyInstaller.depend.bindepend', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\depend\\bindepend.py', + 'PYMODULE'), + ('PyInstaller.depend', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\depend\\__init__.py', + 'PYMODULE'), + ('PyInstaller.utils.misc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\misc.py', + 'PYMODULE'), + ('PyInstaller.building.makespec', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\makespec.py', + 'PYMODULE'), + ('PyInstaller.building.templates', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\templates.py', + 'PYMODULE'), + ('PyInstaller.compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\compat.py', + 'PYMODULE'), + ('win32ctypes.pywin32.win32api', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\pywin32\\win32api.py', + 'PYMODULE'), + ('win32ctypes.core', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\__init__.py', + 'PYMODULE'), + ('win32ctypes.core.ctypes._system_information', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\ctypes\\_system_information.py', + 'PYMODULE'), + ('win32ctypes.core.ctypes._dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\ctypes\\_dll.py', + 'PYMODULE'), + ('win32ctypes.core.ctypes._nl_support', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\ctypes\\_nl_support.py', + 'PYMODULE'), + ('win32ctypes.core.ctypes._common', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\ctypes\\_common.py', + 'PYMODULE'), + ('win32ctypes.core.compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\compat.py', + 'PYMODULE'), + ('win32ctypes.core.ctypes._authentication', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\ctypes\\_authentication.py', + 'PYMODULE'), + ('win32ctypes.core.ctypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\ctypes\\__init__.py', + 'PYMODULE'), + ('win32ctypes.core.ctypes._util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\ctypes\\_util.py', + 'PYMODULE'), + ('win32ctypes.core.ctypes._resource', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\ctypes\\_resource.py', + 'PYMODULE'), + ('win32ctypes.core.ctypes._time', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\ctypes\\_time.py', + 'PYMODULE'), + ('win32ctypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\__init__.py', + 'PYMODULE'), + ('win32ctypes.version', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\version.py', + 'PYMODULE'), + ('win32ctypes.core._winerrors', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\_winerrors.py', + 'PYMODULE'), + ('win32ctypes.pywin32.pywintypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\pywin32\\pywintypes.py', + 'PYMODULE'), + ('win32ctypes.pywin32', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\pywin32\\__init__.py', + 'PYMODULE'), + ('win32ctypes.pywin32.win32cred', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\pywin32\\win32cred.py', + 'PYMODULE'), + ('PyInstaller._shared_with_waf', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\_shared_with_waf.py', + 'PYMODULE'), + ('PyInstaller.log', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\log.py', + 'PYMODULE'), + ('PyInstaller', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\__init__.py', + 'PYMODULE'), + ('PyInstaller.utils.git', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\git.py', + 'PYMODULE'), + ('PyInstaller.utils._gitrevision', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\_gitrevision.py', + 'PYMODULE'), + ('pip._vendor.pkg_resources.py31compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\pkg_resources\\py31compat.py', + 'PYMODULE'), + ('pip._internal.utils.hashes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\hashes.py', + 'PYMODULE'), + ('pip._internal.models.target_python', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\target_python.py', + 'PYMODULE'), + ('pip._internal.utils.compatibility_tags', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\compatibility_tags.py', + 'PYMODULE'), + ('pip._vendor.packaging.tags', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\tags.py', + 'PYMODULE'), + ('pip._internal.models.index', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\index.py', + 'PYMODULE'), + ('pip._internal.models.format_control', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\format_control.py', + 'PYMODULE'), + ('pip._internal.locations', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\locations\\__init__.py', + 'PYMODULE'), + ('pip._internal.locations.base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\locations\\base.py', + 'PYMODULE'), + ('pip._internal.locations._sysconfig', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\locations\\_sysconfig.py', + 'PYMODULE'), + ('pip._internal.locations._distutils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\locations\\_distutils.py', + 'PYMODULE'), + ('distutils.dist', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\dist.py', + 'PYMODULE'), + ('distutils.versionpredicate', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\versionpredicate.py', + 'PYMODULE'), + ('distutils.version', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\version.py', + 'PYMODULE'), + ('distutils.command', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\command\\__init__.py', + 'PYMODULE'), + ('distutils.core', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\core.py', + 'PYMODULE'), + ('distutils.extension', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\extension.py', + 'PYMODULE'), + ('distutils.config', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\config.py', + 'PYMODULE'), + ('cgi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\cgi.py', + 'PYMODULE'), + ('distutils.command.install', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\command\\install.py', + 'PYMODULE'), + ('distutils.cmd', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\cmd.py', + 'PYMODULE'), + ('pip._internal.models.scheme', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\scheme.py', + 'PYMODULE'), + ('pip._internal.cli.progress_bars', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\progress_bars.py', + 'PYMODULE'), + ('pip._internal.utils.logging', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\logging.py', + 'PYMODULE'), + ('pip._vendor.progress.spinner', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\progress\\spinner.py', + 'PYMODULE'), + ('pip._vendor.progress', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\progress\\__init__.py', + 'PYMODULE'), + ('pip._vendor.progress.bar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\progress\\bar.py', + 'PYMODULE'), + ('pip._internal.cli.parser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\parser.py', + 'PYMODULE'), + ('pip._internal.configuration', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\configuration.py', + 'PYMODULE'), + ('pip._internal.cli.status_codes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\status_codes.py', + 'PYMODULE'), + ('pip._vendor.packaging.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\utils.py', + 'PYMODULE'), + ('pip._internal.utils.deprecation', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\deprecation.py', + 'PYMODULE'), + ('pip._internal.exceptions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\exceptions.py', + 'PYMODULE'), + ('pip._internal.req.req_install', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\req\\req_install.py', + 'PYMODULE'), + ('pip._internal.req', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\req\\__init__.py', + 'PYMODULE'), + ('pip._internal.req.req_set', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\req\\req_set.py', + 'PYMODULE'), + ('pip._internal.models.wheel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\wheel.py', + 'PYMODULE'), + ('pip._internal.req.req_file', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\req\\req_file.py', + 'PYMODULE'), + ('pip._internal.index.package_finder', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\index\\package_finder.py', + 'PYMODULE'), + ('pip._internal.index', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\index\\__init__.py', + 'PYMODULE'), + ('pip._internal.utils.unpacking', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\unpacking.py', + 'PYMODULE'), + ('pip._internal.utils.filetypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\filetypes.py', + 'PYMODULE'), + ('pip._internal.models.selection_prefs', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\selection_prefs.py', + 'PYMODULE'), + ('pip._internal.models.candidate', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\candidate.py', + 'PYMODULE'), + ('pip._internal.utils.models', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\models.py', + 'PYMODULE'), + ('pip._internal.index.collector', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\index\\collector.py', + 'PYMODULE'), + ('pip._internal.index.sources', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\index\\sources.py', + 'PYMODULE'), + ('pip._vendor.requests.exceptions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\exceptions.py', + 'PYMODULE'), + ('pip._vendor.requests', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\__init__.py', + 'PYMODULE'), + ('pip._vendor.requests.status_codes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\status_codes.py', + 'PYMODULE'), + ('pip._vendor.requests.structures', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\structures.py', + 'PYMODULE'), + ('pip._vendor.requests.compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\compat.py', + 'PYMODULE'), + ('http.cookies', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\http\\cookies.py', + 'PYMODULE'), + ('pip._vendor.requests.api', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\api.py', + 'PYMODULE'), + ('pip._vendor.requests.sessions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\sessions.py', + 'PYMODULE'), + ('pip._vendor.requests.adapters', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\adapters.py', + 'PYMODULE'), + ('pip._vendor.urllib3.contrib.socks', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\contrib\\socks.py', + 'PYMODULE'), + ('pip._vendor.requests._internal_utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\_internal_utils.py', + 'PYMODULE'), + ('pip._vendor.requests.hooks', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\hooks.py', + 'PYMODULE'), + ('pip._vendor.requests.cookies', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\cookies.py', + 'PYMODULE'), + ('pip._vendor.requests.auth', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\auth.py', + 'PYMODULE'), + ('pip._vendor.requests.packages', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\packages.py', + 'PYMODULE'), + ('pip._vendor.requests.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\utils.py', + 'PYMODULE'), + ('pip._vendor.requests.certs', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\certs.py', + 'PYMODULE'), + ('pip._vendor.certifi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\certifi\\__init__.py', + 'PYMODULE'), + ('pip._vendor.certifi.core', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\certifi\\core.py', + 'PYMODULE'), + ('importlib.resources', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\importlib\\resources.py', + 'PYMODULE'), + ('pip._vendor.requests.__version__', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\__version__.py', + 'PYMODULE'), + ('pip._internal.utils.urls', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\urls.py', + 'PYMODULE'), + ('pip._internal.utils.encoding', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\encoding.py', + 'PYMODULE'), + ('pip._internal.network.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\network\\utils.py', + 'PYMODULE'), + ('pip._internal.network', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\network\\__init__.py', + 'PYMODULE'), + ('pip._internal.network.session', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\network\\session.py', + 'PYMODULE'), + ('pip._internal.utils.glibc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\glibc.py', + 'PYMODULE'), + ('pip._internal.network.cache', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\network\\cache.py', + 'PYMODULE'), + ('pip._internal.utils.filesystem', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\filesystem.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.caches', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\caches\\__init__.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.caches.redis_cache', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\caches\\redis_cache.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.caches.file_cache', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\caches\\file_cache.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.controller', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\controller.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.serialize', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\serialize.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\compat.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.cache', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\cache.py', + 'PYMODULE'), + ('pip._internal.network.auth', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\network\\auth.py', + 'PYMODULE'), + ('pip._internal.vcs.versioncontrol', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\vcs\\versioncontrol.py', + 'PYMODULE'), + ('pip._internal.utils.subprocess', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\subprocess.py', + 'PYMODULE'), + ('pip._internal.cli.spinners', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\spinners.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\__init__.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.adapter', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\adapter.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.filewrapper', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\filewrapper.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.wrapper', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\wrapper.py', + 'PYMODULE'), + ('pip._internal.models.search_scope', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\search_scope.py', + 'PYMODULE'), + ('pip._internal.vcs', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\vcs\\__init__.py', + 'PYMODULE'), + ('pip._internal.vcs.subversion', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\vcs\\subversion.py', + 'PYMODULE'), + ('pip._internal.vcs.mercurial', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\vcs\\mercurial.py', + 'PYMODULE'), + ('pip._internal.vcs.git', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\vcs\\git.py', + 'PYMODULE'), + ('pip._internal.vcs.bazaar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\vcs\\bazaar.py', + 'PYMODULE'), + ('pip._internal.utils.temp_dir', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\temp_dir.py', + 'PYMODULE'), + ('pip._internal.utils.direct_url_helpers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\direct_url_helpers.py', + 'PYMODULE'), + ('pip._internal.req.req_uninstall', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\req\\req_uninstall.py', + 'PYMODULE'), + ('pip._internal.pyproject', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\pyproject.py', + 'PYMODULE'), + ('pip._vendor.tomli', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tomli\\__init__.py', + 'PYMODULE'), + ('pip._vendor.tomli._parser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tomli\\_parser.py', + 'PYMODULE'), + ('pip._vendor.tomli._re', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tomli\\_re.py', + 'PYMODULE'), + ('pip._internal.operations.install.wheel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\operations\\install\\wheel.py', + 'PYMODULE'), + ('pip._internal.operations.install', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\operations\\install\\__init__.py', + 'PYMODULE'), + ('pip._internal.operations', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\operations\\__init__.py', + 'PYMODULE'), + ('pip._vendor.distlib.util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distlib\\util.py', + 'PYMODULE'), + ('pip._vendor.distlib.compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distlib\\compat.py', + 'PYMODULE'), + ('logging.config', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\logging\\config.py', + 'PYMODULE'), + ('pip._vendor.distlib._backport.sysconfig', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distlib\\_backport\\sysconfig.py', + 'PYMODULE'), + ('pip._vendor.distlib.resources', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distlib\\resources.py', + 'PYMODULE'), + ('html.parser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\html\\parser.py', + 'PYMODULE'), + ('_markupbase', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_markupbase.py', + 'PYMODULE'), + ('pip._vendor.distlib._backport.shutil', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distlib\\_backport\\shutil.py', + 'PYMODULE'), + ('pip._vendor.distlib._backport.tarfile', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distlib\\_backport\\tarfile.py', + 'PYMODULE'), + ('pip._vendor.distlib._backport', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distlib\\_backport\\__init__.py', + 'PYMODULE'), + ('pip._vendor.distlib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distlib\\__init__.py', + 'PYMODULE'), + ('pip._vendor.distlib.scripts', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distlib\\scripts.py', + 'PYMODULE'), + ('compileall', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\compileall.py', + 'PYMODULE'), + ('filecmp', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\filecmp.py', + 'PYMODULE'), + ('pip._internal.operations.install.legacy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\operations\\install\\legacy.py', + 'PYMODULE'), + ('pip._internal.utils.setuptools_build', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\setuptools_build.py', + 'PYMODULE'), + ('pip._internal.operations.install.editable_legacy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\operations\\install\\editable_legacy.py', + 'PYMODULE'), + ('pip._internal.operations.build.metadata_legacy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\operations\\build\\metadata_legacy.py', + 'PYMODULE'), + ('pip._internal.operations.build', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\operations\\build\\__init__.py', + 'PYMODULE'), + ('pip._internal.operations.build.metadata', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\operations\\build\\metadata.py', + 'PYMODULE'), + ('pip._internal.models.link', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\link.py', + 'PYMODULE'), + ('pip._internal.build_env', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\build_env.py', + 'PYMODULE'), + ('pip._vendor.pep517.wrappers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\pep517\\wrappers.py', + 'PYMODULE'), + ('pip._vendor.pep517.in_process', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\pep517\\in_process\\__init__.py', + 'PYMODULE'), + ('pip._vendor.pep517.compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\pep517\\compat.py', + 'PYMODULE'), + ('toml', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\toml\\__init__.py', + 'PYMODULE'), + ('toml.decoder', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\toml\\decoder.py', + 'PYMODULE'), + ('toml.tz', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\toml\\tz.py', + 'PYMODULE'), + ('toml.encoder', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\toml\\encoder.py', + 'PYMODULE'), + ('pip._vendor.pep517', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\pep517\\__init__.py', + 'PYMODULE'), + ('pip._vendor.requests.models', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\models.py', + 'PYMODULE'), + ('pip._internal.commands', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\commands\\__init__.py', + 'PYMODULE'), + ('pip._internal.cli.base_command', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\base_command.py', + 'PYMODULE'), + ('pip._internal.cli.command_context', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\command_context.py', + 'PYMODULE'), + ('pip._internal.cli.main_parser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\main_parser.py', + 'PYMODULE'), + ('pip._internal.cli.autocompletion', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\autocompletion.py', + 'PYMODULE'), + ('pyvisa.typing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\typing.py', + 'PYMODULE'), + ('pyvisa.constants', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\constants.py', + 'PYMODULE'), + ('numpy.lib.twodim_base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\twodim_base.py', + 'PYMODULE'), + ('tkinter.font', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tkinter\\font.py', + 'PYMODULE'), + ('numpy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\__init__.py', + 'PYMODULE'), + ('numpy.ctypeslib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\ctypeslib.py', + 'PYMODULE'), + ('numpy.random', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\__init__.py', + 'PYMODULE'), + ('numpy.random._pickle', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_pickle.py', + 'PYMODULE'), + ('numpy.polynomial', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\polynomial\\__init__.py', + 'PYMODULE'), + ('numpy.polynomial.laguerre', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\polynomial\\laguerre.py', + 'PYMODULE'), + ('numpy.polynomial._polybase', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\polynomial\\_polybase.py', + 'PYMODULE'), + ('numpy.polynomial.hermite_e', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\polynomial\\hermite_e.py', + 'PYMODULE'), + ('numpy.polynomial.hermite', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\polynomial\\hermite.py', + 'PYMODULE'), + ('numpy.polynomial.legendre', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\polynomial\\legendre.py', + 'PYMODULE'), + ('numpy.polynomial.chebyshev', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\polynomial\\chebyshev.py', + 'PYMODULE'), + ('numpy.polynomial.polynomial', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\polynomial\\polynomial.py', + 'PYMODULE'), + ('numpy.polynomial.polyutils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\polynomial\\polyutils.py', + 'PYMODULE'), + ('numpy._distributor_init', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\_distributor_init.py', + 'PYMODULE'), + ('numpy.__config__', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\__config__.py', + 'PYMODULE')], + [('python39.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\python39.dll', + 'BINARY'), + ('VCRUNTIME140.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\VCRUNTIME140.dll', + 'BINARY'), + ('pywintypes39.dll', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\pywin32_system32\\pywintypes39.dll', + 'BINARY'), + ('pythoncom39.dll', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\pywin32_system32\\pythoncom39.dll', + 'BINARY'), + ('libopenblas.WCDJNK7YVMPZQ2ME2ZZHJJRJ3JIKNDB7.gfortran-win_amd64.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\.libs\\libopenblas.WCDJNK7YVMPZQ2ME2ZZHJJRJ3JIKNDB7.gfortran-win_amd64.dll', + 'BINARY'), + ('_ctypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_ctypes.pyd', + 'EXTENSION'), + ('_lzma', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_lzma.pyd', + 'EXTENSION'), + ('_bz2', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_bz2.pyd', + 'EXTENSION'), + ('unicodedata', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\unicodedata.pyd', + 'EXTENSION'), + ('select', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\select.pyd', + 'EXTENSION'), + ('_socket', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_socket.pyd', + 'EXTENSION'), + ('_decimal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_decimal.pyd', + 'EXTENSION'), + ('_overlapped', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_overlapped.pyd', + 'EXTENSION'), + ('_ssl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_ssl.pyd', + 'EXTENSION'), + ('_asyncio', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_asyncio.pyd', + 'EXTENSION'), + ('_queue', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_queue.pyd', + 'EXTENSION'), + ('_multiprocessing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_multiprocessing.pyd', + 'EXTENSION'), + ('pyexpat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\pyexpat.pyd', + 'EXTENSION'), + ('_hashlib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_hashlib.pyd', + 'EXTENSION'), + ('win32api', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\win32api.pyd', + 'EXTENSION'), + ('win32com.shell.shell', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32comext\\shell\\shell.pyd', + 'EXTENSION'), + ('win32trace', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\win32trace.pyd', + 'EXTENSION'), + ('win32ui', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\win32ui.pyd', + 'EXTENSION'), + ('_win32sysloader', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\_win32sysloader.pyd', + 'EXTENSION'), + ('_uuid', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_uuid.pyd', + 'EXTENSION'), + ('numpy.core._multiarray_tests', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_multiarray_tests.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.core._multiarray_umath', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_multiarray_umath.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.linalg._umath_linalg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\linalg\\_umath_linalg.cp39-win_amd64.pyd', + 'EXTENSION'), + ('win32pdh', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\win32pdh.pyd', + 'EXTENSION'), + ('numpy.linalg.lapack_lite', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\linalg\\lapack_lite.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.fft._pocketfft_internal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\fft\\_pocketfft_internal.cp39-win_amd64.pyd', + 'EXTENSION'), + ('_tkinter', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_tkinter.pyd', + 'EXTENSION'), + ('_elementtree', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_elementtree.pyd', + 'EXTENSION'), + ('tornado.speedups', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\speedups.cp39-win_amd64.pyd', + 'EXTENSION'), + ('win32evtlog', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\win32evtlog.pyd', + 'EXTENSION'), + ('numpy.random.mtrand', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\mtrand.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._sfc64', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_sfc64.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._philox', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_philox.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._pcg64', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_pcg64.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._mt19937', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_mt19937.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random.bit_generator', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\bit_generator.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._generator', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_generator.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._bounded_integers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_bounded_integers.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._common', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_common.cp39-win_amd64.pyd', + 'EXTENSION'), + ('libffi-7.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\libffi-7.dll', + 'BINARY'), + ('libssl-1_1.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\libssl-1_1.dll', + 'BINARY'), + ('libcrypto-1_1.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\libcrypto-1_1.dll', + 'BINARY'), + ('mfc140u.dll', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\mfc140u.dll', + 'BINARY'), + ('tcl86t.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\tcl86t.dll', + 'BINARY'), + ('tk86t.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\tk86t.dll', + 'BINARY')], + [], + [], + [('base_library.zip', + 'C:\\Users\\KK1L\\Documents\\GitHub\\PyDSA\\DS1054Z version by ' + 'KK1L\\build\\PyDSA\\base_library.zip', + 'DATA'), + ('tcl\\tzdata\\Africa\\El_Aaiun', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\El_Aaiun', + 'DATA'), + ('tcl\\encoding\\iso8859-10.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-10.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Niue', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Niue', + 'DATA'), + ('tk\\images\\pwrdLogo200.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo200.gif', + 'DATA'), + ('tcl\\msgs\\kw_gb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kw_gb.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Guam', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Guam', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\San_Luis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\San_Luis', + 'DATA'), + ('tcl\\tzdata\\Asia\\Magadan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Magadan', + 'DATA'), + ('tcl\\tzdata\\Europe\\Berlin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Berlin', + 'DATA'), + ('tcl\\tzdata\\Eire', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Eire', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\McMurdo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\McMurdo', + 'DATA'), + ('tcl\\tzdata\\Europe\\Brussels', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Brussels', + 'DATA'), + ('tcl\\tzdata\\America\\Antigua', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Antigua', + 'DATA'), + ('tk\\msgs\\hu.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\hu.msg', + 'DATA'), + ('tk\\msgs\\pt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\pt.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Vladivostok', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Vladivostok', + 'DATA'), + ('tcl\\tzdata\\Mexico\\General', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Mexico\\General', + 'DATA'), + ('tcl\\tzdata\\America\\Cordoba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cordoba', + 'DATA'), + ('tcl\\tzdata\\America\\Puerto_Rico', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Puerto_Rico', + 'DATA'), + ('tcl\\tzdata\\Iceland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Iceland', + 'DATA'), + ('tcl\\tzdata\\MST', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\MST', + 'DATA'), + ('tk\\ttk\\aquaTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\aquaTheme.tcl', + 'DATA'), + ('tcl\\encoding\\dingbats.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\dingbats.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Atyrau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Atyrau', + 'DATA'), + ('tcl\\tzdata\\Asia\\Gaza', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Gaza', + 'DATA'), + ('tcl\\msgs\\ar_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar_in.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tomsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tomsk', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Petersburg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Petersburg', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Davis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Davis', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Tucuman', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Tucuman', + 'DATA'), + ('tcl\\tzdata\\Australia\\Hobart', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Hobart', + 'DATA'), + ('tcl\\msgs\\el.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\el.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-3', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-3', + 'DATA'), + ('tcl\\tzdata\\Africa\\Niamey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Niamey', + 'DATA'), + ('tcl\\encoding\\cp437.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp437.enc', + 'DATA'), + ('tcl\\tzdata\\Australia\\LHI', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\LHI', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-10', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-10', + 'DATA'), + ('tcl\\tzdata\\Greenwich', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Greenwich', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Jujuy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Jujuy', + 'DATA'), + ('tcl\\msgs\\nn.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\nn.msg', + 'DATA'), + ('tcl\\msgs\\es_py.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_py.msg', + 'DATA'), + ('tk\\iconlist.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\iconlist.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pitcairn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Pitcairn', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ust-Nera', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ust-Nera', + 'DATA'), + ('tcl\\tzdata\\America\\Eirunepe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Eirunepe', + 'DATA'), + ('tcl\\tzdata\\Africa\\Harare', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Harare', + 'DATA'), + ('tcl\\msgs\\sl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sl.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Damascus', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Damascus', + 'DATA'), + ('tcl\\tzdata\\Europe\\Bucharest', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Bucharest', + 'DATA'), + ('tcl\\msgs\\gl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\gl.msg', + 'DATA'), + ('tcl\\encoding\\cp737.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp737.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Efate', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Efate', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kampala', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Kampala', + 'DATA'), + ('tcl\\tzdata\\Africa\\Juba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Juba', + 'DATA'), + ('tcl\\msgs\\nl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\nl.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tehran', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tehran', + 'DATA'), + ('tcl\\tzdata\\Canada\\Pacific', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Pacific', + 'DATA'), + ('tcl\\msgs\\fa_ir.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fa_ir.msg', + 'DATA'), + ('tk\\ttk\\panedwindow.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\panedwindow.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\St_Kitts', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Kitts', + 'DATA'), + ('tcl\\msgs\\mr_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\mr_in.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Budapest', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Budapest', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Galapagos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Galapagos', + 'DATA'), + ('tcl\\msgs\\en_gb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_gb.msg', + 'DATA'), + ('tk\\msgbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgbox.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Montserrat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Montserrat', + 'DATA'), + ('tcl\\tzdata\\Australia\\Queensland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Queensland', + 'DATA'), + ('tcl\\msgs\\fa_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fa_in.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Yap', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Yap', + 'DATA'), + ('tcl\\tzdata\\Etc\\Greenwich', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\Greenwich', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Noumea', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Noumea', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kashgar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kashgar', + 'DATA'), + ('tcl\\tzdata\\Africa\\Mogadishu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Mogadishu', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Winamac', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Winamac', + 'DATA'), + ('tcl\\msgs\\kok_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kok_in.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pohnpei', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Pohnpei', + 'DATA'), + ('tcl\\msgs\\es_pr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_pr.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Indianapolis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Indianapolis', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tbilisi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tbilisi', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Jan_Mayen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Jan_Mayen', + 'DATA'), + ('tcl\\msgs\\bn.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\bn.msg', + 'DATA'), + ('tk\\ttk\\spinbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\spinbox.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Blanc-Sablon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Blanc-Sablon', + 'DATA'), + ('tcl\\msgs\\sq.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sq.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+7', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+7', + 'DATA'), + ('tcl\\encoding\\cp855.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp855.enc', + 'DATA'), + ('tcl\\encoding\\cp861.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp861.enc', + 'DATA'), + ('tcl\\encoding\\gb12345.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\gb12345.enc', + 'DATA'), + ('tk\\focus.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\focus.tcl', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vienna', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Vienna', + 'DATA'), + ('tcl\\tzdata\\Africa\\Gaborone', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Gaborone', + 'DATA'), + ('tcl\\tzdata\\America\\Guayaquil', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Guayaquil', + 'DATA'), + ('tcl\\encoding\\iso8859-13.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-13.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Riyadh', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Riyadh', + 'DATA'), + ('tk\\obsolete.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\obsolete.tcl', + 'DATA'), + ('tcl\\msgs\\es_do.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_do.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Port-au-Prince', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Port-au-Prince', + 'DATA'), + ('tcl\\tzdata\\Africa\\Algiers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Algiers', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+6', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+6', + 'DATA'), + ('tcl\\msgs\\hi.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\hi.msg', + 'DATA'), + ('tcl\\encoding\\macGreek.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macGreek.enc', + 'DATA'), + ('tcl\\encoding\\macRoman.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macRoman.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tahiti', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Tahiti', + 'DATA'), + ('tk\\comdlg.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\comdlg.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Kentucky\\Louisville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Kentucky\\Louisville', + 'DATA'), + ('tk\\images\\tai-ku.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\tai-ku.gif', + 'DATA'), + ('tcl\\tzdata\\GMT-0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GMT-0', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tashkent', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tashkent', + 'DATA'), + ('tcl\\tzdata\\Europe\\Moscow', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Moscow', + 'DATA'), + ('tcl\\encoding\\cp1251.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1251.enc', + 'DATA'), + ('tcl\\msgs\\gl_es.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\gl_es.msg', + 'DATA'), + ('tcl\\tzdata\\Indian\\Maldives', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Maldives', + 'DATA'), + ('tk\\safetk.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\safetk.tcl', + 'DATA'), + ('tcl\\tzdata\\Portugal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Portugal', + 'DATA'), + ('tcl\\tzdata\\America\\Guyana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Guyana', + 'DATA'), + ('tcl\\tzdata\\Europe\\Uzhgorod', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Uzhgorod', + 'DATA'), + ('tcl\\tzdata\\America\\Mexico_City', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Mexico_City', + 'DATA'), + ('tcl\\tzdata\\America\\El_Salvador', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\El_Salvador', + 'DATA'), + ('tcl\\tzdata\\America\\Swift_Current', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Swift_Current', + 'DATA'), + ('tcl\\tzdata\\Africa\\Tripoli', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Tripoli', + 'DATA'), + ('tcl\\msgs\\te_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\te_in.msg', + 'DATA'), + ('tcl\\tzdata\\Japan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Japan', + 'DATA'), + ('tk\\msgs\\pl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\pl.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Makassar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Makassar', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Faroe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Faroe', + 'DATA'), + ('tcl\\tzdata\\Asia\\Amman', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Amman', + 'DATA'), + ('tcl\\tzdata\\Asia\\Samarkand', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Samarkand', + 'DATA'), + ('tcl\\tzdata\\Asia\\Rangoon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Rangoon', + 'DATA'), + ('tcl\\tzdata\\SystemV\\AST4', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\AST4', + 'DATA'), + ('tcl\\tzdata\\America\\Merida', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Merida', + 'DATA'), + ('tcl\\tzdata\\Australia\\Darwin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Darwin', + 'DATA'), + ('tcl\\msgs\\ms_my.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ms_my.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jerusalem', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Jerusalem', + 'DATA'), + ('tcl\\tzdata\\Asia\\Novokuznetsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Novokuznetsk', + 'DATA'), + ('tcl\\tzdata\\Africa\\Nouakchott', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Nouakchott', + 'DATA'), + ('tcl\\tzdata\\Australia\\Canberra', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Canberra', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Nauru', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Nauru', + 'DATA'), + ('tcl\\encoding\\cp1253.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1253.enc', + 'DATA'), + ('tk\\ttk\\treeview.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\treeview.tcl', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+4', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+4', + 'DATA'), + ('tcl\\encoding\\cp775.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp775.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dili', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dili', + 'DATA'), + ('tcl\\tzdata\\SystemV\\MST7MDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\MST7MDT', + 'DATA'), + ('tcl\\tzdata\\America\\Bogota', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Bogota', + 'DATA'), + ('tk\\images\\logo.eps', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logo.eps', + 'DATA'), + ('tcl\\tzdata\\Asia\\Seoul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Seoul', + 'DATA'), + ('tcl\\encoding\\gb2312.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\gb2312.enc', + 'DATA'), + ('tk\\ttk\\altTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\altTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\Europe\\Ulyanovsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Ulyanovsk', + 'DATA'), + ('tcl\\tzdata\\America\\Moncton', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Moncton', + 'DATA'), + ('tcl\\tzdata\\Asia\\Istanbul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Istanbul', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ulaanbaatar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ulaanbaatar', + 'DATA'), + ('tcl\\msgs\\id_id.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\id_id.msg', + 'DATA'), + ('tcl\\clock.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\clock.tcl', + 'DATA'), + ('tcl\\tzdata\\US\\Eastern', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Eastern', + 'DATA'), + ('tcl\\tzdata\\Asia\\Qatar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Qatar', + 'DATA'), + ('tcl\\tzdata\\ROC', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\ROC', + 'DATA'), + ('tcl\\tzdata\\America\\Punta_Arenas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Punta_Arenas', + 'DATA'), + ('tcl\\tzdata\\Africa\\Libreville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Libreville', + 'DATA'), + ('tcl\\tzdata\\GMT+0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GMT+0', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bahrain', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Bahrain', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lubumbashi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Lubumbashi', + 'DATA'), + ('tcl\\tzdata\\Asia\\Baku', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Baku', + 'DATA'), + ('tcl\\encoding\\ksc5601.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\ksc5601.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yakutsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Yakutsk', + 'DATA'), + ('tcl\\msgs\\zh_tw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh_tw.msg', + 'DATA'), + ('tcl\\tzdata\\WET', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\WET', + 'DATA'), + ('tcl\\tzdata\\US\\Hawaii', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Hawaii', + 'DATA'), + ('tcl\\tzdata\\Australia\\Yancowinna', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Yancowinna', + 'DATA'), + ('tcl\\tzdata\\America\\Mazatlan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Mazatlan', + 'DATA'), + ('tcl\\tzdata\\Australia\\Lindeman', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Lindeman', + 'DATA'), + ('tcl\\tzdata\\America\\St_Lucia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Lucia', + 'DATA'), + ('tcl\\tzdata\\Africa\\Addis_Ababa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Addis_Ababa', + 'DATA'), + ('tcl\\tzdata\\Africa\\Abidjan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Abidjan', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Azores', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Azores', + 'DATA'), + ('tcl\\msgs\\et.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\et.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Macau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Macau', + 'DATA'), + ('tcl\\tzdata\\America\\Boa_Vista', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Boa_Vista', + 'DATA'), + ('tcl\\tzdata\\SystemV\\YST9YDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\YST9YDT', + 'DATA'), + ('tcl\\tzdata\\Africa\\Cairo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Cairo', + 'DATA'), + ('tcl\\tzdata\\Zulu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Zulu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ashkhabad', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ashkhabad', + 'DATA'), + ('tcl\\tzdata\\Europe\\Mariehamn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Mariehamn', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+0', + 'DATA'), + ('tcl\\encoding\\iso8859-7.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-7.enc', + 'DATA'), + ('tcl\\msgs\\te.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\te.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Beirut', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Beirut', + 'DATA'), + ('tcl\\msgs\\ta_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ta_in.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Buenos_Aires', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Buenos_Aires', + 'DATA'), + ('tcl\\tzdata\\Asia\\Saigon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Saigon', + 'DATA'), + ('tcl\\tzdata\\Europe\\Nicosia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Nicosia', + 'DATA'), + ('tk\\ttk\\sizegrip.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\sizegrip.tcl', + 'DATA'), + ('tcl\\tzdata\\Europe\\Simferopol', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Simferopol', + 'DATA'), + ('tcl\\tzdata\\Africa\\Freetown', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Freetown', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-1', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-1', + 'DATA'), + ('tcl\\tzdata\\America\\Santiago', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Santiago', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-12', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-12', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Ushuaia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Ushuaia', + 'DATA'), + ('tcl\\tzdata\\America\\Winnipeg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Winnipeg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Ponape', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Ponape', + 'DATA'), + ('tcl\\encoding\\macDingbats.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macDingbats.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Anadyr', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Anadyr', + 'DATA'), + ('tcl\\tzdata\\Canada\\East-Saskatchewan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\East-Saskatchewan', + 'DATA'), + ('tk\\msgs\\sv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\sv.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tongatapu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Tongatapu', + 'DATA'), + ('tcl\\msgs\\hr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\hr.msg', + 'DATA'), + ('tcl\\msgs\\en_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_in.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bangkok', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Bangkok', + 'DATA'), + ('tcl\\tzdata\\US\\Aleutian', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Aleutian', + 'DATA'), + ('tcl\\tzdata\\Europe\\Astrakhan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Astrakhan', + 'DATA'), + ('tcl\\tzdata\\W-SU', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\W-SU', + 'DATA'), + ('tcl\\tzdata\\Europe\\Belgrade', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Belgrade', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vaduz', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Vaduz', + 'DATA'), + ('tcl\\encoding\\jis0212.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\jis0212.enc', + 'DATA'), + ('tcl\\tzdata\\NZ-CHAT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\NZ-CHAT', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\Center', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\Center', + 'DATA'), + ('tcl\\tzdata\\Europe\\Isle_of_Man', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Isle_of_Man', + 'DATA'), + ('tcl\\tzdata\\Navajo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Navajo', + 'DATA'), + ('tcl\\encoding\\cp874.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp874.enc', + 'DATA'), + ('tcl\\tzdata\\HST', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\HST', + 'DATA'), + ('tcl\\tzdata\\Asia\\Manila', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Manila', + 'DATA'), + ('tcl\\tzdata\\America\\Fortaleza', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Fortaleza', + 'DATA'), + ('tcl\\tzdata\\Europe\\Podgorica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Podgorica', + 'DATA'), + ('tcl\\tzdata\\ROK', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\ROK', + 'DATA'), + ('tk\\pkgIndex.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\pkgIndex.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Urumqi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Urumqi', + 'DATA'), + ('tcl\\tzdata\\Asia\\Irkutsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Irkutsk', + 'DATA'), + ('tcl\\encoding\\macCyrillic.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macCyrillic.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Marengo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Marengo', + 'DATA'), + ('tcl\\msgs\\en_ie.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_ie.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bishkek', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Bishkek', + 'DATA'), + ('tcl8\\8.4\\platform\\shell-1.1.4.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.4\\platform\\shell-1.1.4.tm', + 'DATA'), + ('tcl\\tzdata\\America\\Cuiaba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cuiaba', + 'DATA'), + ('tcl\\tzdata\\America\\Curacao', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Curacao', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Macquarie', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Macquarie', + 'DATA'), + ('tcl\\tzdata\\Europe\\Saratov', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Saratov', + 'DATA'), + ('tk\\tclIndex', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\tclIndex', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Bermuda', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Bermuda', + 'DATA'), + ('tcl\\msgs\\nb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\nb.msg', + 'DATA'), + ('tcl\\auto.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\auto.tcl', + 'DATA'), + ('tcl\\tzdata\\US\\East-Indiana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\East-Indiana', + 'DATA'), + ('tcl\\tzdata\\Africa\\Asmara', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Asmara', + 'DATA'), + ('tcl\\tzdata\\GMT0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GMT0', + 'DATA'), + ('tcl\\encoding\\iso8859-2.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-2.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\San_Marino', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\San_Marino', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Mawson', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Mawson', + 'DATA'), + ('tcl\\tzdata\\America\\Iqaluit', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Iqaluit', + 'DATA'), + ('tcl\\tzdata\\America\\Ojinaga', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Ojinaga', + 'DATA'), + ('tcl\\msgs\\ga_ie.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ga_ie.msg', + 'DATA'), + ('tcl\\encoding\\cp1250.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1250.enc', + 'DATA'), + ('tcl\\msgs\\es_ni.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_ni.msg', + 'DATA'), + ('tcl\\tzdata\\NZ', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\NZ', + 'DATA'), + ('tcl\\encoding\\iso8859-1.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-1.enc', + 'DATA'), + ('tcl\\tclIndex', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tclIndex', + 'DATA'), + ('tcl\\tzdata\\Africa\\Brazzaville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Brazzaville', + 'DATA'), + ('tcl\\msgs\\kl_gl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kl_gl.msg', + 'DATA'), + ('tcl\\msgs\\uk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\uk.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Atka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Atka', + 'DATA'), + ('tcl\\tzdata\\Europe\\Warsaw', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Warsaw', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\St_Helena', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\St_Helena', + 'DATA'), + ('tcl\\tzdata\\America\\Panama', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Panama', + 'DATA'), + ('tcl\\msgs\\ja.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ja.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tallinn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Tallinn', + 'DATA'), + ('tcl\\msgs\\fr_be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fr_be.msg', + 'DATA'), + ('tcl\\http1.0\\pkgIndex.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\http1.0\\pkgIndex.tcl', + 'DATA'), + ('tcl\\encoding\\macCroatian.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macCroatian.enc', + 'DATA'), + ('tk\\msgs\\en.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\en.msg', + 'DATA'), + ('tk\\images\\logoMed.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logoMed.gif', + 'DATA'), + ('tcl\\msgs\\ar.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chita', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Chita', + 'DATA'), + ('tcl\\tzdata\\America\\Belize', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Belize', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Funafuti', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Funafuti', + 'DATA'), + ('tcl\\tzdata\\Australia\\Tasmania', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Tasmania', + 'DATA'), + ('tcl\\tzdata\\America\\Yellowknife', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Yellowknife', + 'DATA'), + ('tcl\\msgs\\nl_be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\nl_be.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Volgograd', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Volgograd', + 'DATA'), + ('tcl\\msgs\\fa.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fa.msg', + 'DATA'), + ('tk\\ttk\\utils.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\utils.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Wallis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Wallis', + 'DATA'), + ('tk\\spinbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\spinbox.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Port_Moresby', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Port_Moresby', + 'DATA'), + ('tcl\\tzdata\\America\\Juneau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Juneau', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\San_Juan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\San_Juan', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-8', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-8', + 'DATA'), + ('tcl\\msgs\\ar_jo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar_jo.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Mendoza', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Mendoza', + 'DATA'), + ('tk\\ttk\\notebook.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\notebook.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Creston', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Creston', + 'DATA'), + ('tcl\\encoding\\jis0201.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\jis0201.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Jujuy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Jujuy', + 'DATA'), + ('tcl\\msgs\\en_za.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_za.msg', + 'DATA'), + ('tcl\\tzdata\\Indian\\Antananarivo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Antananarivo', + 'DATA'), + ('tcl\\encoding\\koi8-r.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\koi8-r.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Oslo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Oslo', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vilnius', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Vilnius', + 'DATA'), + ('tcl\\tzdata\\Etc\\UCT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\UCT', + 'DATA'), + ('tcl\\tzdata\\Australia\\Currie', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Currie', + 'DATA'), + ('tcl\\msgs\\sr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sr.msg', + 'DATA'), + ('tcl\\tzdata\\Australia\\North', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\North', + 'DATA'), + ('tcl\\tzdata\\America\\Cambridge_Bay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cambridge_Bay', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-14', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-14', + 'DATA'), + ('tcl\\tzdata\\America\\Bahia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Bahia', + 'DATA'), + ('tcl\\opt0.4\\optparse.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\opt0.4\\optparse.tcl', + 'DATA'), + ('tcl\\encoding\\iso8859-16.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-16.enc', + 'DATA'), + ('tcl\\tzdata\\Singapore', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Singapore', + 'DATA'), + ('tcl\\tzdata\\America\\Shiprock', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Shiprock', + 'DATA'), + ('tcl\\tzdata\\EET', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\EET', + 'DATA'), + ('tcl\\msgs\\ko.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ko.msg', + 'DATA'), + ('tcl\\tzdata\\SystemV\\EST5', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\EST5', + 'DATA'), + ('tcl\\tzdata\\America\\Edmonton', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Edmonton', + 'DATA'), + ('tcl\\word.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\word.tcl', + 'DATA'), + ('tcl8\\8.6\\http-2.9.0.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.6\\http-2.9.0.tm', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Norfolk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Norfolk', + 'DATA'), + ('tk\\ttk\\xpTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\xpTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Johnston', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Johnston', + 'DATA'), + ('tcl\\tzdata\\America\\Yakutat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Yakutat', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Chatham', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Chatham', + 'DATA'), + ('tcl\\tzdata\\EST5EDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\EST5EDT', + 'DATA'), + ('tcl\\tzdata\\America\\Rio_Branco', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Rio_Branco', + 'DATA'), + ('tk\\choosedir.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\choosedir.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Thimbu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Thimbu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yekaterinburg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Yekaterinburg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zaporozhye', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Zaporozhye', + 'DATA'), + ('tcl\\tzdata\\Asia\\Novosibirsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Novosibirsk', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\ComodRivadavia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\ComodRivadavia', + 'DATA'), + ('tcl\\encoding\\cp857.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp857.enc', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+11', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+11', + 'DATA'), + ('tcl\\encoding\\cp860.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp860.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Port_of_Spain', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Port_of_Spain', + 'DATA'), + ('tcl\\msgs\\id.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\id.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lusaka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Lusaka', + 'DATA'), + ('tcl\\tzdata\\America\\Miquelon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Miquelon', + 'DATA'), + ('tcl\\tzdata\\SystemV\\CST6CDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\CST6CDT', + 'DATA'), + ('tcl\\tzdata\\Indian\\Chagos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Chagos', + 'DATA'), + ('tcl\\msgs\\fo_fo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fo_fo.msg', + 'DATA'), + ('tcl\\encoding\\cp1255.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1255.enc', + 'DATA'), + ('tk\\images\\README', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\README', + 'DATA'), + ('tcl\\encoding\\cp1256.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1256.enc', + 'DATA'), + ('tcl\\msgs\\sw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sw.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+3', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+3', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\New_Salem', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\New_Salem', + 'DATA'), + ('tcl\\tzdata\\Africa\\Maseru', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Maseru', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mauritius', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Mauritius', + 'DATA'), + ('tcl\\encoding\\iso8859-14.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-14.enc', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-9', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-9', + 'DATA'), + ('tcl\\tzdata\\America\\Whitehorse', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Whitehorse', + 'DATA'), + ('tcl\\tzdata\\Australia\\Lord_Howe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Lord_Howe', + 'DATA'), + ('tcl\\tzdata\\America\\Porto_Acre', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Porto_Acre', + 'DATA'), + ('tcl\\encoding\\cp850.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp850.enc', + 'DATA'), + ('tcl\\encoding\\koi8-u.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\koi8-u.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Lima', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Lima', + 'DATA'), + ('tcl\\tzdata\\America\\Anguilla', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Anguilla', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tel_Aviv', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tel_Aviv', + 'DATA'), + ('tcl\\tzdata\\America\\Martinique', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Martinique', + 'DATA'), + ('tcl\\tzdata\\America\\Grenada', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Grenada', + 'DATA'), + ('tcl\\tzdata\\America\\St_Barthelemy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Barthelemy', + 'DATA'), + ('tk\\images\\logoLarge.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logoLarge.gif', + 'DATA'), + ('tcl\\tzdata\\America\\Metlakatla', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Metlakatla', + 'DATA'), + ('tcl\\tzdata\\SystemV\\AST4ADT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\AST4ADT', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ouagadougou', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Ouagadougou', + 'DATA'), + ('tcl\\tzdata\\America\\Rosario', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Rosario', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Rarotonga', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Rarotonga', + 'DATA'), + ('tcl\\tzdata\\Australia\\Eucla', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Eucla', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuwait', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kuwait', + 'DATA'), + ('tcl\\safe.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\safe.tcl', + 'DATA'), + ('tk\\scrlbar.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\scrlbar.tcl', + 'DATA'), + ('tcl\\tzdata\\US\\Michigan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Michigan', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ashgabat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ashgabat', + 'DATA'), + ('tk\\tearoff.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\tearoff.tcl', + 'DATA'), + ('tcl\\tzdata\\Cuba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Cuba', + 'DATA'), + ('tcl\\msgs\\sv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sv.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Dar_es_Salaam', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Dar_es_Salaam', + 'DATA'), + ('tcl\\tzdata\\Asia\\Pyongyang', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Pyongyang', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dushanbe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dushanbe', + 'DATA'), + ('tcl\\tzdata\\Asia\\Katmandu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Katmandu', + 'DATA'), + ('tcl\\tzdata\\SystemV\\YST9', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\YST9', + 'DATA'), + ('tcl\\tzdata\\Asia\\Famagusta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Famagusta', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ho_Chi_Minh', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ho_Chi_Minh', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ujung_Pandang', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ujung_Pandang', + 'DATA'), + ('tcl\\tzdata\\Africa\\Conakry', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Conakry', + 'DATA'), + ('tcl\\tzdata\\Asia\\Sakhalin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Sakhalin', + 'DATA'), + ('tcl\\tzdata\\America\\Fort_Nelson', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Fort_Nelson', + 'DATA'), + ('tcl\\tzdata\\Canada\\Eastern', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Eastern', + 'DATA'), + ('tcl\\tzdata\\America\\Toronto', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Toronto', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT0', + 'DATA'), + ('tcl\\msgs\\ko_kr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ko_kr.msg', + 'DATA'), + ('tk\\tk.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\tk.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lome', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Lome', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Vincennes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Vincennes', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\La_Rioja', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\La_Rioja', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tarawa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Tarawa', + 'DATA'), + ('tcl\\tzdata\\Indian\\Kerguelen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Kerguelen', + 'DATA'), + ('tcl\\msgs\\zh_hk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh_hk.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Louisville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Louisville', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tokyo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tokyo', + 'DATA'), + ('tcl\\msgs\\pt_br.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\pt_br.msg', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Vostok', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Vostok', + 'DATA'), + ('tcl\\encoding\\cp1254.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1254.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aden', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Aden', + 'DATA'), + ('tcl8\\8.5\\tcltest-2.5.0.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.5\\tcltest-2.5.0.tm', + 'DATA'), + ('tk\\unsupported.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\unsupported.tcl', + 'DATA'), + ('tcl\\msgs\\ru.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ru.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bujumbura', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Bujumbura', + 'DATA'), + ('tcl\\init.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\init.tcl', + 'DATA'), + ('tcl\\tzdata\\US\\Central', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Central', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dubai', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dubai', + 'DATA'), + ('tcl\\tzdata\\Asia\\Krasnoyarsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Krasnoyarsk', + 'DATA'), + ('tcl\\tzdata\\Europe\\Copenhagen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Copenhagen', + 'DATA'), + ('tcl\\tzdata\\Brazil\\Acre', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Brazil\\Acre', + 'DATA'), + ('tcl\\encoding\\iso2022-kr.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso2022-kr.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Santarem', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Santarem', + 'DATA'), + ('tcl\\tzdata\\America\\Campo_Grande', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Campo_Grande', + 'DATA'), + ('tcl\\tzdata\\America\\Belem', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Belem', + 'DATA'), + ('tcl\\tzdata\\Canada\\Mountain', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Mountain', + 'DATA'), + ('tk\\images\\pwrdLogo100.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo100.gif', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mayotte', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Mayotte', + 'DATA'), + ('tcl\\encoding\\iso8859-4.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-4.enc', + 'DATA'), + ('tcl\\tzdata\\Indian\\Christmas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Christmas', + 'DATA'), + ('tcl\\encoding\\tis-620.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\tis-620.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Minsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Minsk', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kosrae', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Kosrae', + 'DATA'), + ('tcl\\msgs\\fi.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fi.msg', + 'DATA'), + ('tcl\\msgs\\be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\be.msg', + 'DATA'), + ('tcl\\http1.0\\http.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\http1.0\\http.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Adak', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Adak', + 'DATA'), + ('tcl\\tzdata\\Europe\\Rome', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Rome', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ulan_Bator', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ulan_Bator', + 'DATA'), + ('tcl\\msgs\\es_ec.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_ec.msg', + 'DATA'), + ('tk\\ttk\\defaults.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\defaults.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Casablanca', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Casablanca', + 'DATA'), + ('tcl\\msgs\\hi_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\hi_in.msg', + 'DATA'), + ('tcl\\tzdata\\Canada\\Yukon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Yukon', + 'DATA'), + ('tcl\\encoding\\iso8859-9.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-9.enc', + 'DATA'), + ('tk\\ttk\\button.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\button.tcl', + 'DATA'), + ('tk\\msgs\\el.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\el.msg', + 'DATA'), + ('tcl\\encoding\\iso8859-8.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-8.enc', + 'DATA'), + ('tcl\\encoding\\big5.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\big5.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Araguaina', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Araguaina', + 'DATA'), + ('tk\\ttk\\vistaTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\vistaTheme.tcl', + 'DATA'), + ('tcl\\msgs\\es_ve.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_ve.msg', + 'DATA'), + ('tcl\\tzdata\\GB', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GB', + 'DATA'), + ('tcl\\tzdata\\Europe\\Jersey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Jersey', + 'DATA'), + ('tcl\\msgs\\ms.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ms.msg', + 'DATA'), + ('tcl\\msgs\\th.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\th.msg', + 'DATA'), + ('tk\\license.terms', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\license.terms', + 'DATA'), + ('tcl\\tzdata\\Asia\\Macao', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Macao', + 'DATA'), + ('tcl\\tzdata\\America\\Guatemala', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Guatemala', + 'DATA'), + ('tcl\\msgs\\zh_cn.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh_cn.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Maceio', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Maceio', + 'DATA'), + ('tcl\\tzdata\\Australia\\Adelaide', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Adelaide', + 'DATA'), + ('tk\\msgs\\es.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\es.msg', + 'DATA'), + ('tk\\ttk\\fonts.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\fonts.tcl', + 'DATA'), + ('tcl\\msgs\\es_hn.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_hn.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Virgin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Virgin', + 'DATA'), + ('tcl\\encoding\\cp866.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp866.enc', + 'DATA'), + ('tcl\\tzdata\\Australia\\NSW', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\NSW', + 'DATA'), + ('tcl\\tzdata\\Europe\\Prague', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Prague', + 'DATA'), + ('tcl\\tzdata\\Africa\\Sao_Tome', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Sao_Tome', + 'DATA'), + ('tcl\\tzdata\\Asia\\Harbin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Harbin', + 'DATA'), + ('tcl\\tzdata\\MST7MDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\MST7MDT', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Honolulu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Honolulu', + 'DATA'), + ('tk\\ttk\\ttk.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\ttk.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bangui', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Bangui', + 'DATA'), + ('tk\\listbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\listbox.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yangon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Yangon', + 'DATA'), + ('tk\\text.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\text.tcl', + 'DATA'), + ('tcl\\encoding\\cp869.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp869.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Enderbury', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Enderbury', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Reykjavik', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Reykjavik', + 'DATA'), + ('tcl\\tzdata\\Asia\\Taipei', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Taipei', + 'DATA'), + ('tcl\\msgs\\es_mx.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_mx.msg', + 'DATA'), + ('tcl\\tzdata\\US\\Arizona', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Arizona', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-4', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-4', + 'DATA'), + ('tcl\\tzdata\\America\\Cancun', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cancun', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Canary', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Canary', + 'DATA'), + ('tcl\\msgs\\is.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\is.msg', + 'DATA'), + ('tcl\\msgs\\en_ph.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_ph.msg', + 'DATA'), + ('tcl\\encoding\\jis0208.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\jis0208.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Bratislava', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Bratislava', + 'DATA'), + ('tcl\\tzdata\\America\\Tegucigalpa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Tegucigalpa', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kabul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kabul', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lagos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Lagos', + 'DATA'), + ('tcl\\tzdata\\US\\Pacific-New', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Pacific-New', + 'DATA'), + ('tcl\\tzdata\\America\\Fort_Wayne', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Fort_Wayne', + 'DATA'), + ('tcl\\tzdata\\Asia\\Phnom_Penh', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Phnom_Penh', + 'DATA'), + ('tcl\\tzdata\\America\\Glace_Bay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Glace_Bay', + 'DATA'), + ('tcl\\msgs\\en_nz.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_nz.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tirane', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Tirane', + 'DATA'), + ('tcl\\msgs\\es_cr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_cr.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Thunder_Bay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Thunder_Bay', + 'DATA'), + ('tcl\\tzdata\\America\\Chihuahua', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Chihuahua', + 'DATA'), + ('tcl\\tzdata\\America\\Hermosillo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Hermosillo', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Troll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Troll', + 'DATA'), + ('tcl\\tzdata\\America\\Santa_Isabel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Santa_Isabel', + 'DATA'), + ('tk\\ttk\\winTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\winTheme.tcl', + 'DATA'), + ('tcl\\msgs\\es_co.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_co.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Choibalsan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Choibalsan', + 'DATA'), + ('tcl\\tzdata\\Asia\\Colombo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Colombo', + 'DATA'), + ('tcl\\tzdata\\Asia\\Oral', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Oral', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Casey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Casey', + 'DATA'), + ('tcl\\msgs\\lv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\lv.msg', + 'DATA'), + ('tcl\\tzdata\\SystemV\\CST6', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\CST6', + 'DATA'), + ('tcl\\tzdata\\America\\Los_Angeles', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Los_Angeles', + 'DATA'), + ('tk\\xmfbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\xmfbox.tcl', + 'DATA'), + ('tcl\\package.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\package.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Anchorage', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Anchorage', + 'DATA'), + ('tcl\\tzdata\\Poland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Poland', + 'DATA'), + ('tcl\\tzdata\\America\\Santo_Domingo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Santo_Domingo', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Tell_City', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Tell_City', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Rio_Gallegos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Rio_Gallegos', + 'DATA'), + ('tcl\\tzdata\\America\\Costa_Rica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Costa_Rica', + 'DATA'), + ('tcl\\msgs\\es_bo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_bo.msg', + 'DATA'), + ('tcl\\encoding\\gb1988.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\gb1988.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Gibraltar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Gibraltar', + 'DATA'), + ('tcl\\tzdata\\Africa\\Nairobi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Nairobi', + 'DATA'), + ('tcl\\tzdata\\Europe\\Ljubljana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Ljubljana', + 'DATA'), + ('tk\\console.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\console.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Salta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Salta', + 'DATA'), + ('tk\\dialog.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\dialog.tcl', + 'DATA'), + ('tk\\icons.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\icons.tcl', + 'DATA'), + ('tcl\\tzdata\\Australia\\Victoria', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Victoria', + 'DATA'), + ('tcl\\tzdata\\Hongkong', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Hongkong', + 'DATA'), + ('tk\\ttk\\cursors.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\cursors.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuching', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kuching', + 'DATA'), + ('tcl\\msgs\\gv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\gv.msg', + 'DATA'), + ('tcl\\encoding\\cp1258.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1258.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Madrid', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Madrid', + 'DATA'), + ('tcl\\tzdata\\Etc\\Universal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\Universal', + 'DATA'), + ('tcl\\tzdata\\Iran', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Iran', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Wake', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Wake', + 'DATA'), + ('tcl\\tzdata\\Brazil\\West', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Brazil\\West', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kigali', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Kigali', + 'DATA'), + ('tcl\\encoding\\cp950.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp950.enc', + 'DATA'), + ('tk\\mkpsenc.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\mkpsenc.tcl', + 'DATA'), + ('tcl\\msgs\\fr_ca.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fr_ca.msg', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Stanley', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Stanley', + 'DATA'), + ('tcl\\tzdata\\America\\Recife', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Recife', + 'DATA'), + ('tcl\\msgs\\fr_ch.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fr_ch.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dacca', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dacca', + 'DATA'), + ('tcl\\tzdata\\Indian\\Cocos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Cocos', + 'DATA'), + ('tcl\\tzdata\\Europe\\Malta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Malta', + 'DATA'), + ('tcl\\tzdata\\Europe\\Dublin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Dublin', + 'DATA'), + ('tk\\msgs\\da.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\da.msg', + 'DATA'), + ('tcl\\encoding\\macJapan.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macJapan.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Aruba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Aruba', + 'DATA'), + ('tcl\\tzdata\\America\\Danmarkshavn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Danmarkshavn', + 'DATA'), + ('tk\\ttk\\entry.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\entry.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ceuta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Ceuta', + 'DATA'), + ('tcl\\msgs\\lt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\lt.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Sao_Paulo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Sao_Paulo', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pago_Pago', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Pago_Pago', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chungking', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Chungking', + 'DATA'), + ('tk\\msgs\\en_gb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\en_gb.msg', + 'DATA'), + ('tk\\msgs\\eo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\eo.msg', + 'DATA'), + ('tk\\images\\pwrdLogo.eps', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo.eps', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\South_Georgia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\South_Georgia', + 'DATA'), + ('tcl\\tzdata\\America\\Managua', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Managua', + 'DATA'), + ('tcl\\tzdata\\America\\Inuvik', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Inuvik', + 'DATA'), + ('tcl\\tzdata\\Mexico\\BajaNorte', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Mexico\\BajaNorte', + 'DATA'), + ('tk\\images\\pwrdLogo75.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo75.gif', + 'DATA'), + ('tcl\\tzdata\\Australia\\Brisbane', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Brisbane', + 'DATA'), + ('tcl\\msgs\\ru_ua.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ru_ua.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Fiji', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Fiji', + 'DATA'), + ('tcl\\tzdata\\US\\Indiana-Starke', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Indiana-Starke', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Guadalcanal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Guadalcanal', + 'DATA'), + ('tk\\images\\logo64.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logo64.gif', + 'DATA'), + ('tcl\\tzdata\\Asia\\Qyzylorda', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Qyzylorda', + 'DATA'), + ('tcl\\tzdata\\Europe\\Busingen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Busingen', + 'DATA'), + ('tcl\\tzdata\\Europe\\Lisbon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Lisbon', + 'DATA'), + ('tcl\\tzdata\\Canada\\Central', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Central', + 'DATA'), + ('tcl\\encoding\\gb2312-raw.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\gb2312-raw.enc', + 'DATA'), + ('tcl\\msgs\\fo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fo.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-11', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-11', + 'DATA'), + ('tcl\\tzdata\\America\\Kentucky\\Monticello', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Kentucky\\Monticello', + 'DATA'), + ('tk\\clrpick.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\clrpick.tcl', + 'DATA'), + ('tcl\\msgs\\pl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\pl.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Amsterdam', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Amsterdam', + 'DATA'), + ('tcl\\msgs\\pt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\pt.msg', + 'DATA'), + ('tk\\images\\logo100.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logo100.gif', + 'DATA'), + ('tcl\\tzdata\\Africa\\Windhoek', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Windhoek', + 'DATA'), + ('tcl\\tzdata\\America\\St_Vincent', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Vincent', + 'DATA'), + ('tcl\\tzdata\\Asia\\Shanghai', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Shanghai', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kaliningrad', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Kaliningrad', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Bougainville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Bougainville', + 'DATA'), + ('tcl\\msgs\\ta.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ta.msg', + 'DATA'), + ('tk\\msgs\\it.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\it.msg', + 'DATA'), + ('tk\\msgs\\cs.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\cs.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Bahia_Banderas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Bahia_Banderas', + 'DATA'), + ('tcl\\encoding\\iso8859-6.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-6.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zagreb', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Zagreb', + 'DATA'), + ('tcl\\tzdata\\PRC', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\PRC', + 'DATA'), + ('tcl\\tzdata\\Africa\\Porto-Novo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Porto-Novo', + 'DATA'), + ('tcl\\tzdata\\CST6CDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\CST6CDT', + 'DATA'), + ('tcl\\tzdata\\US\\Samoa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Samoa', + 'DATA'), + ('tcl\\tzdata\\GB-Eire', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GB-Eire', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Majuro', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Majuro', + 'DATA'), + ('tcl\\msgs\\zh.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hong_Kong', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Hong_Kong', + 'DATA'), + ('tcl\\tzdata\\Turkey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Turkey', + 'DATA'), + ('tcl\\tzdata\\America\\Marigot', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Marigot', + 'DATA'), + ('tcl\\msgs\\he.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\he.msg', + 'DATA'), + ('tk\\msgs\\nl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\nl.msg', + 'DATA'), + ('tcl\\msgs\\ro.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ro.msg', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Rothera', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Rothera', + 'DATA'), + ('tcl\\msgs\\ga.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ga.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bissau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Bissau', + 'DATA'), + ('tk\\ttk\\scrollbar.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\scrollbar.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Dawson_Creek', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Dawson_Creek', + 'DATA'), + ('tcl\\tzdata\\America\\Paramaribo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Paramaribo', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Gambier', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Gambier', + 'DATA'), + ('tcl\\tzdata\\America\\Goose_Bay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Goose_Bay', + 'DATA'), + ('tcl\\msgs\\vi.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\vi.msg', + 'DATA'), + ('tcl\\tzdata\\GMT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GMT', + 'DATA'), + ('tcl\\msgs\\it.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\it.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+8', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+8', + 'DATA'), + ('tcl\\tzdata\\Asia\\Muscat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Muscat', + 'DATA'), + ('tcl\\tzdata\\America\\Regina', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Regina', + 'DATA'), + ('tcl\\tzdata\\Asia\\Almaty', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Almaty', + 'DATA'), + ('tcl\\tzdata\\America\\Halifax', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Halifax', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bamako', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Bamako', + 'DATA'), + ('tcl\\tzdata\\Africa\\Mbabane', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Mbabane', + 'DATA'), + ('tk\\ttk\\clamTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\clamTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Phoenix', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Phoenix', + 'DATA'), + ('tcl\\tzdata\\America\\Sitka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Sitka', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+1', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+1', + 'DATA'), + ('tcl\\msgs\\sh.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sh.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Montevideo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Montevideo', + 'DATA'), + ('tcl\\msgs\\ar_sy.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar_sy.msg', + 'DATA'), + ('tcl\\tzdata\\Brazil\\DeNoronha', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Brazil\\DeNoronha', + 'DATA'), + ('tk\\ttk\\classicTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\classicTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Calcutta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Calcutta', + 'DATA'), + ('tcl\\opt0.4\\pkgIndex.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\opt0.4\\pkgIndex.tcl', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Madeira', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Madeira', + 'DATA'), + ('tk\\ttk\\combobox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\combobox.tcl', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+2', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+2', + 'DATA'), + ('tcl\\encoding\\cp932.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp932.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Mendoza', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Mendoza', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Palmer', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Palmer', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Chuuk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Chuuk', + 'DATA'), + ('tcl\\msgs\\es.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es.msg', + 'DATA'), + ('tcl\\msgs\\gv_gb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\gv_gb.msg', + 'DATA'), + ('tcl\\encoding\\cp862.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp862.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\London', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\London', + 'DATA'), + ('tk\\entry.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\entry.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Malabo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Malabo', + 'DATA'), + ('tcl\\tzdata\\Australia\\ACT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\ACT', + 'DATA'), + ('tcl\\tzdata\\America\\Jamaica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Jamaica', + 'DATA'), + ('tcl\\tzdata\\America\\Thule', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Thule', + 'DATA'), + ('tcl\\msgs\\da.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\da.msg', + 'DATA'), + ('tcl\\msgs\\es_cl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_cl.msg', + 'DATA'), + ('tcl\\encoding\\euc-jp.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\euc-jp.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Omsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Omsk', + 'DATA'), + ('tcl\\tzdata\\Arctic\\Longyearbyen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Arctic\\Longyearbyen', + 'DATA'), + ('tcl\\tzdata\\Australia\\West', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\West', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dhaka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dhaka', + 'DATA'), + ('tcl\\tzdata\\America\\Caracas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Caracas', + 'DATA'), + ('tcl\\tzdata\\America\\Chicago', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Chicago', + 'DATA'), + ('tcl\\encoding\\symbol.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\symbol.enc', + 'DATA'), + ('tcl\\msgs\\mk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\mk.msg', + 'DATA'), + ('tcl\\tzdata\\Indian\\Comoro', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Comoro', + 'DATA'), + ('tcl\\msgs\\es_pe.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_pe.msg', + 'DATA'), + ('tcl\\tzdata\\SystemV\\PST8', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\PST8', + 'DATA'), + ('tcl\\tzdata\\Europe\\Riga', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Riga', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yerevan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Yerevan', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-0', + 'DATA'), + ('tcl\\tzdata\\US\\Pacific', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Pacific', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+12', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+12', + 'DATA'), + ('tcl\\tzdata\\Africa\\Monrovia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Monrovia', + 'DATA'), + ('tcl\\tzdata\\Europe\\Skopje', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Skopje', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hovd', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Hovd', + 'DATA'), + ('tcl\\tzdata\\Asia\\Nicosia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Nicosia', + 'DATA'), + ('tcl\\msgs\\en_ca.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_ca.msg', + 'DATA'), + ('tcl\\msgs\\mt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\mt.msg', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mahe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Mahe', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kiritimati', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Kiritimati', + 'DATA'), + ('tcl\\tzdata\\America\\Cayman', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cayman', + 'DATA'), + ('tcl\\tzdata\\America\\Vancouver', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Vancouver', + 'DATA'), + ('tcl\\tzdata\\America\\Scoresbysund', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Scoresbysund', + 'DATA'), + ('tk\\bgerror.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\bgerror.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Indianapolis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indianapolis', + 'DATA'), + ('tk\\fontchooser.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\fontchooser.tcl', + 'DATA'), + ('tcl\\msgs\\es_pa.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_pa.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Helsinki', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Helsinki', + 'DATA'), + ('tcl\\encoding\\cp852.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp852.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Barbados', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Barbados', + 'DATA'), + ('tcl\\tzdata\\Asia\\Baghdad', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Baghdad', + 'DATA'), + ('tcl\\tzdata\\PST8PDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\PST8PDT', + 'DATA'), + ('tcl\\tzdata\\Europe\\Istanbul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Istanbul', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Cordoba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Cordoba', + 'DATA'), + ('tcl\\tzdata\\Asia\\Singapore', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Singapore', + 'DATA'), + ('tk\\msgs\\fr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\fr.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aqtobe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Aqtobe', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kinshasa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Kinshasa', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kiev', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Kiev', + 'DATA'), + ('tcl\\tzdata\\America\\Kralendijk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Kralendijk', + 'DATA'), + ('tcl\\tzdata\\Chile\\EasterIsland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Chile\\EasterIsland', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jayapura', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Jayapura', + 'DATA'), + ('tcl\\tzdata\\Universal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Universal', + 'DATA'), + ('tcl\\msgs\\kw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kw.msg', + 'DATA'), + ('tcl\\tzdata\\Canada\\Atlantic', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Atlantic', + 'DATA'), + ('tcl\\tzdata\\America\\Montreal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Montreal', + 'DATA'), + ('tcl\\msgs\\es_gt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_gt.msg', + 'DATA'), + ('tcl\\tzdata\\US\\Mountain', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Mountain', + 'DATA'), + ('tcl\\tzdata\\Europe\\Belfast', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Belfast', + 'DATA'), + ('tcl8\\8.4\\platform-1.0.14.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.4\\platform-1.0.14.tm', + 'DATA'), + ('tcl\\msgs\\en_sg.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_sg.msg', + 'DATA'), + ('tcl\\tzdata\\SystemV\\PST8PDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\PST8PDT', + 'DATA'), + ('tcl\\msgs\\en_au.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_au.msg', + 'DATA'), + ('tcl\\msgs\\eu_es.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\eu_es.msg', + 'DATA'), + ('tcl\\msgs\\es_ar.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_ar.msg', + 'DATA'), + ('tcl\\encoding\\euc-kr.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\euc-kr.enc', + 'DATA'), + ('tcl\\encoding\\shiftjis.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\shiftjis.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Easter', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Easter', + 'DATA'), + ('tk\\msgs\\ru.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\ru.msg', + 'DATA'), + ('tcl\\encoding\\macIceland.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macIceland.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Pontianak', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Pontianak', + 'DATA'), + ('tcl\\tzdata\\Asia\\Vientiane', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Vientiane', + 'DATA'), + ('tcl\\msgs\\ar_lb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar_lb.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Thimphu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Thimphu', + 'DATA'), + ('tcl\\encoding\\cp949.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp949.enc', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-13', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-13', + 'DATA'), + ('tcl\\tzdata\\America\\Catamarca', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Catamarca', + 'DATA'), + ('tcl\\msgs\\tr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\tr.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Karachi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Karachi', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Faeroe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Faeroe', + 'DATA'), + ('tcl\\tzdata\\Africa\\Djibouti', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Djibouti', + 'DATA'), + ('tcl\\tzdata\\America\\St_Thomas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Thomas', + 'DATA'), + ('tcl\\encoding\\macUkraine.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macUkraine.enc', + 'DATA'), + ('tcl\\encoding\\euc-cn.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\euc-cn.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Rainy_River', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Rainy_River', + 'DATA'), + ('tcl\\encoding\\ebcdic.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\ebcdic.enc', + 'DATA'), + ('tk\\ttk\\scale.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\scale.tcl', + 'DATA'), + ('tcl\\tzdata\\SystemV\\HST10', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\HST10', + 'DATA'), + ('tcl\\tzdata\\US\\Alaska', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Alaska', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kolkata', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kolkata', + 'DATA'), + ('tcl\\tzdata\\America\\Resolute', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Resolute', + 'DATA'), + ('tcl\\tzdata\\Egypt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Egypt', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+5', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+5', + 'DATA'), + ('tcl\\msgs\\kok.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kok.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Athens', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Athens', + 'DATA'), + ('tcl\\tzdata\\America\\Havana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Havana', + 'DATA'), + ('tcl\\tzdata\\Australia\\Sydney', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Sydney', + 'DATA'), + ('tcl\\tzdata\\America\\Boise', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Boise', + 'DATA'), + ('tk\\button.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\button.tcl', + 'DATA'), + ('tcl\\encoding\\macCentEuro.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macCentEuro.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Chisinau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Chisinau', + 'DATA'), + ('tcl\\tzdata\\Australia\\Melbourne', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Melbourne', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jakarta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Jakarta', + 'DATA'), + ('tcl\\msgs\\kl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kl.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Marquesas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Marquesas', + 'DATA'), + ('tcl\\tzdata\\Africa\\Banjul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Banjul', + 'DATA'), + ('tcl\\tzdata\\America\\New_York', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\New_York', + 'DATA'), + ('tcl\\tzdata\\America\\Nassau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Nassau', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuala_Lumpur', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kuala_Lumpur', + 'DATA'), + ('tcl\\tzdata\\Kwajalein', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Kwajalein', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vatican', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Vatican', + 'DATA'), + ('tcl\\tzdata\\Asia\\Srednekolymsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Srednekolymsk', + 'DATA'), + ('tcl\\tzdata\\America\\Godthab', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Godthab', + 'DATA'), + ('tcl\\msgs\\af.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\af.msg', + 'DATA'), + ('tcl\\encoding\\cp863.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp863.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Detroit', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Detroit', + 'DATA'), + ('tk\\ttk\\progress.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\progress.tcl', + 'DATA'), + ('tk\\images\\pwrdLogo150.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo150.gif', + 'DATA'), + ('tcl\\msgs\\zh_sg.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh_sg.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zurich', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Zurich', + 'DATA'), + ('tcl\\tzdata\\Europe\\Luxembourg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Luxembourg', + 'DATA'), + ('tcl\\msgs\\de_at.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\de_at.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Johannesburg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Johannesburg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Truk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Truk', + 'DATA'), + ('tcl\\encoding\\iso8859-15.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-15.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Porto_Velho', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Porto_Velho', + 'DATA'), + ('tcl\\msgs\\es_sv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_sv.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Lower_Princes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Lower_Princes', + 'DATA'), + ('tcl\\tzdata\\CET', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\CET', + 'DATA'), + ('tcl\\encoding\\iso8859-3.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-3.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kamchatka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kamchatka', + 'DATA'), + ('tcl\\tzdata\\MET', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\MET', + 'DATA'), + ('tcl\\tzdata\\America\\Grand_Turk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Grand_Turk', + 'DATA'), + ('tcl\\encoding\\cp864.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp864.enc', + 'DATA'), + ('tcl\\msgs\\en_bw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_bw.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Matamoros', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Matamoros', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-5', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-5', + 'DATA'), + ('tcl\\msgs\\bg.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\bg.msg', + 'DATA'), + ('tcl\\tzdata\\Canada\\Newfoundland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Newfoundland', + 'DATA'), + ('tcl\\encoding\\ascii.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\ascii.enc', + 'DATA'), + ('tk\\optMenu.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\optMenu.tcl', + 'DATA'), + ('tcl\\tzdata\\Israel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Israel', + 'DATA'), + ('tcl\\tzdata\\America\\Tortola', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Tortola', + 'DATA'), + ('tcl\\tzdata\\Libya', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Libya', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Cape_Verde', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Cape_Verde', + 'DATA'), + ('tcl\\tzdata\\Mexico\\BajaSur', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Mexico\\BajaSur', + 'DATA'), + ('tcl\\tzdata\\America\\Noronha', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Noronha', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Auckland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Auckland', + 'DATA'), + ('tcl\\tzdata\\Asia\\Barnaul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Barnaul', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tiraspol', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Tiraspol', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kirov', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Kirov', + 'DATA'), + ('tk\\tkfbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\tkfbox.tcl', + 'DATA'), + ('tcl\\msgs\\ca.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ca.msg', + 'DATA'), + ('tcl\\tzdata\\Brazil\\East', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Brazil\\East', + 'DATA'), + ('tcl\\msgs\\de.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\de.msg', + 'DATA'), + ('tcl\\msgs\\de_be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\de_be.msg', + 'DATA'), + ('tcl\\tzdata\\America\\St_Johns', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Johns', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\Beulah', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\Beulah', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-2', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-2', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Knox', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Knox', + 'DATA'), + ('tcl\\encoding\\macThai.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macThai.enc', + 'DATA'), + ('tk\\images\\pwrdLogo175.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo175.gif', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+9', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+9', + 'DATA'), + ('tcl\\tzdata\\America\\Nome', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Nome', + 'DATA'), + ('tcl\\tzdata\\Africa\\Maputo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Maputo', + 'DATA'), + ('tcl\\encoding\\iso8859-5.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-5.enc', + 'DATA'), + ('tk\\palette.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\palette.tcl', + 'DATA'), + ('tcl\\msgs\\en_hk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_hk.msg', + 'DATA'), + ('tcl\\msgs\\eo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\eo.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Ensenada', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Ensenada', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ndjamena', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Ndjamena', + 'DATA'), + ('tcl\\encoding\\cp1252.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1252.enc', + 'DATA'), + ('tk\\msgs\\de.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\de.msg', + 'DATA'), + ('tcl\\tm.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tm.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Dawson', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Dawson', + 'DATA'), + ('tcl\\msgs\\hu.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\hu.msg', + 'DATA'), + ('tcl\\tzdata\\Australia\\South', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\South', + 'DATA'), + ('tcl\\tzdata\\Indian\\Reunion', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Reunion', + 'DATA'), + ('tcl\\tzdata\\America\\Monterrey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Monterrey', + 'DATA'), + ('tcl\\tzdata\\Europe\\Paris', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Paris', + 'DATA'), + ('tcl\\tzdata\\America\\Denver', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Denver', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Vevay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Vevay', + 'DATA'), + ('tcl\\tzdata\\SystemV\\MST7', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\MST7', + 'DATA'), + ('tcl\\tzdata\\EST', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\EST', + 'DATA'), + ('tk\\panedwindow.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\panedwindow.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Pangnirtung', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Pangnirtung', + 'DATA'), + ('tcl\\tzdata\\Europe\\Samara', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Samara', + 'DATA'), + ('tcl\\msgs\\it_ch.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\it_ch.msg', + 'DATA'), + ('tcl\\msgs\\eu.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\eu.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Knox_IN', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Knox_IN', + 'DATA'), + ('tcl\\msgs\\mr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\mr.msg', + 'DATA'), + ('tcl\\encoding\\cp936.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp936.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Buenos_Aires', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Buenos_Aires', + 'DATA'), + ('tcl\\encoding\\cp1257.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1257.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chongqing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Chongqing', + 'DATA'), + ('tcl\\tzdata\\America\\Manaus', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Manaus', + 'DATA'), + ('tcl\\msgs\\es_uy.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_uy.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Atikokan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Atikokan', + 'DATA'), + ('tcl\\tzdata\\Europe\\Stockholm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Stockholm', + 'DATA'), + ('tcl\\tzdata\\America\\Coral_Harbour', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Coral_Harbour', + 'DATA'), + ('tcl\\tzdata\\UTC', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\UTC', + 'DATA'), + ('tcl\\msgs\\en_zw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_zw.msg', + 'DATA'), + ('tcl\\msgs\\bn_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\bn_in.msg', + 'DATA'), + ('tcl\\history.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\history.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Fakaofo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Fakaofo', + 'DATA'), + ('tcl\\msgs\\sk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sk.msg', + 'DATA'), + ('tcl\\encoding\\cp865.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp865.enc', + 'DATA'), + ('tcl\\tzdata\\America\\La_Paz', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\La_Paz', + 'DATA'), + ('tcl\\msgs\\en_be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_be.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Midway', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Midway', + 'DATA'), + ('tcl\\tzdata\\Europe\\Sofia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Sofia', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kwajalein', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Kwajalein', + 'DATA'), + ('tcl\\parray.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\parray.tcl', + 'DATA'), + ('tcl\\tzdata\\Etc\\Zulu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\Zulu', + 'DATA'), + ('tk\\scale.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\scale.tcl', + 'DATA'), + ('tcl\\encoding\\iso2022.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso2022.enc', + 'DATA'), + ('tcl\\tzdata\\Africa\\Dakar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Dakar', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Palau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Palau', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-7', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-7', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-6', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-6', + 'DATA'), + ('tk\\ttk\\menubutton.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\menubutton.tcl', + 'DATA'), + ('tcl\\tzdata\\Etc\\UTC', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\UTC', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT', + 'DATA'), + ('tcl\\tzdata\\Australia\\Perth', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Perth', + 'DATA'), + ('tcl\\tzdata\\UCT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\UCT', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aqtau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Aqtau', + 'DATA'), + ('tcl\\tzdata\\Africa\\Asmera', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Asmera', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Apia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Apia', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kathmandu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kathmandu', + 'DATA'), + ('tk\\menu.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\menu.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Tijuana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Tijuana', + 'DATA'), + ('tcl\\tzdata\\Asia\\Khandyga', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Khandyga', + 'DATA'), + ('tcl\\msgs\\af_za.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\af_za.msg', + 'DATA'), + ('tcl\\encoding\\iso2022-jp.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso2022-jp.enc', + 'DATA'), + ('tcl\\msgs\\fr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fr.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Accra', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Accra', + 'DATA'), + ('tcl\\tzdata\\America\\Guadeloupe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Guadeloupe', + 'DATA'), + ('tcl\\tzdata\\Europe\\Andorra', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Andorra', + 'DATA'), + ('tcl\\tzdata\\Asia\\Brunei', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Brunei', + 'DATA'), + ('tcl\\tzdata\\Australia\\Broken_Hill', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Broken_Hill', + 'DATA'), + ('tcl\\tzdata\\America\\Cayenne', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cayenne', + 'DATA'), + ('tcl\\tzdata\\Africa\\Luanda', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Luanda', + 'DATA'), + ('tcl\\tzdata\\Africa\\Tunis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Tunis', + 'DATA'), + ('tcl\\encoding\\macRomania.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macRomania.enc', + 'DATA'), + ('tcl\\tzdata\\Jamaica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Jamaica', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Saipan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Saipan', + 'DATA'), + ('tcl\\tzdata\\Europe\\Monaco', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Monaco', + 'DATA'), + ('tcl\\tzdata\\Chile\\Continental', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Chile\\Continental', + 'DATA'), + ('tcl8\\8.5\\msgcat-1.6.1.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.5\\msgcat-1.6.1.tm', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\DumontDUrville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\DumontDUrville', + 'DATA'), + ('tcl\\encoding\\macTurkish.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macTurkish.enc', + 'DATA'), + ('tcl\\tzdata\\Africa\\Douala', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Douala', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Samoa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Samoa', + 'DATA'), + ('tcl\\tzdata\\Africa\\Khartoum', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Khartoum', + 'DATA'), + ('tcl\\tzdata\\America\\Rankin_Inlet', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Rankin_Inlet', + 'DATA'), + ('tcl\\tzdata\\Europe\\Sarajevo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Sarajevo', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Catamarca', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Catamarca', + 'DATA'), + ('tcl\\tzdata\\Africa\\Blantyre', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Blantyre', + 'DATA'), + ('tcl\\tzdata\\America\\Nipigon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Nipigon', + 'DATA'), + ('tcl\\tzdata\\SystemV\\EST5EDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\EST5EDT', + 'DATA'), + ('tcl\\tzdata\\Europe\\Guernsey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Guernsey', + 'DATA'), + ('tcl\\tzdata\\Canada\\Saskatchewan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Saskatchewan', + 'DATA'), + ('tk\\megawidget.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\megawidget.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Asuncion', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Asuncion', + 'DATA'), + ('tcl\\tzdata\\America\\Dominica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Dominica', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Syowa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Syowa', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\South_Pole', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\South_Pole', + 'DATA'), + ('tcl\\tzdata\\Africa\\Timbuktu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Timbuktu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hebron', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Hebron', + 'DATA'), + ('tcl\\tzdata\\America\\Menominee', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Menominee', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+10', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+10', + 'DATA'), + ('tcl\\msgs\\cs.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\cs.msg', + 'DATA'), + ('pyinstaller-4.4.dist-info\\REQUESTED', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\REQUESTED', + 'DATA'), + ('pyinstaller-4.4.dist-info\\WHEEL', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\WHEEL', + 'DATA'), + ('pyinstaller-4.4.dist-info\\top_level.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\top_level.txt', + 'DATA'), + ('setuptools-49.2.1.dist-info\\LICENSE', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\LICENSE', + 'DATA'), + ('pyinstaller-4.4.dist-info\\LICENSE.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\LICENSE.txt', + 'DATA'), + ('pyinstaller-4.4.dist-info\\RECORD', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\RECORD', + 'DATA'), + ('pyinstaller-4.4.dist-info\\metadata.json', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\metadata.json', + 'DATA'), + ('setuptools-49.2.1.dist-info\\WHEEL', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\WHEEL', + 'DATA'), + ('setuptools-49.2.1.dist-info\\RECORD', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\RECORD', + 'DATA'), + ('pyinstaller-4.4.dist-info\\DESCRIPTION.rst', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\DESCRIPTION.rst', + 'DATA'), + ('pyinstaller-4.4.dist-info\\METADATA', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\METADATA', + 'DATA'), + ('altgraph-0.17.dist-info\\WHEEL', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\WHEEL', + 'DATA'), + ('pip-21.2.1.dist-info\\WHEEL', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\WHEEL', + 'DATA'), + ('altgraph-0.17.dist-info\\RECORD', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\RECORD', + 'DATA'), + ('altgraph-0.17.dist-info\\top_level.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\top_level.txt', + 'DATA'), + ('setuptools-49.2.1.dist-info\\METADATA', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\METADATA', + 'DATA'), + ('setuptools-49.2.1.dist-info\\top_level.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\top_level.txt', + 'DATA'), + ('setuptools-49.2.1.dist-info\\entry_points.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\entry_points.txt', + 'DATA'), + ('pyinstaller-4.4.dist-info\\INSTALLER', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\INSTALLER', + 'DATA'), + ('pip-21.2.1.dist-info\\top_level.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\top_level.txt', + 'DATA'), + ('altgraph-0.17.dist-info\\METADATA', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\METADATA', + 'DATA'), + ('altgraph-0.17.dist-info\\LICENSE', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\LICENSE', + 'DATA'), + ('pip-21.2.1.dist-info\\entry_points.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\entry_points.txt', + 'DATA'), + ('altgraph-0.17.dist-info\\zip-safe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\zip-safe', + 'DATA'), + ('setuptools-49.2.1.dist-info\\dependency_links.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\dependency_links.txt', + 'DATA'), + ('pip-21.2.1.dist-info\\REQUESTED', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\REQUESTED', + 'DATA'), + ('pip-21.2.1.dist-info\\RECORD', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\RECORD', + 'DATA'), + ('altgraph-0.17.dist-info\\INSTALLER', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\INSTALLER', + 'DATA'), + ('setuptools-49.2.1.dist-info\\REQUESTED', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\REQUESTED', + 'DATA'), + ('pip-21.2.1.dist-info\\LICENSE.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\LICENSE.txt', + 'DATA'), + ('pyinstaller-4.4.dist-info\\entry_points.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\entry_points.txt', + 'DATA'), + ('setuptools-49.2.1.dist-info\\INSTALLER', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\INSTALLER', + 'DATA'), + ('setuptools-49.2.1.dist-info\\zip-safe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\zip-safe', + 'DATA'), + ('pip-21.2.1.dist-info\\METADATA', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\METADATA', + 'DATA'), + ('pip-21.2.1.dist-info\\INSTALLER', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\INSTALLER', + 'DATA')], + []) diff --git a/DS1054Z version by KK1L/build/PyDSA/EXE-00.toc b/DS1054Z version by KK1L/build/PyDSA/EXE-00.toc new file mode 100644 index 0000000..736ed11 --- /dev/null +++ b/DS1054Z version by KK1L/build/PyDSA/EXE-00.toc @@ -0,0 +1,3084 @@ +('C:\\Users\\KK1L\\Documents\\GitHub\\PyDSA\\DS1054Z version by ' + 'KK1L\\dist\\PyDSA.exe', + True, + False, + False, + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\bootloader\\images\\icon-console.ico', + None, + False, + False, + 'true', + True, + None, + None, + None, + 'PyDSA.pkg', + [('PYZ-00.pyz', + 'C:\\Users\\KK1L\\Documents\\GitHub\\PyDSA\\DS1054Z version by ' + 'KK1L\\build\\PyDSA\\PYZ-00.pyz', + 'PYZ'), + ('struct', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\struct.pyo', + 'PYMODULE'), + ('pyimod01_os_path', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyimod01_os_path.pyc', + 'PYMODULE'), + ('pyimod02_archive', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyimod02_archive.pyc', + 'PYMODULE'), + ('pyimod03_importers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyimod03_importers.pyc', + 'PYMODULE'), + ('pyimod04_ctypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyimod04_ctypes.pyc', + 'PYMODULE'), + ('pyiboot01_bootstrap', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py', + 'PYSOURCE'), + ('pyi_rth_pkgutil', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py', + 'PYSOURCE'), + ('pyi_rth_multiprocessing', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py', + 'PYSOURCE'), + ('pyi_rth_inspect', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py', + 'PYSOURCE'), + ('pyi_rth__tkinter', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth__tkinter.py', + 'PYSOURCE'), + ('pyi_rth_win32api', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_win32api.py', + 'PYSOURCE'), + ('pyi_rth_win32comgenpy', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_win32comgenpy.py', + 'PYSOURCE'), + ('pyi_rth_pkgres', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgres.py', + 'PYSOURCE'), + ('PyDSA', + 'C:\\Users\\KK1L\\Documents\\GitHub\\PyDSA\\DS1054Z version by ' + 'KK1L\\PyDSA.py', + 'PYSOURCE'), + ('python39.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\python39.dll', + 'BINARY'), + ('VCRUNTIME140.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\VCRUNTIME140.dll', + 'BINARY'), + ('pywintypes39.dll', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\pywin32_system32\\pywintypes39.dll', + 'BINARY'), + ('pythoncom39.dll', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\pywin32_system32\\pythoncom39.dll', + 'BINARY'), + ('libopenblas.WCDJNK7YVMPZQ2ME2ZZHJJRJ3JIKNDB7.gfortran-win_amd64.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\.libs\\libopenblas.WCDJNK7YVMPZQ2ME2ZZHJJRJ3JIKNDB7.gfortran-win_amd64.dll', + 'BINARY'), + ('_ctypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_ctypes.pyd', + 'EXTENSION'), + ('_lzma', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_lzma.pyd', + 'EXTENSION'), + ('_bz2', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_bz2.pyd', + 'EXTENSION'), + ('unicodedata', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\unicodedata.pyd', + 'EXTENSION'), + ('select', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\select.pyd', + 'EXTENSION'), + ('_socket', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_socket.pyd', + 'EXTENSION'), + ('_decimal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_decimal.pyd', + 'EXTENSION'), + ('_overlapped', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_overlapped.pyd', + 'EXTENSION'), + ('_ssl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_ssl.pyd', + 'EXTENSION'), + ('_asyncio', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_asyncio.pyd', + 'EXTENSION'), + ('_queue', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_queue.pyd', + 'EXTENSION'), + ('_multiprocessing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_multiprocessing.pyd', + 'EXTENSION'), + ('pyexpat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\pyexpat.pyd', + 'EXTENSION'), + ('_hashlib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_hashlib.pyd', + 'EXTENSION'), + ('win32api', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\win32api.pyd', + 'EXTENSION'), + ('win32com.shell.shell', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32comext\\shell\\shell.pyd', + 'EXTENSION'), + ('win32trace', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\win32trace.pyd', + 'EXTENSION'), + ('win32ui', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\win32ui.pyd', + 'EXTENSION'), + ('_win32sysloader', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\_win32sysloader.pyd', + 'EXTENSION'), + ('_uuid', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_uuid.pyd', + 'EXTENSION'), + ('numpy.core._multiarray_tests', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_multiarray_tests.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.core._multiarray_umath', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_multiarray_umath.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.linalg._umath_linalg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\linalg\\_umath_linalg.cp39-win_amd64.pyd', + 'EXTENSION'), + ('win32pdh', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\win32pdh.pyd', + 'EXTENSION'), + ('numpy.linalg.lapack_lite', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\linalg\\lapack_lite.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.fft._pocketfft_internal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\fft\\_pocketfft_internal.cp39-win_amd64.pyd', + 'EXTENSION'), + ('_tkinter', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_tkinter.pyd', + 'EXTENSION'), + ('_elementtree', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_elementtree.pyd', + 'EXTENSION'), + ('tornado.speedups', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\speedups.cp39-win_amd64.pyd', + 'EXTENSION'), + ('win32evtlog', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\win32evtlog.pyd', + 'EXTENSION'), + ('numpy.random.mtrand', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\mtrand.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._sfc64', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_sfc64.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._philox', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_philox.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._pcg64', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_pcg64.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._mt19937', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_mt19937.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random.bit_generator', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\bit_generator.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._generator', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_generator.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._bounded_integers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_bounded_integers.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._common', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_common.cp39-win_amd64.pyd', + 'EXTENSION'), + ('libffi-7.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\libffi-7.dll', + 'BINARY'), + ('libssl-1_1.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\libssl-1_1.dll', + 'BINARY'), + ('libcrypto-1_1.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\libcrypto-1_1.dll', + 'BINARY'), + ('mfc140u.dll', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\mfc140u.dll', + 'BINARY'), + ('tcl86t.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\tcl86t.dll', + 'BINARY'), + ('tk86t.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\tk86t.dll', + 'BINARY'), + ('base_library.zip', + 'C:\\Users\\KK1L\\Documents\\GitHub\\PyDSA\\DS1054Z version by ' + 'KK1L\\build\\PyDSA\\base_library.zip', + 'DATA'), + ('tcl\\tzdata\\Africa\\El_Aaiun', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\El_Aaiun', + 'DATA'), + ('tcl\\encoding\\iso8859-10.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-10.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Niue', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Niue', + 'DATA'), + ('tk\\images\\pwrdLogo200.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo200.gif', + 'DATA'), + ('tcl\\msgs\\kw_gb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kw_gb.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Guam', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Guam', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\San_Luis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\San_Luis', + 'DATA'), + ('tcl\\tzdata\\Asia\\Magadan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Magadan', + 'DATA'), + ('tcl\\tzdata\\Europe\\Berlin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Berlin', + 'DATA'), + ('tcl\\tzdata\\Eire', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Eire', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\McMurdo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\McMurdo', + 'DATA'), + ('tcl\\tzdata\\Europe\\Brussels', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Brussels', + 'DATA'), + ('tcl\\tzdata\\America\\Antigua', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Antigua', + 'DATA'), + ('tk\\msgs\\hu.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\hu.msg', + 'DATA'), + ('tk\\msgs\\pt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\pt.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Vladivostok', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Vladivostok', + 'DATA'), + ('tcl\\tzdata\\Mexico\\General', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Mexico\\General', + 'DATA'), + ('tcl\\tzdata\\America\\Cordoba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cordoba', + 'DATA'), + ('tcl\\tzdata\\America\\Puerto_Rico', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Puerto_Rico', + 'DATA'), + ('tcl\\tzdata\\Iceland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Iceland', + 'DATA'), + ('tcl\\tzdata\\MST', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\MST', + 'DATA'), + ('tk\\ttk\\aquaTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\aquaTheme.tcl', + 'DATA'), + ('tcl\\encoding\\dingbats.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\dingbats.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Atyrau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Atyrau', + 'DATA'), + ('tcl\\tzdata\\Asia\\Gaza', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Gaza', + 'DATA'), + ('tcl\\msgs\\ar_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar_in.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tomsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tomsk', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Petersburg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Petersburg', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Davis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Davis', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Tucuman', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Tucuman', + 'DATA'), + ('tcl\\tzdata\\Australia\\Hobart', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Hobart', + 'DATA'), + ('tcl\\msgs\\el.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\el.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-3', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-3', + 'DATA'), + ('tcl\\tzdata\\Africa\\Niamey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Niamey', + 'DATA'), + ('tcl\\encoding\\cp437.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp437.enc', + 'DATA'), + ('tcl\\tzdata\\Australia\\LHI', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\LHI', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-10', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-10', + 'DATA'), + ('tcl\\tzdata\\Greenwich', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Greenwich', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Jujuy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Jujuy', + 'DATA'), + ('tcl\\msgs\\nn.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\nn.msg', + 'DATA'), + ('tcl\\msgs\\es_py.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_py.msg', + 'DATA'), + ('tk\\iconlist.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\iconlist.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pitcairn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Pitcairn', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ust-Nera', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ust-Nera', + 'DATA'), + ('tcl\\tzdata\\America\\Eirunepe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Eirunepe', + 'DATA'), + ('tcl\\tzdata\\Africa\\Harare', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Harare', + 'DATA'), + ('tcl\\msgs\\sl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sl.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Damascus', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Damascus', + 'DATA'), + ('tcl\\tzdata\\Europe\\Bucharest', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Bucharest', + 'DATA'), + ('tcl\\msgs\\gl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\gl.msg', + 'DATA'), + ('tcl\\encoding\\cp737.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp737.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Efate', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Efate', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kampala', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Kampala', + 'DATA'), + ('tcl\\tzdata\\Africa\\Juba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Juba', + 'DATA'), + ('tcl\\msgs\\nl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\nl.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tehran', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tehran', + 'DATA'), + ('tcl\\tzdata\\Canada\\Pacific', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Pacific', + 'DATA'), + ('tcl\\msgs\\fa_ir.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fa_ir.msg', + 'DATA'), + ('tk\\ttk\\panedwindow.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\panedwindow.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\St_Kitts', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Kitts', + 'DATA'), + ('tcl\\msgs\\mr_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\mr_in.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Budapest', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Budapest', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Galapagos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Galapagos', + 'DATA'), + ('tcl\\msgs\\en_gb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_gb.msg', + 'DATA'), + ('tk\\msgbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgbox.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Montserrat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Montserrat', + 'DATA'), + ('tcl\\tzdata\\Australia\\Queensland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Queensland', + 'DATA'), + ('tcl\\msgs\\fa_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fa_in.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Yap', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Yap', + 'DATA'), + ('tcl\\tzdata\\Etc\\Greenwich', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\Greenwich', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Noumea', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Noumea', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kashgar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kashgar', + 'DATA'), + ('tcl\\tzdata\\Africa\\Mogadishu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Mogadishu', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Winamac', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Winamac', + 'DATA'), + ('tcl\\msgs\\kok_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kok_in.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pohnpei', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Pohnpei', + 'DATA'), + ('tcl\\msgs\\es_pr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_pr.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Indianapolis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Indianapolis', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tbilisi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tbilisi', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Jan_Mayen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Jan_Mayen', + 'DATA'), + ('tcl\\msgs\\bn.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\bn.msg', + 'DATA'), + ('tk\\ttk\\spinbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\spinbox.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Blanc-Sablon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Blanc-Sablon', + 'DATA'), + ('tcl\\msgs\\sq.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sq.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+7', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+7', + 'DATA'), + ('tcl\\encoding\\cp855.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp855.enc', + 'DATA'), + ('tcl\\encoding\\cp861.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp861.enc', + 'DATA'), + ('tcl\\encoding\\gb12345.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\gb12345.enc', + 'DATA'), + ('tk\\focus.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\focus.tcl', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vienna', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Vienna', + 'DATA'), + ('tcl\\tzdata\\Africa\\Gaborone', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Gaborone', + 'DATA'), + ('tcl\\tzdata\\America\\Guayaquil', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Guayaquil', + 'DATA'), + ('tcl\\encoding\\iso8859-13.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-13.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Riyadh', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Riyadh', + 'DATA'), + ('tk\\obsolete.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\obsolete.tcl', + 'DATA'), + ('tcl\\msgs\\es_do.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_do.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Port-au-Prince', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Port-au-Prince', + 'DATA'), + ('tcl\\tzdata\\Africa\\Algiers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Algiers', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+6', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+6', + 'DATA'), + ('tcl\\msgs\\hi.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\hi.msg', + 'DATA'), + ('tcl\\encoding\\macGreek.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macGreek.enc', + 'DATA'), + ('tcl\\encoding\\macRoman.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macRoman.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tahiti', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Tahiti', + 'DATA'), + ('tk\\comdlg.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\comdlg.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Kentucky\\Louisville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Kentucky\\Louisville', + 'DATA'), + ('tk\\images\\tai-ku.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\tai-ku.gif', + 'DATA'), + ('tcl\\tzdata\\GMT-0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GMT-0', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tashkent', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tashkent', + 'DATA'), + ('tcl\\tzdata\\Europe\\Moscow', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Moscow', + 'DATA'), + ('tcl\\encoding\\cp1251.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1251.enc', + 'DATA'), + ('tcl\\msgs\\gl_es.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\gl_es.msg', + 'DATA'), + ('tcl\\tzdata\\Indian\\Maldives', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Maldives', + 'DATA'), + ('tk\\safetk.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\safetk.tcl', + 'DATA'), + ('tcl\\tzdata\\Portugal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Portugal', + 'DATA'), + ('tcl\\tzdata\\America\\Guyana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Guyana', + 'DATA'), + ('tcl\\tzdata\\Europe\\Uzhgorod', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Uzhgorod', + 'DATA'), + ('tcl\\tzdata\\America\\Mexico_City', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Mexico_City', + 'DATA'), + ('tcl\\tzdata\\America\\El_Salvador', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\El_Salvador', + 'DATA'), + ('tcl\\tzdata\\America\\Swift_Current', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Swift_Current', + 'DATA'), + ('tcl\\tzdata\\Africa\\Tripoli', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Tripoli', + 'DATA'), + ('tcl\\msgs\\te_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\te_in.msg', + 'DATA'), + ('tcl\\tzdata\\Japan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Japan', + 'DATA'), + ('tk\\msgs\\pl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\pl.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Makassar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Makassar', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Faroe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Faroe', + 'DATA'), + ('tcl\\tzdata\\Asia\\Amman', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Amman', + 'DATA'), + ('tcl\\tzdata\\Asia\\Samarkand', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Samarkand', + 'DATA'), + ('tcl\\tzdata\\Asia\\Rangoon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Rangoon', + 'DATA'), + ('tcl\\tzdata\\SystemV\\AST4', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\AST4', + 'DATA'), + ('tcl\\tzdata\\America\\Merida', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Merida', + 'DATA'), + ('tcl\\tzdata\\Australia\\Darwin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Darwin', + 'DATA'), + ('tcl\\msgs\\ms_my.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ms_my.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jerusalem', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Jerusalem', + 'DATA'), + ('tcl\\tzdata\\Asia\\Novokuznetsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Novokuznetsk', + 'DATA'), + ('tcl\\tzdata\\Africa\\Nouakchott', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Nouakchott', + 'DATA'), + ('tcl\\tzdata\\Australia\\Canberra', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Canberra', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Nauru', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Nauru', + 'DATA'), + ('tcl\\encoding\\cp1253.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1253.enc', + 'DATA'), + ('tk\\ttk\\treeview.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\treeview.tcl', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+4', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+4', + 'DATA'), + ('tcl\\encoding\\cp775.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp775.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dili', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dili', + 'DATA'), + ('tcl\\tzdata\\SystemV\\MST7MDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\MST7MDT', + 'DATA'), + ('tcl\\tzdata\\America\\Bogota', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Bogota', + 'DATA'), + ('tk\\images\\logo.eps', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logo.eps', + 'DATA'), + ('tcl\\tzdata\\Asia\\Seoul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Seoul', + 'DATA'), + ('tcl\\encoding\\gb2312.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\gb2312.enc', + 'DATA'), + ('tk\\ttk\\altTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\altTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\Europe\\Ulyanovsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Ulyanovsk', + 'DATA'), + ('tcl\\tzdata\\America\\Moncton', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Moncton', + 'DATA'), + ('tcl\\tzdata\\Asia\\Istanbul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Istanbul', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ulaanbaatar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ulaanbaatar', + 'DATA'), + ('tcl\\msgs\\id_id.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\id_id.msg', + 'DATA'), + ('tcl\\clock.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\clock.tcl', + 'DATA'), + ('tcl\\tzdata\\US\\Eastern', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Eastern', + 'DATA'), + ('tcl\\tzdata\\Asia\\Qatar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Qatar', + 'DATA'), + ('tcl\\tzdata\\ROC', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\ROC', + 'DATA'), + ('tcl\\tzdata\\America\\Punta_Arenas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Punta_Arenas', + 'DATA'), + ('tcl\\tzdata\\Africa\\Libreville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Libreville', + 'DATA'), + ('tcl\\tzdata\\GMT+0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GMT+0', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bahrain', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Bahrain', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lubumbashi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Lubumbashi', + 'DATA'), + ('tcl\\tzdata\\Asia\\Baku', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Baku', + 'DATA'), + ('tcl\\encoding\\ksc5601.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\ksc5601.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yakutsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Yakutsk', + 'DATA'), + ('tcl\\msgs\\zh_tw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh_tw.msg', + 'DATA'), + ('tcl\\tzdata\\WET', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\WET', + 'DATA'), + ('tcl\\tzdata\\US\\Hawaii', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Hawaii', + 'DATA'), + ('tcl\\tzdata\\Australia\\Yancowinna', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Yancowinna', + 'DATA'), + ('tcl\\tzdata\\America\\Mazatlan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Mazatlan', + 'DATA'), + ('tcl\\tzdata\\Australia\\Lindeman', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Lindeman', + 'DATA'), + ('tcl\\tzdata\\America\\St_Lucia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Lucia', + 'DATA'), + ('tcl\\tzdata\\Africa\\Addis_Ababa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Addis_Ababa', + 'DATA'), + ('tcl\\tzdata\\Africa\\Abidjan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Abidjan', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Azores', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Azores', + 'DATA'), + ('tcl\\msgs\\et.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\et.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Macau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Macau', + 'DATA'), + ('tcl\\tzdata\\America\\Boa_Vista', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Boa_Vista', + 'DATA'), + ('tcl\\tzdata\\SystemV\\YST9YDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\YST9YDT', + 'DATA'), + ('tcl\\tzdata\\Africa\\Cairo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Cairo', + 'DATA'), + ('tcl\\tzdata\\Zulu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Zulu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ashkhabad', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ashkhabad', + 'DATA'), + ('tcl\\tzdata\\Europe\\Mariehamn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Mariehamn', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+0', + 'DATA'), + ('tcl\\encoding\\iso8859-7.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-7.enc', + 'DATA'), + ('tcl\\msgs\\te.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\te.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Beirut', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Beirut', + 'DATA'), + ('tcl\\msgs\\ta_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ta_in.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Buenos_Aires', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Buenos_Aires', + 'DATA'), + ('tcl\\tzdata\\Asia\\Saigon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Saigon', + 'DATA'), + ('tcl\\tzdata\\Europe\\Nicosia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Nicosia', + 'DATA'), + ('tk\\ttk\\sizegrip.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\sizegrip.tcl', + 'DATA'), + ('tcl\\tzdata\\Europe\\Simferopol', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Simferopol', + 'DATA'), + ('tcl\\tzdata\\Africa\\Freetown', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Freetown', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-1', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-1', + 'DATA'), + ('tcl\\tzdata\\America\\Santiago', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Santiago', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-12', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-12', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Ushuaia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Ushuaia', + 'DATA'), + ('tcl\\tzdata\\America\\Winnipeg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Winnipeg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Ponape', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Ponape', + 'DATA'), + ('tcl\\encoding\\macDingbats.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macDingbats.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Anadyr', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Anadyr', + 'DATA'), + ('tcl\\tzdata\\Canada\\East-Saskatchewan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\East-Saskatchewan', + 'DATA'), + ('tk\\msgs\\sv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\sv.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tongatapu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Tongatapu', + 'DATA'), + ('tcl\\msgs\\hr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\hr.msg', + 'DATA'), + ('tcl\\msgs\\en_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_in.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bangkok', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Bangkok', + 'DATA'), + ('tcl\\tzdata\\US\\Aleutian', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Aleutian', + 'DATA'), + ('tcl\\tzdata\\Europe\\Astrakhan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Astrakhan', + 'DATA'), + ('tcl\\tzdata\\W-SU', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\W-SU', + 'DATA'), + ('tcl\\tzdata\\Europe\\Belgrade', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Belgrade', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vaduz', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Vaduz', + 'DATA'), + ('tcl\\encoding\\jis0212.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\jis0212.enc', + 'DATA'), + ('tcl\\tzdata\\NZ-CHAT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\NZ-CHAT', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\Center', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\Center', + 'DATA'), + ('tcl\\tzdata\\Europe\\Isle_of_Man', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Isle_of_Man', + 'DATA'), + ('tcl\\tzdata\\Navajo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Navajo', + 'DATA'), + ('tcl\\encoding\\cp874.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp874.enc', + 'DATA'), + ('tcl\\tzdata\\HST', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\HST', + 'DATA'), + ('tcl\\tzdata\\Asia\\Manila', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Manila', + 'DATA'), + ('tcl\\tzdata\\America\\Fortaleza', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Fortaleza', + 'DATA'), + ('tcl\\tzdata\\Europe\\Podgorica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Podgorica', + 'DATA'), + ('tcl\\tzdata\\ROK', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\ROK', + 'DATA'), + ('tk\\pkgIndex.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\pkgIndex.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Urumqi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Urumqi', + 'DATA'), + ('tcl\\tzdata\\Asia\\Irkutsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Irkutsk', + 'DATA'), + ('tcl\\encoding\\macCyrillic.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macCyrillic.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Marengo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Marengo', + 'DATA'), + ('tcl\\msgs\\en_ie.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_ie.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bishkek', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Bishkek', + 'DATA'), + ('tcl8\\8.4\\platform\\shell-1.1.4.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.4\\platform\\shell-1.1.4.tm', + 'DATA'), + ('tcl\\tzdata\\America\\Cuiaba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cuiaba', + 'DATA'), + ('tcl\\tzdata\\America\\Curacao', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Curacao', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Macquarie', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Macquarie', + 'DATA'), + ('tcl\\tzdata\\Europe\\Saratov', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Saratov', + 'DATA'), + ('tk\\tclIndex', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\tclIndex', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Bermuda', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Bermuda', + 'DATA'), + ('tcl\\msgs\\nb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\nb.msg', + 'DATA'), + ('tcl\\auto.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\auto.tcl', + 'DATA'), + ('tcl\\tzdata\\US\\East-Indiana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\East-Indiana', + 'DATA'), + ('tcl\\tzdata\\Africa\\Asmara', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Asmara', + 'DATA'), + ('tcl\\tzdata\\GMT0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GMT0', + 'DATA'), + ('tcl\\encoding\\iso8859-2.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-2.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\San_Marino', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\San_Marino', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Mawson', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Mawson', + 'DATA'), + ('tcl\\tzdata\\America\\Iqaluit', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Iqaluit', + 'DATA'), + ('tcl\\tzdata\\America\\Ojinaga', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Ojinaga', + 'DATA'), + ('tcl\\msgs\\ga_ie.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ga_ie.msg', + 'DATA'), + ('tcl\\encoding\\cp1250.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1250.enc', + 'DATA'), + ('tcl\\msgs\\es_ni.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_ni.msg', + 'DATA'), + ('tcl\\tzdata\\NZ', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\NZ', + 'DATA'), + ('tcl\\encoding\\iso8859-1.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-1.enc', + 'DATA'), + ('tcl\\tclIndex', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tclIndex', + 'DATA'), + ('tcl\\tzdata\\Africa\\Brazzaville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Brazzaville', + 'DATA'), + ('tcl\\msgs\\kl_gl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kl_gl.msg', + 'DATA'), + ('tcl\\msgs\\uk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\uk.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Atka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Atka', + 'DATA'), + ('tcl\\tzdata\\Europe\\Warsaw', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Warsaw', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\St_Helena', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\St_Helena', + 'DATA'), + ('tcl\\tzdata\\America\\Panama', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Panama', + 'DATA'), + ('tcl\\msgs\\ja.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ja.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tallinn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Tallinn', + 'DATA'), + ('tcl\\msgs\\fr_be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fr_be.msg', + 'DATA'), + ('tcl\\http1.0\\pkgIndex.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\http1.0\\pkgIndex.tcl', + 'DATA'), + ('tcl\\encoding\\macCroatian.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macCroatian.enc', + 'DATA'), + ('tk\\msgs\\en.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\en.msg', + 'DATA'), + ('tk\\images\\logoMed.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logoMed.gif', + 'DATA'), + ('tcl\\msgs\\ar.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chita', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Chita', + 'DATA'), + ('tcl\\tzdata\\America\\Belize', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Belize', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Funafuti', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Funafuti', + 'DATA'), + ('tcl\\tzdata\\Australia\\Tasmania', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Tasmania', + 'DATA'), + ('tcl\\tzdata\\America\\Yellowknife', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Yellowknife', + 'DATA'), + ('tcl\\msgs\\nl_be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\nl_be.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Volgograd', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Volgograd', + 'DATA'), + ('tcl\\msgs\\fa.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fa.msg', + 'DATA'), + ('tk\\ttk\\utils.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\utils.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Wallis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Wallis', + 'DATA'), + ('tk\\spinbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\spinbox.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Port_Moresby', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Port_Moresby', + 'DATA'), + ('tcl\\tzdata\\America\\Juneau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Juneau', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\San_Juan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\San_Juan', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-8', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-8', + 'DATA'), + ('tcl\\msgs\\ar_jo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar_jo.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Mendoza', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Mendoza', + 'DATA'), + ('tk\\ttk\\notebook.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\notebook.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Creston', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Creston', + 'DATA'), + ('tcl\\encoding\\jis0201.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\jis0201.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Jujuy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Jujuy', + 'DATA'), + ('tcl\\msgs\\en_za.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_za.msg', + 'DATA'), + ('tcl\\tzdata\\Indian\\Antananarivo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Antananarivo', + 'DATA'), + ('tcl\\encoding\\koi8-r.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\koi8-r.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Oslo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Oslo', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vilnius', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Vilnius', + 'DATA'), + ('tcl\\tzdata\\Etc\\UCT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\UCT', + 'DATA'), + ('tcl\\tzdata\\Australia\\Currie', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Currie', + 'DATA'), + ('tcl\\msgs\\sr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sr.msg', + 'DATA'), + ('tcl\\tzdata\\Australia\\North', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\North', + 'DATA'), + ('tcl\\tzdata\\America\\Cambridge_Bay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cambridge_Bay', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-14', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-14', + 'DATA'), + ('tcl\\tzdata\\America\\Bahia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Bahia', + 'DATA'), + ('tcl\\opt0.4\\optparse.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\opt0.4\\optparse.tcl', + 'DATA'), + ('tcl\\encoding\\iso8859-16.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-16.enc', + 'DATA'), + ('tcl\\tzdata\\Singapore', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Singapore', + 'DATA'), + ('tcl\\tzdata\\America\\Shiprock', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Shiprock', + 'DATA'), + ('tcl\\tzdata\\EET', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\EET', + 'DATA'), + ('tcl\\msgs\\ko.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ko.msg', + 'DATA'), + ('tcl\\tzdata\\SystemV\\EST5', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\EST5', + 'DATA'), + ('tcl\\tzdata\\America\\Edmonton', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Edmonton', + 'DATA'), + ('tcl\\word.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\word.tcl', + 'DATA'), + ('tcl8\\8.6\\http-2.9.0.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.6\\http-2.9.0.tm', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Norfolk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Norfolk', + 'DATA'), + ('tk\\ttk\\xpTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\xpTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Johnston', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Johnston', + 'DATA'), + ('tcl\\tzdata\\America\\Yakutat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Yakutat', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Chatham', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Chatham', + 'DATA'), + ('tcl\\tzdata\\EST5EDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\EST5EDT', + 'DATA'), + ('tcl\\tzdata\\America\\Rio_Branco', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Rio_Branco', + 'DATA'), + ('tk\\choosedir.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\choosedir.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Thimbu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Thimbu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yekaterinburg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Yekaterinburg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zaporozhye', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Zaporozhye', + 'DATA'), + ('tcl\\tzdata\\Asia\\Novosibirsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Novosibirsk', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\ComodRivadavia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\ComodRivadavia', + 'DATA'), + ('tcl\\encoding\\cp857.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp857.enc', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+11', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+11', + 'DATA'), + ('tcl\\encoding\\cp860.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp860.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Port_of_Spain', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Port_of_Spain', + 'DATA'), + ('tcl\\msgs\\id.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\id.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lusaka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Lusaka', + 'DATA'), + ('tcl\\tzdata\\America\\Miquelon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Miquelon', + 'DATA'), + ('tcl\\tzdata\\SystemV\\CST6CDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\CST6CDT', + 'DATA'), + ('tcl\\tzdata\\Indian\\Chagos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Chagos', + 'DATA'), + ('tcl\\msgs\\fo_fo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fo_fo.msg', + 'DATA'), + ('tcl\\encoding\\cp1255.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1255.enc', + 'DATA'), + ('tk\\images\\README', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\README', + 'DATA'), + ('tcl\\encoding\\cp1256.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1256.enc', + 'DATA'), + ('tcl\\msgs\\sw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sw.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+3', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+3', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\New_Salem', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\New_Salem', + 'DATA'), + ('tcl\\tzdata\\Africa\\Maseru', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Maseru', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mauritius', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Mauritius', + 'DATA'), + ('tcl\\encoding\\iso8859-14.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-14.enc', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-9', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-9', + 'DATA'), + ('tcl\\tzdata\\America\\Whitehorse', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Whitehorse', + 'DATA'), + ('tcl\\tzdata\\Australia\\Lord_Howe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Lord_Howe', + 'DATA'), + ('tcl\\tzdata\\America\\Porto_Acre', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Porto_Acre', + 'DATA'), + ('tcl\\encoding\\cp850.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp850.enc', + 'DATA'), + ('tcl\\encoding\\koi8-u.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\koi8-u.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Lima', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Lima', + 'DATA'), + ('tcl\\tzdata\\America\\Anguilla', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Anguilla', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tel_Aviv', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tel_Aviv', + 'DATA'), + ('tcl\\tzdata\\America\\Martinique', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Martinique', + 'DATA'), + ('tcl\\tzdata\\America\\Grenada', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Grenada', + 'DATA'), + ('tcl\\tzdata\\America\\St_Barthelemy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Barthelemy', + 'DATA'), + ('tk\\images\\logoLarge.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logoLarge.gif', + 'DATA'), + ('tcl\\tzdata\\America\\Metlakatla', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Metlakatla', + 'DATA'), + ('tcl\\tzdata\\SystemV\\AST4ADT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\AST4ADT', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ouagadougou', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Ouagadougou', + 'DATA'), + ('tcl\\tzdata\\America\\Rosario', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Rosario', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Rarotonga', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Rarotonga', + 'DATA'), + ('tcl\\tzdata\\Australia\\Eucla', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Eucla', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuwait', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kuwait', + 'DATA'), + ('tcl\\safe.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\safe.tcl', + 'DATA'), + ('tk\\scrlbar.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\scrlbar.tcl', + 'DATA'), + ('tcl\\tzdata\\US\\Michigan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Michigan', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ashgabat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ashgabat', + 'DATA'), + ('tk\\tearoff.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\tearoff.tcl', + 'DATA'), + ('tcl\\tzdata\\Cuba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Cuba', + 'DATA'), + ('tcl\\msgs\\sv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sv.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Dar_es_Salaam', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Dar_es_Salaam', + 'DATA'), + ('tcl\\tzdata\\Asia\\Pyongyang', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Pyongyang', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dushanbe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dushanbe', + 'DATA'), + ('tcl\\tzdata\\Asia\\Katmandu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Katmandu', + 'DATA'), + ('tcl\\tzdata\\SystemV\\YST9', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\YST9', + 'DATA'), + ('tcl\\tzdata\\Asia\\Famagusta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Famagusta', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ho_Chi_Minh', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ho_Chi_Minh', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ujung_Pandang', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ujung_Pandang', + 'DATA'), + ('tcl\\tzdata\\Africa\\Conakry', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Conakry', + 'DATA'), + ('tcl\\tzdata\\Asia\\Sakhalin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Sakhalin', + 'DATA'), + ('tcl\\tzdata\\America\\Fort_Nelson', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Fort_Nelson', + 'DATA'), + ('tcl\\tzdata\\Canada\\Eastern', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Eastern', + 'DATA'), + ('tcl\\tzdata\\America\\Toronto', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Toronto', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT0', + 'DATA'), + ('tcl\\msgs\\ko_kr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ko_kr.msg', + 'DATA'), + ('tk\\tk.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\tk.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lome', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Lome', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Vincennes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Vincennes', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\La_Rioja', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\La_Rioja', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tarawa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Tarawa', + 'DATA'), + ('tcl\\tzdata\\Indian\\Kerguelen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Kerguelen', + 'DATA'), + ('tcl\\msgs\\zh_hk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh_hk.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Louisville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Louisville', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tokyo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tokyo', + 'DATA'), + ('tcl\\msgs\\pt_br.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\pt_br.msg', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Vostok', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Vostok', + 'DATA'), + ('tcl\\encoding\\cp1254.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1254.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aden', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Aden', + 'DATA'), + ('tcl8\\8.5\\tcltest-2.5.0.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.5\\tcltest-2.5.0.tm', + 'DATA'), + ('tk\\unsupported.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\unsupported.tcl', + 'DATA'), + ('tcl\\msgs\\ru.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ru.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bujumbura', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Bujumbura', + 'DATA'), + ('tcl\\init.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\init.tcl', + 'DATA'), + ('tcl\\tzdata\\US\\Central', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Central', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dubai', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dubai', + 'DATA'), + ('tcl\\tzdata\\Asia\\Krasnoyarsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Krasnoyarsk', + 'DATA'), + ('tcl\\tzdata\\Europe\\Copenhagen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Copenhagen', + 'DATA'), + ('tcl\\tzdata\\Brazil\\Acre', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Brazil\\Acre', + 'DATA'), + ('tcl\\encoding\\iso2022-kr.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso2022-kr.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Santarem', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Santarem', + 'DATA'), + ('tcl\\tzdata\\America\\Campo_Grande', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Campo_Grande', + 'DATA'), + ('tcl\\tzdata\\America\\Belem', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Belem', + 'DATA'), + ('tcl\\tzdata\\Canada\\Mountain', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Mountain', + 'DATA'), + ('tk\\images\\pwrdLogo100.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo100.gif', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mayotte', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Mayotte', + 'DATA'), + ('tcl\\encoding\\iso8859-4.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-4.enc', + 'DATA'), + ('tcl\\tzdata\\Indian\\Christmas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Christmas', + 'DATA'), + ('tcl\\encoding\\tis-620.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\tis-620.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Minsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Minsk', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kosrae', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Kosrae', + 'DATA'), + ('tcl\\msgs\\fi.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fi.msg', + 'DATA'), + ('tcl\\msgs\\be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\be.msg', + 'DATA'), + ('tcl\\http1.0\\http.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\http1.0\\http.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Adak', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Adak', + 'DATA'), + ('tcl\\tzdata\\Europe\\Rome', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Rome', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ulan_Bator', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ulan_Bator', + 'DATA'), + ('tcl\\msgs\\es_ec.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_ec.msg', + 'DATA'), + ('tk\\ttk\\defaults.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\defaults.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Casablanca', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Casablanca', + 'DATA'), + ('tcl\\msgs\\hi_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\hi_in.msg', + 'DATA'), + ('tcl\\tzdata\\Canada\\Yukon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Yukon', + 'DATA'), + ('tcl\\encoding\\iso8859-9.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-9.enc', + 'DATA'), + ('tk\\ttk\\button.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\button.tcl', + 'DATA'), + ('tk\\msgs\\el.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\el.msg', + 'DATA'), + ('tcl\\encoding\\iso8859-8.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-8.enc', + 'DATA'), + ('tcl\\encoding\\big5.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\big5.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Araguaina', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Araguaina', + 'DATA'), + ('tk\\ttk\\vistaTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\vistaTheme.tcl', + 'DATA'), + ('tcl\\msgs\\es_ve.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_ve.msg', + 'DATA'), + ('tcl\\tzdata\\GB', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GB', + 'DATA'), + ('tcl\\tzdata\\Europe\\Jersey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Jersey', + 'DATA'), + ('tcl\\msgs\\ms.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ms.msg', + 'DATA'), + ('tcl\\msgs\\th.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\th.msg', + 'DATA'), + ('tk\\license.terms', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\license.terms', + 'DATA'), + ('tcl\\tzdata\\Asia\\Macao', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Macao', + 'DATA'), + ('tcl\\tzdata\\America\\Guatemala', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Guatemala', + 'DATA'), + ('tcl\\msgs\\zh_cn.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh_cn.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Maceio', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Maceio', + 'DATA'), + ('tcl\\tzdata\\Australia\\Adelaide', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Adelaide', + 'DATA'), + ('tk\\msgs\\es.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\es.msg', + 'DATA'), + ('tk\\ttk\\fonts.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\fonts.tcl', + 'DATA'), + ('tcl\\msgs\\es_hn.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_hn.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Virgin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Virgin', + 'DATA'), + ('tcl\\encoding\\cp866.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp866.enc', + 'DATA'), + ('tcl\\tzdata\\Australia\\NSW', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\NSW', + 'DATA'), + ('tcl\\tzdata\\Europe\\Prague', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Prague', + 'DATA'), + ('tcl\\tzdata\\Africa\\Sao_Tome', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Sao_Tome', + 'DATA'), + ('tcl\\tzdata\\Asia\\Harbin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Harbin', + 'DATA'), + ('tcl\\tzdata\\MST7MDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\MST7MDT', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Honolulu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Honolulu', + 'DATA'), + ('tk\\ttk\\ttk.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\ttk.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bangui', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Bangui', + 'DATA'), + ('tk\\listbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\listbox.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yangon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Yangon', + 'DATA'), + ('tk\\text.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\text.tcl', + 'DATA'), + ('tcl\\encoding\\cp869.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp869.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Enderbury', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Enderbury', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Reykjavik', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Reykjavik', + 'DATA'), + ('tcl\\tzdata\\Asia\\Taipei', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Taipei', + 'DATA'), + ('tcl\\msgs\\es_mx.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_mx.msg', + 'DATA'), + ('tcl\\tzdata\\US\\Arizona', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Arizona', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-4', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-4', + 'DATA'), + ('tcl\\tzdata\\America\\Cancun', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cancun', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Canary', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Canary', + 'DATA'), + ('tcl\\msgs\\is.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\is.msg', + 'DATA'), + ('tcl\\msgs\\en_ph.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_ph.msg', + 'DATA'), + ('tcl\\encoding\\jis0208.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\jis0208.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Bratislava', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Bratislava', + 'DATA'), + ('tcl\\tzdata\\America\\Tegucigalpa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Tegucigalpa', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kabul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kabul', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lagos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Lagos', + 'DATA'), + ('tcl\\tzdata\\US\\Pacific-New', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Pacific-New', + 'DATA'), + ('tcl\\tzdata\\America\\Fort_Wayne', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Fort_Wayne', + 'DATA'), + ('tcl\\tzdata\\Asia\\Phnom_Penh', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Phnom_Penh', + 'DATA'), + ('tcl\\tzdata\\America\\Glace_Bay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Glace_Bay', + 'DATA'), + ('tcl\\msgs\\en_nz.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_nz.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tirane', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Tirane', + 'DATA'), + ('tcl\\msgs\\es_cr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_cr.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Thunder_Bay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Thunder_Bay', + 'DATA'), + ('tcl\\tzdata\\America\\Chihuahua', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Chihuahua', + 'DATA'), + ('tcl\\tzdata\\America\\Hermosillo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Hermosillo', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Troll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Troll', + 'DATA'), + ('tcl\\tzdata\\America\\Santa_Isabel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Santa_Isabel', + 'DATA'), + ('tk\\ttk\\winTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\winTheme.tcl', + 'DATA'), + ('tcl\\msgs\\es_co.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_co.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Choibalsan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Choibalsan', + 'DATA'), + ('tcl\\tzdata\\Asia\\Colombo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Colombo', + 'DATA'), + ('tcl\\tzdata\\Asia\\Oral', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Oral', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Casey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Casey', + 'DATA'), + ('tcl\\msgs\\lv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\lv.msg', + 'DATA'), + ('tcl\\tzdata\\SystemV\\CST6', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\CST6', + 'DATA'), + ('tcl\\tzdata\\America\\Los_Angeles', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Los_Angeles', + 'DATA'), + ('tk\\xmfbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\xmfbox.tcl', + 'DATA'), + ('tcl\\package.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\package.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Anchorage', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Anchorage', + 'DATA'), + ('tcl\\tzdata\\Poland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Poland', + 'DATA'), + ('tcl\\tzdata\\America\\Santo_Domingo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Santo_Domingo', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Tell_City', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Tell_City', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Rio_Gallegos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Rio_Gallegos', + 'DATA'), + ('tcl\\tzdata\\America\\Costa_Rica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Costa_Rica', + 'DATA'), + ('tcl\\msgs\\es_bo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_bo.msg', + 'DATA'), + ('tcl\\encoding\\gb1988.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\gb1988.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Gibraltar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Gibraltar', + 'DATA'), + ('tcl\\tzdata\\Africa\\Nairobi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Nairobi', + 'DATA'), + ('tcl\\tzdata\\Europe\\Ljubljana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Ljubljana', + 'DATA'), + ('tk\\console.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\console.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Salta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Salta', + 'DATA'), + ('tk\\dialog.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\dialog.tcl', + 'DATA'), + ('tk\\icons.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\icons.tcl', + 'DATA'), + ('tcl\\tzdata\\Australia\\Victoria', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Victoria', + 'DATA'), + ('tcl\\tzdata\\Hongkong', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Hongkong', + 'DATA'), + ('tk\\ttk\\cursors.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\cursors.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuching', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kuching', + 'DATA'), + ('tcl\\msgs\\gv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\gv.msg', + 'DATA'), + ('tcl\\encoding\\cp1258.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1258.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Madrid', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Madrid', + 'DATA'), + ('tcl\\tzdata\\Etc\\Universal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\Universal', + 'DATA'), + ('tcl\\tzdata\\Iran', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Iran', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Wake', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Wake', + 'DATA'), + ('tcl\\tzdata\\Brazil\\West', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Brazil\\West', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kigali', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Kigali', + 'DATA'), + ('tcl\\encoding\\cp950.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp950.enc', + 'DATA'), + ('tk\\mkpsenc.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\mkpsenc.tcl', + 'DATA'), + ('tcl\\msgs\\fr_ca.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fr_ca.msg', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Stanley', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Stanley', + 'DATA'), + ('tcl\\tzdata\\America\\Recife', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Recife', + 'DATA'), + ('tcl\\msgs\\fr_ch.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fr_ch.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dacca', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dacca', + 'DATA'), + ('tcl\\tzdata\\Indian\\Cocos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Cocos', + 'DATA'), + ('tcl\\tzdata\\Europe\\Malta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Malta', + 'DATA'), + ('tcl\\tzdata\\Europe\\Dublin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Dublin', + 'DATA'), + ('tk\\msgs\\da.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\da.msg', + 'DATA'), + ('tcl\\encoding\\macJapan.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macJapan.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Aruba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Aruba', + 'DATA'), + ('tcl\\tzdata\\America\\Danmarkshavn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Danmarkshavn', + 'DATA'), + ('tk\\ttk\\entry.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\entry.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ceuta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Ceuta', + 'DATA'), + ('tcl\\msgs\\lt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\lt.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Sao_Paulo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Sao_Paulo', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pago_Pago', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Pago_Pago', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chungking', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Chungking', + 'DATA'), + ('tk\\msgs\\en_gb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\en_gb.msg', + 'DATA'), + ('tk\\msgs\\eo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\eo.msg', + 'DATA'), + ('tk\\images\\pwrdLogo.eps', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo.eps', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\South_Georgia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\South_Georgia', + 'DATA'), + ('tcl\\tzdata\\America\\Managua', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Managua', + 'DATA'), + ('tcl\\tzdata\\America\\Inuvik', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Inuvik', + 'DATA'), + ('tcl\\tzdata\\Mexico\\BajaNorte', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Mexico\\BajaNorte', + 'DATA'), + ('tk\\images\\pwrdLogo75.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo75.gif', + 'DATA'), + ('tcl\\tzdata\\Australia\\Brisbane', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Brisbane', + 'DATA'), + ('tcl\\msgs\\ru_ua.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ru_ua.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Fiji', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Fiji', + 'DATA'), + ('tcl\\tzdata\\US\\Indiana-Starke', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Indiana-Starke', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Guadalcanal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Guadalcanal', + 'DATA'), + ('tk\\images\\logo64.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logo64.gif', + 'DATA'), + ('tcl\\tzdata\\Asia\\Qyzylorda', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Qyzylorda', + 'DATA'), + ('tcl\\tzdata\\Europe\\Busingen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Busingen', + 'DATA'), + ('tcl\\tzdata\\Europe\\Lisbon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Lisbon', + 'DATA'), + ('tcl\\tzdata\\Canada\\Central', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Central', + 'DATA'), + ('tcl\\encoding\\gb2312-raw.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\gb2312-raw.enc', + 'DATA'), + ('tcl\\msgs\\fo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fo.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-11', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-11', + 'DATA'), + ('tcl\\tzdata\\America\\Kentucky\\Monticello', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Kentucky\\Monticello', + 'DATA'), + ('tk\\clrpick.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\clrpick.tcl', + 'DATA'), + ('tcl\\msgs\\pl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\pl.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Amsterdam', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Amsterdam', + 'DATA'), + ('tcl\\msgs\\pt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\pt.msg', + 'DATA'), + ('tk\\images\\logo100.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logo100.gif', + 'DATA'), + ('tcl\\tzdata\\Africa\\Windhoek', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Windhoek', + 'DATA'), + ('tcl\\tzdata\\America\\St_Vincent', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Vincent', + 'DATA'), + ('tcl\\tzdata\\Asia\\Shanghai', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Shanghai', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kaliningrad', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Kaliningrad', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Bougainville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Bougainville', + 'DATA'), + ('tcl\\msgs\\ta.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ta.msg', + 'DATA'), + ('tk\\msgs\\it.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\it.msg', + 'DATA'), + ('tk\\msgs\\cs.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\cs.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Bahia_Banderas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Bahia_Banderas', + 'DATA'), + ('tcl\\encoding\\iso8859-6.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-6.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zagreb', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Zagreb', + 'DATA'), + ('tcl\\tzdata\\PRC', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\PRC', + 'DATA'), + ('tcl\\tzdata\\Africa\\Porto-Novo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Porto-Novo', + 'DATA'), + ('tcl\\tzdata\\CST6CDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\CST6CDT', + 'DATA'), + ('tcl\\tzdata\\US\\Samoa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Samoa', + 'DATA'), + ('tcl\\tzdata\\GB-Eire', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GB-Eire', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Majuro', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Majuro', + 'DATA'), + ('tcl\\msgs\\zh.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hong_Kong', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Hong_Kong', + 'DATA'), + ('tcl\\tzdata\\Turkey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Turkey', + 'DATA'), + ('tcl\\tzdata\\America\\Marigot', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Marigot', + 'DATA'), + ('tcl\\msgs\\he.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\he.msg', + 'DATA'), + ('tk\\msgs\\nl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\nl.msg', + 'DATA'), + ('tcl\\msgs\\ro.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ro.msg', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Rothera', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Rothera', + 'DATA'), + ('tcl\\msgs\\ga.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ga.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bissau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Bissau', + 'DATA'), + ('tk\\ttk\\scrollbar.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\scrollbar.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Dawson_Creek', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Dawson_Creek', + 'DATA'), + ('tcl\\tzdata\\America\\Paramaribo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Paramaribo', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Gambier', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Gambier', + 'DATA'), + ('tcl\\tzdata\\America\\Goose_Bay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Goose_Bay', + 'DATA'), + ('tcl\\msgs\\vi.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\vi.msg', + 'DATA'), + ('tcl\\tzdata\\GMT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GMT', + 'DATA'), + ('tcl\\msgs\\it.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\it.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+8', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+8', + 'DATA'), + ('tcl\\tzdata\\Asia\\Muscat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Muscat', + 'DATA'), + ('tcl\\tzdata\\America\\Regina', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Regina', + 'DATA'), + ('tcl\\tzdata\\Asia\\Almaty', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Almaty', + 'DATA'), + ('tcl\\tzdata\\America\\Halifax', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Halifax', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bamako', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Bamako', + 'DATA'), + ('tcl\\tzdata\\Africa\\Mbabane', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Mbabane', + 'DATA'), + ('tk\\ttk\\clamTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\clamTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Phoenix', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Phoenix', + 'DATA'), + ('tcl\\tzdata\\America\\Sitka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Sitka', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+1', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+1', + 'DATA'), + ('tcl\\msgs\\sh.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sh.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Montevideo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Montevideo', + 'DATA'), + ('tcl\\msgs\\ar_sy.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar_sy.msg', + 'DATA'), + ('tcl\\tzdata\\Brazil\\DeNoronha', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Brazil\\DeNoronha', + 'DATA'), + ('tk\\ttk\\classicTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\classicTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Calcutta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Calcutta', + 'DATA'), + ('tcl\\opt0.4\\pkgIndex.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\opt0.4\\pkgIndex.tcl', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Madeira', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Madeira', + 'DATA'), + ('tk\\ttk\\combobox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\combobox.tcl', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+2', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+2', + 'DATA'), + ('tcl\\encoding\\cp932.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp932.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Mendoza', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Mendoza', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Palmer', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Palmer', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Chuuk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Chuuk', + 'DATA'), + ('tcl\\msgs\\es.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es.msg', + 'DATA'), + ('tcl\\msgs\\gv_gb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\gv_gb.msg', + 'DATA'), + ('tcl\\encoding\\cp862.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp862.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\London', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\London', + 'DATA'), + ('tk\\entry.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\entry.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Malabo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Malabo', + 'DATA'), + ('tcl\\tzdata\\Australia\\ACT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\ACT', + 'DATA'), + ('tcl\\tzdata\\America\\Jamaica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Jamaica', + 'DATA'), + ('tcl\\tzdata\\America\\Thule', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Thule', + 'DATA'), + ('tcl\\msgs\\da.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\da.msg', + 'DATA'), + ('tcl\\msgs\\es_cl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_cl.msg', + 'DATA'), + ('tcl\\encoding\\euc-jp.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\euc-jp.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Omsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Omsk', + 'DATA'), + ('tcl\\tzdata\\Arctic\\Longyearbyen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Arctic\\Longyearbyen', + 'DATA'), + ('tcl\\tzdata\\Australia\\West', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\West', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dhaka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dhaka', + 'DATA'), + ('tcl\\tzdata\\America\\Caracas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Caracas', + 'DATA'), + ('tcl\\tzdata\\America\\Chicago', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Chicago', + 'DATA'), + ('tcl\\encoding\\symbol.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\symbol.enc', + 'DATA'), + ('tcl\\msgs\\mk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\mk.msg', + 'DATA'), + ('tcl\\tzdata\\Indian\\Comoro', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Comoro', + 'DATA'), + ('tcl\\msgs\\es_pe.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_pe.msg', + 'DATA'), + ('tcl\\tzdata\\SystemV\\PST8', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\PST8', + 'DATA'), + ('tcl\\tzdata\\Europe\\Riga', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Riga', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yerevan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Yerevan', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-0', + 'DATA'), + ('tcl\\tzdata\\US\\Pacific', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Pacific', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+12', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+12', + 'DATA'), + ('tcl\\tzdata\\Africa\\Monrovia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Monrovia', + 'DATA'), + ('tcl\\tzdata\\Europe\\Skopje', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Skopje', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hovd', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Hovd', + 'DATA'), + ('tcl\\tzdata\\Asia\\Nicosia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Nicosia', + 'DATA'), + ('tcl\\msgs\\en_ca.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_ca.msg', + 'DATA'), + ('tcl\\msgs\\mt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\mt.msg', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mahe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Mahe', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kiritimati', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Kiritimati', + 'DATA'), + ('tcl\\tzdata\\America\\Cayman', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cayman', + 'DATA'), + ('tcl\\tzdata\\America\\Vancouver', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Vancouver', + 'DATA'), + ('tcl\\tzdata\\America\\Scoresbysund', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Scoresbysund', + 'DATA'), + ('tk\\bgerror.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\bgerror.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Indianapolis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indianapolis', + 'DATA'), + ('tk\\fontchooser.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\fontchooser.tcl', + 'DATA'), + ('tcl\\msgs\\es_pa.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_pa.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Helsinki', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Helsinki', + 'DATA'), + ('tcl\\encoding\\cp852.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp852.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Barbados', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Barbados', + 'DATA'), + ('tcl\\tzdata\\Asia\\Baghdad', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Baghdad', + 'DATA'), + ('tcl\\tzdata\\PST8PDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\PST8PDT', + 'DATA'), + ('tcl\\tzdata\\Europe\\Istanbul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Istanbul', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Cordoba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Cordoba', + 'DATA'), + ('tcl\\tzdata\\Asia\\Singapore', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Singapore', + 'DATA'), + ('tk\\msgs\\fr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\fr.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aqtobe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Aqtobe', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kinshasa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Kinshasa', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kiev', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Kiev', + 'DATA'), + ('tcl\\tzdata\\America\\Kralendijk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Kralendijk', + 'DATA'), + ('tcl\\tzdata\\Chile\\EasterIsland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Chile\\EasterIsland', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jayapura', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Jayapura', + 'DATA'), + ('tcl\\tzdata\\Universal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Universal', + 'DATA'), + ('tcl\\msgs\\kw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kw.msg', + 'DATA'), + ('tcl\\tzdata\\Canada\\Atlantic', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Atlantic', + 'DATA'), + ('tcl\\tzdata\\America\\Montreal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Montreal', + 'DATA'), + ('tcl\\msgs\\es_gt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_gt.msg', + 'DATA'), + ('tcl\\tzdata\\US\\Mountain', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Mountain', + 'DATA'), + ('tcl\\tzdata\\Europe\\Belfast', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Belfast', + 'DATA'), + ('tcl8\\8.4\\platform-1.0.14.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.4\\platform-1.0.14.tm', + 'DATA'), + ('tcl\\msgs\\en_sg.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_sg.msg', + 'DATA'), + ('tcl\\tzdata\\SystemV\\PST8PDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\PST8PDT', + 'DATA'), + ('tcl\\msgs\\en_au.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_au.msg', + 'DATA'), + ('tcl\\msgs\\eu_es.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\eu_es.msg', + 'DATA'), + ('tcl\\msgs\\es_ar.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_ar.msg', + 'DATA'), + ('tcl\\encoding\\euc-kr.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\euc-kr.enc', + 'DATA'), + ('tcl\\encoding\\shiftjis.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\shiftjis.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Easter', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Easter', + 'DATA'), + ('tk\\msgs\\ru.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\ru.msg', + 'DATA'), + ('tcl\\encoding\\macIceland.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macIceland.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Pontianak', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Pontianak', + 'DATA'), + ('tcl\\tzdata\\Asia\\Vientiane', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Vientiane', + 'DATA'), + ('tcl\\msgs\\ar_lb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar_lb.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Thimphu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Thimphu', + 'DATA'), + ('tcl\\encoding\\cp949.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp949.enc', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-13', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-13', + 'DATA'), + ('tcl\\tzdata\\America\\Catamarca', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Catamarca', + 'DATA'), + ('tcl\\msgs\\tr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\tr.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Karachi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Karachi', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Faeroe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Faeroe', + 'DATA'), + ('tcl\\tzdata\\Africa\\Djibouti', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Djibouti', + 'DATA'), + ('tcl\\tzdata\\America\\St_Thomas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Thomas', + 'DATA'), + ('tcl\\encoding\\macUkraine.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macUkraine.enc', + 'DATA'), + ('tcl\\encoding\\euc-cn.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\euc-cn.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Rainy_River', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Rainy_River', + 'DATA'), + ('tcl\\encoding\\ebcdic.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\ebcdic.enc', + 'DATA'), + ('tk\\ttk\\scale.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\scale.tcl', + 'DATA'), + ('tcl\\tzdata\\SystemV\\HST10', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\HST10', + 'DATA'), + ('tcl\\tzdata\\US\\Alaska', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Alaska', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kolkata', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kolkata', + 'DATA'), + ('tcl\\tzdata\\America\\Resolute', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Resolute', + 'DATA'), + ('tcl\\tzdata\\Egypt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Egypt', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+5', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+5', + 'DATA'), + ('tcl\\msgs\\kok.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kok.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Athens', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Athens', + 'DATA'), + ('tcl\\tzdata\\America\\Havana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Havana', + 'DATA'), + ('tcl\\tzdata\\Australia\\Sydney', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Sydney', + 'DATA'), + ('tcl\\tzdata\\America\\Boise', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Boise', + 'DATA'), + ('tk\\button.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\button.tcl', + 'DATA'), + ('tcl\\encoding\\macCentEuro.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macCentEuro.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Chisinau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Chisinau', + 'DATA'), + ('tcl\\tzdata\\Australia\\Melbourne', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Melbourne', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jakarta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Jakarta', + 'DATA'), + ('tcl\\msgs\\kl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kl.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Marquesas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Marquesas', + 'DATA'), + ('tcl\\tzdata\\Africa\\Banjul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Banjul', + 'DATA'), + ('tcl\\tzdata\\America\\New_York', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\New_York', + 'DATA'), + ('tcl\\tzdata\\America\\Nassau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Nassau', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuala_Lumpur', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kuala_Lumpur', + 'DATA'), + ('tcl\\tzdata\\Kwajalein', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Kwajalein', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vatican', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Vatican', + 'DATA'), + ('tcl\\tzdata\\Asia\\Srednekolymsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Srednekolymsk', + 'DATA'), + ('tcl\\tzdata\\America\\Godthab', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Godthab', + 'DATA'), + ('tcl\\msgs\\af.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\af.msg', + 'DATA'), + ('tcl\\encoding\\cp863.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp863.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Detroit', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Detroit', + 'DATA'), + ('tk\\ttk\\progress.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\progress.tcl', + 'DATA'), + ('tk\\images\\pwrdLogo150.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo150.gif', + 'DATA'), + ('tcl\\msgs\\zh_sg.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh_sg.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zurich', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Zurich', + 'DATA'), + ('tcl\\tzdata\\Europe\\Luxembourg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Luxembourg', + 'DATA'), + ('tcl\\msgs\\de_at.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\de_at.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Johannesburg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Johannesburg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Truk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Truk', + 'DATA'), + ('tcl\\encoding\\iso8859-15.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-15.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Porto_Velho', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Porto_Velho', + 'DATA'), + ('tcl\\msgs\\es_sv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_sv.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Lower_Princes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Lower_Princes', + 'DATA'), + ('tcl\\tzdata\\CET', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\CET', + 'DATA'), + ('tcl\\encoding\\iso8859-3.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-3.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kamchatka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kamchatka', + 'DATA'), + ('tcl\\tzdata\\MET', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\MET', + 'DATA'), + ('tcl\\tzdata\\America\\Grand_Turk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Grand_Turk', + 'DATA'), + ('tcl\\encoding\\cp864.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp864.enc', + 'DATA'), + ('tcl\\msgs\\en_bw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_bw.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Matamoros', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Matamoros', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-5', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-5', + 'DATA'), + ('tcl\\msgs\\bg.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\bg.msg', + 'DATA'), + ('tcl\\tzdata\\Canada\\Newfoundland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Newfoundland', + 'DATA'), + ('tcl\\encoding\\ascii.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\ascii.enc', + 'DATA'), + ('tk\\optMenu.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\optMenu.tcl', + 'DATA'), + ('tcl\\tzdata\\Israel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Israel', + 'DATA'), + ('tcl\\tzdata\\America\\Tortola', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Tortola', + 'DATA'), + ('tcl\\tzdata\\Libya', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Libya', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Cape_Verde', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Cape_Verde', + 'DATA'), + ('tcl\\tzdata\\Mexico\\BajaSur', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Mexico\\BajaSur', + 'DATA'), + ('tcl\\tzdata\\America\\Noronha', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Noronha', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Auckland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Auckland', + 'DATA'), + ('tcl\\tzdata\\Asia\\Barnaul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Barnaul', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tiraspol', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Tiraspol', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kirov', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Kirov', + 'DATA'), + ('tk\\tkfbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\tkfbox.tcl', + 'DATA'), + ('tcl\\msgs\\ca.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ca.msg', + 'DATA'), + ('tcl\\tzdata\\Brazil\\East', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Brazil\\East', + 'DATA'), + ('tcl\\msgs\\de.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\de.msg', + 'DATA'), + ('tcl\\msgs\\de_be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\de_be.msg', + 'DATA'), + ('tcl\\tzdata\\America\\St_Johns', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Johns', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\Beulah', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\Beulah', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-2', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-2', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Knox', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Knox', + 'DATA'), + ('tcl\\encoding\\macThai.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macThai.enc', + 'DATA'), + ('tk\\images\\pwrdLogo175.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo175.gif', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+9', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+9', + 'DATA'), + ('tcl\\tzdata\\America\\Nome', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Nome', + 'DATA'), + ('tcl\\tzdata\\Africa\\Maputo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Maputo', + 'DATA'), + ('tcl\\encoding\\iso8859-5.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-5.enc', + 'DATA'), + ('tk\\palette.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\palette.tcl', + 'DATA'), + ('tcl\\msgs\\en_hk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_hk.msg', + 'DATA'), + ('tcl\\msgs\\eo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\eo.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Ensenada', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Ensenada', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ndjamena', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Ndjamena', + 'DATA'), + ('tcl\\encoding\\cp1252.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1252.enc', + 'DATA'), + ('tk\\msgs\\de.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\de.msg', + 'DATA'), + ('tcl\\tm.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tm.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Dawson', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Dawson', + 'DATA'), + ('tcl\\msgs\\hu.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\hu.msg', + 'DATA'), + ('tcl\\tzdata\\Australia\\South', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\South', + 'DATA'), + ('tcl\\tzdata\\Indian\\Reunion', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Reunion', + 'DATA'), + ('tcl\\tzdata\\America\\Monterrey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Monterrey', + 'DATA'), + ('tcl\\tzdata\\Europe\\Paris', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Paris', + 'DATA'), + ('tcl\\tzdata\\America\\Denver', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Denver', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Vevay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Vevay', + 'DATA'), + ('tcl\\tzdata\\SystemV\\MST7', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\MST7', + 'DATA'), + ('tcl\\tzdata\\EST', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\EST', + 'DATA'), + ('tk\\panedwindow.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\panedwindow.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Pangnirtung', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Pangnirtung', + 'DATA'), + ('tcl\\tzdata\\Europe\\Samara', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Samara', + 'DATA'), + ('tcl\\msgs\\it_ch.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\it_ch.msg', + 'DATA'), + ('tcl\\msgs\\eu.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\eu.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Knox_IN', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Knox_IN', + 'DATA'), + ('tcl\\msgs\\mr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\mr.msg', + 'DATA'), + ('tcl\\encoding\\cp936.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp936.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Buenos_Aires', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Buenos_Aires', + 'DATA'), + ('tcl\\encoding\\cp1257.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1257.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chongqing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Chongqing', + 'DATA'), + ('tcl\\tzdata\\America\\Manaus', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Manaus', + 'DATA'), + ('tcl\\msgs\\es_uy.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_uy.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Atikokan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Atikokan', + 'DATA'), + ('tcl\\tzdata\\Europe\\Stockholm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Stockholm', + 'DATA'), + ('tcl\\tzdata\\America\\Coral_Harbour', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Coral_Harbour', + 'DATA'), + ('tcl\\tzdata\\UTC', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\UTC', + 'DATA'), + ('tcl\\msgs\\en_zw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_zw.msg', + 'DATA'), + ('tcl\\msgs\\bn_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\bn_in.msg', + 'DATA'), + ('tcl\\history.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\history.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Fakaofo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Fakaofo', + 'DATA'), + ('tcl\\msgs\\sk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sk.msg', + 'DATA'), + ('tcl\\encoding\\cp865.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp865.enc', + 'DATA'), + ('tcl\\tzdata\\America\\La_Paz', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\La_Paz', + 'DATA'), + ('tcl\\msgs\\en_be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_be.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Midway', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Midway', + 'DATA'), + ('tcl\\tzdata\\Europe\\Sofia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Sofia', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kwajalein', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Kwajalein', + 'DATA'), + ('tcl\\parray.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\parray.tcl', + 'DATA'), + ('tcl\\tzdata\\Etc\\Zulu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\Zulu', + 'DATA'), + ('tk\\scale.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\scale.tcl', + 'DATA'), + ('tcl\\encoding\\iso2022.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso2022.enc', + 'DATA'), + ('tcl\\tzdata\\Africa\\Dakar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Dakar', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Palau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Palau', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-7', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-7', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-6', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-6', + 'DATA'), + ('tk\\ttk\\menubutton.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\menubutton.tcl', + 'DATA'), + ('tcl\\tzdata\\Etc\\UTC', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\UTC', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT', + 'DATA'), + ('tcl\\tzdata\\Australia\\Perth', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Perth', + 'DATA'), + ('tcl\\tzdata\\UCT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\UCT', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aqtau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Aqtau', + 'DATA'), + ('tcl\\tzdata\\Africa\\Asmera', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Asmera', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Apia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Apia', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kathmandu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kathmandu', + 'DATA'), + ('tk\\menu.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\menu.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Tijuana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Tijuana', + 'DATA'), + ('tcl\\tzdata\\Asia\\Khandyga', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Khandyga', + 'DATA'), + ('tcl\\msgs\\af_za.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\af_za.msg', + 'DATA'), + ('tcl\\encoding\\iso2022-jp.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso2022-jp.enc', + 'DATA'), + ('tcl\\msgs\\fr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fr.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Accra', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Accra', + 'DATA'), + ('tcl\\tzdata\\America\\Guadeloupe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Guadeloupe', + 'DATA'), + ('tcl\\tzdata\\Europe\\Andorra', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Andorra', + 'DATA'), + ('tcl\\tzdata\\Asia\\Brunei', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Brunei', + 'DATA'), + ('tcl\\tzdata\\Australia\\Broken_Hill', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Broken_Hill', + 'DATA'), + ('tcl\\tzdata\\America\\Cayenne', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cayenne', + 'DATA'), + ('tcl\\tzdata\\Africa\\Luanda', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Luanda', + 'DATA'), + ('tcl\\tzdata\\Africa\\Tunis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Tunis', + 'DATA'), + ('tcl\\encoding\\macRomania.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macRomania.enc', + 'DATA'), + ('tcl\\tzdata\\Jamaica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Jamaica', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Saipan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Saipan', + 'DATA'), + ('tcl\\tzdata\\Europe\\Monaco', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Monaco', + 'DATA'), + ('tcl\\tzdata\\Chile\\Continental', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Chile\\Continental', + 'DATA'), + ('tcl8\\8.5\\msgcat-1.6.1.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.5\\msgcat-1.6.1.tm', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\DumontDUrville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\DumontDUrville', + 'DATA'), + ('tcl\\encoding\\macTurkish.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macTurkish.enc', + 'DATA'), + ('tcl\\tzdata\\Africa\\Douala', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Douala', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Samoa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Samoa', + 'DATA'), + ('tcl\\tzdata\\Africa\\Khartoum', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Khartoum', + 'DATA'), + ('tcl\\tzdata\\America\\Rankin_Inlet', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Rankin_Inlet', + 'DATA'), + ('tcl\\tzdata\\Europe\\Sarajevo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Sarajevo', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Catamarca', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Catamarca', + 'DATA'), + ('tcl\\tzdata\\Africa\\Blantyre', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Blantyre', + 'DATA'), + ('tcl\\tzdata\\America\\Nipigon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Nipigon', + 'DATA'), + ('tcl\\tzdata\\SystemV\\EST5EDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\EST5EDT', + 'DATA'), + ('tcl\\tzdata\\Europe\\Guernsey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Guernsey', + 'DATA'), + ('tcl\\tzdata\\Canada\\Saskatchewan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Saskatchewan', + 'DATA'), + ('tk\\megawidget.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\megawidget.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Asuncion', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Asuncion', + 'DATA'), + ('tcl\\tzdata\\America\\Dominica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Dominica', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Syowa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Syowa', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\South_Pole', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\South_Pole', + 'DATA'), + ('tcl\\tzdata\\Africa\\Timbuktu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Timbuktu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hebron', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Hebron', + 'DATA'), + ('tcl\\tzdata\\America\\Menominee', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Menominee', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+10', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+10', + 'DATA'), + ('tcl\\msgs\\cs.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\cs.msg', + 'DATA'), + ('pyinstaller-4.4.dist-info\\REQUESTED', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\REQUESTED', + 'DATA'), + ('pyinstaller-4.4.dist-info\\WHEEL', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\WHEEL', + 'DATA'), + ('pyinstaller-4.4.dist-info\\top_level.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\top_level.txt', + 'DATA'), + ('setuptools-49.2.1.dist-info\\LICENSE', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\LICENSE', + 'DATA'), + ('pyinstaller-4.4.dist-info\\LICENSE.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\LICENSE.txt', + 'DATA'), + ('pyinstaller-4.4.dist-info\\RECORD', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\RECORD', + 'DATA'), + ('pyinstaller-4.4.dist-info\\metadata.json', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\metadata.json', + 'DATA'), + ('setuptools-49.2.1.dist-info\\WHEEL', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\WHEEL', + 'DATA'), + ('setuptools-49.2.1.dist-info\\RECORD', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\RECORD', + 'DATA'), + ('pyinstaller-4.4.dist-info\\DESCRIPTION.rst', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\DESCRIPTION.rst', + 'DATA'), + ('pyinstaller-4.4.dist-info\\METADATA', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\METADATA', + 'DATA'), + ('altgraph-0.17.dist-info\\WHEEL', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\WHEEL', + 'DATA'), + ('pip-21.2.1.dist-info\\WHEEL', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\WHEEL', + 'DATA'), + ('altgraph-0.17.dist-info\\RECORD', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\RECORD', + 'DATA'), + ('altgraph-0.17.dist-info\\top_level.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\top_level.txt', + 'DATA'), + ('setuptools-49.2.1.dist-info\\METADATA', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\METADATA', + 'DATA'), + ('setuptools-49.2.1.dist-info\\top_level.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\top_level.txt', + 'DATA'), + ('setuptools-49.2.1.dist-info\\entry_points.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\entry_points.txt', + 'DATA'), + ('pyinstaller-4.4.dist-info\\INSTALLER', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\INSTALLER', + 'DATA'), + ('pip-21.2.1.dist-info\\top_level.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\top_level.txt', + 'DATA'), + ('altgraph-0.17.dist-info\\METADATA', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\METADATA', + 'DATA'), + ('altgraph-0.17.dist-info\\LICENSE', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\LICENSE', + 'DATA'), + ('pip-21.2.1.dist-info\\entry_points.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\entry_points.txt', + 'DATA'), + ('altgraph-0.17.dist-info\\zip-safe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\zip-safe', + 'DATA'), + ('setuptools-49.2.1.dist-info\\dependency_links.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\dependency_links.txt', + 'DATA'), + ('pip-21.2.1.dist-info\\REQUESTED', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\REQUESTED', + 'DATA'), + ('pip-21.2.1.dist-info\\RECORD', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\RECORD', + 'DATA'), + ('altgraph-0.17.dist-info\\INSTALLER', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\INSTALLER', + 'DATA'), + ('setuptools-49.2.1.dist-info\\REQUESTED', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\REQUESTED', + 'DATA'), + ('pip-21.2.1.dist-info\\LICENSE.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\LICENSE.txt', + 'DATA'), + ('pyinstaller-4.4.dist-info\\entry_points.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\entry_points.txt', + 'DATA'), + ('setuptools-49.2.1.dist-info\\INSTALLER', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\INSTALLER', + 'DATA'), + ('setuptools-49.2.1.dist-info\\zip-safe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\zip-safe', + 'DATA'), + ('pip-21.2.1.dist-info\\METADATA', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\METADATA', + 'DATA'), + ('pip-21.2.1.dist-info\\INSTALLER', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\INSTALLER', + 'DATA'), + ('PyDSA.exe.manifest', + 'C:\\Users\\KK1L\\Documents\\GitHub\\PyDSA\\DS1054Z version by ' + 'KK1L\\build\\PyDSA\\PyDSA.exe.manifest', + 'BINARY'), + ('pyi-windows-manifest-filename PyDSA.exe.manifest', '', 'OPTION')], + [], + False, + False, + 1627439306, + [('run.exe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit\\run.exe', + 'EXECUTABLE')]) diff --git a/DS1054Z version by KK1L/build/PyDSA/PKG-00.pkg b/DS1054Z version by KK1L/build/PyDSA/PKG-00.pkg new file mode 100644 index 0000000..6da0c80 Binary files /dev/null and b/DS1054Z version by KK1L/build/PyDSA/PKG-00.pkg differ diff --git a/DS1054Z version by KK1L/build/PyDSA/PKG-00.toc b/DS1054Z version by KK1L/build/PyDSA/PKG-00.toc new file mode 100644 index 0000000..7513866 --- /dev/null +++ b/DS1054Z version by KK1L/build/PyDSA/PKG-00.toc @@ -0,0 +1,3079 @@ +('C:\\Users\\KK1L\\Documents\\GitHub\\PyDSA\\DS1054Z version by ' + 'KK1L\\build\\PyDSA\\PKG-00.pkg', + {'BINARY': 1, + 'DATA': 1, + 'EXECUTABLE': 1, + 'EXTENSION': 1, + 'PYMODULE': 1, + 'PYSOURCE': 1, + 'PYZ': 0, + 'SPLASH': 1}, + [('PYZ-00.pyz', + 'C:\\Users\\KK1L\\Documents\\GitHub\\PyDSA\\DS1054Z version by ' + 'KK1L\\build\\PyDSA\\PYZ-00.pyz', + 'PYZ'), + ('struct', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\struct.pyo', + 'PYMODULE'), + ('pyimod01_os_path', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyimod01_os_path.pyc', + 'PYMODULE'), + ('pyimod02_archive', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyimod02_archive.pyc', + 'PYMODULE'), + ('pyimod03_importers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyimod03_importers.pyc', + 'PYMODULE'), + ('pyimod04_ctypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyimod04_ctypes.pyc', + 'PYMODULE'), + ('pyiboot01_bootstrap', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py', + 'PYSOURCE'), + ('pyi_rth_pkgutil', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py', + 'PYSOURCE'), + ('pyi_rth_multiprocessing', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py', + 'PYSOURCE'), + ('pyi_rth_inspect', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py', + 'PYSOURCE'), + ('pyi_rth__tkinter', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth__tkinter.py', + 'PYSOURCE'), + ('pyi_rth_win32api', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_win32api.py', + 'PYSOURCE'), + ('pyi_rth_win32comgenpy', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_win32comgenpy.py', + 'PYSOURCE'), + ('pyi_rth_pkgres', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgres.py', + 'PYSOURCE'), + ('PyDSA', + 'C:\\Users\\KK1L\\Documents\\GitHub\\PyDSA\\DS1054Z version by ' + 'KK1L\\PyDSA.py', + 'PYSOURCE'), + ('python39.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\python39.dll', + 'BINARY'), + ('VCRUNTIME140.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\VCRUNTIME140.dll', + 'BINARY'), + ('pywintypes39.dll', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\pywin32_system32\\pywintypes39.dll', + 'BINARY'), + ('pythoncom39.dll', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\pywin32_system32\\pythoncom39.dll', + 'BINARY'), + ('libopenblas.WCDJNK7YVMPZQ2ME2ZZHJJRJ3JIKNDB7.gfortran-win_amd64.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\.libs\\libopenblas.WCDJNK7YVMPZQ2ME2ZZHJJRJ3JIKNDB7.gfortran-win_amd64.dll', + 'BINARY'), + ('_ctypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_ctypes.pyd', + 'EXTENSION'), + ('_lzma', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_lzma.pyd', + 'EXTENSION'), + ('_bz2', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_bz2.pyd', + 'EXTENSION'), + ('unicodedata', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\unicodedata.pyd', + 'EXTENSION'), + ('select', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\select.pyd', + 'EXTENSION'), + ('_socket', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_socket.pyd', + 'EXTENSION'), + ('_decimal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_decimal.pyd', + 'EXTENSION'), + ('_overlapped', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_overlapped.pyd', + 'EXTENSION'), + ('_ssl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_ssl.pyd', + 'EXTENSION'), + ('_asyncio', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_asyncio.pyd', + 'EXTENSION'), + ('_queue', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_queue.pyd', + 'EXTENSION'), + ('_multiprocessing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_multiprocessing.pyd', + 'EXTENSION'), + ('pyexpat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\pyexpat.pyd', + 'EXTENSION'), + ('_hashlib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_hashlib.pyd', + 'EXTENSION'), + ('win32api', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\win32api.pyd', + 'EXTENSION'), + ('win32com.shell.shell', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32comext\\shell\\shell.pyd', + 'EXTENSION'), + ('win32trace', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\win32trace.pyd', + 'EXTENSION'), + ('win32ui', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\win32ui.pyd', + 'EXTENSION'), + ('_win32sysloader', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\_win32sysloader.pyd', + 'EXTENSION'), + ('_uuid', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_uuid.pyd', + 'EXTENSION'), + ('numpy.core._multiarray_tests', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_multiarray_tests.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.core._multiarray_umath', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_multiarray_umath.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.linalg._umath_linalg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\linalg\\_umath_linalg.cp39-win_amd64.pyd', + 'EXTENSION'), + ('win32pdh', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\win32pdh.pyd', + 'EXTENSION'), + ('numpy.linalg.lapack_lite', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\linalg\\lapack_lite.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.fft._pocketfft_internal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\fft\\_pocketfft_internal.cp39-win_amd64.pyd', + 'EXTENSION'), + ('_tkinter', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_tkinter.pyd', + 'EXTENSION'), + ('_elementtree', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\_elementtree.pyd', + 'EXTENSION'), + ('tornado.speedups', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\speedups.cp39-win_amd64.pyd', + 'EXTENSION'), + ('win32evtlog', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\win32evtlog.pyd', + 'EXTENSION'), + ('numpy.random.mtrand', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\mtrand.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._sfc64', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_sfc64.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._philox', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_philox.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._pcg64', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_pcg64.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._mt19937', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_mt19937.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random.bit_generator', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\bit_generator.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._generator', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_generator.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._bounded_integers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_bounded_integers.cp39-win_amd64.pyd', + 'EXTENSION'), + ('numpy.random._common', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_common.cp39-win_amd64.pyd', + 'EXTENSION'), + ('libffi-7.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\libffi-7.dll', + 'BINARY'), + ('libssl-1_1.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\libssl-1_1.dll', + 'BINARY'), + ('libcrypto-1_1.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\libcrypto-1_1.dll', + 'BINARY'), + ('mfc140u.dll', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\mfc140u.dll', + 'BINARY'), + ('tcl86t.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\tcl86t.dll', + 'BINARY'), + ('tk86t.dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\DLLs\\tk86t.dll', + 'BINARY'), + ('base_library.zip', + 'C:\\Users\\KK1L\\Documents\\GitHub\\PyDSA\\DS1054Z version by ' + 'KK1L\\build\\PyDSA\\base_library.zip', + 'DATA'), + ('tcl\\tzdata\\Africa\\El_Aaiun', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\El_Aaiun', + 'DATA'), + ('tcl\\encoding\\iso8859-10.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-10.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Niue', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Niue', + 'DATA'), + ('tk\\images\\pwrdLogo200.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo200.gif', + 'DATA'), + ('tcl\\msgs\\kw_gb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kw_gb.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Guam', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Guam', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\San_Luis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\San_Luis', + 'DATA'), + ('tcl\\tzdata\\Asia\\Magadan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Magadan', + 'DATA'), + ('tcl\\tzdata\\Europe\\Berlin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Berlin', + 'DATA'), + ('tcl\\tzdata\\Eire', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Eire', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\McMurdo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\McMurdo', + 'DATA'), + ('tcl\\tzdata\\Europe\\Brussels', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Brussels', + 'DATA'), + ('tcl\\tzdata\\America\\Antigua', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Antigua', + 'DATA'), + ('tk\\msgs\\hu.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\hu.msg', + 'DATA'), + ('tk\\msgs\\pt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\pt.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Vladivostok', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Vladivostok', + 'DATA'), + ('tcl\\tzdata\\Mexico\\General', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Mexico\\General', + 'DATA'), + ('tcl\\tzdata\\America\\Cordoba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cordoba', + 'DATA'), + ('tcl\\tzdata\\America\\Puerto_Rico', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Puerto_Rico', + 'DATA'), + ('tcl\\tzdata\\Iceland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Iceland', + 'DATA'), + ('tcl\\tzdata\\MST', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\MST', + 'DATA'), + ('tk\\ttk\\aquaTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\aquaTheme.tcl', + 'DATA'), + ('tcl\\encoding\\dingbats.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\dingbats.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Atyrau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Atyrau', + 'DATA'), + ('tcl\\tzdata\\Asia\\Gaza', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Gaza', + 'DATA'), + ('tcl\\msgs\\ar_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar_in.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tomsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tomsk', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Petersburg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Petersburg', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Davis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Davis', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Tucuman', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Tucuman', + 'DATA'), + ('tcl\\tzdata\\Australia\\Hobart', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Hobart', + 'DATA'), + ('tcl\\msgs\\el.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\el.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-3', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-3', + 'DATA'), + ('tcl\\tzdata\\Africa\\Niamey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Niamey', + 'DATA'), + ('tcl\\encoding\\cp437.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp437.enc', + 'DATA'), + ('tcl\\tzdata\\Australia\\LHI', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\LHI', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-10', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-10', + 'DATA'), + ('tcl\\tzdata\\Greenwich', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Greenwich', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Jujuy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Jujuy', + 'DATA'), + ('tcl\\msgs\\nn.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\nn.msg', + 'DATA'), + ('tcl\\msgs\\es_py.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_py.msg', + 'DATA'), + ('tk\\iconlist.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\iconlist.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pitcairn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Pitcairn', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ust-Nera', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ust-Nera', + 'DATA'), + ('tcl\\tzdata\\America\\Eirunepe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Eirunepe', + 'DATA'), + ('tcl\\tzdata\\Africa\\Harare', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Harare', + 'DATA'), + ('tcl\\msgs\\sl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sl.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Damascus', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Damascus', + 'DATA'), + ('tcl\\tzdata\\Europe\\Bucharest', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Bucharest', + 'DATA'), + ('tcl\\msgs\\gl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\gl.msg', + 'DATA'), + ('tcl\\encoding\\cp737.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp737.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Efate', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Efate', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kampala', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Kampala', + 'DATA'), + ('tcl\\tzdata\\Africa\\Juba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Juba', + 'DATA'), + ('tcl\\msgs\\nl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\nl.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tehran', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tehran', + 'DATA'), + ('tcl\\tzdata\\Canada\\Pacific', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Pacific', + 'DATA'), + ('tcl\\msgs\\fa_ir.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fa_ir.msg', + 'DATA'), + ('tk\\ttk\\panedwindow.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\panedwindow.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\St_Kitts', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Kitts', + 'DATA'), + ('tcl\\msgs\\mr_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\mr_in.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Budapest', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Budapest', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Galapagos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Galapagos', + 'DATA'), + ('tcl\\msgs\\en_gb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_gb.msg', + 'DATA'), + ('tk\\msgbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgbox.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Montserrat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Montserrat', + 'DATA'), + ('tcl\\tzdata\\Australia\\Queensland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Queensland', + 'DATA'), + ('tcl\\msgs\\fa_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fa_in.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Yap', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Yap', + 'DATA'), + ('tcl\\tzdata\\Etc\\Greenwich', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\Greenwich', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Noumea', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Noumea', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kashgar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kashgar', + 'DATA'), + ('tcl\\tzdata\\Africa\\Mogadishu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Mogadishu', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Winamac', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Winamac', + 'DATA'), + ('tcl\\msgs\\kok_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kok_in.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pohnpei', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Pohnpei', + 'DATA'), + ('tcl\\msgs\\es_pr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_pr.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Indianapolis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Indianapolis', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tbilisi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tbilisi', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Jan_Mayen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Jan_Mayen', + 'DATA'), + ('tcl\\msgs\\bn.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\bn.msg', + 'DATA'), + ('tk\\ttk\\spinbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\spinbox.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Blanc-Sablon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Blanc-Sablon', + 'DATA'), + ('tcl\\msgs\\sq.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sq.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+7', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+7', + 'DATA'), + ('tcl\\encoding\\cp855.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp855.enc', + 'DATA'), + ('tcl\\encoding\\cp861.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp861.enc', + 'DATA'), + ('tcl\\encoding\\gb12345.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\gb12345.enc', + 'DATA'), + ('tk\\focus.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\focus.tcl', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vienna', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Vienna', + 'DATA'), + ('tcl\\tzdata\\Africa\\Gaborone', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Gaborone', + 'DATA'), + ('tcl\\tzdata\\America\\Guayaquil', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Guayaquil', + 'DATA'), + ('tcl\\encoding\\iso8859-13.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-13.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Riyadh', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Riyadh', + 'DATA'), + ('tk\\obsolete.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\obsolete.tcl', + 'DATA'), + ('tcl\\msgs\\es_do.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_do.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Port-au-Prince', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Port-au-Prince', + 'DATA'), + ('tcl\\tzdata\\Africa\\Algiers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Algiers', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+6', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+6', + 'DATA'), + ('tcl\\msgs\\hi.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\hi.msg', + 'DATA'), + ('tcl\\encoding\\macGreek.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macGreek.enc', + 'DATA'), + ('tcl\\encoding\\macRoman.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macRoman.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tahiti', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Tahiti', + 'DATA'), + ('tk\\comdlg.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\comdlg.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Kentucky\\Louisville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Kentucky\\Louisville', + 'DATA'), + ('tk\\images\\tai-ku.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\tai-ku.gif', + 'DATA'), + ('tcl\\tzdata\\GMT-0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GMT-0', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tashkent', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tashkent', + 'DATA'), + ('tcl\\tzdata\\Europe\\Moscow', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Moscow', + 'DATA'), + ('tcl\\encoding\\cp1251.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1251.enc', + 'DATA'), + ('tcl\\msgs\\gl_es.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\gl_es.msg', + 'DATA'), + ('tcl\\tzdata\\Indian\\Maldives', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Maldives', + 'DATA'), + ('tk\\safetk.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\safetk.tcl', + 'DATA'), + ('tcl\\tzdata\\Portugal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Portugal', + 'DATA'), + ('tcl\\tzdata\\America\\Guyana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Guyana', + 'DATA'), + ('tcl\\tzdata\\Europe\\Uzhgorod', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Uzhgorod', + 'DATA'), + ('tcl\\tzdata\\America\\Mexico_City', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Mexico_City', + 'DATA'), + ('tcl\\tzdata\\America\\El_Salvador', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\El_Salvador', + 'DATA'), + ('tcl\\tzdata\\America\\Swift_Current', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Swift_Current', + 'DATA'), + ('tcl\\tzdata\\Africa\\Tripoli', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Tripoli', + 'DATA'), + ('tcl\\msgs\\te_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\te_in.msg', + 'DATA'), + ('tcl\\tzdata\\Japan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Japan', + 'DATA'), + ('tk\\msgs\\pl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\pl.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Makassar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Makassar', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Faroe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Faroe', + 'DATA'), + ('tcl\\tzdata\\Asia\\Amman', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Amman', + 'DATA'), + ('tcl\\tzdata\\Asia\\Samarkand', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Samarkand', + 'DATA'), + ('tcl\\tzdata\\Asia\\Rangoon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Rangoon', + 'DATA'), + ('tcl\\tzdata\\SystemV\\AST4', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\AST4', + 'DATA'), + ('tcl\\tzdata\\America\\Merida', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Merida', + 'DATA'), + ('tcl\\tzdata\\Australia\\Darwin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Darwin', + 'DATA'), + ('tcl\\msgs\\ms_my.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ms_my.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jerusalem', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Jerusalem', + 'DATA'), + ('tcl\\tzdata\\Asia\\Novokuznetsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Novokuznetsk', + 'DATA'), + ('tcl\\tzdata\\Africa\\Nouakchott', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Nouakchott', + 'DATA'), + ('tcl\\tzdata\\Australia\\Canberra', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Canberra', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Nauru', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Nauru', + 'DATA'), + ('tcl\\encoding\\cp1253.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1253.enc', + 'DATA'), + ('tk\\ttk\\treeview.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\treeview.tcl', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+4', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+4', + 'DATA'), + ('tcl\\encoding\\cp775.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp775.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dili', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dili', + 'DATA'), + ('tcl\\tzdata\\SystemV\\MST7MDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\MST7MDT', + 'DATA'), + ('tcl\\tzdata\\America\\Bogota', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Bogota', + 'DATA'), + ('tk\\images\\logo.eps', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logo.eps', + 'DATA'), + ('tcl\\tzdata\\Asia\\Seoul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Seoul', + 'DATA'), + ('tcl\\encoding\\gb2312.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\gb2312.enc', + 'DATA'), + ('tk\\ttk\\altTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\altTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\Europe\\Ulyanovsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Ulyanovsk', + 'DATA'), + ('tcl\\tzdata\\America\\Moncton', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Moncton', + 'DATA'), + ('tcl\\tzdata\\Asia\\Istanbul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Istanbul', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ulaanbaatar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ulaanbaatar', + 'DATA'), + ('tcl\\msgs\\id_id.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\id_id.msg', + 'DATA'), + ('tcl\\clock.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\clock.tcl', + 'DATA'), + ('tcl\\tzdata\\US\\Eastern', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Eastern', + 'DATA'), + ('tcl\\tzdata\\Asia\\Qatar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Qatar', + 'DATA'), + ('tcl\\tzdata\\ROC', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\ROC', + 'DATA'), + ('tcl\\tzdata\\America\\Punta_Arenas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Punta_Arenas', + 'DATA'), + ('tcl\\tzdata\\Africa\\Libreville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Libreville', + 'DATA'), + ('tcl\\tzdata\\GMT+0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GMT+0', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bahrain', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Bahrain', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lubumbashi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Lubumbashi', + 'DATA'), + ('tcl\\tzdata\\Asia\\Baku', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Baku', + 'DATA'), + ('tcl\\encoding\\ksc5601.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\ksc5601.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yakutsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Yakutsk', + 'DATA'), + ('tcl\\msgs\\zh_tw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh_tw.msg', + 'DATA'), + ('tcl\\tzdata\\WET', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\WET', + 'DATA'), + ('tcl\\tzdata\\US\\Hawaii', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Hawaii', + 'DATA'), + ('tcl\\tzdata\\Australia\\Yancowinna', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Yancowinna', + 'DATA'), + ('tcl\\tzdata\\America\\Mazatlan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Mazatlan', + 'DATA'), + ('tcl\\tzdata\\Australia\\Lindeman', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Lindeman', + 'DATA'), + ('tcl\\tzdata\\America\\St_Lucia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Lucia', + 'DATA'), + ('tcl\\tzdata\\Africa\\Addis_Ababa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Addis_Ababa', + 'DATA'), + ('tcl\\tzdata\\Africa\\Abidjan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Abidjan', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Azores', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Azores', + 'DATA'), + ('tcl\\msgs\\et.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\et.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Macau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Macau', + 'DATA'), + ('tcl\\tzdata\\America\\Boa_Vista', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Boa_Vista', + 'DATA'), + ('tcl\\tzdata\\SystemV\\YST9YDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\YST9YDT', + 'DATA'), + ('tcl\\tzdata\\Africa\\Cairo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Cairo', + 'DATA'), + ('tcl\\tzdata\\Zulu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Zulu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ashkhabad', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ashkhabad', + 'DATA'), + ('tcl\\tzdata\\Europe\\Mariehamn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Mariehamn', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+0', + 'DATA'), + ('tcl\\encoding\\iso8859-7.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-7.enc', + 'DATA'), + ('tcl\\msgs\\te.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\te.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Beirut', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Beirut', + 'DATA'), + ('tcl\\msgs\\ta_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ta_in.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Buenos_Aires', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Buenos_Aires', + 'DATA'), + ('tcl\\tzdata\\Asia\\Saigon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Saigon', + 'DATA'), + ('tcl\\tzdata\\Europe\\Nicosia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Nicosia', + 'DATA'), + ('tk\\ttk\\sizegrip.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\sizegrip.tcl', + 'DATA'), + ('tcl\\tzdata\\Europe\\Simferopol', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Simferopol', + 'DATA'), + ('tcl\\tzdata\\Africa\\Freetown', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Freetown', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-1', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-1', + 'DATA'), + ('tcl\\tzdata\\America\\Santiago', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Santiago', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-12', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-12', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Ushuaia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Ushuaia', + 'DATA'), + ('tcl\\tzdata\\America\\Winnipeg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Winnipeg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Ponape', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Ponape', + 'DATA'), + ('tcl\\encoding\\macDingbats.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macDingbats.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Anadyr', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Anadyr', + 'DATA'), + ('tcl\\tzdata\\Canada\\East-Saskatchewan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\East-Saskatchewan', + 'DATA'), + ('tk\\msgs\\sv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\sv.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tongatapu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Tongatapu', + 'DATA'), + ('tcl\\msgs\\hr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\hr.msg', + 'DATA'), + ('tcl\\msgs\\en_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_in.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bangkok', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Bangkok', + 'DATA'), + ('tcl\\tzdata\\US\\Aleutian', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Aleutian', + 'DATA'), + ('tcl\\tzdata\\Europe\\Astrakhan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Astrakhan', + 'DATA'), + ('tcl\\tzdata\\W-SU', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\W-SU', + 'DATA'), + ('tcl\\tzdata\\Europe\\Belgrade', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Belgrade', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vaduz', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Vaduz', + 'DATA'), + ('tcl\\encoding\\jis0212.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\jis0212.enc', + 'DATA'), + ('tcl\\tzdata\\NZ-CHAT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\NZ-CHAT', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\Center', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\Center', + 'DATA'), + ('tcl\\tzdata\\Europe\\Isle_of_Man', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Isle_of_Man', + 'DATA'), + ('tcl\\tzdata\\Navajo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Navajo', + 'DATA'), + ('tcl\\encoding\\cp874.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp874.enc', + 'DATA'), + ('tcl\\tzdata\\HST', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\HST', + 'DATA'), + ('tcl\\tzdata\\Asia\\Manila', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Manila', + 'DATA'), + ('tcl\\tzdata\\America\\Fortaleza', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Fortaleza', + 'DATA'), + ('tcl\\tzdata\\Europe\\Podgorica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Podgorica', + 'DATA'), + ('tcl\\tzdata\\ROK', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\ROK', + 'DATA'), + ('tk\\pkgIndex.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\pkgIndex.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Urumqi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Urumqi', + 'DATA'), + ('tcl\\tzdata\\Asia\\Irkutsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Irkutsk', + 'DATA'), + ('tcl\\encoding\\macCyrillic.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macCyrillic.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Marengo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Marengo', + 'DATA'), + ('tcl\\msgs\\en_ie.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_ie.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bishkek', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Bishkek', + 'DATA'), + ('tcl8\\8.4\\platform\\shell-1.1.4.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.4\\platform\\shell-1.1.4.tm', + 'DATA'), + ('tcl\\tzdata\\America\\Cuiaba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cuiaba', + 'DATA'), + ('tcl\\tzdata\\America\\Curacao', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Curacao', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Macquarie', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Macquarie', + 'DATA'), + ('tcl\\tzdata\\Europe\\Saratov', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Saratov', + 'DATA'), + ('tk\\tclIndex', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\tclIndex', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Bermuda', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Bermuda', + 'DATA'), + ('tcl\\msgs\\nb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\nb.msg', + 'DATA'), + ('tcl\\auto.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\auto.tcl', + 'DATA'), + ('tcl\\tzdata\\US\\East-Indiana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\East-Indiana', + 'DATA'), + ('tcl\\tzdata\\Africa\\Asmara', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Asmara', + 'DATA'), + ('tcl\\tzdata\\GMT0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GMT0', + 'DATA'), + ('tcl\\encoding\\iso8859-2.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-2.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\San_Marino', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\San_Marino', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Mawson', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Mawson', + 'DATA'), + ('tcl\\tzdata\\America\\Iqaluit', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Iqaluit', + 'DATA'), + ('tcl\\tzdata\\America\\Ojinaga', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Ojinaga', + 'DATA'), + ('tcl\\msgs\\ga_ie.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ga_ie.msg', + 'DATA'), + ('tcl\\encoding\\cp1250.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1250.enc', + 'DATA'), + ('tcl\\msgs\\es_ni.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_ni.msg', + 'DATA'), + ('tcl\\tzdata\\NZ', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\NZ', + 'DATA'), + ('tcl\\encoding\\iso8859-1.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-1.enc', + 'DATA'), + ('tcl\\tclIndex', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tclIndex', + 'DATA'), + ('tcl\\tzdata\\Africa\\Brazzaville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Brazzaville', + 'DATA'), + ('tcl\\msgs\\kl_gl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kl_gl.msg', + 'DATA'), + ('tcl\\msgs\\uk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\uk.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Atka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Atka', + 'DATA'), + ('tcl\\tzdata\\Europe\\Warsaw', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Warsaw', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\St_Helena', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\St_Helena', + 'DATA'), + ('tcl\\tzdata\\America\\Panama', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Panama', + 'DATA'), + ('tcl\\msgs\\ja.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ja.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tallinn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Tallinn', + 'DATA'), + ('tcl\\msgs\\fr_be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fr_be.msg', + 'DATA'), + ('tcl\\http1.0\\pkgIndex.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\http1.0\\pkgIndex.tcl', + 'DATA'), + ('tcl\\encoding\\macCroatian.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macCroatian.enc', + 'DATA'), + ('tk\\msgs\\en.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\en.msg', + 'DATA'), + ('tk\\images\\logoMed.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logoMed.gif', + 'DATA'), + ('tcl\\msgs\\ar.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chita', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Chita', + 'DATA'), + ('tcl\\tzdata\\America\\Belize', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Belize', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Funafuti', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Funafuti', + 'DATA'), + ('tcl\\tzdata\\Australia\\Tasmania', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Tasmania', + 'DATA'), + ('tcl\\tzdata\\America\\Yellowknife', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Yellowknife', + 'DATA'), + ('tcl\\msgs\\nl_be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\nl_be.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Volgograd', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Volgograd', + 'DATA'), + ('tcl\\msgs\\fa.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fa.msg', + 'DATA'), + ('tk\\ttk\\utils.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\utils.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Wallis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Wallis', + 'DATA'), + ('tk\\spinbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\spinbox.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Port_Moresby', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Port_Moresby', + 'DATA'), + ('tcl\\tzdata\\America\\Juneau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Juneau', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\San_Juan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\San_Juan', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-8', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-8', + 'DATA'), + ('tcl\\msgs\\ar_jo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar_jo.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Mendoza', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Mendoza', + 'DATA'), + ('tk\\ttk\\notebook.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\notebook.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Creston', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Creston', + 'DATA'), + ('tcl\\encoding\\jis0201.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\jis0201.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Jujuy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Jujuy', + 'DATA'), + ('tcl\\msgs\\en_za.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_za.msg', + 'DATA'), + ('tcl\\tzdata\\Indian\\Antananarivo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Antananarivo', + 'DATA'), + ('tcl\\encoding\\koi8-r.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\koi8-r.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Oslo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Oslo', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vilnius', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Vilnius', + 'DATA'), + ('tcl\\tzdata\\Etc\\UCT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\UCT', + 'DATA'), + ('tcl\\tzdata\\Australia\\Currie', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Currie', + 'DATA'), + ('tcl\\msgs\\sr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sr.msg', + 'DATA'), + ('tcl\\tzdata\\Australia\\North', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\North', + 'DATA'), + ('tcl\\tzdata\\America\\Cambridge_Bay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cambridge_Bay', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-14', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-14', + 'DATA'), + ('tcl\\tzdata\\America\\Bahia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Bahia', + 'DATA'), + ('tcl\\opt0.4\\optparse.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\opt0.4\\optparse.tcl', + 'DATA'), + ('tcl\\encoding\\iso8859-16.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-16.enc', + 'DATA'), + ('tcl\\tzdata\\Singapore', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Singapore', + 'DATA'), + ('tcl\\tzdata\\America\\Shiprock', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Shiprock', + 'DATA'), + ('tcl\\tzdata\\EET', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\EET', + 'DATA'), + ('tcl\\msgs\\ko.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ko.msg', + 'DATA'), + ('tcl\\tzdata\\SystemV\\EST5', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\EST5', + 'DATA'), + ('tcl\\tzdata\\America\\Edmonton', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Edmonton', + 'DATA'), + ('tcl\\word.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\word.tcl', + 'DATA'), + ('tcl8\\8.6\\http-2.9.0.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.6\\http-2.9.0.tm', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Norfolk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Norfolk', + 'DATA'), + ('tk\\ttk\\xpTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\xpTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Johnston', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Johnston', + 'DATA'), + ('tcl\\tzdata\\America\\Yakutat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Yakutat', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Chatham', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Chatham', + 'DATA'), + ('tcl\\tzdata\\EST5EDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\EST5EDT', + 'DATA'), + ('tcl\\tzdata\\America\\Rio_Branco', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Rio_Branco', + 'DATA'), + ('tk\\choosedir.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\choosedir.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Thimbu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Thimbu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yekaterinburg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Yekaterinburg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zaporozhye', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Zaporozhye', + 'DATA'), + ('tcl\\tzdata\\Asia\\Novosibirsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Novosibirsk', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\ComodRivadavia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\ComodRivadavia', + 'DATA'), + ('tcl\\encoding\\cp857.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp857.enc', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+11', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+11', + 'DATA'), + ('tcl\\encoding\\cp860.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp860.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Port_of_Spain', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Port_of_Spain', + 'DATA'), + ('tcl\\msgs\\id.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\id.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lusaka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Lusaka', + 'DATA'), + ('tcl\\tzdata\\America\\Miquelon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Miquelon', + 'DATA'), + ('tcl\\tzdata\\SystemV\\CST6CDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\CST6CDT', + 'DATA'), + ('tcl\\tzdata\\Indian\\Chagos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Chagos', + 'DATA'), + ('tcl\\msgs\\fo_fo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fo_fo.msg', + 'DATA'), + ('tcl\\encoding\\cp1255.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1255.enc', + 'DATA'), + ('tk\\images\\README', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\README', + 'DATA'), + ('tcl\\encoding\\cp1256.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1256.enc', + 'DATA'), + ('tcl\\msgs\\sw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sw.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+3', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+3', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\New_Salem', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\New_Salem', + 'DATA'), + ('tcl\\tzdata\\Africa\\Maseru', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Maseru', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mauritius', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Mauritius', + 'DATA'), + ('tcl\\encoding\\iso8859-14.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-14.enc', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-9', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-9', + 'DATA'), + ('tcl\\tzdata\\America\\Whitehorse', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Whitehorse', + 'DATA'), + ('tcl\\tzdata\\Australia\\Lord_Howe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Lord_Howe', + 'DATA'), + ('tcl\\tzdata\\America\\Porto_Acre', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Porto_Acre', + 'DATA'), + ('tcl\\encoding\\cp850.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp850.enc', + 'DATA'), + ('tcl\\encoding\\koi8-u.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\koi8-u.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Lima', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Lima', + 'DATA'), + ('tcl\\tzdata\\America\\Anguilla', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Anguilla', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tel_Aviv', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tel_Aviv', + 'DATA'), + ('tcl\\tzdata\\America\\Martinique', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Martinique', + 'DATA'), + ('tcl\\tzdata\\America\\Grenada', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Grenada', + 'DATA'), + ('tcl\\tzdata\\America\\St_Barthelemy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Barthelemy', + 'DATA'), + ('tk\\images\\logoLarge.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logoLarge.gif', + 'DATA'), + ('tcl\\tzdata\\America\\Metlakatla', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Metlakatla', + 'DATA'), + ('tcl\\tzdata\\SystemV\\AST4ADT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\AST4ADT', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ouagadougou', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Ouagadougou', + 'DATA'), + ('tcl\\tzdata\\America\\Rosario', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Rosario', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Rarotonga', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Rarotonga', + 'DATA'), + ('tcl\\tzdata\\Australia\\Eucla', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Eucla', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuwait', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kuwait', + 'DATA'), + ('tcl\\safe.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\safe.tcl', + 'DATA'), + ('tk\\scrlbar.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\scrlbar.tcl', + 'DATA'), + ('tcl\\tzdata\\US\\Michigan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Michigan', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ashgabat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ashgabat', + 'DATA'), + ('tk\\tearoff.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\tearoff.tcl', + 'DATA'), + ('tcl\\tzdata\\Cuba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Cuba', + 'DATA'), + ('tcl\\msgs\\sv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sv.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Dar_es_Salaam', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Dar_es_Salaam', + 'DATA'), + ('tcl\\tzdata\\Asia\\Pyongyang', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Pyongyang', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dushanbe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dushanbe', + 'DATA'), + ('tcl\\tzdata\\Asia\\Katmandu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Katmandu', + 'DATA'), + ('tcl\\tzdata\\SystemV\\YST9', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\YST9', + 'DATA'), + ('tcl\\tzdata\\Asia\\Famagusta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Famagusta', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ho_Chi_Minh', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ho_Chi_Minh', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ujung_Pandang', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ujung_Pandang', + 'DATA'), + ('tcl\\tzdata\\Africa\\Conakry', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Conakry', + 'DATA'), + ('tcl\\tzdata\\Asia\\Sakhalin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Sakhalin', + 'DATA'), + ('tcl\\tzdata\\America\\Fort_Nelson', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Fort_Nelson', + 'DATA'), + ('tcl\\tzdata\\Canada\\Eastern', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Eastern', + 'DATA'), + ('tcl\\tzdata\\America\\Toronto', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Toronto', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT0', + 'DATA'), + ('tcl\\msgs\\ko_kr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ko_kr.msg', + 'DATA'), + ('tk\\tk.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\tk.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lome', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Lome', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Vincennes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Vincennes', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\La_Rioja', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\La_Rioja', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tarawa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Tarawa', + 'DATA'), + ('tcl\\tzdata\\Indian\\Kerguelen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Kerguelen', + 'DATA'), + ('tcl\\msgs\\zh_hk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh_hk.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Louisville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Louisville', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tokyo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tokyo', + 'DATA'), + ('tcl\\msgs\\pt_br.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\pt_br.msg', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Vostok', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Vostok', + 'DATA'), + ('tcl\\encoding\\cp1254.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1254.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aden', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Aden', + 'DATA'), + ('tcl8\\8.5\\tcltest-2.5.0.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.5\\tcltest-2.5.0.tm', + 'DATA'), + ('tk\\unsupported.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\unsupported.tcl', + 'DATA'), + ('tcl\\msgs\\ru.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ru.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bujumbura', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Bujumbura', + 'DATA'), + ('tcl\\init.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\init.tcl', + 'DATA'), + ('tcl\\tzdata\\US\\Central', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Central', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dubai', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dubai', + 'DATA'), + ('tcl\\tzdata\\Asia\\Krasnoyarsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Krasnoyarsk', + 'DATA'), + ('tcl\\tzdata\\Europe\\Copenhagen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Copenhagen', + 'DATA'), + ('tcl\\tzdata\\Brazil\\Acre', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Brazil\\Acre', + 'DATA'), + ('tcl\\encoding\\iso2022-kr.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso2022-kr.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Santarem', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Santarem', + 'DATA'), + ('tcl\\tzdata\\America\\Campo_Grande', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Campo_Grande', + 'DATA'), + ('tcl\\tzdata\\America\\Belem', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Belem', + 'DATA'), + ('tcl\\tzdata\\Canada\\Mountain', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Mountain', + 'DATA'), + ('tk\\images\\pwrdLogo100.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo100.gif', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mayotte', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Mayotte', + 'DATA'), + ('tcl\\encoding\\iso8859-4.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-4.enc', + 'DATA'), + ('tcl\\tzdata\\Indian\\Christmas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Christmas', + 'DATA'), + ('tcl\\encoding\\tis-620.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\tis-620.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Minsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Minsk', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kosrae', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Kosrae', + 'DATA'), + ('tcl\\msgs\\fi.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fi.msg', + 'DATA'), + ('tcl\\msgs\\be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\be.msg', + 'DATA'), + ('tcl\\http1.0\\http.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\http1.0\\http.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Adak', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Adak', + 'DATA'), + ('tcl\\tzdata\\Europe\\Rome', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Rome', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ulan_Bator', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ulan_Bator', + 'DATA'), + ('tcl\\msgs\\es_ec.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_ec.msg', + 'DATA'), + ('tk\\ttk\\defaults.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\defaults.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Casablanca', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Casablanca', + 'DATA'), + ('tcl\\msgs\\hi_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\hi_in.msg', + 'DATA'), + ('tcl\\tzdata\\Canada\\Yukon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Yukon', + 'DATA'), + ('tcl\\encoding\\iso8859-9.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-9.enc', + 'DATA'), + ('tk\\ttk\\button.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\button.tcl', + 'DATA'), + ('tk\\msgs\\el.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\el.msg', + 'DATA'), + ('tcl\\encoding\\iso8859-8.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-8.enc', + 'DATA'), + ('tcl\\encoding\\big5.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\big5.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Araguaina', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Araguaina', + 'DATA'), + ('tk\\ttk\\vistaTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\vistaTheme.tcl', + 'DATA'), + ('tcl\\msgs\\es_ve.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_ve.msg', + 'DATA'), + ('tcl\\tzdata\\GB', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GB', + 'DATA'), + ('tcl\\tzdata\\Europe\\Jersey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Jersey', + 'DATA'), + ('tcl\\msgs\\ms.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ms.msg', + 'DATA'), + ('tcl\\msgs\\th.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\th.msg', + 'DATA'), + ('tk\\license.terms', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\license.terms', + 'DATA'), + ('tcl\\tzdata\\Asia\\Macao', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Macao', + 'DATA'), + ('tcl\\tzdata\\America\\Guatemala', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Guatemala', + 'DATA'), + ('tcl\\msgs\\zh_cn.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh_cn.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Maceio', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Maceio', + 'DATA'), + ('tcl\\tzdata\\Australia\\Adelaide', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Adelaide', + 'DATA'), + ('tk\\msgs\\es.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\es.msg', + 'DATA'), + ('tk\\ttk\\fonts.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\fonts.tcl', + 'DATA'), + ('tcl\\msgs\\es_hn.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_hn.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Virgin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Virgin', + 'DATA'), + ('tcl\\encoding\\cp866.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp866.enc', + 'DATA'), + ('tcl\\tzdata\\Australia\\NSW', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\NSW', + 'DATA'), + ('tcl\\tzdata\\Europe\\Prague', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Prague', + 'DATA'), + ('tcl\\tzdata\\Africa\\Sao_Tome', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Sao_Tome', + 'DATA'), + ('tcl\\tzdata\\Asia\\Harbin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Harbin', + 'DATA'), + ('tcl\\tzdata\\MST7MDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\MST7MDT', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Honolulu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Honolulu', + 'DATA'), + ('tk\\ttk\\ttk.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\ttk.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bangui', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Bangui', + 'DATA'), + ('tk\\listbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\listbox.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yangon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Yangon', + 'DATA'), + ('tk\\text.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\text.tcl', + 'DATA'), + ('tcl\\encoding\\cp869.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp869.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Enderbury', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Enderbury', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Reykjavik', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Reykjavik', + 'DATA'), + ('tcl\\tzdata\\Asia\\Taipei', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Taipei', + 'DATA'), + ('tcl\\msgs\\es_mx.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_mx.msg', + 'DATA'), + ('tcl\\tzdata\\US\\Arizona', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Arizona', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-4', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-4', + 'DATA'), + ('tcl\\tzdata\\America\\Cancun', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cancun', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Canary', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Canary', + 'DATA'), + ('tcl\\msgs\\is.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\is.msg', + 'DATA'), + ('tcl\\msgs\\en_ph.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_ph.msg', + 'DATA'), + ('tcl\\encoding\\jis0208.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\jis0208.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Bratislava', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Bratislava', + 'DATA'), + ('tcl\\tzdata\\America\\Tegucigalpa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Tegucigalpa', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kabul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kabul', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lagos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Lagos', + 'DATA'), + ('tcl\\tzdata\\US\\Pacific-New', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Pacific-New', + 'DATA'), + ('tcl\\tzdata\\America\\Fort_Wayne', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Fort_Wayne', + 'DATA'), + ('tcl\\tzdata\\Asia\\Phnom_Penh', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Phnom_Penh', + 'DATA'), + ('tcl\\tzdata\\America\\Glace_Bay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Glace_Bay', + 'DATA'), + ('tcl\\msgs\\en_nz.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_nz.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tirane', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Tirane', + 'DATA'), + ('tcl\\msgs\\es_cr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_cr.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Thunder_Bay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Thunder_Bay', + 'DATA'), + ('tcl\\tzdata\\America\\Chihuahua', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Chihuahua', + 'DATA'), + ('tcl\\tzdata\\America\\Hermosillo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Hermosillo', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Troll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Troll', + 'DATA'), + ('tcl\\tzdata\\America\\Santa_Isabel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Santa_Isabel', + 'DATA'), + ('tk\\ttk\\winTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\winTheme.tcl', + 'DATA'), + ('tcl\\msgs\\es_co.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_co.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Choibalsan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Choibalsan', + 'DATA'), + ('tcl\\tzdata\\Asia\\Colombo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Colombo', + 'DATA'), + ('tcl\\tzdata\\Asia\\Oral', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Oral', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Casey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Casey', + 'DATA'), + ('tcl\\msgs\\lv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\lv.msg', + 'DATA'), + ('tcl\\tzdata\\SystemV\\CST6', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\CST6', + 'DATA'), + ('tcl\\tzdata\\America\\Los_Angeles', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Los_Angeles', + 'DATA'), + ('tk\\xmfbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\xmfbox.tcl', + 'DATA'), + ('tcl\\package.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\package.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Anchorage', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Anchorage', + 'DATA'), + ('tcl\\tzdata\\Poland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Poland', + 'DATA'), + ('tcl\\tzdata\\America\\Santo_Domingo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Santo_Domingo', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Tell_City', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Tell_City', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Rio_Gallegos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Rio_Gallegos', + 'DATA'), + ('tcl\\tzdata\\America\\Costa_Rica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Costa_Rica', + 'DATA'), + ('tcl\\msgs\\es_bo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_bo.msg', + 'DATA'), + ('tcl\\encoding\\gb1988.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\gb1988.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Gibraltar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Gibraltar', + 'DATA'), + ('tcl\\tzdata\\Africa\\Nairobi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Nairobi', + 'DATA'), + ('tcl\\tzdata\\Europe\\Ljubljana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Ljubljana', + 'DATA'), + ('tk\\console.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\console.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Salta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Salta', + 'DATA'), + ('tk\\dialog.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\dialog.tcl', + 'DATA'), + ('tk\\icons.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\icons.tcl', + 'DATA'), + ('tcl\\tzdata\\Australia\\Victoria', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Victoria', + 'DATA'), + ('tcl\\tzdata\\Hongkong', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Hongkong', + 'DATA'), + ('tk\\ttk\\cursors.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\cursors.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuching', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kuching', + 'DATA'), + ('tcl\\msgs\\gv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\gv.msg', + 'DATA'), + ('tcl\\encoding\\cp1258.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1258.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Madrid', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Madrid', + 'DATA'), + ('tcl\\tzdata\\Etc\\Universal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\Universal', + 'DATA'), + ('tcl\\tzdata\\Iran', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Iran', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Wake', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Wake', + 'DATA'), + ('tcl\\tzdata\\Brazil\\West', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Brazil\\West', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kigali', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Kigali', + 'DATA'), + ('tcl\\encoding\\cp950.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp950.enc', + 'DATA'), + ('tk\\mkpsenc.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\mkpsenc.tcl', + 'DATA'), + ('tcl\\msgs\\fr_ca.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fr_ca.msg', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Stanley', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Stanley', + 'DATA'), + ('tcl\\tzdata\\America\\Recife', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Recife', + 'DATA'), + ('tcl\\msgs\\fr_ch.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fr_ch.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dacca', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dacca', + 'DATA'), + ('tcl\\tzdata\\Indian\\Cocos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Cocos', + 'DATA'), + ('tcl\\tzdata\\Europe\\Malta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Malta', + 'DATA'), + ('tcl\\tzdata\\Europe\\Dublin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Dublin', + 'DATA'), + ('tk\\msgs\\da.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\da.msg', + 'DATA'), + ('tcl\\encoding\\macJapan.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macJapan.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Aruba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Aruba', + 'DATA'), + ('tcl\\tzdata\\America\\Danmarkshavn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Danmarkshavn', + 'DATA'), + ('tk\\ttk\\entry.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\entry.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ceuta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Ceuta', + 'DATA'), + ('tcl\\msgs\\lt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\lt.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Sao_Paulo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Sao_Paulo', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pago_Pago', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Pago_Pago', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chungking', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Chungking', + 'DATA'), + ('tk\\msgs\\en_gb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\en_gb.msg', + 'DATA'), + ('tk\\msgs\\eo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\eo.msg', + 'DATA'), + ('tk\\images\\pwrdLogo.eps', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo.eps', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\South_Georgia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\South_Georgia', + 'DATA'), + ('tcl\\tzdata\\America\\Managua', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Managua', + 'DATA'), + ('tcl\\tzdata\\America\\Inuvik', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Inuvik', + 'DATA'), + ('tcl\\tzdata\\Mexico\\BajaNorte', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Mexico\\BajaNorte', + 'DATA'), + ('tk\\images\\pwrdLogo75.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo75.gif', + 'DATA'), + ('tcl\\tzdata\\Australia\\Brisbane', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Brisbane', + 'DATA'), + ('tcl\\msgs\\ru_ua.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ru_ua.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Fiji', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Fiji', + 'DATA'), + ('tcl\\tzdata\\US\\Indiana-Starke', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Indiana-Starke', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Guadalcanal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Guadalcanal', + 'DATA'), + ('tk\\images\\logo64.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logo64.gif', + 'DATA'), + ('tcl\\tzdata\\Asia\\Qyzylorda', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Qyzylorda', + 'DATA'), + ('tcl\\tzdata\\Europe\\Busingen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Busingen', + 'DATA'), + ('tcl\\tzdata\\Europe\\Lisbon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Lisbon', + 'DATA'), + ('tcl\\tzdata\\Canada\\Central', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Central', + 'DATA'), + ('tcl\\encoding\\gb2312-raw.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\gb2312-raw.enc', + 'DATA'), + ('tcl\\msgs\\fo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fo.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-11', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-11', + 'DATA'), + ('tcl\\tzdata\\America\\Kentucky\\Monticello', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Kentucky\\Monticello', + 'DATA'), + ('tk\\clrpick.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\clrpick.tcl', + 'DATA'), + ('tcl\\msgs\\pl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\pl.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Amsterdam', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Amsterdam', + 'DATA'), + ('tcl\\msgs\\pt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\pt.msg', + 'DATA'), + ('tk\\images\\logo100.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logo100.gif', + 'DATA'), + ('tcl\\tzdata\\Africa\\Windhoek', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Windhoek', + 'DATA'), + ('tcl\\tzdata\\America\\St_Vincent', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Vincent', + 'DATA'), + ('tcl\\tzdata\\Asia\\Shanghai', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Shanghai', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kaliningrad', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Kaliningrad', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Bougainville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Bougainville', + 'DATA'), + ('tcl\\msgs\\ta.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ta.msg', + 'DATA'), + ('tk\\msgs\\it.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\it.msg', + 'DATA'), + ('tk\\msgs\\cs.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\cs.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Bahia_Banderas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Bahia_Banderas', + 'DATA'), + ('tcl\\encoding\\iso8859-6.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-6.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zagreb', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Zagreb', + 'DATA'), + ('tcl\\tzdata\\PRC', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\PRC', + 'DATA'), + ('tcl\\tzdata\\Africa\\Porto-Novo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Porto-Novo', + 'DATA'), + ('tcl\\tzdata\\CST6CDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\CST6CDT', + 'DATA'), + ('tcl\\tzdata\\US\\Samoa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Samoa', + 'DATA'), + ('tcl\\tzdata\\GB-Eire', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GB-Eire', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Majuro', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Majuro', + 'DATA'), + ('tcl\\msgs\\zh.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hong_Kong', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Hong_Kong', + 'DATA'), + ('tcl\\tzdata\\Turkey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Turkey', + 'DATA'), + ('tcl\\tzdata\\America\\Marigot', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Marigot', + 'DATA'), + ('tcl\\msgs\\he.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\he.msg', + 'DATA'), + ('tk\\msgs\\nl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\nl.msg', + 'DATA'), + ('tcl\\msgs\\ro.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ro.msg', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Rothera', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Rothera', + 'DATA'), + ('tcl\\msgs\\ga.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ga.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bissau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Bissau', + 'DATA'), + ('tk\\ttk\\scrollbar.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\scrollbar.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Dawson_Creek', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Dawson_Creek', + 'DATA'), + ('tcl\\tzdata\\America\\Paramaribo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Paramaribo', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Gambier', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Gambier', + 'DATA'), + ('tcl\\tzdata\\America\\Goose_Bay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Goose_Bay', + 'DATA'), + ('tcl\\msgs\\vi.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\vi.msg', + 'DATA'), + ('tcl\\tzdata\\GMT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GMT', + 'DATA'), + ('tcl\\msgs\\it.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\it.msg', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+8', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+8', + 'DATA'), + ('tcl\\tzdata\\Asia\\Muscat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Muscat', + 'DATA'), + ('tcl\\tzdata\\America\\Regina', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Regina', + 'DATA'), + ('tcl\\tzdata\\Asia\\Almaty', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Almaty', + 'DATA'), + ('tcl\\tzdata\\America\\Halifax', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Halifax', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bamako', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Bamako', + 'DATA'), + ('tcl\\tzdata\\Africa\\Mbabane', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Mbabane', + 'DATA'), + ('tk\\ttk\\clamTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\clamTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Phoenix', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Phoenix', + 'DATA'), + ('tcl\\tzdata\\America\\Sitka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Sitka', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+1', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+1', + 'DATA'), + ('tcl\\msgs\\sh.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sh.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Montevideo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Montevideo', + 'DATA'), + ('tcl\\msgs\\ar_sy.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar_sy.msg', + 'DATA'), + ('tcl\\tzdata\\Brazil\\DeNoronha', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Brazil\\DeNoronha', + 'DATA'), + ('tk\\ttk\\classicTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\classicTheme.tcl', + 'DATA'), + ('tcl\\tzdata\\Asia\\Calcutta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Calcutta', + 'DATA'), + ('tcl\\opt0.4\\pkgIndex.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\opt0.4\\pkgIndex.tcl', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Madeira', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Madeira', + 'DATA'), + ('tk\\ttk\\combobox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\combobox.tcl', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+2', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+2', + 'DATA'), + ('tcl\\encoding\\cp932.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp932.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Mendoza', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Mendoza', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Palmer', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Palmer', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Chuuk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Chuuk', + 'DATA'), + ('tcl\\msgs\\es.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es.msg', + 'DATA'), + ('tcl\\msgs\\gv_gb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\gv_gb.msg', + 'DATA'), + ('tcl\\encoding\\cp862.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp862.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\London', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\London', + 'DATA'), + ('tk\\entry.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\entry.tcl', + 'DATA'), + ('tcl\\tzdata\\Africa\\Malabo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Malabo', + 'DATA'), + ('tcl\\tzdata\\Australia\\ACT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\ACT', + 'DATA'), + ('tcl\\tzdata\\America\\Jamaica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Jamaica', + 'DATA'), + ('tcl\\tzdata\\America\\Thule', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Thule', + 'DATA'), + ('tcl\\msgs\\da.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\da.msg', + 'DATA'), + ('tcl\\msgs\\es_cl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_cl.msg', + 'DATA'), + ('tcl\\encoding\\euc-jp.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\euc-jp.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Omsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Omsk', + 'DATA'), + ('tcl\\tzdata\\Arctic\\Longyearbyen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Arctic\\Longyearbyen', + 'DATA'), + ('tcl\\tzdata\\Australia\\West', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\West', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dhaka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dhaka', + 'DATA'), + ('tcl\\tzdata\\America\\Caracas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Caracas', + 'DATA'), + ('tcl\\tzdata\\America\\Chicago', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Chicago', + 'DATA'), + ('tcl\\encoding\\symbol.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\symbol.enc', + 'DATA'), + ('tcl\\msgs\\mk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\mk.msg', + 'DATA'), + ('tcl\\tzdata\\Indian\\Comoro', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Comoro', + 'DATA'), + ('tcl\\msgs\\es_pe.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_pe.msg', + 'DATA'), + ('tcl\\tzdata\\SystemV\\PST8', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\PST8', + 'DATA'), + ('tcl\\tzdata\\Europe\\Riga', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Riga', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yerevan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Yerevan', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-0', + 'DATA'), + ('tcl\\tzdata\\US\\Pacific', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Pacific', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+12', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+12', + 'DATA'), + ('tcl\\tzdata\\Africa\\Monrovia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Monrovia', + 'DATA'), + ('tcl\\tzdata\\Europe\\Skopje', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Skopje', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hovd', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Hovd', + 'DATA'), + ('tcl\\tzdata\\Asia\\Nicosia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Nicosia', + 'DATA'), + ('tcl\\msgs\\en_ca.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_ca.msg', + 'DATA'), + ('tcl\\msgs\\mt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\mt.msg', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mahe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Mahe', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kiritimati', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Kiritimati', + 'DATA'), + ('tcl\\tzdata\\America\\Cayman', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cayman', + 'DATA'), + ('tcl\\tzdata\\America\\Vancouver', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Vancouver', + 'DATA'), + ('tcl\\tzdata\\America\\Scoresbysund', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Scoresbysund', + 'DATA'), + ('tk\\bgerror.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\bgerror.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Indianapolis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indianapolis', + 'DATA'), + ('tk\\fontchooser.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\fontchooser.tcl', + 'DATA'), + ('tcl\\msgs\\es_pa.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_pa.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Helsinki', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Helsinki', + 'DATA'), + ('tcl\\encoding\\cp852.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp852.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Barbados', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Barbados', + 'DATA'), + ('tcl\\tzdata\\Asia\\Baghdad', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Baghdad', + 'DATA'), + ('tcl\\tzdata\\PST8PDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\PST8PDT', + 'DATA'), + ('tcl\\tzdata\\Europe\\Istanbul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Istanbul', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Cordoba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Cordoba', + 'DATA'), + ('tcl\\tzdata\\Asia\\Singapore', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Singapore', + 'DATA'), + ('tk\\msgs\\fr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\fr.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aqtobe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Aqtobe', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kinshasa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Kinshasa', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kiev', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Kiev', + 'DATA'), + ('tcl\\tzdata\\America\\Kralendijk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Kralendijk', + 'DATA'), + ('tcl\\tzdata\\Chile\\EasterIsland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Chile\\EasterIsland', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jayapura', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Jayapura', + 'DATA'), + ('tcl\\tzdata\\Universal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Universal', + 'DATA'), + ('tcl\\msgs\\kw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kw.msg', + 'DATA'), + ('tcl\\tzdata\\Canada\\Atlantic', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Atlantic', + 'DATA'), + ('tcl\\tzdata\\America\\Montreal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Montreal', + 'DATA'), + ('tcl\\msgs\\es_gt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_gt.msg', + 'DATA'), + ('tcl\\tzdata\\US\\Mountain', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Mountain', + 'DATA'), + ('tcl\\tzdata\\Europe\\Belfast', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Belfast', + 'DATA'), + ('tcl8\\8.4\\platform-1.0.14.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.4\\platform-1.0.14.tm', + 'DATA'), + ('tcl\\msgs\\en_sg.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_sg.msg', + 'DATA'), + ('tcl\\tzdata\\SystemV\\PST8PDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\PST8PDT', + 'DATA'), + ('tcl\\msgs\\en_au.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_au.msg', + 'DATA'), + ('tcl\\msgs\\eu_es.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\eu_es.msg', + 'DATA'), + ('tcl\\msgs\\es_ar.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_ar.msg', + 'DATA'), + ('tcl\\encoding\\euc-kr.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\euc-kr.enc', + 'DATA'), + ('tcl\\encoding\\shiftjis.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\shiftjis.enc', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Easter', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Easter', + 'DATA'), + ('tk\\msgs\\ru.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\ru.msg', + 'DATA'), + ('tcl\\encoding\\macIceland.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macIceland.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Pontianak', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Pontianak', + 'DATA'), + ('tcl\\tzdata\\Asia\\Vientiane', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Vientiane', + 'DATA'), + ('tcl\\msgs\\ar_lb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar_lb.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Thimphu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Thimphu', + 'DATA'), + ('tcl\\encoding\\cp949.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp949.enc', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-13', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-13', + 'DATA'), + ('tcl\\tzdata\\America\\Catamarca', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Catamarca', + 'DATA'), + ('tcl\\msgs\\tr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\tr.msg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Karachi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Karachi', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Faeroe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Faeroe', + 'DATA'), + ('tcl\\tzdata\\Africa\\Djibouti', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Djibouti', + 'DATA'), + ('tcl\\tzdata\\America\\St_Thomas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Thomas', + 'DATA'), + ('tcl\\encoding\\macUkraine.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macUkraine.enc', + 'DATA'), + ('tcl\\encoding\\euc-cn.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\euc-cn.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Rainy_River', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Rainy_River', + 'DATA'), + ('tcl\\encoding\\ebcdic.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\ebcdic.enc', + 'DATA'), + ('tk\\ttk\\scale.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\scale.tcl', + 'DATA'), + ('tcl\\tzdata\\SystemV\\HST10', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\HST10', + 'DATA'), + ('tcl\\tzdata\\US\\Alaska', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Alaska', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kolkata', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kolkata', + 'DATA'), + ('tcl\\tzdata\\America\\Resolute', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Resolute', + 'DATA'), + ('tcl\\tzdata\\Egypt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Egypt', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+5', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+5', + 'DATA'), + ('tcl\\msgs\\kok.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kok.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Athens', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Athens', + 'DATA'), + ('tcl\\tzdata\\America\\Havana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Havana', + 'DATA'), + ('tcl\\tzdata\\Australia\\Sydney', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Sydney', + 'DATA'), + ('tcl\\tzdata\\America\\Boise', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Boise', + 'DATA'), + ('tk\\button.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\button.tcl', + 'DATA'), + ('tcl\\encoding\\macCentEuro.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macCentEuro.enc', + 'DATA'), + ('tcl\\tzdata\\Europe\\Chisinau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Chisinau', + 'DATA'), + ('tcl\\tzdata\\Australia\\Melbourne', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Melbourne', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jakarta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Jakarta', + 'DATA'), + ('tcl\\msgs\\kl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kl.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Marquesas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Marquesas', + 'DATA'), + ('tcl\\tzdata\\Africa\\Banjul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Banjul', + 'DATA'), + ('tcl\\tzdata\\America\\New_York', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\New_York', + 'DATA'), + ('tcl\\tzdata\\America\\Nassau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Nassau', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuala_Lumpur', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kuala_Lumpur', + 'DATA'), + ('tcl\\tzdata\\Kwajalein', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Kwajalein', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vatican', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Vatican', + 'DATA'), + ('tcl\\tzdata\\Asia\\Srednekolymsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Srednekolymsk', + 'DATA'), + ('tcl\\tzdata\\America\\Godthab', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Godthab', + 'DATA'), + ('tcl\\msgs\\af.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\af.msg', + 'DATA'), + ('tcl\\encoding\\cp863.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp863.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Detroit', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Detroit', + 'DATA'), + ('tk\\ttk\\progress.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\progress.tcl', + 'DATA'), + ('tk\\images\\pwrdLogo150.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo150.gif', + 'DATA'), + ('tcl\\msgs\\zh_sg.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh_sg.msg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zurich', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Zurich', + 'DATA'), + ('tcl\\tzdata\\Europe\\Luxembourg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Luxembourg', + 'DATA'), + ('tcl\\msgs\\de_at.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\de_at.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Johannesburg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Johannesburg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Truk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Truk', + 'DATA'), + ('tcl\\encoding\\iso8859-15.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-15.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Porto_Velho', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Porto_Velho', + 'DATA'), + ('tcl\\msgs\\es_sv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_sv.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Lower_Princes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Lower_Princes', + 'DATA'), + ('tcl\\tzdata\\CET', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\CET', + 'DATA'), + ('tcl\\encoding\\iso8859-3.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-3.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kamchatka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kamchatka', + 'DATA'), + ('tcl\\tzdata\\MET', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\MET', + 'DATA'), + ('tcl\\tzdata\\America\\Grand_Turk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Grand_Turk', + 'DATA'), + ('tcl\\encoding\\cp864.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp864.enc', + 'DATA'), + ('tcl\\msgs\\en_bw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_bw.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Matamoros', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Matamoros', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-5', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-5', + 'DATA'), + ('tcl\\msgs\\bg.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\bg.msg', + 'DATA'), + ('tcl\\tzdata\\Canada\\Newfoundland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Newfoundland', + 'DATA'), + ('tcl\\encoding\\ascii.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\ascii.enc', + 'DATA'), + ('tk\\optMenu.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\optMenu.tcl', + 'DATA'), + ('tcl\\tzdata\\Israel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Israel', + 'DATA'), + ('tcl\\tzdata\\America\\Tortola', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Tortola', + 'DATA'), + ('tcl\\tzdata\\Libya', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Libya', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Cape_Verde', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Cape_Verde', + 'DATA'), + ('tcl\\tzdata\\Mexico\\BajaSur', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Mexico\\BajaSur', + 'DATA'), + ('tcl\\tzdata\\America\\Noronha', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Noronha', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Auckland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Auckland', + 'DATA'), + ('tcl\\tzdata\\Asia\\Barnaul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Barnaul', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tiraspol', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Tiraspol', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kirov', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Kirov', + 'DATA'), + ('tk\\tkfbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\tkfbox.tcl', + 'DATA'), + ('tcl\\msgs\\ca.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ca.msg', + 'DATA'), + ('tcl\\tzdata\\Brazil\\East', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Brazil\\East', + 'DATA'), + ('tcl\\msgs\\de.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\de.msg', + 'DATA'), + ('tcl\\msgs\\de_be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\de_be.msg', + 'DATA'), + ('tcl\\tzdata\\America\\St_Johns', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Johns', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\Beulah', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\Beulah', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-2', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-2', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Knox', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Knox', + 'DATA'), + ('tcl\\encoding\\macThai.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macThai.enc', + 'DATA'), + ('tk\\images\\pwrdLogo175.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo175.gif', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+9', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+9', + 'DATA'), + ('tcl\\tzdata\\America\\Nome', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Nome', + 'DATA'), + ('tcl\\tzdata\\Africa\\Maputo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Maputo', + 'DATA'), + ('tcl\\encoding\\iso8859-5.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-5.enc', + 'DATA'), + ('tk\\palette.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\palette.tcl', + 'DATA'), + ('tcl\\msgs\\en_hk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_hk.msg', + 'DATA'), + ('tcl\\msgs\\eo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\eo.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Ensenada', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Ensenada', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ndjamena', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Ndjamena', + 'DATA'), + ('tcl\\encoding\\cp1252.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1252.enc', + 'DATA'), + ('tk\\msgs\\de.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\de.msg', + 'DATA'), + ('tcl\\tm.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tm.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Dawson', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Dawson', + 'DATA'), + ('tcl\\msgs\\hu.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\hu.msg', + 'DATA'), + ('tcl\\tzdata\\Australia\\South', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\South', + 'DATA'), + ('tcl\\tzdata\\Indian\\Reunion', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Reunion', + 'DATA'), + ('tcl\\tzdata\\America\\Monterrey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Monterrey', + 'DATA'), + ('tcl\\tzdata\\Europe\\Paris', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Paris', + 'DATA'), + ('tcl\\tzdata\\America\\Denver', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Denver', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Vevay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Vevay', + 'DATA'), + ('tcl\\tzdata\\SystemV\\MST7', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\MST7', + 'DATA'), + ('tcl\\tzdata\\EST', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\EST', + 'DATA'), + ('tk\\panedwindow.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\panedwindow.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Pangnirtung', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Pangnirtung', + 'DATA'), + ('tcl\\tzdata\\Europe\\Samara', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Samara', + 'DATA'), + ('tcl\\msgs\\it_ch.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\it_ch.msg', + 'DATA'), + ('tcl\\msgs\\eu.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\eu.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Knox_IN', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Knox_IN', + 'DATA'), + ('tcl\\msgs\\mr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\mr.msg', + 'DATA'), + ('tcl\\encoding\\cp936.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp936.enc', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Buenos_Aires', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Buenos_Aires', + 'DATA'), + ('tcl\\encoding\\cp1257.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1257.enc', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chongqing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Chongqing', + 'DATA'), + ('tcl\\tzdata\\America\\Manaus', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Manaus', + 'DATA'), + ('tcl\\msgs\\es_uy.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_uy.msg', + 'DATA'), + ('tcl\\tzdata\\America\\Atikokan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Atikokan', + 'DATA'), + ('tcl\\tzdata\\Europe\\Stockholm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Stockholm', + 'DATA'), + ('tcl\\tzdata\\America\\Coral_Harbour', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Coral_Harbour', + 'DATA'), + ('tcl\\tzdata\\UTC', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\UTC', + 'DATA'), + ('tcl\\msgs\\en_zw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_zw.msg', + 'DATA'), + ('tcl\\msgs\\bn_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\bn_in.msg', + 'DATA'), + ('tcl\\history.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\history.tcl', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Fakaofo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Fakaofo', + 'DATA'), + ('tcl\\msgs\\sk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sk.msg', + 'DATA'), + ('tcl\\encoding\\cp865.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp865.enc', + 'DATA'), + ('tcl\\tzdata\\America\\La_Paz', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\La_Paz', + 'DATA'), + ('tcl\\msgs\\en_be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_be.msg', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Midway', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Midway', + 'DATA'), + ('tcl\\tzdata\\Europe\\Sofia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Sofia', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kwajalein', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Kwajalein', + 'DATA'), + ('tcl\\parray.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\parray.tcl', + 'DATA'), + ('tcl\\tzdata\\Etc\\Zulu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\Zulu', + 'DATA'), + ('tk\\scale.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\scale.tcl', + 'DATA'), + ('tcl\\encoding\\iso2022.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso2022.enc', + 'DATA'), + ('tcl\\tzdata\\Africa\\Dakar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Dakar', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Palau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Palau', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-7', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-7', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-6', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-6', + 'DATA'), + ('tk\\ttk\\menubutton.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\menubutton.tcl', + 'DATA'), + ('tcl\\tzdata\\Etc\\UTC', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\UTC', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT', + 'DATA'), + ('tcl\\tzdata\\Australia\\Perth', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Perth', + 'DATA'), + ('tcl\\tzdata\\UCT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\UCT', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aqtau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Aqtau', + 'DATA'), + ('tcl\\tzdata\\Africa\\Asmera', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Asmera', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Apia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Apia', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kathmandu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kathmandu', + 'DATA'), + ('tk\\menu.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\menu.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Tijuana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Tijuana', + 'DATA'), + ('tcl\\tzdata\\Asia\\Khandyga', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Khandyga', + 'DATA'), + ('tcl\\msgs\\af_za.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\af_za.msg', + 'DATA'), + ('tcl\\encoding\\iso2022-jp.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso2022-jp.enc', + 'DATA'), + ('tcl\\msgs\\fr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fr.msg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Accra', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Accra', + 'DATA'), + ('tcl\\tzdata\\America\\Guadeloupe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Guadeloupe', + 'DATA'), + ('tcl\\tzdata\\Europe\\Andorra', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Andorra', + 'DATA'), + ('tcl\\tzdata\\Asia\\Brunei', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Brunei', + 'DATA'), + ('tcl\\tzdata\\Australia\\Broken_Hill', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Broken_Hill', + 'DATA'), + ('tcl\\tzdata\\America\\Cayenne', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cayenne', + 'DATA'), + ('tcl\\tzdata\\Africa\\Luanda', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Luanda', + 'DATA'), + ('tcl\\tzdata\\Africa\\Tunis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Tunis', + 'DATA'), + ('tcl\\encoding\\macRomania.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macRomania.enc', + 'DATA'), + ('tcl\\tzdata\\Jamaica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Jamaica', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Saipan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Saipan', + 'DATA'), + ('tcl\\tzdata\\Europe\\Monaco', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Monaco', + 'DATA'), + ('tcl\\tzdata\\Chile\\Continental', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Chile\\Continental', + 'DATA'), + ('tcl8\\8.5\\msgcat-1.6.1.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.5\\msgcat-1.6.1.tm', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\DumontDUrville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\DumontDUrville', + 'DATA'), + ('tcl\\encoding\\macTurkish.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macTurkish.enc', + 'DATA'), + ('tcl\\tzdata\\Africa\\Douala', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Douala', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Samoa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Samoa', + 'DATA'), + ('tcl\\tzdata\\Africa\\Khartoum', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Khartoum', + 'DATA'), + ('tcl\\tzdata\\America\\Rankin_Inlet', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Rankin_Inlet', + 'DATA'), + ('tcl\\tzdata\\Europe\\Sarajevo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Sarajevo', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Catamarca', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Catamarca', + 'DATA'), + ('tcl\\tzdata\\Africa\\Blantyre', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Blantyre', + 'DATA'), + ('tcl\\tzdata\\America\\Nipigon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Nipigon', + 'DATA'), + ('tcl\\tzdata\\SystemV\\EST5EDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\EST5EDT', + 'DATA'), + ('tcl\\tzdata\\Europe\\Guernsey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Guernsey', + 'DATA'), + ('tcl\\tzdata\\Canada\\Saskatchewan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Saskatchewan', + 'DATA'), + ('tk\\megawidget.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\megawidget.tcl', + 'DATA'), + ('tcl\\tzdata\\America\\Asuncion', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Asuncion', + 'DATA'), + ('tcl\\tzdata\\America\\Dominica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Dominica', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Syowa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Syowa', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\South_Pole', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\South_Pole', + 'DATA'), + ('tcl\\tzdata\\Africa\\Timbuktu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Timbuktu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hebron', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Hebron', + 'DATA'), + ('tcl\\tzdata\\America\\Menominee', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Menominee', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+10', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+10', + 'DATA'), + ('tcl\\msgs\\cs.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\cs.msg', + 'DATA'), + ('pyinstaller-4.4.dist-info\\REQUESTED', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\REQUESTED', + 'DATA'), + ('pyinstaller-4.4.dist-info\\WHEEL', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\WHEEL', + 'DATA'), + ('pyinstaller-4.4.dist-info\\top_level.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\top_level.txt', + 'DATA'), + ('setuptools-49.2.1.dist-info\\LICENSE', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\LICENSE', + 'DATA'), + ('pyinstaller-4.4.dist-info\\LICENSE.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\LICENSE.txt', + 'DATA'), + ('pyinstaller-4.4.dist-info\\RECORD', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\RECORD', + 'DATA'), + ('pyinstaller-4.4.dist-info\\metadata.json', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\metadata.json', + 'DATA'), + ('setuptools-49.2.1.dist-info\\WHEEL', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\WHEEL', + 'DATA'), + ('setuptools-49.2.1.dist-info\\RECORD', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\RECORD', + 'DATA'), + ('pyinstaller-4.4.dist-info\\DESCRIPTION.rst', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\DESCRIPTION.rst', + 'DATA'), + ('pyinstaller-4.4.dist-info\\METADATA', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\METADATA', + 'DATA'), + ('altgraph-0.17.dist-info\\WHEEL', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\WHEEL', + 'DATA'), + ('pip-21.2.1.dist-info\\WHEEL', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\WHEEL', + 'DATA'), + ('altgraph-0.17.dist-info\\RECORD', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\RECORD', + 'DATA'), + ('altgraph-0.17.dist-info\\top_level.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\top_level.txt', + 'DATA'), + ('setuptools-49.2.1.dist-info\\METADATA', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\METADATA', + 'DATA'), + ('setuptools-49.2.1.dist-info\\top_level.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\top_level.txt', + 'DATA'), + ('setuptools-49.2.1.dist-info\\entry_points.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\entry_points.txt', + 'DATA'), + ('pyinstaller-4.4.dist-info\\INSTALLER', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\INSTALLER', + 'DATA'), + ('pip-21.2.1.dist-info\\top_level.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\top_level.txt', + 'DATA'), + ('altgraph-0.17.dist-info\\METADATA', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\METADATA', + 'DATA'), + ('altgraph-0.17.dist-info\\LICENSE', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\LICENSE', + 'DATA'), + ('pip-21.2.1.dist-info\\entry_points.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\entry_points.txt', + 'DATA'), + ('altgraph-0.17.dist-info\\zip-safe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\zip-safe', + 'DATA'), + ('setuptools-49.2.1.dist-info\\dependency_links.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\dependency_links.txt', + 'DATA'), + ('pip-21.2.1.dist-info\\REQUESTED', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\REQUESTED', + 'DATA'), + ('pip-21.2.1.dist-info\\RECORD', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\RECORD', + 'DATA'), + ('altgraph-0.17.dist-info\\INSTALLER', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph-0.17.dist-info\\INSTALLER', + 'DATA'), + ('setuptools-49.2.1.dist-info\\REQUESTED', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\REQUESTED', + 'DATA'), + ('pip-21.2.1.dist-info\\LICENSE.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\LICENSE.txt', + 'DATA'), + ('pyinstaller-4.4.dist-info\\entry_points.txt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyinstaller-4.4.dist-info\\entry_points.txt', + 'DATA'), + ('setuptools-49.2.1.dist-info\\INSTALLER', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\INSTALLER', + 'DATA'), + ('setuptools-49.2.1.dist-info\\zip-safe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\setuptools-49.2.1.dist-info\\zip-safe', + 'DATA'), + ('pip-21.2.1.dist-info\\METADATA', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\METADATA', + 'DATA'), + ('pip-21.2.1.dist-info\\INSTALLER', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip-21.2.1.dist-info\\INSTALLER', + 'DATA'), + ('PyDSA.exe.manifest', + 'C:\\Users\\KK1L\\Documents\\GitHub\\PyDSA\\DS1054Z version by ' + 'KK1L\\build\\PyDSA\\PyDSA.exe.manifest', + 'BINARY'), + ('pyi-windows-manifest-filename PyDSA.exe.manifest', '', 'OPTION')], + False, + False, + False, + [], + None, + None, + None) diff --git a/DS1054Z version by KK1L/build/PyDSA/PYZ-00.pyz b/DS1054Z version by KK1L/build/PyDSA/PYZ-00.pyz new file mode 100644 index 0000000..733e913 Binary files /dev/null and b/DS1054Z version by KK1L/build/PyDSA/PYZ-00.pyz differ diff --git a/DS1054Z version by KK1L/build/PyDSA/PYZ-00.toc b/DS1054Z version by KK1L/build/PyDSA/PYZ-00.toc new file mode 100644 index 0000000..d629574 --- /dev/null +++ b/DS1054Z version by KK1L/build/PyDSA/PYZ-00.toc @@ -0,0 +1,2549 @@ +('C:\\Users\\KK1L\\Documents\\GitHub\\PyDSA\\DS1054Z version by ' + 'KK1L\\build\\PyDSA\\PYZ-00.pyz', + [('pkg_resources', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.tags', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\tags.py', + 'PYMODULE'), + ('ctypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ctypes\\__init__.py', + 'PYMODULE'), + ('ctypes._endian', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ctypes\\_endian.py', + 'PYMODULE'), + ('struct', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\struct.py', + 'PYMODULE'), + ('distutils.util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\util.py', + 'PYMODULE'), + ('distutils.filelist', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\filelist.py', + 'PYMODULE'), + ('distutils.debug', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\debug.py', + 'PYMODULE'), + ('fnmatch', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\fnmatch.py', + 'PYMODULE'), + ('distutils.file_util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\file_util.py', + 'PYMODULE'), + ('distutils.dir_util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\dir_util.py', + 'PYMODULE'), + ('py_compile', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\py_compile.py', + 'PYMODULE'), + ('importlib._bootstrap_external', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\importlib\\_bootstrap_external.py', + 'PYMODULE'), + ('importlib.metadata', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\importlib\\metadata.py', + 'PYMODULE'), + ('importlib.abc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\importlib\\abc.py', + 'PYMODULE'), + ('typing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\typing.py', + 'PYMODULE'), + ('importlib._bootstrap', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\importlib\\_bootstrap.py', + 'PYMODULE'), + ('contextlib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\contextlib.py', + 'PYMODULE'), + ('configparser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\configparser.py', + 'PYMODULE'), + ('email', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\__init__.py', + 'PYMODULE'), + ('email._header_value_parser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\_header_value_parser.py', + 'PYMODULE'), + ('email.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\utils.py', + 'PYMODULE'), + ('email._parseaddr', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\_parseaddr.py', + 'PYMODULE'), + ('calendar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\calendar.py', + 'PYMODULE'), + ('argparse', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\argparse.py', + 'PYMODULE'), + ('shutil', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\shutil.py', + 'PYMODULE'), + ('tarfile', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tarfile.py', + 'PYMODULE'), + ('gzip', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\gzip.py', + 'PYMODULE'), + ('_compression', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_compression.py', + 'PYMODULE'), + ('lzma', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\lzma.py', + 'PYMODULE'), + ('bz2', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\bz2.py', + 'PYMODULE'), + ('threading', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\threading.py', + 'PYMODULE'), + ('_threading_local', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_threading_local.py', + 'PYMODULE'), + ('copy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\copy.py', + 'PYMODULE'), + ('gettext', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\gettext.py', + 'PYMODULE'), + ('urllib.parse', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\urllib\\parse.py', + 'PYMODULE'), + ('datetime', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\datetime.py', + 'PYMODULE'), + ('_strptime', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_strptime.py', + 'PYMODULE'), + ('socket', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\socket.py', + 'PYMODULE'), + ('selectors', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\selectors.py', + 'PYMODULE'), + ('random', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\random.py', + 'PYMODULE'), + ('statistics', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\statistics.py', + 'PYMODULE'), + ('decimal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\decimal.py', + 'PYMODULE'), + ('_pydecimal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_pydecimal.py', + 'PYMODULE'), + ('contextvars', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\contextvars.py', + 'PYMODULE'), + ('fractions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\fractions.py', + 'PYMODULE'), + ('numbers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\numbers.py', + 'PYMODULE'), + ('hashlib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\hashlib.py', + 'PYMODULE'), + ('logging', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\logging\\__init__.py', + 'PYMODULE'), + ('pickle', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\pickle.py', + 'PYMODULE'), + ('pprint', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\pprint.py', + 'PYMODULE'), + ('doctest', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\doctest.py', + 'PYMODULE'), + ('unittest', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\__init__.py', + 'PYMODULE'), + ('unittest.async_case', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\async_case.py', + 'PYMODULE'), + ('asyncio', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\__init__.py', + 'PYMODULE'), + ('asyncio.unix_events', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\unix_events.py', + 'PYMODULE'), + ('asyncio.log', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\log.py', + 'PYMODULE'), + ('signal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\signal.py', + 'PYMODULE'), + ('asyncio.windows_events', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\windows_events.py', + 'PYMODULE'), + ('asyncio.windows_utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\windows_utils.py', + 'PYMODULE'), + ('asyncio.selector_events', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\selector_events.py', + 'PYMODULE'), + ('ssl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ssl.py', + 'PYMODULE'), + ('base64', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\base64.py', + 'PYMODULE'), + ('getopt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\getopt.py', + 'PYMODULE'), + ('asyncio.proactor_events', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\proactor_events.py', + 'PYMODULE'), + ('asyncio.base_subprocess', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\base_subprocess.py', + 'PYMODULE'), + ('asyncio.threads', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\threads.py', + 'PYMODULE'), + ('asyncio.subprocess', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\subprocess.py', + 'PYMODULE'), + ('asyncio.streams', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\streams.py', + 'PYMODULE'), + ('asyncio.queues', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\queues.py', + 'PYMODULE'), + ('asyncio.runners', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\runners.py', + 'PYMODULE'), + ('asyncio.events', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\events.py', + 'PYMODULE'), + ('asyncio.base_events', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\base_events.py', + 'PYMODULE'), + ('concurrent.futures', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\concurrent\\futures\\__init__.py', + 'PYMODULE'), + ('concurrent.futures.thread', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\concurrent\\futures\\thread.py', + 'PYMODULE'), + ('queue', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\queue.py', + 'PYMODULE'), + ('concurrent.futures.process', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\concurrent\\futures\\process.py', + 'PYMODULE'), + ('multiprocessing.queues', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\queues.py', + 'PYMODULE'), + ('multiprocessing.synchronize', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\synchronize.py', + 'PYMODULE'), + ('multiprocessing.heap', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\heap.py', + 'PYMODULE'), + ('multiprocessing.resource_tracker', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\resource_tracker.py', + 'PYMODULE'), + ('multiprocessing.spawn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\spawn.py', + 'PYMODULE'), + ('runpy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\runpy.py', + 'PYMODULE'), + ('multiprocessing.process', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\process.py', + 'PYMODULE'), + ('multiprocessing.util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\util.py', + 'PYMODULE'), + ('multiprocessing.forkserver', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\forkserver.py', + 'PYMODULE'), + ('multiprocessing.context', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\context.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_win32', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\popen_spawn_win32.py', + 'PYMODULE'), + ('multiprocessing.popen_forkserver', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\popen_forkserver.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_posix', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\popen_spawn_posix.py', + 'PYMODULE'), + ('multiprocessing.popen_fork', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\popen_fork.py', + 'PYMODULE'), + ('multiprocessing.sharedctypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\sharedctypes.py', + 'PYMODULE'), + ('multiprocessing.pool', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\pool.py', + 'PYMODULE'), + ('multiprocessing.dummy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\dummy\\__init__.py', + 'PYMODULE'), + ('multiprocessing.dummy.connection', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\dummy\\connection.py', + 'PYMODULE'), + ('multiprocessing.managers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\managers.py', + 'PYMODULE'), + ('multiprocessing.shared_memory', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\shared_memory.py', + 'PYMODULE'), + ('secrets', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\secrets.py', + 'PYMODULE'), + ('hmac', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\hmac.py', + 'PYMODULE'), + ('multiprocessing.reduction', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\reduction.py', + 'PYMODULE'), + ('multiprocessing.resource_sharer', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\resource_sharer.py', + 'PYMODULE'), + ('multiprocessing.connection', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\connection.py', + 'PYMODULE'), + ('xmlrpc.client', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xmlrpc\\client.py', + 'PYMODULE'), + ('xmlrpc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xmlrpc\\__init__.py', + 'PYMODULE'), + ('xml.parsers.expat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\parsers\\expat.py', + 'PYMODULE'), + ('xml.parsers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\parsers\\__init__.py', + 'PYMODULE'), + ('xml', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\__init__.py', + 'PYMODULE'), + ('xml.sax.expatreader', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\sax\\expatreader.py', + 'PYMODULE'), + ('xml.sax.saxutils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\sax\\saxutils.py', + 'PYMODULE'), + ('urllib.request', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\urllib\\request.py', + 'PYMODULE'), + ('getpass', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\getpass.py', + 'PYMODULE'), + ('nturl2path', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\nturl2path.py', + 'PYMODULE'), + ('ftplib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ftplib.py', + 'PYMODULE'), + ('netrc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\netrc.py', + 'PYMODULE'), + ('shlex', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\shlex.py', + 'PYMODULE'), + ('mimetypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\mimetypes.py', + 'PYMODULE'), + ('http.cookiejar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\http\\cookiejar.py', + 'PYMODULE'), + ('http', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\http\\__init__.py', + 'PYMODULE'), + ('urllib.response', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\urllib\\response.py', + 'PYMODULE'), + ('urllib.error', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\urllib\\error.py', + 'PYMODULE'), + ('xml.sax', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\sax\\__init__.py', + 'PYMODULE'), + ('xml.sax.handler', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\sax\\handler.py', + 'PYMODULE'), + ('xml.sax._exceptions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\sax\\_exceptions.py', + 'PYMODULE'), + ('xml.sax.xmlreader', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\sax\\xmlreader.py', + 'PYMODULE'), + ('http.client', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\http\\client.py', + 'PYMODULE'), + ('email.message', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\message.py', + 'PYMODULE'), + ('email.policy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\policy.py', + 'PYMODULE'), + ('email.contentmanager', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\contentmanager.py', + 'PYMODULE'), + ('email.quoprimime', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\quoprimime.py', + 'PYMODULE'), + ('email.headerregistry', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\headerregistry.py', + 'PYMODULE'), + ('email.iterators', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\iterators.py', + 'PYMODULE'), + ('email.generator', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\generator.py', + 'PYMODULE'), + ('email._policybase', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\_policybase.py', + 'PYMODULE'), + ('quopri', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\quopri.py', + 'PYMODULE'), + ('uu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\uu.py', + 'PYMODULE'), + ('optparse', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\optparse.py', + 'PYMODULE'), + ('multiprocessing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\multiprocessing\\__init__.py', + 'PYMODULE'), + ('concurrent.futures._base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\concurrent\\futures\\_base.py', + 'PYMODULE'), + ('concurrent', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\concurrent\\__init__.py', + 'PYMODULE'), + ('asyncio.trsock', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\trsock.py', + 'PYMODULE'), + ('asyncio.staggered', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\staggered.py', + 'PYMODULE'), + ('asyncio.tasks', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\tasks.py', + 'PYMODULE'), + ('asyncio.base_tasks', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\base_tasks.py', + 'PYMODULE'), + ('asyncio.locks', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\locks.py', + 'PYMODULE'), + ('asyncio.sslproto', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\sslproto.py', + 'PYMODULE'), + ('asyncio.transports', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\transports.py', + 'PYMODULE'), + ('asyncio.protocols', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\protocols.py', + 'PYMODULE'), + ('asyncio.futures', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\futures.py', + 'PYMODULE'), + ('asyncio.exceptions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\exceptions.py', + 'PYMODULE'), + ('asyncio.coroutines', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\coroutines.py', + 'PYMODULE'), + ('asyncio.base_futures', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\base_futures.py', + 'PYMODULE'), + ('asyncio.format_helpers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\format_helpers.py', + 'PYMODULE'), + ('asyncio.constants', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\asyncio\\constants.py', + 'PYMODULE'), + ('unittest.signals', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\signals.py', + 'PYMODULE'), + ('unittest.main', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\main.py', + 'PYMODULE'), + ('unittest.runner', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\runner.py', + 'PYMODULE'), + ('unittest.loader', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\loader.py', + 'PYMODULE'), + ('unittest.suite', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\suite.py', + 'PYMODULE'), + ('unittest.case', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\case.py', + 'PYMODULE'), + ('unittest._log', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\_log.py', + 'PYMODULE'), + ('unittest.result', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\result.py', + 'PYMODULE'), + ('unittest.util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\unittest\\util.py', + 'PYMODULE'), + ('pdb', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\pdb.py', + 'PYMODULE'), + ('pydoc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\pydoc.py', + 'PYMODULE'), + ('webbrowser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\webbrowser.py', + 'PYMODULE'), + ('http.server', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\http\\server.py', + 'PYMODULE'), + ('socketserver', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\socketserver.py', + 'PYMODULE'), + ('html', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\html\\__init__.py', + 'PYMODULE'), + ('html.entities', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\html\\entities.py', + 'PYMODULE'), + ('pydoc_data.topics', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\pydoc_data\\topics.py', + 'PYMODULE'), + ('pydoc_data', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\pydoc_data\\__init__.py', + 'PYMODULE'), + ('tty', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tty.py', + 'PYMODULE'), + ('glob', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\glob.py', + 'PYMODULE'), + ('code', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\code.py', + 'PYMODULE'), + ('codeop', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\codeop.py', + 'PYMODULE'), + ('dis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\dis.py', + 'PYMODULE'), + ('opcode', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\opcode.py', + 'PYMODULE'), + ('bdb', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\bdb.py', + 'PYMODULE'), + ('cmd', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\cmd.py', + 'PYMODULE'), + ('difflib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\difflib.py', + 'PYMODULE'), + ('_compat_pickle', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_compat_pickle.py', + 'PYMODULE'), + ('bisect', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\bisect.py', + 'PYMODULE'), + ('email._encoded_words', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\_encoded_words.py', + 'PYMODULE'), + ('urllib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\urllib\\__init__.py', + 'PYMODULE'), + ('email.header', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\header.py', + 'PYMODULE'), + ('email.base64mime', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\base64mime.py', + 'PYMODULE'), + ('email.charset', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\charset.py', + 'PYMODULE'), + ('email.encoders', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\encoders.py', + 'PYMODULE'), + ('email.errors', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\errors.py', + 'PYMODULE'), + ('csv', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\csv.py', + 'PYMODULE'), + ('importlib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\importlib\\__init__.py', + 'PYMODULE'), + ('importlib._common', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\importlib\\_common.py', + 'PYMODULE'), + ('tokenize', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tokenize.py', + 'PYMODULE'), + ('token', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\token.py', + 'PYMODULE'), + ('subprocess', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\subprocess.py', + 'PYMODULE'), + ('distutils.sysconfig', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\sysconfig.py', + 'PYMODULE'), + ('distutils.text_file', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\text_file.py', + 'PYMODULE'), + ('_osx_support', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_osx_support.py', + 'PYMODULE'), + ('_aix_support', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_aix_support.py', + 'PYMODULE'), + ('_bootsubprocess', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_bootsubprocess.py', + 'PYMODULE'), + ('distutils.log', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\log.py', + 'PYMODULE'), + ('distutils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\__init__.py', + 'PYMODULE'), + ('distutils.archive_util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\archive_util.py', + 'PYMODULE'), + ('distutils.ccompiler', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\ccompiler.py', + 'PYMODULE'), + ('distutils.fancy_getopt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\fancy_getopt.py', + 'PYMODULE'), + ('distutils.spawn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\spawn.py', + 'PYMODULE'), + ('distutils.dep_util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\dep_util.py', + 'PYMODULE'), + ('distutils.errors', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\errors.py', + 'PYMODULE'), + ('string', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\string.py', + 'PYMODULE'), + ('importlib.util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\importlib\\util.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.specifiers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\specifiers.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.__about__', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\__about__.py', + 'PYMODULE'), + ('pkg_resources._vendor.appdirs', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\appdirs.py', + 'PYMODULE'), + ('win32com.shell.shellcon', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32comext\\shell\\shellcon.py', + 'PYMODULE'), + ('win32com.shell', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32comext\\shell\\__init__.py', + 'PYMODULE'), + ('win32com', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\__init__.py', + 'PYMODULE'), + ('win32com.server.util', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\server\\util.py', + 'PYMODULE'), + ('win32com.server.dispatcher', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\server\\dispatcher.py', + 'PYMODULE'), + ('win32traceutil', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\lib\\win32traceutil.py', + 'PYMODULE'), + ('win32com.util', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\util.py', + 'PYMODULE'), + ('win32con', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\lib\\win32con.py', + 'PYMODULE'), + ('win32com.server.exception', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\server\\exception.py', + 'PYMODULE'), + ('winerror', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\lib\\winerror.py', + 'PYMODULE'), + ('win32com.server.policy', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\server\\policy.py', + 'PYMODULE'), + ('win32com.client', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\client\\__init__.py', + 'PYMODULE'), + ('win32com.client.makepy', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\client\\makepy.py', + 'PYMODULE'), + ('pywin.dialogs.status', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\pywin\\dialogs\\status.py', + 'PYMODULE'), + ('pywin.mfc.thread', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\pywin\\mfc\\thread.py', + 'PYMODULE'), + ('pywin.mfc.object', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\pywin\\mfc\\object.py', + 'PYMODULE'), + ('pywin.mfc.dialog', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\pywin\\mfc\\dialog.py', + 'PYMODULE'), + ('pywin.mfc.window', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\pywin\\mfc\\window.py', + 'PYMODULE'), + ('pywin.mfc', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\pywin\\mfc\\__init__.py', + 'PYMODULE'), + ('pywin.dialogs', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\pywin\\dialogs\\__init__.py', + 'PYMODULE'), + ('pywin', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\pywin\\__init__.py', + 'PYMODULE'), + ('win32com.client.gencache', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\client\\gencache.py', + 'PYMODULE'), + ('win32com.client.selecttlb', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\client\\selecttlb.py', + 'PYMODULE'), + ('pywin.dialogs.list', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\Pythonwin\\pywin\\dialogs\\list.py', + 'PYMODULE'), + ('commctrl', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\lib\\commctrl.py', + 'PYMODULE'), + ('win32com.client.genpy', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\client\\genpy.py', + 'PYMODULE'), + ('win32com.client.CLSIDToClass', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\client\\CLSIDToClass.py', + 'PYMODULE'), + ('win32com.client.dynamic', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\client\\dynamic.py', + 'PYMODULE'), + ('win32com.client.build', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\client\\build.py', + 'PYMODULE'), + ('pywintypes', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\lib\\pywintypes.py', + 'PYMODULE'), + ('win32com.server', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\server\\__init__.py', + 'PYMODULE'), + ('win32com.universal', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\universal.py', + 'PYMODULE'), + ('win32com.client.util', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32com\\client\\util.py', + 'PYMODULE'), + ('pythoncom', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\pythoncom.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\utils.py', + 'PYMODULE'), + ('pkg_resources._vendor.six', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\six.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging._structures', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\_structures.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging._compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\_compat.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.version', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\version.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.requirements', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\requirements.py', + 'PYMODULE'), + ('pkg_resources._vendor', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\__init__.py', + 'PYMODULE'), + ('pkg_resources._vendor.pyparsing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\pyparsing.py', + 'PYMODULE'), + ('uuid', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\uuid.py', + 'PYMODULE'), + ('pkg_resources._vendor.packaging.markers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\_vendor\\packaging\\markers.py', + 'PYMODULE'), + ('sysconfig', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\sysconfig.py', + 'PYMODULE'), + ('importlib.machinery', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\importlib\\machinery.py', + 'PYMODULE'), + ('pkg_resources.extern', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pkg_resources\\extern\\__init__.py', + 'PYMODULE'), + ('imp', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\imp.py', + 'PYMODULE'), + ('posixpath', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\posixpath.py', + 'PYMODULE'), + ('genericpath', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\genericpath.py', + 'PYMODULE'), + ('ntpath', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ntpath.py', + 'PYMODULE'), + ('inspect', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\inspect.py', + 'PYMODULE'), + ('ast', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ast.py', + 'PYMODULE'), + ('textwrap', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\textwrap.py', + 'PYMODULE'), + ('tempfile', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tempfile.py', + 'PYMODULE'), + ('email.parser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\parser.py', + 'PYMODULE'), + ('email.feedparser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\email\\feedparser.py', + 'PYMODULE'), + ('plistlib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\plistlib.py', + 'PYMODULE'), + ('platform', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\platform.py', + 'PYMODULE'), + ('pkgutil', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\pkgutil.py', + 'PYMODULE'), + ('stat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\stat.py', + 'PYMODULE'), + ('zipimport', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\zipimport.py', + 'PYMODULE'), + ('zipfile', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\zipfile.py', + 'PYMODULE'), + ('__future__', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\__future__.py', + 'PYMODULE'), + ('pathlib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\pathlib.py', + 'PYMODULE'), + ('os', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\os.py', + 'PYMODULE'), + ('stringprep', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\stringprep.py', + 'PYMODULE'), + ('_py_abc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_py_abc.py', + 'PYMODULE'), + ('tracemalloc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tracemalloc.py', + 'PYMODULE'), + ('numpy.fft', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\fft\\__init__.py', + 'PYMODULE'), + ('numpy._pytesttester', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\_pytesttester.py', + 'PYMODULE'), + ('numpy.testing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\testing\\__init__.py', + 'PYMODULE'), + ('numpy.testing._private.nosetester', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\testing\\_private\\nosetester.py', + 'PYMODULE'), + ('numpy.testing._private.noseclasses', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\testing\\_private\\noseclasses.py', + 'PYMODULE'), + ('numpy.core', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\__init__.py', + 'PYMODULE'), + ('numpy.core._dtype', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_dtype.py', + 'PYMODULE'), + ('numpy.core._internal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_internal.py', + 'PYMODULE'), + ('numpy.core._dtype_ctypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_dtype_ctypes.py', + 'PYMODULE'), + ('numpy.core._add_newdocs', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_add_newdocs.py', + 'PYMODULE'), + ('numpy.core.einsumfunc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\einsumfunc.py', + 'PYMODULE'), + ('numpy.core.getlimits', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\getlimits.py', + 'PYMODULE'), + ('numpy.core.machar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\machar.py', + 'PYMODULE'), + ('numpy.core._ufunc_config', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_ufunc_config.py', + 'PYMODULE'), + ('numpy.core.function_base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\function_base.py', + 'PYMODULE'), + ('numpy.core.memmap', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\memmap.py', + 'PYMODULE'), + ('numpy.compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\compat\\__init__.py', + 'PYMODULE'), + ('numpy.compat.py3k', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\compat\\py3k.py', + 'PYMODULE'), + ('numpy.compat._inspect', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\compat\\_inspect.py', + 'PYMODULE'), + ('numpy.core.records', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\records.py', + 'PYMODULE'), + ('numpy.core.defchararray', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\defchararray.py', + 'PYMODULE'), + ('numpy.core.arrayprint', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\arrayprint.py', + 'PYMODULE'), + ('numpy.core.shape_base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\shape_base.py', + 'PYMODULE'), + ('numpy.core._asarray', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_asarray.py', + 'PYMODULE'), + ('numpy.core.fromnumeric', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\fromnumeric.py', + 'PYMODULE'), + ('numpy.core._methods', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_methods.py', + 'PYMODULE'), + ('numpy._globals', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\_globals.py', + 'PYMODULE'), + ('numpy.core._exceptions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_exceptions.py', + 'PYMODULE'), + ('numpy.core.numeric', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\numeric.py', + 'PYMODULE'), + ('numpy.core.numerictypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\numerictypes.py', + 'PYMODULE'), + ('numpy.core._type_aliases', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_type_aliases.py', + 'PYMODULE'), + ('numpy.core._string_helpers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\_string_helpers.py', + 'PYMODULE'), + ('numpy.core.umath', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\umath.py', + 'PYMODULE'), + ('numpy.core.multiarray', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\multiarray.py', + 'PYMODULE'), + ('numpy.core.overrides', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\core\\overrides.py', + 'PYMODULE'), + ('numpy.version', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\version.py', + 'PYMODULE'), + ('numpy.testing._private.decorators', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\testing\\_private\\decorators.py', + 'PYMODULE'), + ('numpy.testing._private.parameterized', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\testing\\_private\\parameterized.py', + 'PYMODULE'), + ('numpy.testing._private', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\testing\\_private\\__init__.py', + 'PYMODULE'), + ('numpy.testing._private.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\testing\\_private\\utils.py', + 'PYMODULE'), + ('numpy.lib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\__init__.py', + 'PYMODULE'), + ('numpy.lib._version', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\_version.py', + 'PYMODULE'), + ('numpy.lib.arraypad', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\arraypad.py', + 'PYMODULE'), + ('numpy.lib.arrayterator', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\arrayterator.py', + 'PYMODULE'), + ('numpy.lib.financial', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\financial.py', + 'PYMODULE'), + ('numpy.lib.npyio', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\npyio.py', + 'PYMODULE'), + ('numpy.ma.mrecords', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\ma\\mrecords.py', + 'PYMODULE'), + ('numpy.ma', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\ma\\__init__.py', + 'PYMODULE'), + ('numpy.ma.extras', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\ma\\extras.py', + 'PYMODULE'), + ('numpy.ma.core', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\ma\\core.py', + 'PYMODULE'), + ('numpy.lib._iotools', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\_iotools.py', + 'PYMODULE'), + ('numpy.lib._datasource', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\_datasource.py', + 'PYMODULE'), + ('numpy.lib.format', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\format.py', + 'PYMODULE'), + ('numpy.lib.arraysetops', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\arraysetops.py', + 'PYMODULE'), + ('numpy.lib.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\utils.py', + 'PYMODULE'), + ('numpy.lib.polynomial', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\polynomial.py', + 'PYMODULE'), + ('numpy.linalg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\linalg\\__init__.py', + 'PYMODULE'), + ('numpy.linalg.linalg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\linalg\\linalg.py', + 'PYMODULE'), + ('numpy.lib.histograms', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\histograms.py', + 'PYMODULE'), + ('numpy.lib.ufunclike', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\ufunclike.py', + 'PYMODULE'), + ('numpy.lib.stride_tricks', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\stride_tricks.py', + 'PYMODULE'), + ('numpy.lib.shape_base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\shape_base.py', + 'PYMODULE'), + ('numpy.matrixlib.defmatrix', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\matrixlib\\defmatrix.py', + 'PYMODULE'), + ('numpy.matrixlib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\matrixlib\\__init__.py', + 'PYMODULE'), + ('numpy.dual', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\dual.py', + 'PYMODULE'), + ('numpy.lib.nanfunctions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\nanfunctions.py', + 'PYMODULE'), + ('numpy.lib.function_base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\function_base.py', + 'PYMODULE'), + ('numpy.lib.index_tricks', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\index_tricks.py', + 'PYMODULE'), + ('numpy.lib.type_check', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\type_check.py', + 'PYMODULE'), + ('numpy.lib.scimath', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\scimath.py', + 'PYMODULE'), + ('numpy.lib.mixins', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\mixins.py', + 'PYMODULE'), + ('numpy.fft.helper', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\fft\\helper.py', + 'PYMODULE'), + ('numpy.fft._pocketfft', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\fft\\_pocketfft.py', + 'PYMODULE'), + ('tkinter.messagebox', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tkinter\\messagebox.py', + 'PYMODULE'), + ('tkinter.commondialog', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tkinter\\commondialog.py', + 'PYMODULE'), + ('tkinter.simpledialog', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tkinter\\simpledialog.py', + 'PYMODULE'), + ('tkinter', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tkinter\\__init__.py', + 'PYMODULE'), + ('tkinter.constants', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tkinter\\constants.py', + 'PYMODULE'), + ('pyvisa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\__init__.py', + 'PYMODULE'), + ('pyvisa.resources', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\__init__.py', + 'PYMODULE'), + ('pyvisa.resources.vxi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\vxi.py', + 'PYMODULE'), + ('pyvisa.resources.usb', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\usb.py', + 'PYMODULE'), + ('pyvisa.resources.tcpip', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\tcpip.py', + 'PYMODULE'), + ('pyvisa.resources.serial', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\serial.py', + 'PYMODULE'), + ('pyvisa.resources.resource', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\resource.py', + 'PYMODULE'), + ('pyvisa.events', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\events.py', + 'PYMODULE'), + ('typing_extensions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\typing_extensions.py', + 'PYMODULE'), + ('pyvisa.resources.registerbased', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\registerbased.py', + 'PYMODULE'), + ('pyvisa.resources.pxi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\pxi.py', + 'PYMODULE'), + ('pyvisa.resources.messagebased', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\messagebased.py', + 'PYMODULE'), + ('pyvisa.resources.gpib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\gpib.py', + 'PYMODULE'), + ('pyvisa.resources.firewire', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\resources\\firewire.py', + 'PYMODULE'), + ('pyvisa.ctwrapper', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\ctwrapper\\__init__.py', + 'PYMODULE'), + ('pyvisa.ctwrapper.highlevel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\ctwrapper\\highlevel.py', + 'PYMODULE'), + ('pyvisa.ctwrapper.cthelper', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\ctwrapper\\cthelper.py', + 'PYMODULE'), + ('ctypes.util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ctypes\\util.py', + 'PYMODULE'), + ('ctypes._aix', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ctypes\\_aix.py', + 'PYMODULE'), + ('ctypes.macholib.dyld', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ctypes\\macholib\\dyld.py', + 'PYMODULE'), + ('ctypes.macholib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ctypes\\macholib\\__init__.py', + 'PYMODULE'), + ('ctypes.macholib.dylib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ctypes\\macholib\\dylib.py', + 'PYMODULE'), + ('ctypes.macholib.framework', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ctypes\\macholib\\framework.py', + 'PYMODULE'), + ('pyvisa.ctwrapper.functions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\ctwrapper\\functions.py', + 'PYMODULE'), + ('pyvisa.ctwrapper.types', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\ctwrapper\\types.py', + 'PYMODULE'), + ('pyvisa.rname', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\rname.py', + 'PYMODULE'), + ('dataclasses', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\dataclasses.py', + 'PYMODULE'), + ('pyvisa.highlevel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\highlevel.py', + 'PYMODULE'), + ('pyvisa.errors', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\errors.py', + 'PYMODULE'), + ('pyvisa.attributes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\attributes.py', + 'PYMODULE'), + ('pyvisa.util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\util.py', + 'PYMODULE'), + ('pip', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\__init__.py', + 'PYMODULE'), + ('pip._internal.utils.entrypoints', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\entrypoints.py', + 'PYMODULE'), + ('pip._internal.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\__init__.py', + 'PYMODULE'), + ('pip._internal.utils.appdirs', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\appdirs.py', + 'PYMODULE'), + ('pip._vendor.appdirs', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\appdirs.py', + 'PYMODULE'), + ('pip._vendor', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\__init__.py', + 'PYMODULE'), + ('pip._vendor.distro', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distro.py', + 'PYMODULE'), + ('json', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\json\\__init__.py', + 'PYMODULE'), + ('json.encoder', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\json\\encoder.py', + 'PYMODULE'), + ('json.decoder', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\json\\decoder.py', + 'PYMODULE'), + ('json.scanner', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\json\\scanner.py', + 'PYMODULE'), + ('pip._vendor.html5lib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\__init__.py', + 'PYMODULE'), + ('pip._vendor.html5lib.serializer', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\serializer.py', + 'PYMODULE'), + ('pip._vendor.html5lib.filters.optionaltags', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\filters\\optionaltags.py', + 'PYMODULE'), + ('pip._vendor.html5lib.filters.base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\filters\\base.py', + 'PYMODULE'), + ('pip._vendor.html5lib.filters', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\filters\\__init__.py', + 'PYMODULE'), + ('pip._vendor.html5lib.filters.sanitizer', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\filters\\sanitizer.py', + 'PYMODULE'), + ('pip._vendor.html5lib.filters.whitespace', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\filters\\whitespace.py', + 'PYMODULE'), + ('pip._vendor.html5lib.filters.alphabeticalattributes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\filters\\alphabeticalattributes.py', + 'PYMODULE'), + ('pip._vendor.html5lib.filters.inject_meta_charset', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\filters\\inject_meta_charset.py', + 'PYMODULE'), + ('pip._vendor.html5lib.constants', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\constants.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treewalkers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treewalkers\\__init__.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treewalkers.etree', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treewalkers\\etree.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treewalkers.etree_lxml', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treewalkers\\etree_lxml.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treebuilders.etree', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treebuilders\\etree.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treebuilders.base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treebuilders\\base.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treewalkers.genshi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treewalkers\\genshi.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treewalkers.dom', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treewalkers\\dom.py', + 'PYMODULE'), + ('xml.dom', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\dom\\__init__.py', + 'PYMODULE'), + ('xml.dom.pulldom', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\dom\\pulldom.py', + 'PYMODULE'), + ('xml.dom.minidom', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\dom\\minidom.py', + 'PYMODULE'), + ('xml.dom.expatbuilder', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\dom\\expatbuilder.py', + 'PYMODULE'), + ('xml.dom.NodeFilter', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\dom\\NodeFilter.py', + 'PYMODULE'), + ('xml.dom.minicompat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\dom\\minicompat.py', + 'PYMODULE'), + ('xml.dom.xmlbuilder', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\dom\\xmlbuilder.py', + 'PYMODULE'), + ('xml.dom.domreg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\dom\\domreg.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treewalkers.base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treewalkers\\base.py', + 'PYMODULE'), + ('pip._vendor.html5lib.html5parser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\html5parser.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treebuilders', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treebuilders\\__init__.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treebuilders.etree_lxml', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treebuilders\\etree_lxml.py', + 'PYMODULE'), + ('pip._vendor.html5lib.treebuilders.dom', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\treebuilders\\dom.py', + 'PYMODULE'), + ('pip._vendor.html5lib._ihatexml', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\_ihatexml.py', + 'PYMODULE'), + ('pip._vendor.html5lib._tokenizer', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\_tokenizer.py', + 'PYMODULE'), + ('pip._vendor.html5lib._trie', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\_trie\\__init__.py', + 'PYMODULE'), + ('pip._vendor.html5lib._trie.py', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\_trie\\py.py', + 'PYMODULE'), + ('pip._vendor.html5lib._trie._base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\_trie\\_base.py', + 'PYMODULE'), + ('pip._vendor.html5lib._inputstream', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\_inputstream.py', + 'PYMODULE'), + ('pip._vendor.chardet.universaldetector', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\universaldetector.py', + 'PYMODULE'), + ('pip._vendor.chardet', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\__init__.py', + 'PYMODULE'), + ('pip._vendor.chardet.version', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\version.py', + 'PYMODULE'), + ('pip._vendor.chardet.sbcsgroupprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\sbcsgroupprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.sbcharsetprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\sbcharsetprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.charsetprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\charsetprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.langturkishmodel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\langturkishmodel.py', + 'PYMODULE'), + ('pip._vendor.chardet.langthaimodel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\langthaimodel.py', + 'PYMODULE'), + ('pip._vendor.chardet.langrussianmodel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\langrussianmodel.py', + 'PYMODULE'), + ('pip._vendor.chardet.langhebrewmodel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\langhebrewmodel.py', + 'PYMODULE'), + ('pip._vendor.chardet.langgreekmodel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\langgreekmodel.py', + 'PYMODULE'), + ('pip._vendor.chardet.langbulgarianmodel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\langbulgarianmodel.py', + 'PYMODULE'), + ('pip._vendor.chardet.hebrewprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\hebrewprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.mbcsgroupprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\mbcsgroupprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.euctwprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\euctwprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.mbcssm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\mbcssm.py', + 'PYMODULE'), + ('pip._vendor.chardet.chardistribution', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\chardistribution.py', + 'PYMODULE'), + ('pip._vendor.chardet.jisfreq', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\jisfreq.py', + 'PYMODULE'), + ('pip._vendor.chardet.big5freq', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\big5freq.py', + 'PYMODULE'), + ('pip._vendor.chardet.gb2312freq', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\gb2312freq.py', + 'PYMODULE'), + ('pip._vendor.chardet.euckrfreq', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\euckrfreq.py', + 'PYMODULE'), + ('pip._vendor.chardet.euctwfreq', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\euctwfreq.py', + 'PYMODULE'), + ('pip._vendor.chardet.codingstatemachine', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\codingstatemachine.py', + 'PYMODULE'), + ('pip._vendor.chardet.mbcharsetprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\mbcharsetprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.big5prober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\big5prober.py', + 'PYMODULE'), + ('pip._vendor.chardet.cp949prober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\cp949prober.py', + 'PYMODULE'), + ('pip._vendor.chardet.euckrprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\euckrprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.gb2312prober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\gb2312prober.py', + 'PYMODULE'), + ('pip._vendor.chardet.eucjpprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\eucjpprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.jpcntx', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\jpcntx.py', + 'PYMODULE'), + ('pip._vendor.chardet.sjisprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\sjisprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.utf8prober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\utf8prober.py', + 'PYMODULE'), + ('pip._vendor.chardet.latin1prober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\latin1prober.py', + 'PYMODULE'), + ('pip._vendor.chardet.escprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\escprober.py', + 'PYMODULE'), + ('pip._vendor.chardet.escsm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\escsm.py', + 'PYMODULE'), + ('pip._vendor.chardet.enums', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\enums.py', + 'PYMODULE'), + ('pip._vendor.chardet.charsetgroupprober', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\chardet\\charsetgroupprober.py', + 'PYMODULE'), + ('pip._vendor.html5lib._utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\html5lib\\_utils.py', + 'PYMODULE'), + ('xml.etree.cElementTree', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\etree\\cElementTree.py', + 'PYMODULE'), + ('xml.etree', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\etree\\__init__.py', + 'PYMODULE'), + ('xml.etree.ElementPath', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\etree\\ElementPath.py', + 'PYMODULE'), + ('xml.etree.ElementTree', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\etree\\ElementTree.py', + 'PYMODULE'), + ('xml.etree.ElementInclude', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\xml\\etree\\ElementInclude.py', + 'PYMODULE'), + ('pip._vendor.webencodings', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\webencodings\\__init__.py', + 'PYMODULE'), + ('pip._vendor.webencodings.x_user_defined', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\webencodings\\x_user_defined.py', + 'PYMODULE'), + ('pip._vendor.webencodings.labels', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\webencodings\\labels.py', + 'PYMODULE'), + ('pip._vendor.msgpack', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\msgpack\\__init__.py', + 'PYMODULE'), + ('pip._vendor.msgpack.fallback', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\msgpack\\fallback.py', + 'PYMODULE'), + ('pip._vendor.msgpack.ext', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\msgpack\\ext.py', + 'PYMODULE'), + ('pip._vendor.msgpack.exceptions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\msgpack\\exceptions.py', + 'PYMODULE'), + ('pip._vendor.msgpack._version', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\msgpack\\_version.py', + 'PYMODULE'), + ('pip._vendor.colorama', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\colorama\\__init__.py', + 'PYMODULE'), + ('pip._vendor.colorama.ansitowin32', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\colorama\\ansitowin32.py', + 'PYMODULE'), + ('pip._vendor.colorama.winterm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\colorama\\winterm.py', + 'PYMODULE'), + ('pip._vendor.colorama.ansi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\colorama\\ansi.py', + 'PYMODULE'), + ('pip._vendor.colorama.initialise', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\colorama\\initialise.py', + 'PYMODULE'), + ('pip._vendor.colorama.win32', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\colorama\\win32.py', + 'PYMODULE'), + ('ctypes.wintypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ctypes\\wintypes.py', + 'PYMODULE'), + ('pip._vendor.six', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\six.py', + 'PYMODULE'), + ('pip._vendor.idna', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\idna\\__init__.py', + 'PYMODULE'), + ('pip._vendor.idna.intranges', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\idna\\intranges.py', + 'PYMODULE'), + ('pip._vendor.idna.core', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\idna\\core.py', + 'PYMODULE'), + ('pip._vendor.idna.uts46data', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\idna\\uts46data.py', + 'PYMODULE'), + ('pip._vendor.idna.idnadata', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\idna\\idnadata.py', + 'PYMODULE'), + ('pip._vendor.idna.package_data', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\idna\\package_data.py', + 'PYMODULE'), + ('pip._internal.utils._log', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\_log.py', + 'PYMODULE'), + ('pip._internal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\__init__.py', + 'PYMODULE'), + ('pip._internal.utils.inject_securetransport', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\inject_securetransport.py', + 'PYMODULE'), + ('pip._vendor.urllib3.contrib.securetransport', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\contrib\\securetransport.py', + 'PYMODULE'), + ('pip._vendor.urllib3.packages.backports.makefile', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\packages\\backports\\makefile.py', + 'PYMODULE'), + ('pip._vendor.urllib3.packages.backports', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\packages\\backports\\__init__.py', + 'PYMODULE'), + ('pip._vendor.urllib3.packages', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\packages\\__init__.py', + 'PYMODULE'), + ('pip._vendor.urllib3.packages.ssl_match_hostname', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\packages\\ssl_match_hostname\\__init__.py', + 'PYMODULE'), + ('pip._vendor.urllib3.packages.ssl_match_hostname._implementation', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\packages\\ssl_match_hostname\\_implementation.py', + 'PYMODULE'), + ('ipaddress', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\ipaddress.py', + 'PYMODULE'), + ('pip._vendor.urllib3.contrib._securetransport.low_level', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\contrib\\_securetransport\\low_level.py', + 'PYMODULE'), + ('pip._vendor.urllib3.contrib._securetransport', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\contrib\\_securetransport\\__init__.py', + 'PYMODULE'), + ('pip._vendor.urllib3.contrib._securetransport.bindings', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\contrib\\_securetransport\\bindings.py', + 'PYMODULE'), + ('pip._vendor.urllib3.packages.six', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\packages\\six.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.ssl_', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\ssl_.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.ssltransport', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\ssltransport.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.url', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\url.py', + 'PYMODULE'), + ('pip._vendor.urllib3.exceptions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\exceptions.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\__init__.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.wait', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\wait.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.timeout', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\timeout.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.retry', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\retry.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.response', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\response.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.request', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\request.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.connection', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\connection.py', + 'PYMODULE'), + ('pip._vendor.urllib3.contrib._appengine_environ', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\contrib\\_appengine_environ.py', + 'PYMODULE'), + ('pip._vendor.urllib3', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\__init__.py', + 'PYMODULE'), + ('pip._vendor.urllib3.response', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\response.py', + 'PYMODULE'), + ('pip._vendor.urllib3.connection', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\connection.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.proxy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\proxy.py', + 'PYMODULE'), + ('pip._vendor.urllib3._collections', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\_collections.py', + 'PYMODULE'), + ('pip._vendor.urllib3.poolmanager', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\poolmanager.py', + 'PYMODULE'), + ('pip._vendor.urllib3.request', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\request.py', + 'PYMODULE'), + ('pip._vendor.urllib3.filepost', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\filepost.py', + 'PYMODULE'), + ('pip._vendor.urllib3.fields', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\fields.py', + 'PYMODULE'), + ('pip._vendor.urllib3.connectionpool', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\connectionpool.py', + 'PYMODULE'), + ('pip._vendor.urllib3.util.queue', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\util\\queue.py', + 'PYMODULE'), + ('pip._vendor.urllib3._version', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\_version.py', + 'PYMODULE'), + ('pip._vendor.urllib3.contrib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\contrib\\__init__.py', + 'PYMODULE'), + ('pip._vendor.urllib3.contrib.pyopenssl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\contrib\\pyopenssl.py', + 'PYMODULE'), + ('pip._internal.cli.main', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\main.py', + 'PYMODULE'), + ('pip._internal.cli', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\__init__.py', + 'PYMODULE'), + ('pip._internal.cli.cmdoptions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\cmdoptions.py', + 'PYMODULE'), + ('pip._internal.utils.misc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\misc.py', + 'PYMODULE'), + ('pip._internal.metadata.pkg_resources', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\metadata\\pkg_resources.py', + 'PYMODULE'), + ('pip._internal.metadata.base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\metadata\\base.py', + 'PYMODULE'), + ('pip._internal.models.direct_url', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\direct_url.py', + 'PYMODULE'), + ('pip._internal.models', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\__init__.py', + 'PYMODULE'), + ('pip._internal.utils.wheel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\wheel.py', + 'PYMODULE'), + ('pip._internal.utils.pkg_resources', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\pkg_resources.py', + 'PYMODULE'), + ('pip._internal.utils.packaging', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\packaging.py', + 'PYMODULE'), + ('pip._vendor.packaging.specifiers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\specifiers.py', + 'PYMODULE'), + ('pip._vendor.packaging', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\__init__.py', + 'PYMODULE'), + ('pip._vendor.packaging._musllinux', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\_musllinux.py', + 'PYMODULE'), + ('pip._vendor.packaging._manylinux', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\_manylinux.py', + 'PYMODULE'), + ('pip._vendor.packaging.__about__', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\__about__.py', + 'PYMODULE'), + ('pip._vendor.packaging.version', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\version.py', + 'PYMODULE'), + ('pip._vendor.packaging._structures', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\_structures.py', + 'PYMODULE'), + ('pip._vendor.packaging.requirements', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\requirements.py', + 'PYMODULE'), + ('pip._vendor.packaging.markers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\markers.py', + 'PYMODULE'), + ('pip._vendor.pyparsing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\pyparsing.py', + 'PYMODULE'), + ('pip._internal.metadata', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\metadata\\__init__.py', + 'PYMODULE'), + ('pip._internal.utils.virtualenv', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\virtualenv.py', + 'PYMODULE'), + ('site', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\fake-modules\\site.py', + 'PYMODULE'), + ('pip._internal.utils.compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\compat.py', + 'PYMODULE'), + ('pip._vendor.tenacity.retry', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\retry.py', + 'PYMODULE'), + ('pip._vendor.tenacity', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\__init__.py', + 'PYMODULE'), + ('pip._vendor.tenacity.tornadoweb', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\tornadoweb.py', + 'PYMODULE'), + ('tornado.concurrent', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\concurrent.py', + 'PYMODULE'), + ('tornado.ioloop', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\ioloop.py', + 'PYMODULE'), + ('tornado.process', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\process.py', + 'PYMODULE'), + ('tornado.iostream', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\iostream.py', + 'PYMODULE'), + ('tornado.netutil', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\netutil.py', + 'PYMODULE'), + ('tornado.platform.asyncio', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\platform\\asyncio.py', + 'PYMODULE'), + ('tornado.platform', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\platform\\__init__.py', + 'PYMODULE'), + ('tornado.util', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\util.py', + 'PYMODULE'), + ('tornado.log', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\log.py', + 'PYMODULE'), + ('tornado.options', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\options.py', + 'PYMODULE'), + ('curses', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\curses\\__init__.py', + 'PYMODULE'), + ('curses.has_key', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\curses\\has_key.py', + 'PYMODULE'), + ('colorama', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\colorama\\__init__.py', + 'PYMODULE'), + ('colorama.ansitowin32', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\colorama\\ansitowin32.py', + 'PYMODULE'), + ('colorama.winterm', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\colorama\\winterm.py', + 'PYMODULE'), + ('colorama.ansi', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\colorama\\ansi.py', + 'PYMODULE'), + ('colorama.initialise', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\colorama\\initialise.py', + 'PYMODULE'), + ('colorama.win32', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\colorama\\win32.py', + 'PYMODULE'), + ('tornado.escape', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\escape.py', + 'PYMODULE'), + ('logging.handlers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\logging\\handlers.py', + 'PYMODULE'), + ('win32evtlogutil', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\win32\\lib\\win32evtlogutil.py', + 'PYMODULE'), + ('smtplib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\smtplib.py', + 'PYMODULE'), + ('tornado.gen', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\gen.py', + 'PYMODULE'), + ('tornado', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\tornado\\__init__.py', + 'PYMODULE'), + ('pip._vendor.tenacity._asyncio', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\_asyncio.py', + 'PYMODULE'), + ('pip._vendor.tenacity.before_sleep', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\before_sleep.py', + 'PYMODULE'), + ('pip._vendor.tenacity.after', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\after.py', + 'PYMODULE'), + ('pip._vendor.tenacity.before', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\before.py', + 'PYMODULE'), + ('pip._vendor.tenacity.wait', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\wait.py', + 'PYMODULE'), + ('pip._vendor.tenacity._utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\_utils.py', + 'PYMODULE'), + ('pip._vendor.tenacity.stop', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\stop.py', + 'PYMODULE'), + ('pip._vendor.tenacity.nap', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tenacity\\nap.py', + 'PYMODULE'), + ('pip._vendor.pkg_resources', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\pkg_resources\\__init__.py', + 'PYMODULE'), + ('__main__', + 'C:\\Users\\KK1L\\AppData\\Local\\Programs\\Python\\Python39\\Scripts\\pyinstaller.exe\\__main__.py', + 'PYMODULE'), + ('PyInstaller.__main__', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\__main__.py', + 'PYMODULE'), + ('PyInstaller._recursion_to_deep_message', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\_recursion_to_deep_message.py', + 'PYMODULE'), + ('PyInstaller.building.build_main', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\build_main.py', + 'PYMODULE'), + ('PyInstaller.building', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\__init__.py', + 'PYMODULE'), + ('PyInstaller.building.splash_templates', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\splash_templates.py', + 'PYMODULE'), + ('PyInstaller.configure', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\configure.py', + 'PYMODULE'), + ('PyInstaller.config', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\config.py', + 'PYMODULE'), + ('PyInstaller.utils.win32.winmanifest', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\win32\\winmanifest.py', + 'PYMODULE'), + ('PyInstaller.utils.win32.winresource', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\win32\\winresource.py', + 'PYMODULE'), + ('PyInstaller.utils.win32', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\win32\\__init__.py', + 'PYMODULE'), + ('PyInstaller.utils.win32.icon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\win32\\icon.py', + 'PYMODULE'), + ('PyInstaller.utils.win32.versioninfo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\win32\\versioninfo.py', + 'PYMODULE'), + ('pefile', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pefile.py', + 'PYMODULE'), + ('ordlookup', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\ordlookup\\__init__.py', + 'PYMODULE'), + ('ordlookup.oleaut32', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\ordlookup\\oleaut32.py', + 'PYMODULE'), + ('ordlookup.ws2_32', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\ordlookup\\ws2_32.py', + 'PYMODULE'), + ('PyInstaller.utils.win32.winutils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\win32\\winutils.py', + 'PYMODULE'), + ('PyInstaller.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\__init__.py', + 'PYMODULE'), + ('PyInstaller.archive.pyz_crypto', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\archive\\pyz_crypto.py', + 'PYMODULE'), + ('PyInstaller.archive', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\archive\\__init__.py', + 'PYMODULE'), + ('PyInstaller.depend.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\depend\\utils.py', + 'PYMODULE'), + ('PyInstaller.depend.bytecode', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\depend\\bytecode.py', + 'PYMODULE'), + ('PyInstaller.depend.dylib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\depend\\dylib.py', + 'PYMODULE'), + ('PyInstaller.lib.modulegraph.modulegraph', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\lib\\modulegraph\\modulegraph.py', + 'PYMODULE'), + ('PyInstaller.lib.modulegraph._compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\lib\\modulegraph\\_compat.py', + 'PYMODULE'), + ('PyInstaller.lib.modulegraph.zipio', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\lib\\modulegraph\\zipio.py', + 'PYMODULE'), + ('altgraph', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph\\__init__.py', + 'PYMODULE'), + ('altgraph.ObjectGraph', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph\\ObjectGraph.py', + 'PYMODULE'), + ('altgraph.GraphUtil', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph\\GraphUtil.py', + 'PYMODULE'), + ('altgraph.Graph', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\altgraph\\Graph.py', + 'PYMODULE'), + ('PyInstaller.lib.modulegraph.util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\lib\\modulegraph\\util.py', + 'PYMODULE'), + ('PyInstaller.lib.modulegraph', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\lib\\modulegraph\\__init__.py', + 'PYMODULE'), + ('PyInstaller.lib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\lib\\__init__.py', + 'PYMODULE'), + ('PyInstaller.exceptions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\exceptions.py', + 'PYMODULE'), + ('PyInstaller.building.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\utils.py', + 'PYMODULE'), + ('PyInstaller.utils.osx', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\osx.py', + 'PYMODULE'), + ('PyInstaller.building.toc_conversion', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\toc_conversion.py', + 'PYMODULE'), + ('PyInstaller.building.osx', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\osx.py', + 'PYMODULE'), + ('PyInstaller.building.splash', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\splash.py', + 'PYMODULE'), + ('PyInstaller.utils.hooks.tcl_tk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\hooks\\tcl_tk.py', + 'PYMODULE'), + ('PyInstaller.utils.hooks', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\hooks\\__init__.py', + 'PYMODULE'), + ('PyInstaller.utils.hooks.conda', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\hooks\\conda.py', + 'PYMODULE'), + ('PyInstaller.utils.hooks.win32', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\hooks\\win32.py', + 'PYMODULE'), + ('PyInstaller.archive.writers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\archive\\writers.py', + 'PYMODULE'), + ('PyInstaller.loader.pyimod02_archive', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\pyimod02_archive.py', + 'PYMODULE'), + ('PyInstaller.loader', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\loader\\__init__.py', + 'PYMODULE'), + ('PyInstaller.building.datastruct', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\datastruct.py', + 'PYMODULE'), + ('PyInstaller.building.api', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\api.py', + 'PYMODULE'), + ('PyInstaller.depend.analysis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\depend\\analysis.py', + 'PYMODULE'), + ('PyInstaller.lib.modulegraph.find_modules', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\lib\\modulegraph\\find_modules.py', + 'PYMODULE'), + ('PyInstaller.depend.imphookapi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\depend\\imphookapi.py', + 'PYMODULE'), + ('PyInstaller.depend.imphook', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\depend\\imphook.py', + 'PYMODULE'), + ('PyInstaller.depend.bindepend', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\depend\\bindepend.py', + 'PYMODULE'), + ('PyInstaller.depend', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\depend\\__init__.py', + 'PYMODULE'), + ('PyInstaller.utils.misc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\misc.py', + 'PYMODULE'), + ('PyInstaller.building.makespec', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\makespec.py', + 'PYMODULE'), + ('PyInstaller.building.templates', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\building\\templates.py', + 'PYMODULE'), + ('PyInstaller.compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\compat.py', + 'PYMODULE'), + ('win32ctypes.pywin32.win32api', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\pywin32\\win32api.py', + 'PYMODULE'), + ('win32ctypes.core', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\__init__.py', + 'PYMODULE'), + ('win32ctypes.core.ctypes._system_information', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\ctypes\\_system_information.py', + 'PYMODULE'), + ('win32ctypes.core.ctypes._dll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\ctypes\\_dll.py', + 'PYMODULE'), + ('win32ctypes.core.ctypes._nl_support', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\ctypes\\_nl_support.py', + 'PYMODULE'), + ('win32ctypes.core.ctypes._common', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\ctypes\\_common.py', + 'PYMODULE'), + ('win32ctypes.core.compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\compat.py', + 'PYMODULE'), + ('win32ctypes.core.ctypes._authentication', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\ctypes\\_authentication.py', + 'PYMODULE'), + ('win32ctypes.core.ctypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\ctypes\\__init__.py', + 'PYMODULE'), + ('win32ctypes.core.ctypes._util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\ctypes\\_util.py', + 'PYMODULE'), + ('win32ctypes.core.ctypes._resource', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\ctypes\\_resource.py', + 'PYMODULE'), + ('win32ctypes.core.ctypes._time', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\ctypes\\_time.py', + 'PYMODULE'), + ('win32ctypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\__init__.py', + 'PYMODULE'), + ('win32ctypes.version', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\version.py', + 'PYMODULE'), + ('win32ctypes.core._winerrors', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\core\\_winerrors.py', + 'PYMODULE'), + ('win32ctypes.pywin32.pywintypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\pywin32\\pywintypes.py', + 'PYMODULE'), + ('win32ctypes.pywin32', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\pywin32\\__init__.py', + 'PYMODULE'), + ('win32ctypes.pywin32.win32cred', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\win32ctypes\\pywin32\\win32cred.py', + 'PYMODULE'), + ('PyInstaller._shared_with_waf', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\_shared_with_waf.py', + 'PYMODULE'), + ('PyInstaller.log', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\log.py', + 'PYMODULE'), + ('PyInstaller', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\__init__.py', + 'PYMODULE'), + ('PyInstaller.utils.git', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\git.py', + 'PYMODULE'), + ('PyInstaller.utils._gitrevision', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\PyInstaller\\utils\\_gitrevision.py', + 'PYMODULE'), + ('pip._vendor.pkg_resources.py31compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\pkg_resources\\py31compat.py', + 'PYMODULE'), + ('pip._internal.utils.hashes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\hashes.py', + 'PYMODULE'), + ('pip._internal.models.target_python', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\target_python.py', + 'PYMODULE'), + ('pip._internal.utils.compatibility_tags', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\compatibility_tags.py', + 'PYMODULE'), + ('pip._vendor.packaging.tags', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\tags.py', + 'PYMODULE'), + ('pip._internal.models.index', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\index.py', + 'PYMODULE'), + ('pip._internal.models.format_control', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\format_control.py', + 'PYMODULE'), + ('pip._internal.locations', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\locations\\__init__.py', + 'PYMODULE'), + ('pip._internal.locations.base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\locations\\base.py', + 'PYMODULE'), + ('pip._internal.locations._sysconfig', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\locations\\_sysconfig.py', + 'PYMODULE'), + ('pip._internal.locations._distutils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\locations\\_distutils.py', + 'PYMODULE'), + ('distutils.dist', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\dist.py', + 'PYMODULE'), + ('distutils.versionpredicate', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\versionpredicate.py', + 'PYMODULE'), + ('distutils.version', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\version.py', + 'PYMODULE'), + ('distutils.command', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\command\\__init__.py', + 'PYMODULE'), + ('distutils.core', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\core.py', + 'PYMODULE'), + ('distutils.extension', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\extension.py', + 'PYMODULE'), + ('distutils.config', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\config.py', + 'PYMODULE'), + ('cgi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\cgi.py', + 'PYMODULE'), + ('distutils.command.install', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\command\\install.py', + 'PYMODULE'), + ('distutils.cmd', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\distutils\\cmd.py', + 'PYMODULE'), + ('pip._internal.models.scheme', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\scheme.py', + 'PYMODULE'), + ('pip._internal.cli.progress_bars', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\progress_bars.py', + 'PYMODULE'), + ('pip._internal.utils.logging', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\logging.py', + 'PYMODULE'), + ('pip._vendor.progress.spinner', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\progress\\spinner.py', + 'PYMODULE'), + ('pip._vendor.progress', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\progress\\__init__.py', + 'PYMODULE'), + ('pip._vendor.progress.bar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\progress\\bar.py', + 'PYMODULE'), + ('pip._internal.cli.parser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\parser.py', + 'PYMODULE'), + ('pip._internal.configuration', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\configuration.py', + 'PYMODULE'), + ('pip._internal.cli.status_codes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\status_codes.py', + 'PYMODULE'), + ('pip._vendor.packaging.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\packaging\\utils.py', + 'PYMODULE'), + ('pip._internal.utils.deprecation', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\deprecation.py', + 'PYMODULE'), + ('pip._internal.exceptions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\exceptions.py', + 'PYMODULE'), + ('pip._internal.req.req_install', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\req\\req_install.py', + 'PYMODULE'), + ('pip._internal.req', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\req\\__init__.py', + 'PYMODULE'), + ('pip._internal.req.req_set', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\req\\req_set.py', + 'PYMODULE'), + ('pip._internal.models.wheel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\wheel.py', + 'PYMODULE'), + ('pip._internal.req.req_file', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\req\\req_file.py', + 'PYMODULE'), + ('pip._internal.index.package_finder', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\index\\package_finder.py', + 'PYMODULE'), + ('pip._internal.index', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\index\\__init__.py', + 'PYMODULE'), + ('pip._internal.utils.unpacking', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\unpacking.py', + 'PYMODULE'), + ('pip._internal.utils.filetypes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\filetypes.py', + 'PYMODULE'), + ('pip._internal.models.selection_prefs', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\selection_prefs.py', + 'PYMODULE'), + ('pip._internal.models.candidate', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\candidate.py', + 'PYMODULE'), + ('pip._internal.utils.models', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\models.py', + 'PYMODULE'), + ('pip._internal.index.collector', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\index\\collector.py', + 'PYMODULE'), + ('pip._internal.index.sources', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\index\\sources.py', + 'PYMODULE'), + ('pip._vendor.requests.exceptions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\exceptions.py', + 'PYMODULE'), + ('pip._vendor.requests', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\__init__.py', + 'PYMODULE'), + ('pip._vendor.requests.status_codes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\status_codes.py', + 'PYMODULE'), + ('pip._vendor.requests.structures', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\structures.py', + 'PYMODULE'), + ('pip._vendor.requests.compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\compat.py', + 'PYMODULE'), + ('http.cookies', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\http\\cookies.py', + 'PYMODULE'), + ('pip._vendor.requests.api', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\api.py', + 'PYMODULE'), + ('pip._vendor.requests.sessions', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\sessions.py', + 'PYMODULE'), + ('pip._vendor.requests.adapters', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\adapters.py', + 'PYMODULE'), + ('pip._vendor.urllib3.contrib.socks', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\urllib3\\contrib\\socks.py', + 'PYMODULE'), + ('pip._vendor.requests._internal_utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\_internal_utils.py', + 'PYMODULE'), + ('pip._vendor.requests.hooks', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\hooks.py', + 'PYMODULE'), + ('pip._vendor.requests.cookies', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\cookies.py', + 'PYMODULE'), + ('pip._vendor.requests.auth', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\auth.py', + 'PYMODULE'), + ('pip._vendor.requests.packages', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\packages.py', + 'PYMODULE'), + ('pip._vendor.requests.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\utils.py', + 'PYMODULE'), + ('pip._vendor.requests.certs', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\certs.py', + 'PYMODULE'), + ('pip._vendor.certifi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\certifi\\__init__.py', + 'PYMODULE'), + ('pip._vendor.certifi.core', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\certifi\\core.py', + 'PYMODULE'), + ('importlib.resources', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\importlib\\resources.py', + 'PYMODULE'), + ('pip._vendor.requests.__version__', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\__version__.py', + 'PYMODULE'), + ('pip._internal.utils.urls', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\urls.py', + 'PYMODULE'), + ('pip._internal.utils.encoding', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\encoding.py', + 'PYMODULE'), + ('pip._internal.network.utils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\network\\utils.py', + 'PYMODULE'), + ('pip._internal.network', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\network\\__init__.py', + 'PYMODULE'), + ('pip._internal.network.session', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\network\\session.py', + 'PYMODULE'), + ('pip._internal.utils.glibc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\glibc.py', + 'PYMODULE'), + ('pip._internal.network.cache', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\network\\cache.py', + 'PYMODULE'), + ('pip._internal.utils.filesystem', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\filesystem.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.caches', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\caches\\__init__.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.caches.redis_cache', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\caches\\redis_cache.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.caches.file_cache', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\caches\\file_cache.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.controller', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\controller.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.serialize', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\serialize.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\compat.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.cache', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\cache.py', + 'PYMODULE'), + ('pip._internal.network.auth', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\network\\auth.py', + 'PYMODULE'), + ('pip._internal.vcs.versioncontrol', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\vcs\\versioncontrol.py', + 'PYMODULE'), + ('pip._internal.utils.subprocess', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\subprocess.py', + 'PYMODULE'), + ('pip._internal.cli.spinners', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\spinners.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\__init__.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.adapter', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\adapter.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.filewrapper', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\filewrapper.py', + 'PYMODULE'), + ('pip._vendor.cachecontrol.wrapper', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\cachecontrol\\wrapper.py', + 'PYMODULE'), + ('pip._internal.models.search_scope', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\search_scope.py', + 'PYMODULE'), + ('pip._internal.vcs', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\vcs\\__init__.py', + 'PYMODULE'), + ('pip._internal.vcs.subversion', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\vcs\\subversion.py', + 'PYMODULE'), + ('pip._internal.vcs.mercurial', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\vcs\\mercurial.py', + 'PYMODULE'), + ('pip._internal.vcs.git', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\vcs\\git.py', + 'PYMODULE'), + ('pip._internal.vcs.bazaar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\vcs\\bazaar.py', + 'PYMODULE'), + ('pip._internal.utils.temp_dir', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\temp_dir.py', + 'PYMODULE'), + ('pip._internal.utils.direct_url_helpers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\direct_url_helpers.py', + 'PYMODULE'), + ('pip._internal.req.req_uninstall', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\req\\req_uninstall.py', + 'PYMODULE'), + ('pip._internal.pyproject', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\pyproject.py', + 'PYMODULE'), + ('pip._vendor.tomli', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tomli\\__init__.py', + 'PYMODULE'), + ('pip._vendor.tomli._parser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tomli\\_parser.py', + 'PYMODULE'), + ('pip._vendor.tomli._re', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\tomli\\_re.py', + 'PYMODULE'), + ('pip._internal.operations.install.wheel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\operations\\install\\wheel.py', + 'PYMODULE'), + ('pip._internal.operations.install', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\operations\\install\\__init__.py', + 'PYMODULE'), + ('pip._internal.operations', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\operations\\__init__.py', + 'PYMODULE'), + ('pip._vendor.distlib.util', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distlib\\util.py', + 'PYMODULE'), + ('pip._vendor.distlib.compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distlib\\compat.py', + 'PYMODULE'), + ('logging.config', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\logging\\config.py', + 'PYMODULE'), + ('pip._vendor.distlib._backport.sysconfig', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distlib\\_backport\\sysconfig.py', + 'PYMODULE'), + ('pip._vendor.distlib.resources', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distlib\\resources.py', + 'PYMODULE'), + ('html.parser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\html\\parser.py', + 'PYMODULE'), + ('_markupbase', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\_markupbase.py', + 'PYMODULE'), + ('pip._vendor.distlib._backport.shutil', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distlib\\_backport\\shutil.py', + 'PYMODULE'), + ('pip._vendor.distlib._backport.tarfile', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distlib\\_backport\\tarfile.py', + 'PYMODULE'), + ('pip._vendor.distlib._backport', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distlib\\_backport\\__init__.py', + 'PYMODULE'), + ('pip._vendor.distlib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distlib\\__init__.py', + 'PYMODULE'), + ('pip._vendor.distlib.scripts', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\distlib\\scripts.py', + 'PYMODULE'), + ('compileall', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\compileall.py', + 'PYMODULE'), + ('filecmp', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\filecmp.py', + 'PYMODULE'), + ('pip._internal.operations.install.legacy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\operations\\install\\legacy.py', + 'PYMODULE'), + ('pip._internal.utils.setuptools_build', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\utils\\setuptools_build.py', + 'PYMODULE'), + ('pip._internal.operations.install.editable_legacy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\operations\\install\\editable_legacy.py', + 'PYMODULE'), + ('pip._internal.operations.build.metadata_legacy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\operations\\build\\metadata_legacy.py', + 'PYMODULE'), + ('pip._internal.operations.build', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\operations\\build\\__init__.py', + 'PYMODULE'), + ('pip._internal.operations.build.metadata', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\operations\\build\\metadata.py', + 'PYMODULE'), + ('pip._internal.models.link', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\models\\link.py', + 'PYMODULE'), + ('pip._internal.build_env', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\build_env.py', + 'PYMODULE'), + ('pip._vendor.pep517.wrappers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\pep517\\wrappers.py', + 'PYMODULE'), + ('pip._vendor.pep517.in_process', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\pep517\\in_process\\__init__.py', + 'PYMODULE'), + ('pip._vendor.pep517.compat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\pep517\\compat.py', + 'PYMODULE'), + ('toml', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\toml\\__init__.py', + 'PYMODULE'), + ('toml.decoder', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\toml\\decoder.py', + 'PYMODULE'), + ('toml.tz', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\toml\\tz.py', + 'PYMODULE'), + ('toml.encoder', + 'C:\\Users\\KK1L\\AppData\\Roaming\\Python\\Python39\\site-packages\\toml\\encoder.py', + 'PYMODULE'), + ('pip._vendor.pep517', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\pep517\\__init__.py', + 'PYMODULE'), + ('pip._vendor.requests.models', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_vendor\\requests\\models.py', + 'PYMODULE'), + ('pip._internal.commands', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\commands\\__init__.py', + 'PYMODULE'), + ('pip._internal.cli.base_command', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\base_command.py', + 'PYMODULE'), + ('pip._internal.cli.command_context', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\command_context.py', + 'PYMODULE'), + ('pip._internal.cli.main_parser', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\main_parser.py', + 'PYMODULE'), + ('pip._internal.cli.autocompletion', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pip\\_internal\\cli\\autocompletion.py', + 'PYMODULE'), + ('pyvisa.typing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\typing.py', + 'PYMODULE'), + ('pyvisa.constants', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\pyvisa\\constants.py', + 'PYMODULE'), + ('numpy.lib.twodim_base', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\lib\\twodim_base.py', + 'PYMODULE'), + ('tkinter.font', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\tkinter\\font.py', + 'PYMODULE'), + ('numpy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\__init__.py', + 'PYMODULE'), + ('numpy.ctypeslib', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\ctypeslib.py', + 'PYMODULE'), + ('numpy.random', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\__init__.py', + 'PYMODULE'), + ('numpy.random._pickle', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\random\\_pickle.py', + 'PYMODULE'), + ('numpy.polynomial', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\polynomial\\__init__.py', + 'PYMODULE'), + ('numpy.polynomial.laguerre', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\polynomial\\laguerre.py', + 'PYMODULE'), + ('numpy.polynomial._polybase', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\polynomial\\_polybase.py', + 'PYMODULE'), + ('numpy.polynomial.hermite_e', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\polynomial\\hermite_e.py', + 'PYMODULE'), + ('numpy.polynomial.hermite', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\polynomial\\hermite.py', + 'PYMODULE'), + ('numpy.polynomial.legendre', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\polynomial\\legendre.py', + 'PYMODULE'), + ('numpy.polynomial.chebyshev', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\polynomial\\chebyshev.py', + 'PYMODULE'), + ('numpy.polynomial.polynomial', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\polynomial\\polynomial.py', + 'PYMODULE'), + ('numpy.polynomial.polyutils', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\polynomial\\polyutils.py', + 'PYMODULE'), + ('numpy._distributor_init', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\_distributor_init.py', + 'PYMODULE'), + ('numpy.__config__', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\lib\\site-packages\\numpy\\__config__.py', + 'PYMODULE')]) diff --git a/DS1054Z version by KK1L/build/PyDSA/PyDSA.exe.manifest b/DS1054Z version by KK1L/build/PyDSA/PyDSA.exe.manifest new file mode 100644 index 0000000..b548f00 --- /dev/null +++ b/DS1054Z version by KK1L/build/PyDSA/PyDSA.exe.manifest @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + \ No newline at end of file diff --git a/DS1054Z version by KK1L/build/PyDSA/Tree-00.toc b/DS1054Z version by KK1L/build/PyDSA/Tree-00.toc new file mode 100644 index 0000000..1d3c0f7 --- /dev/null +++ b/DS1054Z version by KK1L/build/PyDSA/Tree-00.toc @@ -0,0 +1,2479 @@ +('c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6', + 'tcl', + ['demos', '*.lib', 'tclConfig.sh'], + 'DATA', + [('tcl\\auto.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\auto.tcl', + 'DATA'), + ('tcl\\clock.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\clock.tcl', + 'DATA'), + ('tcl\\history.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\history.tcl', + 'DATA'), + ('tcl\\init.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\init.tcl', + 'DATA'), + ('tcl\\package.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\package.tcl', + 'DATA'), + ('tcl\\parray.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\parray.tcl', + 'DATA'), + ('tcl\\safe.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\safe.tcl', + 'DATA'), + ('tcl\\tclIndex', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tclIndex', + 'DATA'), + ('tcl\\tm.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tm.tcl', + 'DATA'), + ('tcl\\word.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\word.tcl', + 'DATA'), + ('tcl\\tzdata\\CET', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\CET', + 'DATA'), + ('tcl\\tzdata\\CST6CDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\CST6CDT', + 'DATA'), + ('tcl\\tzdata\\Cuba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Cuba', + 'DATA'), + ('tcl\\tzdata\\EET', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\EET', + 'DATA'), + ('tcl\\tzdata\\Egypt', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Egypt', + 'DATA'), + ('tcl\\tzdata\\Eire', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Eire', + 'DATA'), + ('tcl\\tzdata\\EST', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\EST', + 'DATA'), + ('tcl\\tzdata\\EST5EDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\EST5EDT', + 'DATA'), + ('tcl\\tzdata\\GB', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GB', + 'DATA'), + ('tcl\\tzdata\\GB-Eire', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GB-Eire', + 'DATA'), + ('tcl\\tzdata\\GMT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GMT', + 'DATA'), + ('tcl\\tzdata\\GMT+0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GMT+0', + 'DATA'), + ('tcl\\tzdata\\GMT-0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GMT-0', + 'DATA'), + ('tcl\\tzdata\\GMT0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\GMT0', + 'DATA'), + ('tcl\\tzdata\\Greenwich', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Greenwich', + 'DATA'), + ('tcl\\tzdata\\Hongkong', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Hongkong', + 'DATA'), + ('tcl\\tzdata\\HST', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\HST', + 'DATA'), + ('tcl\\tzdata\\Iceland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Iceland', + 'DATA'), + ('tcl\\tzdata\\Iran', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Iran', + 'DATA'), + ('tcl\\tzdata\\Israel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Israel', + 'DATA'), + ('tcl\\tzdata\\Jamaica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Jamaica', + 'DATA'), + ('tcl\\tzdata\\Japan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Japan', + 'DATA'), + ('tcl\\tzdata\\Kwajalein', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Kwajalein', + 'DATA'), + ('tcl\\tzdata\\Libya', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Libya', + 'DATA'), + ('tcl\\tzdata\\MET', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\MET', + 'DATA'), + ('tcl\\tzdata\\MST', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\MST', + 'DATA'), + ('tcl\\tzdata\\MST7MDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\MST7MDT', + 'DATA'), + ('tcl\\tzdata\\Navajo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Navajo', + 'DATA'), + ('tcl\\tzdata\\NZ', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\NZ', + 'DATA'), + ('tcl\\tzdata\\NZ-CHAT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\NZ-CHAT', + 'DATA'), + ('tcl\\tzdata\\Poland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Poland', + 'DATA'), + ('tcl\\tzdata\\Portugal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Portugal', + 'DATA'), + ('tcl\\tzdata\\PRC', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\PRC', + 'DATA'), + ('tcl\\tzdata\\PST8PDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\PST8PDT', + 'DATA'), + ('tcl\\tzdata\\ROC', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\ROC', + 'DATA'), + ('tcl\\tzdata\\ROK', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\ROK', + 'DATA'), + ('tcl\\tzdata\\Singapore', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Singapore', + 'DATA'), + ('tcl\\tzdata\\Turkey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Turkey', + 'DATA'), + ('tcl\\tzdata\\UCT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\UCT', + 'DATA'), + ('tcl\\tzdata\\Universal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Universal', + 'DATA'), + ('tcl\\tzdata\\UTC', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\UTC', + 'DATA'), + ('tcl\\tzdata\\W-SU', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\W-SU', + 'DATA'), + ('tcl\\tzdata\\WET', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\WET', + 'DATA'), + ('tcl\\tzdata\\Zulu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Zulu', + 'DATA'), + ('tcl\\tzdata\\US\\Alaska', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Alaska', + 'DATA'), + ('tcl\\tzdata\\US\\Aleutian', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Aleutian', + 'DATA'), + ('tcl\\tzdata\\US\\Arizona', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Arizona', + 'DATA'), + ('tcl\\tzdata\\US\\Central', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Central', + 'DATA'), + ('tcl\\tzdata\\US\\East-Indiana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\East-Indiana', + 'DATA'), + ('tcl\\tzdata\\US\\Eastern', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Eastern', + 'DATA'), + ('tcl\\tzdata\\US\\Hawaii', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Hawaii', + 'DATA'), + ('tcl\\tzdata\\US\\Indiana-Starke', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Indiana-Starke', + 'DATA'), + ('tcl\\tzdata\\US\\Michigan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Michigan', + 'DATA'), + ('tcl\\tzdata\\US\\Mountain', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Mountain', + 'DATA'), + ('tcl\\tzdata\\US\\Pacific', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Pacific', + 'DATA'), + ('tcl\\tzdata\\US\\Pacific-New', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Pacific-New', + 'DATA'), + ('tcl\\tzdata\\US\\Samoa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\US\\Samoa', + 'DATA'), + ('tcl\\tzdata\\SystemV\\AST4', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\AST4', + 'DATA'), + ('tcl\\tzdata\\SystemV\\AST4ADT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\AST4ADT', + 'DATA'), + ('tcl\\tzdata\\SystemV\\CST6', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\CST6', + 'DATA'), + ('tcl\\tzdata\\SystemV\\CST6CDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\CST6CDT', + 'DATA'), + ('tcl\\tzdata\\SystemV\\EST5', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\EST5', + 'DATA'), + ('tcl\\tzdata\\SystemV\\EST5EDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\EST5EDT', + 'DATA'), + ('tcl\\tzdata\\SystemV\\HST10', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\HST10', + 'DATA'), + ('tcl\\tzdata\\SystemV\\MST7', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\MST7', + 'DATA'), + ('tcl\\tzdata\\SystemV\\MST7MDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\MST7MDT', + 'DATA'), + ('tcl\\tzdata\\SystemV\\PST8', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\PST8', + 'DATA'), + ('tcl\\tzdata\\SystemV\\PST8PDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\PST8PDT', + 'DATA'), + ('tcl\\tzdata\\SystemV\\YST9', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\YST9', + 'DATA'), + ('tcl\\tzdata\\SystemV\\YST9YDT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\SystemV\\YST9YDT', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Apia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Apia', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Auckland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Auckland', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Bougainville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Bougainville', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Chatham', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Chatham', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Chuuk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Chuuk', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Easter', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Easter', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Efate', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Efate', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Enderbury', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Enderbury', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Fakaofo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Fakaofo', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Fiji', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Fiji', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Funafuti', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Funafuti', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Galapagos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Galapagos', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Gambier', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Gambier', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Guadalcanal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Guadalcanal', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Guam', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Guam', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Honolulu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Honolulu', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Johnston', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Johnston', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kiritimati', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Kiritimati', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kosrae', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Kosrae', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Kwajalein', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Kwajalein', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Majuro', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Majuro', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Marquesas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Marquesas', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Midway', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Midway', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Nauru', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Nauru', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Niue', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Niue', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Norfolk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Norfolk', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Noumea', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Noumea', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pago_Pago', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Pago_Pago', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Palau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Palau', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pitcairn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Pitcairn', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Pohnpei', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Pohnpei', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Ponape', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Ponape', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Port_Moresby', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Port_Moresby', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Rarotonga', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Rarotonga', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Saipan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Saipan', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Samoa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Samoa', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tahiti', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Tahiti', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tarawa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Tarawa', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Tongatapu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Tongatapu', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Truk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Truk', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Wake', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Wake', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Wallis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Wallis', + 'DATA'), + ('tcl\\tzdata\\Pacific\\Yap', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Pacific\\Yap', + 'DATA'), + ('tcl\\tzdata\\Mexico\\BajaNorte', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Mexico\\BajaNorte', + 'DATA'), + ('tcl\\tzdata\\Mexico\\BajaSur', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Mexico\\BajaSur', + 'DATA'), + ('tcl\\tzdata\\Mexico\\General', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Mexico\\General', + 'DATA'), + ('tcl\\tzdata\\Indian\\Antananarivo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Antananarivo', + 'DATA'), + ('tcl\\tzdata\\Indian\\Chagos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Chagos', + 'DATA'), + ('tcl\\tzdata\\Indian\\Christmas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Christmas', + 'DATA'), + ('tcl\\tzdata\\Indian\\Cocos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Cocos', + 'DATA'), + ('tcl\\tzdata\\Indian\\Comoro', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Comoro', + 'DATA'), + ('tcl\\tzdata\\Indian\\Kerguelen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Kerguelen', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mahe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Mahe', + 'DATA'), + ('tcl\\tzdata\\Indian\\Maldives', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Maldives', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mauritius', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Mauritius', + 'DATA'), + ('tcl\\tzdata\\Indian\\Mayotte', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Mayotte', + 'DATA'), + ('tcl\\tzdata\\Indian\\Reunion', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Indian\\Reunion', + 'DATA'), + ('tcl\\tzdata\\Europe\\Amsterdam', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Amsterdam', + 'DATA'), + ('tcl\\tzdata\\Europe\\Andorra', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Andorra', + 'DATA'), + ('tcl\\tzdata\\Europe\\Astrakhan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Astrakhan', + 'DATA'), + ('tcl\\tzdata\\Europe\\Athens', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Athens', + 'DATA'), + ('tcl\\tzdata\\Europe\\Belfast', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Belfast', + 'DATA'), + ('tcl\\tzdata\\Europe\\Belgrade', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Belgrade', + 'DATA'), + ('tcl\\tzdata\\Europe\\Berlin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Berlin', + 'DATA'), + ('tcl\\tzdata\\Europe\\Bratislava', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Bratislava', + 'DATA'), + ('tcl\\tzdata\\Europe\\Brussels', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Brussels', + 'DATA'), + ('tcl\\tzdata\\Europe\\Bucharest', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Bucharest', + 'DATA'), + ('tcl\\tzdata\\Europe\\Budapest', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Budapest', + 'DATA'), + ('tcl\\tzdata\\Europe\\Busingen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Busingen', + 'DATA'), + ('tcl\\tzdata\\Europe\\Chisinau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Chisinau', + 'DATA'), + ('tcl\\tzdata\\Europe\\Copenhagen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Copenhagen', + 'DATA'), + ('tcl\\tzdata\\Europe\\Dublin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Dublin', + 'DATA'), + ('tcl\\tzdata\\Europe\\Gibraltar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Gibraltar', + 'DATA'), + ('tcl\\tzdata\\Europe\\Guernsey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Guernsey', + 'DATA'), + ('tcl\\tzdata\\Europe\\Helsinki', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Helsinki', + 'DATA'), + ('tcl\\tzdata\\Europe\\Isle_of_Man', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Isle_of_Man', + 'DATA'), + ('tcl\\tzdata\\Europe\\Istanbul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Istanbul', + 'DATA'), + ('tcl\\tzdata\\Europe\\Jersey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Jersey', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kaliningrad', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Kaliningrad', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kiev', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Kiev', + 'DATA'), + ('tcl\\tzdata\\Europe\\Kirov', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Kirov', + 'DATA'), + ('tcl\\tzdata\\Europe\\Lisbon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Lisbon', + 'DATA'), + ('tcl\\tzdata\\Europe\\Ljubljana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Ljubljana', + 'DATA'), + ('tcl\\tzdata\\Europe\\London', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\London', + 'DATA'), + ('tcl\\tzdata\\Europe\\Luxembourg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Luxembourg', + 'DATA'), + ('tcl\\tzdata\\Europe\\Madrid', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Madrid', + 'DATA'), + ('tcl\\tzdata\\Europe\\Malta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Malta', + 'DATA'), + ('tcl\\tzdata\\Europe\\Mariehamn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Mariehamn', + 'DATA'), + ('tcl\\tzdata\\Europe\\Minsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Minsk', + 'DATA'), + ('tcl\\tzdata\\Europe\\Monaco', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Monaco', + 'DATA'), + ('tcl\\tzdata\\Europe\\Moscow', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Moscow', + 'DATA'), + ('tcl\\tzdata\\Europe\\Nicosia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Nicosia', + 'DATA'), + ('tcl\\tzdata\\Europe\\Oslo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Oslo', + 'DATA'), + ('tcl\\tzdata\\Europe\\Paris', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Paris', + 'DATA'), + ('tcl\\tzdata\\Europe\\Podgorica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Podgorica', + 'DATA'), + ('tcl\\tzdata\\Europe\\Prague', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Prague', + 'DATA'), + ('tcl\\tzdata\\Europe\\Riga', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Riga', + 'DATA'), + ('tcl\\tzdata\\Europe\\Rome', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Rome', + 'DATA'), + ('tcl\\tzdata\\Europe\\Samara', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Samara', + 'DATA'), + ('tcl\\tzdata\\Europe\\San_Marino', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\San_Marino', + 'DATA'), + ('tcl\\tzdata\\Europe\\Sarajevo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Sarajevo', + 'DATA'), + ('tcl\\tzdata\\Europe\\Saratov', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Saratov', + 'DATA'), + ('tcl\\tzdata\\Europe\\Simferopol', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Simferopol', + 'DATA'), + ('tcl\\tzdata\\Europe\\Skopje', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Skopje', + 'DATA'), + ('tcl\\tzdata\\Europe\\Sofia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Sofia', + 'DATA'), + ('tcl\\tzdata\\Europe\\Stockholm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Stockholm', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tallinn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Tallinn', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tirane', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Tirane', + 'DATA'), + ('tcl\\tzdata\\Europe\\Tiraspol', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Tiraspol', + 'DATA'), + ('tcl\\tzdata\\Europe\\Ulyanovsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Ulyanovsk', + 'DATA'), + ('tcl\\tzdata\\Europe\\Uzhgorod', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Uzhgorod', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vaduz', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Vaduz', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vatican', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Vatican', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vienna', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Vienna', + 'DATA'), + ('tcl\\tzdata\\Europe\\Vilnius', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Vilnius', + 'DATA'), + ('tcl\\tzdata\\Europe\\Volgograd', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Volgograd', + 'DATA'), + ('tcl\\tzdata\\Europe\\Warsaw', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Warsaw', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zagreb', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Zagreb', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zaporozhye', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Zaporozhye', + 'DATA'), + ('tcl\\tzdata\\Europe\\Zurich', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Europe\\Zurich', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+0', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+1', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+1', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+10', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+10', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+11', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+11', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+12', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+12', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+2', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+2', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+3', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+3', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+4', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+4', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+5', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+5', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+6', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+6', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+7', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+7', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+8', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+8', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT+9', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT+9', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-0', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-1', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-1', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-10', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-10', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-11', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-11', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-12', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-12', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-13', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-13', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-14', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-14', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-2', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-2', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-3', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-3', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-4', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-4', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-5', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-5', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-6', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-6', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-7', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-7', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-8', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-8', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT-9', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT-9', + 'DATA'), + ('tcl\\tzdata\\Etc\\GMT0', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\GMT0', + 'DATA'), + ('tcl\\tzdata\\Etc\\Greenwich', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\Greenwich', + 'DATA'), + ('tcl\\tzdata\\Etc\\UCT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\UCT', + 'DATA'), + ('tcl\\tzdata\\Etc\\Universal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\Universal', + 'DATA'), + ('tcl\\tzdata\\Etc\\UTC', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\UTC', + 'DATA'), + ('tcl\\tzdata\\Etc\\Zulu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Etc\\Zulu', + 'DATA'), + ('tcl\\tzdata\\Chile\\Continental', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Chile\\Continental', + 'DATA'), + ('tcl\\tzdata\\Chile\\EasterIsland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Chile\\EasterIsland', + 'DATA'), + ('tcl\\tzdata\\Canada\\Atlantic', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Atlantic', + 'DATA'), + ('tcl\\tzdata\\Canada\\Central', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Central', + 'DATA'), + ('tcl\\tzdata\\Canada\\East-Saskatchewan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\East-Saskatchewan', + 'DATA'), + ('tcl\\tzdata\\Canada\\Eastern', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Eastern', + 'DATA'), + ('tcl\\tzdata\\Canada\\Mountain', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Mountain', + 'DATA'), + ('tcl\\tzdata\\Canada\\Newfoundland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Newfoundland', + 'DATA'), + ('tcl\\tzdata\\Canada\\Pacific', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Pacific', + 'DATA'), + ('tcl\\tzdata\\Canada\\Saskatchewan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Saskatchewan', + 'DATA'), + ('tcl\\tzdata\\Canada\\Yukon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Canada\\Yukon', + 'DATA'), + ('tcl\\tzdata\\Brazil\\Acre', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Brazil\\Acre', + 'DATA'), + ('tcl\\tzdata\\Brazil\\DeNoronha', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Brazil\\DeNoronha', + 'DATA'), + ('tcl\\tzdata\\Brazil\\East', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Brazil\\East', + 'DATA'), + ('tcl\\tzdata\\Brazil\\West', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Brazil\\West', + 'DATA'), + ('tcl\\tzdata\\Australia\\ACT', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\ACT', + 'DATA'), + ('tcl\\tzdata\\Australia\\Adelaide', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Adelaide', + 'DATA'), + ('tcl\\tzdata\\Australia\\Brisbane', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Brisbane', + 'DATA'), + ('tcl\\tzdata\\Australia\\Broken_Hill', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Broken_Hill', + 'DATA'), + ('tcl\\tzdata\\Australia\\Canberra', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Canberra', + 'DATA'), + ('tcl\\tzdata\\Australia\\Currie', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Currie', + 'DATA'), + ('tcl\\tzdata\\Australia\\Darwin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Darwin', + 'DATA'), + ('tcl\\tzdata\\Australia\\Eucla', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Eucla', + 'DATA'), + ('tcl\\tzdata\\Australia\\Hobart', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Hobart', + 'DATA'), + ('tcl\\tzdata\\Australia\\LHI', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\LHI', + 'DATA'), + ('tcl\\tzdata\\Australia\\Lindeman', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Lindeman', + 'DATA'), + ('tcl\\tzdata\\Australia\\Lord_Howe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Lord_Howe', + 'DATA'), + ('tcl\\tzdata\\Australia\\Melbourne', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Melbourne', + 'DATA'), + ('tcl\\tzdata\\Australia\\North', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\North', + 'DATA'), + ('tcl\\tzdata\\Australia\\NSW', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\NSW', + 'DATA'), + ('tcl\\tzdata\\Australia\\Perth', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Perth', + 'DATA'), + ('tcl\\tzdata\\Australia\\Queensland', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Queensland', + 'DATA'), + ('tcl\\tzdata\\Australia\\South', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\South', + 'DATA'), + ('tcl\\tzdata\\Australia\\Sydney', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Sydney', + 'DATA'), + ('tcl\\tzdata\\Australia\\Tasmania', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Tasmania', + 'DATA'), + ('tcl\\tzdata\\Australia\\Victoria', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Victoria', + 'DATA'), + ('tcl\\tzdata\\Australia\\West', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\West', + 'DATA'), + ('tcl\\tzdata\\Australia\\Yancowinna', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Australia\\Yancowinna', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Azores', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Azores', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Bermuda', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Bermuda', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Canary', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Canary', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Cape_Verde', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Cape_Verde', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Faeroe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Faeroe', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Faroe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Faroe', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Jan_Mayen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Jan_Mayen', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Madeira', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Madeira', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Reykjavik', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Reykjavik', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\South_Georgia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\South_Georgia', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\Stanley', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\Stanley', + 'DATA'), + ('tcl\\tzdata\\Atlantic\\St_Helena', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Atlantic\\St_Helena', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aden', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Aden', + 'DATA'), + ('tcl\\tzdata\\Asia\\Almaty', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Almaty', + 'DATA'), + ('tcl\\tzdata\\Asia\\Amman', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Amman', + 'DATA'), + ('tcl\\tzdata\\Asia\\Anadyr', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Anadyr', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aqtau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Aqtau', + 'DATA'), + ('tcl\\tzdata\\Asia\\Aqtobe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Aqtobe', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ashgabat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ashgabat', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ashkhabad', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ashkhabad', + 'DATA'), + ('tcl\\tzdata\\Asia\\Atyrau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Atyrau', + 'DATA'), + ('tcl\\tzdata\\Asia\\Baghdad', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Baghdad', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bahrain', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Bahrain', + 'DATA'), + ('tcl\\tzdata\\Asia\\Baku', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Baku', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bangkok', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Bangkok', + 'DATA'), + ('tcl\\tzdata\\Asia\\Barnaul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Barnaul', + 'DATA'), + ('tcl\\tzdata\\Asia\\Beirut', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Beirut', + 'DATA'), + ('tcl\\tzdata\\Asia\\Bishkek', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Bishkek', + 'DATA'), + ('tcl\\tzdata\\Asia\\Brunei', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Brunei', + 'DATA'), + ('tcl\\tzdata\\Asia\\Calcutta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Calcutta', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chita', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Chita', + 'DATA'), + ('tcl\\tzdata\\Asia\\Choibalsan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Choibalsan', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chongqing', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Chongqing', + 'DATA'), + ('tcl\\tzdata\\Asia\\Chungking', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Chungking', + 'DATA'), + ('tcl\\tzdata\\Asia\\Colombo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Colombo', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dacca', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dacca', + 'DATA'), + ('tcl\\tzdata\\Asia\\Damascus', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Damascus', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dhaka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dhaka', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dili', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dili', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dubai', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dubai', + 'DATA'), + ('tcl\\tzdata\\Asia\\Dushanbe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Dushanbe', + 'DATA'), + ('tcl\\tzdata\\Asia\\Famagusta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Famagusta', + 'DATA'), + ('tcl\\tzdata\\Asia\\Gaza', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Gaza', + 'DATA'), + ('tcl\\tzdata\\Asia\\Harbin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Harbin', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hebron', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Hebron', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hong_Kong', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Hong_Kong', + 'DATA'), + ('tcl\\tzdata\\Asia\\Hovd', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Hovd', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ho_Chi_Minh', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ho_Chi_Minh', + 'DATA'), + ('tcl\\tzdata\\Asia\\Irkutsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Irkutsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Istanbul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Istanbul', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jakarta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Jakarta', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jayapura', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Jayapura', + 'DATA'), + ('tcl\\tzdata\\Asia\\Jerusalem', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Jerusalem', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kabul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kabul', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kamchatka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kamchatka', + 'DATA'), + ('tcl\\tzdata\\Asia\\Karachi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Karachi', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kashgar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kashgar', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kathmandu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kathmandu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Katmandu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Katmandu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Khandyga', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Khandyga', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kolkata', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kolkata', + 'DATA'), + ('tcl\\tzdata\\Asia\\Krasnoyarsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Krasnoyarsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuala_Lumpur', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kuala_Lumpur', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuching', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kuching', + 'DATA'), + ('tcl\\tzdata\\Asia\\Kuwait', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Kuwait', + 'DATA'), + ('tcl\\tzdata\\Asia\\Macao', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Macao', + 'DATA'), + ('tcl\\tzdata\\Asia\\Macau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Macau', + 'DATA'), + ('tcl\\tzdata\\Asia\\Magadan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Magadan', + 'DATA'), + ('tcl\\tzdata\\Asia\\Makassar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Makassar', + 'DATA'), + ('tcl\\tzdata\\Asia\\Manila', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Manila', + 'DATA'), + ('tcl\\tzdata\\Asia\\Muscat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Muscat', + 'DATA'), + ('tcl\\tzdata\\Asia\\Nicosia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Nicosia', + 'DATA'), + ('tcl\\tzdata\\Asia\\Novokuznetsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Novokuznetsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Novosibirsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Novosibirsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Omsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Omsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Oral', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Oral', + 'DATA'), + ('tcl\\tzdata\\Asia\\Phnom_Penh', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Phnom_Penh', + 'DATA'), + ('tcl\\tzdata\\Asia\\Pontianak', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Pontianak', + 'DATA'), + ('tcl\\tzdata\\Asia\\Pyongyang', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Pyongyang', + 'DATA'), + ('tcl\\tzdata\\Asia\\Qatar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Qatar', + 'DATA'), + ('tcl\\tzdata\\Asia\\Qyzylorda', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Qyzylorda', + 'DATA'), + ('tcl\\tzdata\\Asia\\Rangoon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Rangoon', + 'DATA'), + ('tcl\\tzdata\\Asia\\Riyadh', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Riyadh', + 'DATA'), + ('tcl\\tzdata\\Asia\\Saigon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Saigon', + 'DATA'), + ('tcl\\tzdata\\Asia\\Sakhalin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Sakhalin', + 'DATA'), + ('tcl\\tzdata\\Asia\\Samarkand', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Samarkand', + 'DATA'), + ('tcl\\tzdata\\Asia\\Seoul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Seoul', + 'DATA'), + ('tcl\\tzdata\\Asia\\Shanghai', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Shanghai', + 'DATA'), + ('tcl\\tzdata\\Asia\\Singapore', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Singapore', + 'DATA'), + ('tcl\\tzdata\\Asia\\Srednekolymsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Srednekolymsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Taipei', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Taipei', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tashkent', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tashkent', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tbilisi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tbilisi', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tehran', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tehran', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tel_Aviv', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tel_Aviv', + 'DATA'), + ('tcl\\tzdata\\Asia\\Thimbu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Thimbu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Thimphu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Thimphu', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tokyo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tokyo', + 'DATA'), + ('tcl\\tzdata\\Asia\\Tomsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Tomsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ujung_Pandang', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ujung_Pandang', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ulaanbaatar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ulaanbaatar', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ulan_Bator', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ulan_Bator', + 'DATA'), + ('tcl\\tzdata\\Asia\\Urumqi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Urumqi', + 'DATA'), + ('tcl\\tzdata\\Asia\\Ust-Nera', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Ust-Nera', + 'DATA'), + ('tcl\\tzdata\\Asia\\Vientiane', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Vientiane', + 'DATA'), + ('tcl\\tzdata\\Asia\\Vladivostok', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Vladivostok', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yakutsk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Yakutsk', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yangon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Yangon', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yekaterinburg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Yekaterinburg', + 'DATA'), + ('tcl\\tzdata\\Asia\\Yerevan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Asia\\Yerevan', + 'DATA'), + ('tcl\\tzdata\\Arctic\\Longyearbyen', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Arctic\\Longyearbyen', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Casey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Casey', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Davis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Davis', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\DumontDUrville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\DumontDUrville', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Macquarie', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Macquarie', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Mawson', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Mawson', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\McMurdo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\McMurdo', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Palmer', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Palmer', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Rothera', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Rothera', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\South_Pole', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\South_Pole', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Syowa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Syowa', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Troll', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Troll', + 'DATA'), + ('tcl\\tzdata\\Antarctica\\Vostok', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Antarctica\\Vostok', + 'DATA'), + ('tcl\\tzdata\\America\\Adak', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Adak', + 'DATA'), + ('tcl\\tzdata\\America\\Anchorage', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Anchorage', + 'DATA'), + ('tcl\\tzdata\\America\\Anguilla', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Anguilla', + 'DATA'), + ('tcl\\tzdata\\America\\Antigua', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Antigua', + 'DATA'), + ('tcl\\tzdata\\America\\Araguaina', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Araguaina', + 'DATA'), + ('tcl\\tzdata\\America\\Aruba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Aruba', + 'DATA'), + ('tcl\\tzdata\\America\\Asuncion', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Asuncion', + 'DATA'), + ('tcl\\tzdata\\America\\Atikokan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Atikokan', + 'DATA'), + ('tcl\\tzdata\\America\\Atka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Atka', + 'DATA'), + ('tcl\\tzdata\\America\\Bahia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Bahia', + 'DATA'), + ('tcl\\tzdata\\America\\Bahia_Banderas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Bahia_Banderas', + 'DATA'), + ('tcl\\tzdata\\America\\Barbados', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Barbados', + 'DATA'), + ('tcl\\tzdata\\America\\Belem', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Belem', + 'DATA'), + ('tcl\\tzdata\\America\\Belize', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Belize', + 'DATA'), + ('tcl\\tzdata\\America\\Blanc-Sablon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Blanc-Sablon', + 'DATA'), + ('tcl\\tzdata\\America\\Boa_Vista', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Boa_Vista', + 'DATA'), + ('tcl\\tzdata\\America\\Bogota', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Bogota', + 'DATA'), + ('tcl\\tzdata\\America\\Boise', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Boise', + 'DATA'), + ('tcl\\tzdata\\America\\Buenos_Aires', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Buenos_Aires', + 'DATA'), + ('tcl\\tzdata\\America\\Cambridge_Bay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cambridge_Bay', + 'DATA'), + ('tcl\\tzdata\\America\\Campo_Grande', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Campo_Grande', + 'DATA'), + ('tcl\\tzdata\\America\\Cancun', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cancun', + 'DATA'), + ('tcl\\tzdata\\America\\Caracas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Caracas', + 'DATA'), + ('tcl\\tzdata\\America\\Catamarca', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Catamarca', + 'DATA'), + ('tcl\\tzdata\\America\\Cayenne', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cayenne', + 'DATA'), + ('tcl\\tzdata\\America\\Cayman', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cayman', + 'DATA'), + ('tcl\\tzdata\\America\\Chicago', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Chicago', + 'DATA'), + ('tcl\\tzdata\\America\\Chihuahua', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Chihuahua', + 'DATA'), + ('tcl\\tzdata\\America\\Coral_Harbour', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Coral_Harbour', + 'DATA'), + ('tcl\\tzdata\\America\\Cordoba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cordoba', + 'DATA'), + ('tcl\\tzdata\\America\\Costa_Rica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Costa_Rica', + 'DATA'), + ('tcl\\tzdata\\America\\Creston', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Creston', + 'DATA'), + ('tcl\\tzdata\\America\\Cuiaba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Cuiaba', + 'DATA'), + ('tcl\\tzdata\\America\\Curacao', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Curacao', + 'DATA'), + ('tcl\\tzdata\\America\\Danmarkshavn', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Danmarkshavn', + 'DATA'), + ('tcl\\tzdata\\America\\Dawson', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Dawson', + 'DATA'), + ('tcl\\tzdata\\America\\Dawson_Creek', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Dawson_Creek', + 'DATA'), + ('tcl\\tzdata\\America\\Denver', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Denver', + 'DATA'), + ('tcl\\tzdata\\America\\Detroit', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Detroit', + 'DATA'), + ('tcl\\tzdata\\America\\Dominica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Dominica', + 'DATA'), + ('tcl\\tzdata\\America\\Edmonton', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Edmonton', + 'DATA'), + ('tcl\\tzdata\\America\\Eirunepe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Eirunepe', + 'DATA'), + ('tcl\\tzdata\\America\\El_Salvador', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\El_Salvador', + 'DATA'), + ('tcl\\tzdata\\America\\Ensenada', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Ensenada', + 'DATA'), + ('tcl\\tzdata\\America\\Fortaleza', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Fortaleza', + 'DATA'), + ('tcl\\tzdata\\America\\Fort_Nelson', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Fort_Nelson', + 'DATA'), + ('tcl\\tzdata\\America\\Fort_Wayne', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Fort_Wayne', + 'DATA'), + ('tcl\\tzdata\\America\\Glace_Bay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Glace_Bay', + 'DATA'), + ('tcl\\tzdata\\America\\Godthab', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Godthab', + 'DATA'), + ('tcl\\tzdata\\America\\Goose_Bay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Goose_Bay', + 'DATA'), + ('tcl\\tzdata\\America\\Grand_Turk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Grand_Turk', + 'DATA'), + ('tcl\\tzdata\\America\\Grenada', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Grenada', + 'DATA'), + ('tcl\\tzdata\\America\\Guadeloupe', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Guadeloupe', + 'DATA'), + ('tcl\\tzdata\\America\\Guatemala', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Guatemala', + 'DATA'), + ('tcl\\tzdata\\America\\Guayaquil', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Guayaquil', + 'DATA'), + ('tcl\\tzdata\\America\\Guyana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Guyana', + 'DATA'), + ('tcl\\tzdata\\America\\Halifax', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Halifax', + 'DATA'), + ('tcl\\tzdata\\America\\Havana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Havana', + 'DATA'), + ('tcl\\tzdata\\America\\Hermosillo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Hermosillo', + 'DATA'), + ('tcl\\tzdata\\America\\Indianapolis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indianapolis', + 'DATA'), + ('tcl\\tzdata\\America\\Inuvik', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Inuvik', + 'DATA'), + ('tcl\\tzdata\\America\\Iqaluit', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Iqaluit', + 'DATA'), + ('tcl\\tzdata\\America\\Jamaica', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Jamaica', + 'DATA'), + ('tcl\\tzdata\\America\\Jujuy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Jujuy', + 'DATA'), + ('tcl\\tzdata\\America\\Juneau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Juneau', + 'DATA'), + ('tcl\\tzdata\\America\\Knox_IN', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Knox_IN', + 'DATA'), + ('tcl\\tzdata\\America\\Kralendijk', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Kralendijk', + 'DATA'), + ('tcl\\tzdata\\America\\La_Paz', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\La_Paz', + 'DATA'), + ('tcl\\tzdata\\America\\Lima', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Lima', + 'DATA'), + ('tcl\\tzdata\\America\\Los_Angeles', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Los_Angeles', + 'DATA'), + ('tcl\\tzdata\\America\\Louisville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Louisville', + 'DATA'), + ('tcl\\tzdata\\America\\Lower_Princes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Lower_Princes', + 'DATA'), + ('tcl\\tzdata\\America\\Maceio', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Maceio', + 'DATA'), + ('tcl\\tzdata\\America\\Managua', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Managua', + 'DATA'), + ('tcl\\tzdata\\America\\Manaus', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Manaus', + 'DATA'), + ('tcl\\tzdata\\America\\Marigot', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Marigot', + 'DATA'), + ('tcl\\tzdata\\America\\Martinique', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Martinique', + 'DATA'), + ('tcl\\tzdata\\America\\Matamoros', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Matamoros', + 'DATA'), + ('tcl\\tzdata\\America\\Mazatlan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Mazatlan', + 'DATA'), + ('tcl\\tzdata\\America\\Mendoza', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Mendoza', + 'DATA'), + ('tcl\\tzdata\\America\\Menominee', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Menominee', + 'DATA'), + ('tcl\\tzdata\\America\\Merida', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Merida', + 'DATA'), + ('tcl\\tzdata\\America\\Metlakatla', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Metlakatla', + 'DATA'), + ('tcl\\tzdata\\America\\Mexico_City', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Mexico_City', + 'DATA'), + ('tcl\\tzdata\\America\\Miquelon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Miquelon', + 'DATA'), + ('tcl\\tzdata\\America\\Moncton', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Moncton', + 'DATA'), + ('tcl\\tzdata\\America\\Monterrey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Monterrey', + 'DATA'), + ('tcl\\tzdata\\America\\Montevideo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Montevideo', + 'DATA'), + ('tcl\\tzdata\\America\\Montreal', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Montreal', + 'DATA'), + ('tcl\\tzdata\\America\\Montserrat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Montserrat', + 'DATA'), + ('tcl\\tzdata\\America\\Nassau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Nassau', + 'DATA'), + ('tcl\\tzdata\\America\\New_York', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\New_York', + 'DATA'), + ('tcl\\tzdata\\America\\Nipigon', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Nipigon', + 'DATA'), + ('tcl\\tzdata\\America\\Nome', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Nome', + 'DATA'), + ('tcl\\tzdata\\America\\Noronha', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Noronha', + 'DATA'), + ('tcl\\tzdata\\America\\Ojinaga', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Ojinaga', + 'DATA'), + ('tcl\\tzdata\\America\\Panama', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Panama', + 'DATA'), + ('tcl\\tzdata\\America\\Pangnirtung', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Pangnirtung', + 'DATA'), + ('tcl\\tzdata\\America\\Paramaribo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Paramaribo', + 'DATA'), + ('tcl\\tzdata\\America\\Phoenix', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Phoenix', + 'DATA'), + ('tcl\\tzdata\\America\\Port-au-Prince', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Port-au-Prince', + 'DATA'), + ('tcl\\tzdata\\America\\Porto_Acre', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Porto_Acre', + 'DATA'), + ('tcl\\tzdata\\America\\Porto_Velho', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Porto_Velho', + 'DATA'), + ('tcl\\tzdata\\America\\Port_of_Spain', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Port_of_Spain', + 'DATA'), + ('tcl\\tzdata\\America\\Puerto_Rico', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Puerto_Rico', + 'DATA'), + ('tcl\\tzdata\\America\\Punta_Arenas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Punta_Arenas', + 'DATA'), + ('tcl\\tzdata\\America\\Rainy_River', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Rainy_River', + 'DATA'), + ('tcl\\tzdata\\America\\Rankin_Inlet', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Rankin_Inlet', + 'DATA'), + ('tcl\\tzdata\\America\\Recife', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Recife', + 'DATA'), + ('tcl\\tzdata\\America\\Regina', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Regina', + 'DATA'), + ('tcl\\tzdata\\America\\Resolute', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Resolute', + 'DATA'), + ('tcl\\tzdata\\America\\Rio_Branco', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Rio_Branco', + 'DATA'), + ('tcl\\tzdata\\America\\Rosario', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Rosario', + 'DATA'), + ('tcl\\tzdata\\America\\Santarem', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Santarem', + 'DATA'), + ('tcl\\tzdata\\America\\Santa_Isabel', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Santa_Isabel', + 'DATA'), + ('tcl\\tzdata\\America\\Santiago', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Santiago', + 'DATA'), + ('tcl\\tzdata\\America\\Santo_Domingo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Santo_Domingo', + 'DATA'), + ('tcl\\tzdata\\America\\Sao_Paulo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Sao_Paulo', + 'DATA'), + ('tcl\\tzdata\\America\\Scoresbysund', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Scoresbysund', + 'DATA'), + ('tcl\\tzdata\\America\\Shiprock', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Shiprock', + 'DATA'), + ('tcl\\tzdata\\America\\Sitka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Sitka', + 'DATA'), + ('tcl\\tzdata\\America\\St_Barthelemy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Barthelemy', + 'DATA'), + ('tcl\\tzdata\\America\\St_Johns', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Johns', + 'DATA'), + ('tcl\\tzdata\\America\\St_Kitts', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Kitts', + 'DATA'), + ('tcl\\tzdata\\America\\St_Lucia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Lucia', + 'DATA'), + ('tcl\\tzdata\\America\\St_Thomas', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Thomas', + 'DATA'), + ('tcl\\tzdata\\America\\St_Vincent', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\St_Vincent', + 'DATA'), + ('tcl\\tzdata\\America\\Swift_Current', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Swift_Current', + 'DATA'), + ('tcl\\tzdata\\America\\Tegucigalpa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Tegucigalpa', + 'DATA'), + ('tcl\\tzdata\\America\\Thule', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Thule', + 'DATA'), + ('tcl\\tzdata\\America\\Thunder_Bay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Thunder_Bay', + 'DATA'), + ('tcl\\tzdata\\America\\Tijuana', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Tijuana', + 'DATA'), + ('tcl\\tzdata\\America\\Toronto', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Toronto', + 'DATA'), + ('tcl\\tzdata\\America\\Tortola', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Tortola', + 'DATA'), + ('tcl\\tzdata\\America\\Vancouver', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Vancouver', + 'DATA'), + ('tcl\\tzdata\\America\\Virgin', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Virgin', + 'DATA'), + ('tcl\\tzdata\\America\\Whitehorse', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Whitehorse', + 'DATA'), + ('tcl\\tzdata\\America\\Winnipeg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Winnipeg', + 'DATA'), + ('tcl\\tzdata\\America\\Yakutat', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Yakutat', + 'DATA'), + ('tcl\\tzdata\\America\\Yellowknife', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Yellowknife', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\Beulah', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\Beulah', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\Center', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\Center', + 'DATA'), + ('tcl\\tzdata\\America\\North_Dakota\\New_Salem', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\North_Dakota\\New_Salem', + 'DATA'), + ('tcl\\tzdata\\America\\Kentucky\\Louisville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Kentucky\\Louisville', + 'DATA'), + ('tcl\\tzdata\\America\\Kentucky\\Monticello', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Kentucky\\Monticello', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Indianapolis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Indianapolis', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Knox', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Knox', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Marengo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Marengo', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Petersburg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Petersburg', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Tell_City', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Tell_City', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Vevay', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Vevay', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Vincennes', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Vincennes', + 'DATA'), + ('tcl\\tzdata\\America\\Indiana\\Winamac', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Indiana\\Winamac', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Buenos_Aires', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Buenos_Aires', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Catamarca', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Catamarca', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\ComodRivadavia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\ComodRivadavia', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Cordoba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Cordoba', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Jujuy', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Jujuy', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\La_Rioja', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\La_Rioja', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Mendoza', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Mendoza', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Rio_Gallegos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Rio_Gallegos', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Salta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Salta', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\San_Juan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\San_Juan', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\San_Luis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\San_Luis', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Tucuman', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Tucuman', + 'DATA'), + ('tcl\\tzdata\\America\\Argentina\\Ushuaia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\America\\Argentina\\Ushuaia', + 'DATA'), + ('tcl\\tzdata\\Africa\\Abidjan', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Abidjan', + 'DATA'), + ('tcl\\tzdata\\Africa\\Accra', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Accra', + 'DATA'), + ('tcl\\tzdata\\Africa\\Addis_Ababa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Addis_Ababa', + 'DATA'), + ('tcl\\tzdata\\Africa\\Algiers', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Algiers', + 'DATA'), + ('tcl\\tzdata\\Africa\\Asmara', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Asmara', + 'DATA'), + ('tcl\\tzdata\\Africa\\Asmera', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Asmera', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bamako', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Bamako', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bangui', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Bangui', + 'DATA'), + ('tcl\\tzdata\\Africa\\Banjul', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Banjul', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bissau', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Bissau', + 'DATA'), + ('tcl\\tzdata\\Africa\\Blantyre', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Blantyre', + 'DATA'), + ('tcl\\tzdata\\Africa\\Brazzaville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Brazzaville', + 'DATA'), + ('tcl\\tzdata\\Africa\\Bujumbura', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Bujumbura', + 'DATA'), + ('tcl\\tzdata\\Africa\\Cairo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Cairo', + 'DATA'), + ('tcl\\tzdata\\Africa\\Casablanca', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Casablanca', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ceuta', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Ceuta', + 'DATA'), + ('tcl\\tzdata\\Africa\\Conakry', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Conakry', + 'DATA'), + ('tcl\\tzdata\\Africa\\Dakar', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Dakar', + 'DATA'), + ('tcl\\tzdata\\Africa\\Dar_es_Salaam', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Dar_es_Salaam', + 'DATA'), + ('tcl\\tzdata\\Africa\\Djibouti', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Djibouti', + 'DATA'), + ('tcl\\tzdata\\Africa\\Douala', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Douala', + 'DATA'), + ('tcl\\tzdata\\Africa\\El_Aaiun', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\El_Aaiun', + 'DATA'), + ('tcl\\tzdata\\Africa\\Freetown', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Freetown', + 'DATA'), + ('tcl\\tzdata\\Africa\\Gaborone', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Gaborone', + 'DATA'), + ('tcl\\tzdata\\Africa\\Harare', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Harare', + 'DATA'), + ('tcl\\tzdata\\Africa\\Johannesburg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Johannesburg', + 'DATA'), + ('tcl\\tzdata\\Africa\\Juba', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Juba', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kampala', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Kampala', + 'DATA'), + ('tcl\\tzdata\\Africa\\Khartoum', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Khartoum', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kigali', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Kigali', + 'DATA'), + ('tcl\\tzdata\\Africa\\Kinshasa', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Kinshasa', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lagos', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Lagos', + 'DATA'), + ('tcl\\tzdata\\Africa\\Libreville', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Libreville', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lome', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Lome', + 'DATA'), + ('tcl\\tzdata\\Africa\\Luanda', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Luanda', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lubumbashi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Lubumbashi', + 'DATA'), + ('tcl\\tzdata\\Africa\\Lusaka', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Lusaka', + 'DATA'), + ('tcl\\tzdata\\Africa\\Malabo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Malabo', + 'DATA'), + ('tcl\\tzdata\\Africa\\Maputo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Maputo', + 'DATA'), + ('tcl\\tzdata\\Africa\\Maseru', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Maseru', + 'DATA'), + ('tcl\\tzdata\\Africa\\Mbabane', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Mbabane', + 'DATA'), + ('tcl\\tzdata\\Africa\\Mogadishu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Mogadishu', + 'DATA'), + ('tcl\\tzdata\\Africa\\Monrovia', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Monrovia', + 'DATA'), + ('tcl\\tzdata\\Africa\\Nairobi', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Nairobi', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ndjamena', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Ndjamena', + 'DATA'), + ('tcl\\tzdata\\Africa\\Niamey', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Niamey', + 'DATA'), + ('tcl\\tzdata\\Africa\\Nouakchott', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Nouakchott', + 'DATA'), + ('tcl\\tzdata\\Africa\\Ouagadougou', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Ouagadougou', + 'DATA'), + ('tcl\\tzdata\\Africa\\Porto-Novo', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Porto-Novo', + 'DATA'), + ('tcl\\tzdata\\Africa\\Sao_Tome', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Sao_Tome', + 'DATA'), + ('tcl\\tzdata\\Africa\\Timbuktu', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Timbuktu', + 'DATA'), + ('tcl\\tzdata\\Africa\\Tripoli', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Tripoli', + 'DATA'), + ('tcl\\tzdata\\Africa\\Tunis', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Tunis', + 'DATA'), + ('tcl\\tzdata\\Africa\\Windhoek', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\tzdata\\Africa\\Windhoek', + 'DATA'), + ('tcl\\opt0.4\\optparse.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\opt0.4\\optparse.tcl', + 'DATA'), + ('tcl\\opt0.4\\pkgIndex.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\opt0.4\\pkgIndex.tcl', + 'DATA'), + ('tcl\\msgs\\af.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\af.msg', + 'DATA'), + ('tcl\\msgs\\af_za.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\af_za.msg', + 'DATA'), + ('tcl\\msgs\\ar.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar.msg', + 'DATA'), + ('tcl\\msgs\\ar_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar_in.msg', + 'DATA'), + ('tcl\\msgs\\ar_jo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar_jo.msg', + 'DATA'), + ('tcl\\msgs\\ar_lb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar_lb.msg', + 'DATA'), + ('tcl\\msgs\\ar_sy.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ar_sy.msg', + 'DATA'), + ('tcl\\msgs\\be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\be.msg', + 'DATA'), + ('tcl\\msgs\\bg.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\bg.msg', + 'DATA'), + ('tcl\\msgs\\bn.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\bn.msg', + 'DATA'), + ('tcl\\msgs\\bn_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\bn_in.msg', + 'DATA'), + ('tcl\\msgs\\ca.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ca.msg', + 'DATA'), + ('tcl\\msgs\\cs.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\cs.msg', + 'DATA'), + ('tcl\\msgs\\da.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\da.msg', + 'DATA'), + ('tcl\\msgs\\de.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\de.msg', + 'DATA'), + ('tcl\\msgs\\de_at.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\de_at.msg', + 'DATA'), + ('tcl\\msgs\\de_be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\de_be.msg', + 'DATA'), + ('tcl\\msgs\\el.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\el.msg', + 'DATA'), + ('tcl\\msgs\\en_au.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_au.msg', + 'DATA'), + ('tcl\\msgs\\en_be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_be.msg', + 'DATA'), + ('tcl\\msgs\\en_bw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_bw.msg', + 'DATA'), + ('tcl\\msgs\\en_ca.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_ca.msg', + 'DATA'), + ('tcl\\msgs\\en_gb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_gb.msg', + 'DATA'), + ('tcl\\msgs\\en_hk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_hk.msg', + 'DATA'), + ('tcl\\msgs\\en_ie.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_ie.msg', + 'DATA'), + ('tcl\\msgs\\en_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_in.msg', + 'DATA'), + ('tcl\\msgs\\en_nz.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_nz.msg', + 'DATA'), + ('tcl\\msgs\\en_ph.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_ph.msg', + 'DATA'), + ('tcl\\msgs\\en_sg.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_sg.msg', + 'DATA'), + ('tcl\\msgs\\en_za.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_za.msg', + 'DATA'), + ('tcl\\msgs\\en_zw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\en_zw.msg', + 'DATA'), + ('tcl\\msgs\\eo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\eo.msg', + 'DATA'), + ('tcl\\msgs\\es.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es.msg', + 'DATA'), + ('tcl\\msgs\\es_ar.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_ar.msg', + 'DATA'), + ('tcl\\msgs\\es_bo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_bo.msg', + 'DATA'), + ('tcl\\msgs\\es_cl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_cl.msg', + 'DATA'), + ('tcl\\msgs\\es_co.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_co.msg', + 'DATA'), + ('tcl\\msgs\\es_cr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_cr.msg', + 'DATA'), + ('tcl\\msgs\\es_do.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_do.msg', + 'DATA'), + ('tcl\\msgs\\es_ec.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_ec.msg', + 'DATA'), + ('tcl\\msgs\\es_gt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_gt.msg', + 'DATA'), + ('tcl\\msgs\\es_hn.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_hn.msg', + 'DATA'), + ('tcl\\msgs\\es_mx.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_mx.msg', + 'DATA'), + ('tcl\\msgs\\es_ni.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_ni.msg', + 'DATA'), + ('tcl\\msgs\\es_pa.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_pa.msg', + 'DATA'), + ('tcl\\msgs\\es_pe.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_pe.msg', + 'DATA'), + ('tcl\\msgs\\es_pr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_pr.msg', + 'DATA'), + ('tcl\\msgs\\es_py.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_py.msg', + 'DATA'), + ('tcl\\msgs\\es_sv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_sv.msg', + 'DATA'), + ('tcl\\msgs\\es_uy.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_uy.msg', + 'DATA'), + ('tcl\\msgs\\es_ve.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\es_ve.msg', + 'DATA'), + ('tcl\\msgs\\et.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\et.msg', + 'DATA'), + ('tcl\\msgs\\eu.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\eu.msg', + 'DATA'), + ('tcl\\msgs\\eu_es.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\eu_es.msg', + 'DATA'), + ('tcl\\msgs\\fa.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fa.msg', + 'DATA'), + ('tcl\\msgs\\fa_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fa_in.msg', + 'DATA'), + ('tcl\\msgs\\fa_ir.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fa_ir.msg', + 'DATA'), + ('tcl\\msgs\\fi.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fi.msg', + 'DATA'), + ('tcl\\msgs\\fo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fo.msg', + 'DATA'), + ('tcl\\msgs\\fo_fo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fo_fo.msg', + 'DATA'), + ('tcl\\msgs\\fr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fr.msg', + 'DATA'), + ('tcl\\msgs\\fr_be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fr_be.msg', + 'DATA'), + ('tcl\\msgs\\fr_ca.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fr_ca.msg', + 'DATA'), + ('tcl\\msgs\\fr_ch.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\fr_ch.msg', + 'DATA'), + ('tcl\\msgs\\ga.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ga.msg', + 'DATA'), + ('tcl\\msgs\\ga_ie.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ga_ie.msg', + 'DATA'), + ('tcl\\msgs\\gl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\gl.msg', + 'DATA'), + ('tcl\\msgs\\gl_es.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\gl_es.msg', + 'DATA'), + ('tcl\\msgs\\gv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\gv.msg', + 'DATA'), + ('tcl\\msgs\\gv_gb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\gv_gb.msg', + 'DATA'), + ('tcl\\msgs\\he.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\he.msg', + 'DATA'), + ('tcl\\msgs\\hi.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\hi.msg', + 'DATA'), + ('tcl\\msgs\\hi_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\hi_in.msg', + 'DATA'), + ('tcl\\msgs\\hr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\hr.msg', + 'DATA'), + ('tcl\\msgs\\hu.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\hu.msg', + 'DATA'), + ('tcl\\msgs\\id.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\id.msg', + 'DATA'), + ('tcl\\msgs\\id_id.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\id_id.msg', + 'DATA'), + ('tcl\\msgs\\is.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\is.msg', + 'DATA'), + ('tcl\\msgs\\it.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\it.msg', + 'DATA'), + ('tcl\\msgs\\it_ch.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\it_ch.msg', + 'DATA'), + ('tcl\\msgs\\ja.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ja.msg', + 'DATA'), + ('tcl\\msgs\\kl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kl.msg', + 'DATA'), + ('tcl\\msgs\\kl_gl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kl_gl.msg', + 'DATA'), + ('tcl\\msgs\\ko.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ko.msg', + 'DATA'), + ('tcl\\msgs\\kok.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kok.msg', + 'DATA'), + ('tcl\\msgs\\kok_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kok_in.msg', + 'DATA'), + ('tcl\\msgs\\ko_kr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ko_kr.msg', + 'DATA'), + ('tcl\\msgs\\kw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kw.msg', + 'DATA'), + ('tcl\\msgs\\kw_gb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\kw_gb.msg', + 'DATA'), + ('tcl\\msgs\\lt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\lt.msg', + 'DATA'), + ('tcl\\msgs\\lv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\lv.msg', + 'DATA'), + ('tcl\\msgs\\mk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\mk.msg', + 'DATA'), + ('tcl\\msgs\\mr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\mr.msg', + 'DATA'), + ('tcl\\msgs\\mr_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\mr_in.msg', + 'DATA'), + ('tcl\\msgs\\ms.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ms.msg', + 'DATA'), + ('tcl\\msgs\\ms_my.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ms_my.msg', + 'DATA'), + ('tcl\\msgs\\mt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\mt.msg', + 'DATA'), + ('tcl\\msgs\\nb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\nb.msg', + 'DATA'), + ('tcl\\msgs\\nl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\nl.msg', + 'DATA'), + ('tcl\\msgs\\nl_be.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\nl_be.msg', + 'DATA'), + ('tcl\\msgs\\nn.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\nn.msg', + 'DATA'), + ('tcl\\msgs\\pl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\pl.msg', + 'DATA'), + ('tcl\\msgs\\pt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\pt.msg', + 'DATA'), + ('tcl\\msgs\\pt_br.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\pt_br.msg', + 'DATA'), + ('tcl\\msgs\\ro.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ro.msg', + 'DATA'), + ('tcl\\msgs\\ru.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ru.msg', + 'DATA'), + ('tcl\\msgs\\ru_ua.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ru_ua.msg', + 'DATA'), + ('tcl\\msgs\\sh.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sh.msg', + 'DATA'), + ('tcl\\msgs\\sk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sk.msg', + 'DATA'), + ('tcl\\msgs\\sl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sl.msg', + 'DATA'), + ('tcl\\msgs\\sq.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sq.msg', + 'DATA'), + ('tcl\\msgs\\sr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sr.msg', + 'DATA'), + ('tcl\\msgs\\sv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sv.msg', + 'DATA'), + ('tcl\\msgs\\sw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\sw.msg', + 'DATA'), + ('tcl\\msgs\\ta.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ta.msg', + 'DATA'), + ('tcl\\msgs\\ta_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\ta_in.msg', + 'DATA'), + ('tcl\\msgs\\te.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\te.msg', + 'DATA'), + ('tcl\\msgs\\te_in.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\te_in.msg', + 'DATA'), + ('tcl\\msgs\\th.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\th.msg', + 'DATA'), + ('tcl\\msgs\\tr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\tr.msg', + 'DATA'), + ('tcl\\msgs\\uk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\uk.msg', + 'DATA'), + ('tcl\\msgs\\vi.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\vi.msg', + 'DATA'), + ('tcl\\msgs\\zh.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh.msg', + 'DATA'), + ('tcl\\msgs\\zh_cn.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh_cn.msg', + 'DATA'), + ('tcl\\msgs\\zh_hk.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh_hk.msg', + 'DATA'), + ('tcl\\msgs\\zh_sg.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh_sg.msg', + 'DATA'), + ('tcl\\msgs\\zh_tw.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\msgs\\zh_tw.msg', + 'DATA'), + ('tcl\\http1.0\\http.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\http1.0\\http.tcl', + 'DATA'), + ('tcl\\http1.0\\pkgIndex.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\http1.0\\pkgIndex.tcl', + 'DATA'), + ('tcl\\encoding\\ascii.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\ascii.enc', + 'DATA'), + ('tcl\\encoding\\big5.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\big5.enc', + 'DATA'), + ('tcl\\encoding\\cp1250.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1250.enc', + 'DATA'), + ('tcl\\encoding\\cp1251.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1251.enc', + 'DATA'), + ('tcl\\encoding\\cp1252.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1252.enc', + 'DATA'), + ('tcl\\encoding\\cp1253.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1253.enc', + 'DATA'), + ('tcl\\encoding\\cp1254.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1254.enc', + 'DATA'), + ('tcl\\encoding\\cp1255.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1255.enc', + 'DATA'), + ('tcl\\encoding\\cp1256.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1256.enc', + 'DATA'), + ('tcl\\encoding\\cp1257.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1257.enc', + 'DATA'), + ('tcl\\encoding\\cp1258.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp1258.enc', + 'DATA'), + ('tcl\\encoding\\cp437.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp437.enc', + 'DATA'), + ('tcl\\encoding\\cp737.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp737.enc', + 'DATA'), + ('tcl\\encoding\\cp775.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp775.enc', + 'DATA'), + ('tcl\\encoding\\cp850.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp850.enc', + 'DATA'), + ('tcl\\encoding\\cp852.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp852.enc', + 'DATA'), + ('tcl\\encoding\\cp855.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp855.enc', + 'DATA'), + ('tcl\\encoding\\cp857.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp857.enc', + 'DATA'), + ('tcl\\encoding\\cp860.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp860.enc', + 'DATA'), + ('tcl\\encoding\\cp861.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp861.enc', + 'DATA'), + ('tcl\\encoding\\cp862.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp862.enc', + 'DATA'), + ('tcl\\encoding\\cp863.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp863.enc', + 'DATA'), + ('tcl\\encoding\\cp864.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp864.enc', + 'DATA'), + ('tcl\\encoding\\cp865.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp865.enc', + 'DATA'), + ('tcl\\encoding\\cp866.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp866.enc', + 'DATA'), + ('tcl\\encoding\\cp869.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp869.enc', + 'DATA'), + ('tcl\\encoding\\cp874.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp874.enc', + 'DATA'), + ('tcl\\encoding\\cp932.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp932.enc', + 'DATA'), + ('tcl\\encoding\\cp936.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp936.enc', + 'DATA'), + ('tcl\\encoding\\cp949.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp949.enc', + 'DATA'), + ('tcl\\encoding\\cp950.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\cp950.enc', + 'DATA'), + ('tcl\\encoding\\dingbats.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\dingbats.enc', + 'DATA'), + ('tcl\\encoding\\ebcdic.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\ebcdic.enc', + 'DATA'), + ('tcl\\encoding\\euc-cn.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\euc-cn.enc', + 'DATA'), + ('tcl\\encoding\\euc-jp.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\euc-jp.enc', + 'DATA'), + ('tcl\\encoding\\euc-kr.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\euc-kr.enc', + 'DATA'), + ('tcl\\encoding\\gb12345.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\gb12345.enc', + 'DATA'), + ('tcl\\encoding\\gb1988.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\gb1988.enc', + 'DATA'), + ('tcl\\encoding\\gb2312-raw.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\gb2312-raw.enc', + 'DATA'), + ('tcl\\encoding\\gb2312.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\gb2312.enc', + 'DATA'), + ('tcl\\encoding\\iso2022-jp.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso2022-jp.enc', + 'DATA'), + ('tcl\\encoding\\iso2022-kr.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso2022-kr.enc', + 'DATA'), + ('tcl\\encoding\\iso2022.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso2022.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-1.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-1.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-10.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-10.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-13.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-13.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-14.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-14.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-15.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-15.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-16.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-16.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-2.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-2.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-3.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-3.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-4.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-4.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-5.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-5.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-6.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-6.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-7.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-7.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-8.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-8.enc', + 'DATA'), + ('tcl\\encoding\\iso8859-9.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\iso8859-9.enc', + 'DATA'), + ('tcl\\encoding\\jis0201.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\jis0201.enc', + 'DATA'), + ('tcl\\encoding\\jis0208.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\jis0208.enc', + 'DATA'), + ('tcl\\encoding\\jis0212.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\jis0212.enc', + 'DATA'), + ('tcl\\encoding\\koi8-r.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\koi8-r.enc', + 'DATA'), + ('tcl\\encoding\\koi8-u.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\koi8-u.enc', + 'DATA'), + ('tcl\\encoding\\ksc5601.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\ksc5601.enc', + 'DATA'), + ('tcl\\encoding\\macCentEuro.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macCentEuro.enc', + 'DATA'), + ('tcl\\encoding\\macCroatian.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macCroatian.enc', + 'DATA'), + ('tcl\\encoding\\macCyrillic.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macCyrillic.enc', + 'DATA'), + ('tcl\\encoding\\macDingbats.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macDingbats.enc', + 'DATA'), + ('tcl\\encoding\\macGreek.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macGreek.enc', + 'DATA'), + ('tcl\\encoding\\macIceland.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macIceland.enc', + 'DATA'), + ('tcl\\encoding\\macJapan.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macJapan.enc', + 'DATA'), + ('tcl\\encoding\\macRoman.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macRoman.enc', + 'DATA'), + ('tcl\\encoding\\macRomania.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macRomania.enc', + 'DATA'), + ('tcl\\encoding\\macThai.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macThai.enc', + 'DATA'), + ('tcl\\encoding\\macTurkish.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macTurkish.enc', + 'DATA'), + ('tcl\\encoding\\macUkraine.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\macUkraine.enc', + 'DATA'), + ('tcl\\encoding\\shiftjis.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\shiftjis.enc', + 'DATA'), + ('tcl\\encoding\\symbol.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\symbol.enc', + 'DATA'), + ('tcl\\encoding\\tis-620.enc', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\encoding\\tis-620.enc', + 'DATA')]) diff --git a/DS1054Z version by KK1L/build/PyDSA/Tree-01.toc b/DS1054Z version by KK1L/build/PyDSA/Tree-01.toc new file mode 100644 index 0000000..e25e601 --- /dev/null +++ b/DS1054Z version by KK1L/build/PyDSA/Tree-01.toc @@ -0,0 +1,265 @@ +('c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6', + 'tk', + ['demos', '*.lib', 'tkConfig.sh'], + 'DATA', + [('tk\\bgerror.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\bgerror.tcl', + 'DATA'), + ('tk\\button.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\button.tcl', + 'DATA'), + ('tk\\choosedir.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\choosedir.tcl', + 'DATA'), + ('tk\\clrpick.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\clrpick.tcl', + 'DATA'), + ('tk\\comdlg.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\comdlg.tcl', + 'DATA'), + ('tk\\console.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\console.tcl', + 'DATA'), + ('tk\\dialog.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\dialog.tcl', + 'DATA'), + ('tk\\entry.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\entry.tcl', + 'DATA'), + ('tk\\focus.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\focus.tcl', + 'DATA'), + ('tk\\fontchooser.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\fontchooser.tcl', + 'DATA'), + ('tk\\iconlist.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\iconlist.tcl', + 'DATA'), + ('tk\\icons.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\icons.tcl', + 'DATA'), + ('tk\\license.terms', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\license.terms', + 'DATA'), + ('tk\\listbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\listbox.tcl', + 'DATA'), + ('tk\\megawidget.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\megawidget.tcl', + 'DATA'), + ('tk\\menu.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\menu.tcl', + 'DATA'), + ('tk\\mkpsenc.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\mkpsenc.tcl', + 'DATA'), + ('tk\\msgbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgbox.tcl', + 'DATA'), + ('tk\\obsolete.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\obsolete.tcl', + 'DATA'), + ('tk\\optMenu.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\optMenu.tcl', + 'DATA'), + ('tk\\palette.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\palette.tcl', + 'DATA'), + ('tk\\panedwindow.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\panedwindow.tcl', + 'DATA'), + ('tk\\pkgIndex.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\pkgIndex.tcl', + 'DATA'), + ('tk\\safetk.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\safetk.tcl', + 'DATA'), + ('tk\\scale.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\scale.tcl', + 'DATA'), + ('tk\\scrlbar.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\scrlbar.tcl', + 'DATA'), + ('tk\\spinbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\spinbox.tcl', + 'DATA'), + ('tk\\tclIndex', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\tclIndex', + 'DATA'), + ('tk\\tearoff.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\tearoff.tcl', + 'DATA'), + ('tk\\text.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\text.tcl', + 'DATA'), + ('tk\\tk.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\tk.tcl', + 'DATA'), + ('tk\\tkfbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\tkfbox.tcl', + 'DATA'), + ('tk\\unsupported.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\unsupported.tcl', + 'DATA'), + ('tk\\xmfbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\xmfbox.tcl', + 'DATA'), + ('tk\\ttk\\altTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\altTheme.tcl', + 'DATA'), + ('tk\\ttk\\aquaTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\aquaTheme.tcl', + 'DATA'), + ('tk\\ttk\\button.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\button.tcl', + 'DATA'), + ('tk\\ttk\\clamTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\clamTheme.tcl', + 'DATA'), + ('tk\\ttk\\classicTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\classicTheme.tcl', + 'DATA'), + ('tk\\ttk\\combobox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\combobox.tcl', + 'DATA'), + ('tk\\ttk\\cursors.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\cursors.tcl', + 'DATA'), + ('tk\\ttk\\defaults.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\defaults.tcl', + 'DATA'), + ('tk\\ttk\\entry.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\entry.tcl', + 'DATA'), + ('tk\\ttk\\fonts.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\fonts.tcl', + 'DATA'), + ('tk\\ttk\\menubutton.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\menubutton.tcl', + 'DATA'), + ('tk\\ttk\\notebook.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\notebook.tcl', + 'DATA'), + ('tk\\ttk\\panedwindow.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\panedwindow.tcl', + 'DATA'), + ('tk\\ttk\\progress.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\progress.tcl', + 'DATA'), + ('tk\\ttk\\scale.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\scale.tcl', + 'DATA'), + ('tk\\ttk\\scrollbar.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\scrollbar.tcl', + 'DATA'), + ('tk\\ttk\\sizegrip.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\sizegrip.tcl', + 'DATA'), + ('tk\\ttk\\spinbox.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\spinbox.tcl', + 'DATA'), + ('tk\\ttk\\treeview.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\treeview.tcl', + 'DATA'), + ('tk\\ttk\\ttk.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\ttk.tcl', + 'DATA'), + ('tk\\ttk\\utils.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\utils.tcl', + 'DATA'), + ('tk\\ttk\\vistaTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\vistaTheme.tcl', + 'DATA'), + ('tk\\ttk\\winTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\winTheme.tcl', + 'DATA'), + ('tk\\ttk\\xpTheme.tcl', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\ttk\\xpTheme.tcl', + 'DATA'), + ('tk\\msgs\\cs.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\cs.msg', + 'DATA'), + ('tk\\msgs\\da.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\da.msg', + 'DATA'), + ('tk\\msgs\\de.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\de.msg', + 'DATA'), + ('tk\\msgs\\el.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\el.msg', + 'DATA'), + ('tk\\msgs\\en.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\en.msg', + 'DATA'), + ('tk\\msgs\\en_gb.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\en_gb.msg', + 'DATA'), + ('tk\\msgs\\eo.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\eo.msg', + 'DATA'), + ('tk\\msgs\\es.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\es.msg', + 'DATA'), + ('tk\\msgs\\fr.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\fr.msg', + 'DATA'), + ('tk\\msgs\\hu.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\hu.msg', + 'DATA'), + ('tk\\msgs\\it.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\it.msg', + 'DATA'), + ('tk\\msgs\\nl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\nl.msg', + 'DATA'), + ('tk\\msgs\\pl.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\pl.msg', + 'DATA'), + ('tk\\msgs\\pt.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\pt.msg', + 'DATA'), + ('tk\\msgs\\ru.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\ru.msg', + 'DATA'), + ('tk\\msgs\\sv.msg', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\msgs\\sv.msg', + 'DATA'), + ('tk\\images\\logo.eps', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logo.eps', + 'DATA'), + ('tk\\images\\logo100.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logo100.gif', + 'DATA'), + ('tk\\images\\logo64.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logo64.gif', + 'DATA'), + ('tk\\images\\logoLarge.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logoLarge.gif', + 'DATA'), + ('tk\\images\\logoMed.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\logoMed.gif', + 'DATA'), + ('tk\\images\\pwrdLogo.eps', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo.eps', + 'DATA'), + ('tk\\images\\pwrdLogo100.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo100.gif', + 'DATA'), + ('tk\\images\\pwrdLogo150.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo150.gif', + 'DATA'), + ('tk\\images\\pwrdLogo175.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo175.gif', + 'DATA'), + ('tk\\images\\pwrdLogo200.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo200.gif', + 'DATA'), + ('tk\\images\\pwrdLogo75.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\pwrdLogo75.gif', + 'DATA'), + ('tk\\images\\README', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\README', + 'DATA'), + ('tk\\images\\tai-ku.gif', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tk8.6\\images\\tai-ku.gif', + 'DATA')]) diff --git a/DS1054Z version by KK1L/build/PyDSA/Tree-02.toc b/DS1054Z version by KK1L/build/PyDSA/Tree-02.toc new file mode 100644 index 0000000..41b1862 --- /dev/null +++ b/DS1054Z version by KK1L/build/PyDSA/Tree-02.toc @@ -0,0 +1,19 @@ +('c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8', + 'tcl8', + [], + 'DATA', + [('tcl8\\8.6\\http-2.9.0.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.6\\http-2.9.0.tm', + 'DATA'), + ('tcl8\\8.5\\msgcat-1.6.1.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.5\\msgcat-1.6.1.tm', + 'DATA'), + ('tcl8\\8.5\\tcltest-2.5.0.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.5\\tcltest-2.5.0.tm', + 'DATA'), + ('tcl8\\8.4\\platform-1.0.14.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.4\\platform-1.0.14.tm', + 'DATA'), + ('tcl8\\8.4\\platform\\shell-1.1.4.tm', + 'c:\\users\\kk1l\\appdata\\local\\programs\\python\\python39\\tcl\\tcl8.6\\..\\tcl8\\8.4\\platform\\shell-1.1.4.tm', + 'DATA')]) diff --git a/DS1054Z version by KK1L/build/PyDSA/base_library.zip b/DS1054Z version by KK1L/build/PyDSA/base_library.zip new file mode 100644 index 0000000..b5942df Binary files /dev/null and b/DS1054Z version by KK1L/build/PyDSA/base_library.zip differ diff --git a/DS1054Z version by KK1L/build/PyDSA/warn-PyDSA.txt b/DS1054Z version by KK1L/build/PyDSA/warn-PyDSA.txt new file mode 100644 index 0000000..b555a19 --- /dev/null +++ b/DS1054Z version by KK1L/build/PyDSA/warn-PyDSA.txt @@ -0,0 +1,168 @@ + +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 pyimod03_importers - imported by C:\Users\KK1L\AppData\Local\Programs\Python\Python39\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (top-level), C:\Users\KK1L\AppData\Local\Programs\Python\Python39\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgres.py (top-level) +missing module named _manylinux - imported by pip._vendor.packaging._manylinux (delayed, optional), pkg_resources._vendor.packaging.tags (delayed, optional), setuptools._vendor.packaging.tags (delayed, optional) +missing module named pep517 - imported by importlib.metadata (delayed) +missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level), pip._vendor.distlib.resources (optional) +excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level), PyInstaller.loader.pyimod02_archive (delayed), pip._vendor.distlib.resources (optional) +missing module named posix - imported by os (conditional, optional), shutil (conditional) +missing module named resource - imported by posix (top-level), test.support (delayed, conditional, optional) +missing module named grp - imported by shutil (optional), tarfile (optional), pathlib (delayed, optional), subprocess (optional), distutils.archive_util (optional), pip._vendor.distlib._backport.tarfile (optional), pip._vendor.distlib._backport.shutil (optional) +missing module named 'org.python' - imported by copy (optional), xml.sax (delayed, conditional), setuptools.sandbox (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 _posixsubprocess - imported by subprocess (optional), multiprocessing.util (delayed) +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 _scproxy - imported by urllib.request (conditional) +missing module named termios - imported by tty (top-level), getpass (optional) +missing module named 'java.lang' - imported by platform (delayed, optional), xml.sax._exceptions (conditional) +missing module named multiprocessing.BufferTooShort - imported by multiprocessing (top-level), multiprocessing.connection (top-level) +missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level) +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 urllib.splittype - imported by urllib (conditional), pip._vendor.distlib.compat (conditional) +missing module named urllib.ContentTooShortError - imported by urllib (conditional), pip._vendor.distlib.compat (conditional) +missing module named urllib.url2pathname - imported by urllib (conditional), pip._vendor.distlib.compat (conditional) +missing module named urllib.urlretrieve - imported by urllib (conditional), pip._vendor.distlib.compat (conditional) +missing module named urllib.getproxies_environment - imported by urllib (conditional), pip._vendor.requests.compat (conditional) +missing module named urllib.proxy_bypass_environment - imported by urllib (conditional), pip._vendor.requests.compat (conditional) +missing module named urllib.proxy_bypass - imported by urllib (conditional), pip._vendor.requests.compat (conditional) +missing module named urllib.getproxies - imported by urllib (conditional), pip._vendor.requests.compat (conditional) +missing module named urllib.urlencode - imported by urllib (conditional), pip._vendor.requests.compat (conditional) +missing module named urllib.unquote_plus - imported by urllib (conditional), pip._vendor.requests.compat (conditional) +missing module named urllib.quote_plus - imported by urllib (conditional), pip._vendor.requests.compat (conditional) +missing module named urllib.unquote - imported by urllib (conditional), pip._vendor.requests.compat (conditional), pip._vendor.distlib.compat (conditional) +missing module named urllib.quote - imported by urllib (conditional), pip._vendor.requests.compat (conditional), pip._vendor.distlib.compat (conditional) +missing module named urllib.pathname2url - imported by urllib (conditional), PyInstaller.lib.modulegraph._compat (conditional), pip._vendor.distlib.compat (conditional) +missing module named pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), pathlib (delayed, conditional, optional), subprocess (optional), http.server (delayed, optional), webbrowser (delayed), netrc (delayed, conditional), getpass (delayed), distutils.util (delayed, conditional, optional), distutils.archive_util (optional), pip._vendor.distlib._backport.tarfile (optional), pip._vendor.distlib._backport.shutil (optional) +missing module named 'com.sun' - imported by pip._vendor.appdirs (delayed, conditional, optional), pkg_resources._vendor.appdirs (delayed, conditional, optional) +missing module named 'win32com.gen_py' - imported by win32com (conditional, optional), C:\Users\KK1L\AppData\Local\Programs\Python\Python39\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_win32comgenpy.py (top-level) +missing module named _winreg - imported by platform (delayed, optional), pip._vendor.appdirs (delayed, conditional), pip._vendor.requests.utils (delayed, conditional, optional), pkg_resources._vendor.appdirs (delayed, conditional) +missing module named StringIO - imported by PyInstaller.lib.modulegraph._compat (conditional), PyInstaller.lib.modulegraph.zipio (conditional), setuptools._vendor.six (conditional), pip._vendor.urllib3.packages.six (conditional), pip._vendor.six (conditional), pip._vendor.requests.compat (conditional), pip._vendor.distlib.compat (conditional), pkg_resources._vendor.six (conditional) +missing module named 'pkg_resources.extern.pyparsing' - imported by pkg_resources._vendor.packaging.markers (top-level), pkg_resources._vendor.packaging.requirements (top-level) +missing module named __builtin__ - imported by pip._vendor.pyparsing (conditional), pip._vendor.distlib.compat (conditional), pip._vendor.distlib._backport.tarfile (conditional), pkg_resources._vendor.pyparsing (conditional), setuptools._vendor.pyparsing (conditional) +missing module named ordereddict - imported by pip._vendor.pyparsing (optional), pkg_resources._vendor.pyparsing (optional), setuptools._vendor.pyparsing (optional) +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) +missing module named vms_lib - imported by platform (delayed, optional) +missing module named java - imported by platform (delayed), pip._vendor.distlib.scripts (delayed, conditional) +missing module named 'nose.plugins' - imported by numpy.testing._private.noseclasses (top-level), numpy.testing._private.nosetester (delayed) +missing module named numpy.core.number - imported by numpy.core (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.integer - imported by numpy.core (top-level), numpy.fft.helper (top-level) +missing module named numpy.core.conjugate - imported by numpy.core (top-level), numpy.fft._pocketfft (top-level) +missing module named numpy.core.sign - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +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.divide - imported by numpy.core (top-level), numpy.linalg.linalg (top-level) +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.geterrobj - imported by numpy.core (top-level), numpy.linalg.linalg (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.add - 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.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.testing._private.utils (top-level), numpy.linalg.linalg (top-level) +missing module named pickle5 - imported by numpy.compat.py3k (optional) +missing module named _dummy_thread - imported by numpy.core.arrayprint (optional) +missing module named numpy.eye - imported by numpy (delayed), numpy.core.numeric (delayed) +missing module named 'nose.util' - imported by numpy.testing._private.noseclasses (top-level) +missing module named psutil - imported by numpy.testing._private.utils (delayed, optional) +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), numpy.ctypeslib (top-level) +missing module named numpy.recarray - imported by numpy (top-level), numpy.ma.mrecords (top-level) +missing module named numpy.ndarray - imported by numpy (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.dtype - imported by numpy (top-level), numpy.ma.mrecords (top-level), numpy.ctypeslib (top-level) +missing module named numpy.bool_ - imported by numpy (top-level), numpy.ma.core (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.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.linalg.inv - imported by numpy.linalg (top-level), numpy.lib.polynomial (top-level) +missing module named numpy.linalg.lstsq - imported by numpy.linalg (top-level), numpy.lib.polynomial (top-level) +missing module named numpy.linalg.eigvals - imported by numpy.linalg (top-level), numpy.lib.polynomial (top-level) +missing module named numpy.linalg.matrix_power - imported by numpy.linalg (top-level), numpy.matrixlib.defmatrix (top-level) +missing module named numpy.lib.i0 - imported by numpy.lib (top-level), numpy.dual (top-level) +missing module named hypothesis - imported by numpy._pytesttester (delayed) +missing module named com - imported by pip._vendor.appdirs (delayed) +missing module named 'pip._vendor.six.moves' - imported by pip._vendor.pkg_resources (top-level), pip._vendor.html5lib._inputstream (top-level), pip._vendor.html5lib.filters.sanitizer (top-level) +missing module named lxml - imported by pip._vendor.html5lib.treebuilders.etree_lxml (top-level), pip._vendor.html5lib.treewalkers.etree_lxml (top-level) +missing module named 'genshi.core' - imported by pip._vendor.html5lib.treewalkers.genshi (top-level) +missing module named genshi - imported by pip._vendor.html5lib.treewalkers.genshi (top-level) +missing module named _cmsgpack - imported by pip._vendor.msgpack (conditional, optional) +missing module named '__pypy__.builders' - imported by pip._vendor.msgpack.fallback (conditional, optional) +missing module named __pypy__ - imported by pip._vendor.msgpack.fallback (conditional) +missing module named 'backports.ssl_match_hostname' - imported by setuptools.ssl_support (optional), pip._vendor.urllib3.packages.ssl_match_hostname (optional) +missing module named 'pip._vendor.urllib3.packages.six.moves' - imported by pip._vendor.urllib3.exceptions (top-level), pip._vendor.urllib3.connection (top-level), pip._vendor.urllib3.util.response (top-level), pip._vendor.urllib3.connectionpool (top-level), pip._vendor.urllib3.request (top-level), pip._vendor.urllib3.util.queue (top-level), pip._vendor.urllib3.poolmanager (top-level) +missing module named brotli - imported by pip._vendor.urllib3.util.request (optional), pip._vendor.urllib3.response (optional) +missing module named Queue - imported by pip._vendor.urllib3.util.queue (conditional), pip._vendor.distlib.compat (conditional) +missing module named 'OpenSSL.crypto' - imported by pip._vendor.urllib3.contrib.pyopenssl (delayed) +missing module named 'cryptography.x509' - imported by pip._vendor.urllib3.contrib.pyopenssl (delayed, optional) +missing module named 'cryptography.hazmat' - imported by pip._vendor.urllib3.contrib.pyopenssl (top-level) +missing module named cryptography - imported by pip._vendor.urllib3.contrib.pyopenssl (top-level), pip._vendor.requests (conditional, optional) +missing module named OpenSSL - imported by pip._vendor.urllib3.contrib.pyopenssl (top-level) +missing module named wheel - imported by pip._internal.utils.misc (delayed, optional) +missing module named _curses - imported by curses (top-level), curses.has_key (top-level) +missing module named tinyaes - imported by PyInstaller.building.makespec (delayed, conditional, optional), PyInstaller.loader.pyimod02_archive (delayed), PyInstaller.archive.pyz_crypto (delayed) +missing module named 'macholib.MachO' - imported by PyInstaller.depend.dylib (delayed), PyInstaller.utils.osx (top-level), PyInstaller.depend.bindepend (delayed) +missing module named macholib - imported by PyInstaller.depend.dylib (delayed, conditional) +missing module named _pkgutil - imported by PyInstaller.lib.modulegraph.modulegraph (delayed, optional) +missing module named dis3 - imported by PyInstaller.lib.modulegraph._compat (conditional) +missing module named 'macholib.mach_o' - imported by PyInstaller.utils.osx (top-level), PyInstaller.depend.bindepend (delayed) +missing module named PIL - imported by PyInstaller.building.splash (optional) +missing module named 'macholib.util' - imported by PyInstaller.depend.bindepend (delayed), PyInstaller.utils.hooks.tcl_tk (delayed) +missing module named pyimod00_crypto_key - imported by PyInstaller.loader.pyimod02_archive (delayed, optional) +missing module named 'macholib.dyld' - imported by PyInstaller.depend.bindepend (delayed) +missing module named win32ctypes.core._time - imported by win32ctypes.core (top-level), win32ctypes.pywin32.win32api (top-level) +missing module named win32ctypes.core._system_information - imported by win32ctypes.core (top-level), win32ctypes.pywin32.win32api (top-level) +missing module named win32ctypes.core._resource - imported by win32ctypes.core (top-level), win32ctypes.pywin32.win32api (top-level) +missing module named win32ctypes.core._dll - imported by win32ctypes.core (top-level), win32ctypes.pywin32.win32api (top-level) +missing module named win32ctypes.core._common - imported by win32ctypes.core (top-level), win32ctypes.pywin32.win32api (top-level), win32ctypes.pywin32.win32cred (top-level) +missing module named win32ctypes.core._authentication - imported by win32ctypes.core (top-level), win32ctypes.pywin32.win32cred (top-level) +missing module named cffi - imported by win32ctypes.core (optional) +missing module named dummy_threading - imported by numpy.distutils.misc_util (optional), numpy.distutils.ccompiler (optional), pip._vendor.requests.cookies (optional), pip._internal.utils.logging (optional), pip._vendor.distlib.util (optional) +missing module named Cookie - imported by pip._vendor.requests.compat (conditional) +missing module named cookielib - imported by pip._vendor.requests.compat (conditional) +missing module named urllib2 - imported by pip._vendor.requests.compat (conditional), pip._vendor.distlib.compat (conditional) +missing module named urlparse - imported by pip._vendor.requests.compat (conditional), pip._vendor.cachecontrol.compat (optional), pip._vendor.distlib.compat (conditional) +missing module named socks - imported by pip._vendor.urllib3.contrib.socks (optional) +missing module named 'typing.io' - imported by importlib.resources (top-level) +missing module named 'lockfile.mkdirlockfile' - imported by pip._vendor.cachecontrol.caches.file_cache (delayed, optional) +missing module named lockfile - imported by pip._vendor.cachecontrol.caches.file_cache (delayed, optional) +missing module named 'pip._vendor.requests.packages.urllib3' - imported by pip._vendor.cachecontrol.compat (optional) +missing module named cPickle - imported by pip._vendor.cachecontrol.compat (optional) +missing module named cStringIO - imported by cPickle (top-level) +missing module named copy_reg - imported by cPickle (top-level), cStringIO (top-level) +missing module named keyring - imported by pip._internal.network.auth (optional) +missing module named _abcoll - imported by pip._vendor.distlib.compat (optional) +missing module named dummy_thread - imported by pip._vendor.distlib.compat (optional) +missing module named thread - imported by pip._vendor.distlib.compat (optional) +missing module named htmlentitydefs - imported by pip._vendor.distlib.compat (conditional) +missing module named HTMLParser - imported by pip._vendor.distlib.compat (conditional) +missing module named xmlrpclib - imported by pip._vendor.distlib.compat (conditional) +missing module named httplib - imported by pip._vendor.distlib.compat (conditional) +missing module named ConfigParser - imported by pip._vendor.distlib.compat (conditional), pip._vendor.distlib._backport.sysconfig (optional) +missing module named pip.__file__ - imported by pip (top-level), pip._internal.build_env (top-level) +missing module named importlib_metadata - imported by PyInstaller.utils.hooks.conda (conditional), pyvisa (conditional) +missing module named numpy.histogramdd - imported by numpy (delayed), numpy.lib.twodim_base (delayed) diff --git a/DS1054Z version by KK1L/build/PyDSA/xref-PyDSA.html b/DS1054Z version by KK1L/build/PyDSA/xref-PyDSA.html new file mode 100644 index 0000000..f1bb0cf --- /dev/null +++ b/DS1054Z version by KK1L/build/PyDSA/xref-PyDSA.html @@ -0,0 +1,32048 @@ + + + + + modulegraph cross reference for PyDSA.py, pyi_rth__tkinter.py, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgres.py, pyi_rth_pkgutil.py, pyi_rth_win32api.py, pyi_rth_win32comgenpy.py + + + +

modulegraph cross reference for PyDSA.py, pyi_rth__tkinter.py, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgres.py, pyi_rth_pkgutil.py, pyi_rth_win32api.py, pyi_rth_win32comgenpy.py

+ +
+ + PyDSA.py +Script
+imports: + _bootlocale + • _collections_abc + • _weakrefset + • abc + • array + • 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_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 + • math + • numpy + • numpy.fft + • numpy.lib.twodim_base + • operator + • pyi_rth__tkinter.py + • pyi_rth_inspect.py + • pyi_rth_multiprocessing.py + • pyi_rth_pkgres.py + • pyi_rth_pkgutil.py + • pyi_rth_win32api.py + • pyi_rth_win32comgenpy.py + • pyvisa + • re + • reprlib + • sre_compile + • sre_constants + • sre_parse + • sys + • time + • tkinter + • tkinter.font + • tkinter.messagebox + • tkinter.simpledialog + • traceback + • types + • warnings + • weakref + +
+ +
+ +
+ + pyi_rth__tkinter.py +Script
+imports: + os + • sys + +
+
+imported by: + PyDSA.py + +
+ +
+ +
+ + pyi_rth_inspect.py +Script
+imports: + inspect + • os + • sys + +
+
+imported by: + PyDSA.py + +
+ +
+ +
+ + pyi_rth_multiprocessing.py +Script
+imports: + multiprocessing + • multiprocessing.popen_fork + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.spawn + • os + • re + • subprocess + • sys + +
+
+imported by: + PyDSA.py + +
+ +
+ +
+ + pyi_rth_pkgres.py +Script
+imports: + os + • pathlib + • pkg_resources + • pyimod03_importers + • sys + +
+
+imported by: + PyDSA.py + +
+ +
+ +
+ + pyi_rth_pkgutil.py +Script
+imports: + os + • pkgutil + • pyimod03_importers + • sys + +
+
+imported by: + PyDSA.py + +
+ +
+ +
+ + pyi_rth_win32api.py +Script
+imports: + pywintypes + +
+
+imported by: + PyDSA.py + +
+ +
+ +
+ + pyi_rth_win32comgenpy.py +Script
+imports: + 'win32com.gen_py' + • atexit + • os + • shutil + • tempfile + • win32com + +
+
+imported by: + PyDSA.py + +
+ +
+ +
+ + 'OpenSSL.crypto' +MissingModule
+imported by: + pip._vendor.urllib3.contrib.pyopenssl + +
+ +
+ +
+ + '__pypy__.builders' +MissingModule
+imported by: + pip._vendor.msgpack.fallback + +
+ +
+ +
+ + 'backports.ssl_match_hostname' +MissingModule
+imported by: + pip._vendor.urllib3.packages.ssl_match_hostname + • setuptools.ssl_support + +
+ +
+ +
+ + 'com.sun' +MissingModule
+imported by: + pip._vendor.appdirs + • pkg_resources._vendor.appdirs + +
+ +
+ +
+ + 'cryptography.hazmat' +MissingModule
+imported by: + pip._vendor.urllib3.contrib.pyopenssl + +
+ +
+ +
+ + 'cryptography.x509' +MissingModule
+imported by: + pip._vendor.urllib3.contrib.pyopenssl + +
+ +
+ +
+ + 'genshi.core' +MissingModule
+imported by: + pip._vendor.html5lib.treewalkers.genshi + +
+ +
+ +
+ + 'java.lang' +MissingModule
+imported by: + platform + • xml.sax._exceptions + +
+ +
+ +
+ + 'lockfile.mkdirlockfile' +MissingModule
+imported by: + pip._vendor.cachecontrol.caches.file_cache + +
+ +
+ +
+ + 'macholib.MachO' +MissingModule
+imported by: + PyInstaller.depend.bindepend + • PyInstaller.depend.dylib + • PyInstaller.utils.osx + +
+ +
+ +
+ + 'macholib.dyld' +MissingModule
+imported by: + PyInstaller.depend.bindepend + +
+ +
+ +
+ + 'macholib.mach_o' +MissingModule
+imported by: + PyInstaller.depend.bindepend + • PyInstaller.utils.osx + +
+ +
+ +
+ + 'macholib.util' +MissingModule
+imported by: + PyInstaller.depend.bindepend + • PyInstaller.utils.hooks.tcl_tk + +
+ +
+ +
+ + 'nose.plugins' +MissingModule
+imported by: + numpy.testing._private.noseclasses + • numpy.testing._private.nosetester + +
+ +
+ +
+ + 'nose.util' +MissingModule
+imported by: + numpy.testing._private.noseclasses + +
+ +
+ +
+ + 'org.python' +MissingModule
+imported by: + copy + • setuptools.sandbox + • xml.sax + +
+ +
+ +
+ + 'pip._vendor.requests.packages.urllib3' +MissingModule
+imported by: + pip._vendor.cachecontrol.compat + +
+ +
+ +
+ + 'pip._vendor.six.moves' +MissingModule
+imported by: + pip._vendor.html5lib._inputstream + • pip._vendor.html5lib.filters.sanitizer + • pip._vendor.pkg_resources + +
+ +
+ +
+ + 'pip._vendor.urllib3.packages.six.moves' +MissingModule
+imported by: + pip._vendor.urllib3.connection + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.poolmanager + • pip._vendor.urllib3.request + • pip._vendor.urllib3.util.queue + • pip._vendor.urllib3.util.response + +
+ +
+ +
+ + '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' + +
+ +
+ +
+ + 'typing.io' +MissingModule
+imported by: + importlib.resources + +
+ +
+ +
+ + 'win32com.gen_py' +MissingModule
+imported by: + pyi_rth_win32comgenpy.py + • win32com + +
+ +
+ +
+ + ConfigParser +MissingModule
+imported by: + pip._vendor.distlib._backport.sysconfig + • pip._vendor.distlib.compat + +
+ +
+ +
+ + Cookie +MissingModule
+imported by: + pip._vendor.requests.compat + +
+ +
+ +
+ + HTMLParser +MissingModule
+imported by: + pip._vendor.distlib.compat + +
+ +
+ +
+ + OpenSSL +MissingModule
+imported by: + pip._vendor.urllib3.contrib.pyopenssl + +
+ +
+ +
+ + PIL +MissingModule
+imported by: + PyInstaller.building.splash + +
+ +
+ +
+ + PyInstaller +Package
+imports: + PyInstaller + • PyInstaller._recursion_to_deep_message + • PyInstaller.compat + • PyInstaller.log + • PyInstaller.utils.git + • os + • pkg_resources + • sys + +
+
+imported by: + PyInstaller + • PyInstaller.__main__ + • PyInstaller._recursion_to_deep_message + • PyInstaller._shared_with_waf + • PyInstaller.archive + • PyInstaller.building + • PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.building.datastruct + • PyInstaller.building.makespec + • PyInstaller.building.splash + • PyInstaller.building.toc_conversion + • PyInstaller.building.utils + • PyInstaller.compat + • PyInstaller.config + • PyInstaller.configure + • PyInstaller.depend + • PyInstaller.depend.analysis + • PyInstaller.depend.bindepend + • PyInstaller.depend.imphook + • PyInstaller.depend.utils + • PyInstaller.exceptions + • PyInstaller.lib + • PyInstaller.loader + • PyInstaller.log + • PyInstaller.utils + • PyInstaller.utils.hooks + • PyInstaller.utils.hooks.conda + • PyInstaller.utils.hooks.tcl_tk + • PyInstaller.utils.misc + • PyInstaller.utils.win32.icon + • PyInstaller.utils.win32.winmanifest + • PyInstaller.utils.win32.winutils + +
+ +
+ +
+ + PyInstaller.__main__ +SourceModule
+imports: + PyInstaller + • PyInstaller._recursion_to_deep_message + • PyInstaller.building.build_main + • PyInstaller.building.makespec + • PyInstaller.compat + • PyInstaller.log + • argparse + • os + • platform + +
+
+imported by: + __main__ + +
+ +
+ +
+ + PyInstaller._recursion_to_deep_message +SourceModule
+imports: + PyInstaller + +
+
+imported by: + PyInstaller + • PyInstaller.__main__ + +
+ +
+ +
+ + PyInstaller._shared_with_waf +SourceModule
+imports: + PyInstaller + • platform + • re + +
+
+imported by: + PyInstaller.compat + +
+ +
+ +
+ + PyInstaller.archive +Package
+imports: + PyInstaller + • PyInstaller.archive.pyz_crypto + +
+
+imported by: + PyInstaller.archive.pyz_crypto + • PyInstaller.archive.writers + • PyInstaller.building.build_main + +
+ +
+ +
+ + PyInstaller.archive.pyz_crypto +SourceModule
+imports: + PyInstaller.archive + • os + • tinyaes + +
+
+imported by: + PyInstaller.archive + • PyInstaller.building.build_main + +
+ +
+ +
+ + PyInstaller.archive.writers +SourceModule
+imports: + PyInstaller.archive + • PyInstaller.building.utils + • PyInstaller.compat + • PyInstaller.loader.pyimod02_archive + • io + • marshal + • os + • struct + • sys + • types + • zlib + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.splash + +
+ +
+ +
+ + PyInstaller.building +Package
+imports: + PyInstaller + • PyInstaller.building.splash_templates + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.building.datastruct + • PyInstaller.building.makespec + • PyInstaller.building.osx + • PyInstaller.building.splash + • PyInstaller.building.splash_templates + • PyInstaller.building.templates + • PyInstaller.building.toc_conversion + • PyInstaller.building.utils + +
+ +
+ +
+ + PyInstaller.building.api +SourceModule
+imports: + PyInstaller + • PyInstaller.archive.writers + • PyInstaller.building + • PyInstaller.building.datastruct + • PyInstaller.building.utils + • PyInstaller.compat + • PyInstaller.config + • PyInstaller.depend + • PyInstaller.depend.analysis + • PyInstaller.depend.bindepend + • PyInstaller.depend.utils + • PyInstaller.log + • PyInstaller.utils + • PyInstaller.utils.misc + • PyInstaller.utils.osx + • PyInstaller.utils.win32 + • PyInstaller.utils.win32.icon + • PyInstaller.utils.win32.versioninfo + • PyInstaller.utils.win32.winmanifest + • PyInstaller.utils.win32.winresource + • PyInstaller.utils.win32.winutils + • operator + • os + • platform + • pprint + • shutil + • tempfile + +
+
+imported by: + PyInstaller.building.build_main + • PyInstaller.building.osx + +
+ +
+ +
+ + PyInstaller.building.build_main +SourceModule
+imports: + PyInstaller + • PyInstaller.archive + • PyInstaller.archive.pyz_crypto + • PyInstaller.building + • PyInstaller.building.api + • PyInstaller.building.datastruct + • PyInstaller.building.osx + • PyInstaller.building.splash + • PyInstaller.building.toc_conversion + • PyInstaller.building.utils + • PyInstaller.compat + • PyInstaller.config + • PyInstaller.configure + • PyInstaller.depend + • PyInstaller.depend.analysis + • PyInstaller.depend.bindepend + • PyInstaller.depend.utils + • PyInstaller.log + • PyInstaller.utils.misc + • PyInstaller.utils.win32 + • PyInstaller.utils.win32.winmanifest + • glob + • os + • pkg_resources + • pprint + • shutil + • sys + +
+
+imported by: + PyInstaller.__main__ + +
+ +
+ +
+ + PyInstaller.building.datastruct +SourceModule
+imports: + PyInstaller + • PyInstaller.building + • PyInstaller.building.utils + • PyInstaller.config + • PyInstaller.log + • PyInstaller.utils + • PyInstaller.utils.misc + • os + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.building.osx + • PyInstaller.building.splash + • PyInstaller.building.toc_conversion + • PyInstaller.depend.analysis + • PyInstaller.depend.imphookapi + • PyInstaller.utils.hooks.tcl_tk + +
+ +
+ +
+ + PyInstaller.building.makespec +SourceModule
+imports: + PyInstaller + • PyInstaller.building + • PyInstaller.building.templates + • PyInstaller.compat + • PyInstaller.log + • argparse + • os + • sys + • tinyaes + +
+
+imported by: + PyInstaller.__main__ + +
+ +
+ +
+ + PyInstaller.building.osx +SourceModule
+imports: + PyInstaller.building + • PyInstaller.building.api + • PyInstaller.building.datastruct + • PyInstaller.building.utils + • PyInstaller.compat + • PyInstaller.config + • PyInstaller.utils.osx + • os + • plistlib + • shutil + +
+
+imported by: + PyInstaller.building.build_main + +
+ +
+ +
+ + PyInstaller.building.splash +SourceModule
+imports: + PIL + • PyInstaller + • PyInstaller.archive.writers + • PyInstaller.building + • PyInstaller.building.datastruct + • PyInstaller.building.splash_templates + • PyInstaller.building.utils + • PyInstaller.compat + • PyInstaller.config + • PyInstaller.depend + • PyInstaller.depend.bindepend + • PyInstaller.log + • PyInstaller.utils.hooks + • PyInstaller.utils.hooks.tcl_tk + • importlib + • io + • os + • re + • struct + +
+
+imported by: + PyInstaller.building.build_main + +
+ +
+ +
+ + PyInstaller.building.splash_templates +SourceModule
+imports: + PyInstaller.building + • PyInstaller.compat + +
+
+imported by: + PyInstaller.building + • PyInstaller.building.splash + +
+ +
+ +
+ + PyInstaller.building.templates +SourceModule
+imports: + PyInstaller.building + +
+
+imported by: + PyInstaller.building.makespec + +
+ +
+ +
+ + PyInstaller.building.toc_conversion +SourceModule
+imports: + PyInstaller + • PyInstaller.building + • PyInstaller.building.datastruct + • PyInstaller.compat + • PyInstaller.config + • PyInstaller.depend.utils + • PyInstaller.log + • errno + • os + • pkg_resources + • zipfile + +
+
+imported by: + PyInstaller.building.build_main + +
+ +
+ +
+ + PyInstaller.building.utils +SourceModule
+imports: + PyInstaller + • PyInstaller.building + • PyInstaller.compat + • PyInstaller.config + • PyInstaller.depend + • PyInstaller.depend.bindepend + • PyInstaller.depend.dylib + • PyInstaller.log + • PyInstaller.utils + • PyInstaller.utils.misc + • PyInstaller.utils.osx + • PyInstaller.utils.win32 + • PyInstaller.utils.win32.versioninfo + • PyInstaller.utils.win32.winmanifest + • PyInstaller.utils.win32.winresource + • glob + • hashlib + • ntpath + • os + • pkgutil + • platform + • shutil + • struct + • sys + +
+
+imported by: + PyInstaller.archive.writers + • PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.building.datastruct + • PyInstaller.building.osx + • PyInstaller.building.splash + • PyInstaller.depend.imphook + • PyInstaller.depend.imphookapi + • PyInstaller.depend.utils + +
+ +
+ +
+ + PyInstaller.compat +SourceModule
+imports: + PyInstaller + • PyInstaller._shared_with_waf + • PyInstaller.exceptions + • errno + • importlib.machinery + • importlib.util + • os + • platform + • site + • subprocess + • sys + • win32ctypes.pywin32 + • win32ctypes.pywin32.pywintypes + • win32ctypes.pywin32.win32api + +
+
+imported by: + PyInstaller + • PyInstaller.__main__ + • PyInstaller.archive.writers + • PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.building.makespec + • PyInstaller.building.osx + • PyInstaller.building.splash + • PyInstaller.building.splash_templates + • PyInstaller.building.toc_conversion + • PyInstaller.building.utils + • PyInstaller.configure + • PyInstaller.depend.analysis + • PyInstaller.depend.bindepend + • PyInstaller.depend.dylib + • PyInstaller.depend.imphook + • PyInstaller.depend.utils + • PyInstaller.utils.git + • PyInstaller.utils.hooks + • PyInstaller.utils.hooks.conda + • PyInstaller.utils.hooks.tcl_tk + • PyInstaller.utils.misc + • PyInstaller.utils.osx + • PyInstaller.utils.win32.icon + • PyInstaller.utils.win32.versioninfo + • PyInstaller.utils.win32.winmanifest + • PyInstaller.utils.win32.winresource + • PyInstaller.utils.win32.winutils + +
+ +
+ +
+ + PyInstaller.config +SourceModule
+imports: + PyInstaller + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.building.datastruct + • PyInstaller.building.osx + • PyInstaller.building.splash + • PyInstaller.building.toc_conversion + • PyInstaller.building.utils + • PyInstaller.depend.bindepend + • PyInstaller.depend.utils + • PyInstaller.utils.hooks + • PyInstaller.utils.win32.icon + +
+ +
+ +
+ + PyInstaller.configure +SourceModule
+imports: + PyInstaller + • PyInstaller.compat + • PyInstaller.log + • os + +
+
+imported by: + PyInstaller.building.build_main + +
+ +
+ +
+ + PyInstaller.depend +Package
+imports: + PyInstaller + • PyInstaller.depend.bytecode + • PyInstaller.depend.dylib + • PyInstaller.depend.utils + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.building.splash + • PyInstaller.building.utils + • PyInstaller.depend.analysis + • PyInstaller.depend.bindepend + • PyInstaller.depend.bytecode + • PyInstaller.depend.dylib + • PyInstaller.depend.imphook + • PyInstaller.depend.imphookapi + • PyInstaller.depend.utils + • PyInstaller.utils.hooks.tcl_tk + +
+ +
+ +
+ + PyInstaller.depend.analysis +SourceModule
+imports: + PyInstaller + • PyInstaller.building.datastruct + • PyInstaller.compat + • PyInstaller.depend + • PyInstaller.depend.bytecode + • PyInstaller.depend.imphook + • PyInstaller.depend.imphookapi + • PyInstaller.lib.modulegraph.find_modules + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.log + • PyInstaller.utils.hooks + • ast + • collections + • copy + • os + • pkg_resources + • re + • sys + • traceback + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.build_main + +
+ +
+ +
+ + PyInstaller.depend.bindepend +SourceModule
+imports: + 'macholib.MachO' + • 'macholib.dyld' + • 'macholib.mach_o' + • 'macholib.util' + • PyInstaller + • PyInstaller.compat + • PyInstaller.config + • PyInstaller.depend + • PyInstaller.depend.dylib + • PyInstaller.depend.utils + • PyInstaller.log + • PyInstaller.utils.win32 + • PyInstaller.utils.win32.winmanifest + • PyInstaller.utils.win32.winresource + • PyInstaller.utils.win32.winutils + • collections + • ctypes.util + • distutils.sysconfig + • glob + • os + • pefile + • re + • sys + • sysconfig + • zipfile + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.building.splash + • PyInstaller.building.utils + • PyInstaller.utils.hooks.tcl_tk + • PyInstaller.utils.misc + +
+ +
+ +
+ + PyInstaller.depend.bytecode +SourceModule
+imports: + PyInstaller.depend + • dis + • re + • types + +
+
+imported by: + PyInstaller.depend + • PyInstaller.depend.analysis + • PyInstaller.depend.utils + +
+ +
+ +
+ + PyInstaller.depend.dylib +SourceModule
+imports: + 'macholib.MachO' + • PyInstaller.compat + • PyInstaller.depend + • PyInstaller.log + • PyInstaller.utils.win32 + • PyInstaller.utils.win32.winutils + • macholib + • ntpath + • os + • re + +
+
+imported by: + PyInstaller.building.utils + • PyInstaller.depend + • PyInstaller.depend.bindepend + • PyInstaller.depend.utils + +
+ +
+ +
+ + PyInstaller.depend.imphook +SourceModule
+imports: + PyInstaller + • PyInstaller.building.utils + • PyInstaller.compat + • PyInstaller.depend + • PyInstaller.depend.imphookapi + • PyInstaller.exceptions + • PyInstaller.log + • glob + • ntpath + • sys + • weakref + +
+
+imported by: + PyInstaller.depend.analysis + +
+ +
+ +
+ + PyInstaller.depend.imphookapi +SourceModule
+imports: + PyInstaller.building.datastruct + • PyInstaller.building.utils + • PyInstaller.depend + • PyInstaller.lib.modulegraph.modulegraph + +
+
+imported by: + PyInstaller.depend.analysis + • PyInstaller.depend.imphook + +
+ +
+ +
+ + PyInstaller.depend.utils +SourceModule
+imports: + PyInstaller + • PyInstaller.building.utils + • PyInstaller.compat + • PyInstaller.config + • PyInstaller.depend + • PyInstaller.depend.bytecode + • PyInstaller.depend.dylib + • PyInstaller.exceptions + • PyInstaller.lib.modulegraph + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • PyInstaller.log + • ctypes.util + • distutils.spawn + • importlib.util + • io + • marshal + • os + • re + • struct + • types + • zipfile + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.building.toc_conversion + • PyInstaller.depend + • PyInstaller.depend.bindepend + +
+ +
+ +
+ + PyInstaller.exceptions +SourceModule
+imports: + PyInstaller + +
+
+imported by: + PyInstaller.compat + • PyInstaller.depend.imphook + • PyInstaller.depend.utils + • PyInstaller.utils.hooks + +
+ +
+ +
+ + PyInstaller.lib +Package
+imports: + PyInstaller + +
+
+imported by: + PyInstaller.lib.modulegraph + +
+ +
+ +
+ + PyInstaller.lib.modulegraph +Package
+imports: + PyInstaller.lib + • PyInstaller.lib.modulegraph + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • PyInstaller.lib.modulegraph.zipio + +
+
+imported by: + PyInstaller.depend.utils + • PyInstaller.lib.modulegraph + • PyInstaller.lib.modulegraph._compat + • PyInstaller.lib.modulegraph.find_modules + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • PyInstaller.lib.modulegraph.zipio + +
+ +
+ +
+ + PyInstaller.lib.modulegraph._compat +SourceModule
+imports: + PyInstaller.lib.modulegraph + • StringIO + • dis + • dis3 + • io + • sys + • urllib + • urllib.pathname2url + • urllib.request + +
+
+imported by: + PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + +
+ +
+ +
+ + PyInstaller.lib.modulegraph.find_modules +SourceModule
+imports: + PyInstaller.lib.modulegraph + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • imp + • os + • pkgutil + • sys + • warnings + • xml.etree + +
+
+imported by: + PyInstaller.depend.analysis + +
+ +
+ +
+ + PyInstaller.lib.modulegraph.modulegraph +SourceModule
+imports: + PyInstaller.lib.modulegraph + • PyInstaller.lib.modulegraph._compat + • PyInstaller.lib.modulegraph.util + • PyInstaller.lib.modulegraph.zipio + • _pkgutil + • altgraph + • altgraph.ObjectGraph + • ast + • codecs + • collections + • imp + • importlib._bootstrap_external + • importlib.machinery + • marshal + • os + • pkg_resources + • pkgutil + • re + • sys + • warnings + +
+
+imported by: + PyInstaller.depend.analysis + • PyInstaller.depend.imphookapi + • PyInstaller.depend.utils + • PyInstaller.lib.modulegraph + • PyInstaller.lib.modulegraph.find_modules + +
+ +
+ +
+ + PyInstaller.lib.modulegraph.util +SourceModule
+imports: + PyInstaller.lib.modulegraph + • PyInstaller.lib.modulegraph._compat + • imp + • inspect + • marshal + • os + • re + • sys + • warnings + +
+
+imported by: + PyInstaller.depend.utils + • PyInstaller.lib.modulegraph + • PyInstaller.lib.modulegraph.find_modules + • PyInstaller.lib.modulegraph.modulegraph + +
+ +
+ +
+ + PyInstaller.lib.modulegraph.zipio +SourceModule
+imports: + PyInstaller.lib.modulegraph + • StringIO + • errno + • io + • os + • stat + • sys + • time + • zipfile + +
+
+imported by: + PyInstaller.lib.modulegraph + • PyInstaller.lib.modulegraph.modulegraph + +
+ +
+ +
+ + PyInstaller.loader +Package
+imports: + PyInstaller + +
+
+imported by: + PyInstaller.loader.pyimod02_archive + +
+ +
+ +
+ + PyInstaller.loader.pyimod02_archive +SourceModule
+imports: + PyInstaller.loader + • _frozen_importlib + • _thread + • marshal + • pyimod00_crypto_key + • struct + • sys + • tinyaes + • zlib + +
+
+imported by: + PyInstaller.archive.writers + +
+ +
+ +
+ + PyInstaller.log +SourceModule
+imports: + PyInstaller + • logging + +
+
+imported by: + PyInstaller + • PyInstaller.__main__ + • PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.building.datastruct + • PyInstaller.building.makespec + • PyInstaller.building.splash + • PyInstaller.building.toc_conversion + • PyInstaller.building.utils + • PyInstaller.configure + • PyInstaller.depend.analysis + • PyInstaller.depend.bindepend + • PyInstaller.depend.dylib + • PyInstaller.depend.imphook + • PyInstaller.depend.utils + • PyInstaller.utils.hooks + • PyInstaller.utils.hooks.conda + • PyInstaller.utils.hooks.tcl_tk + • PyInstaller.utils.misc + • PyInstaller.utils.osx + • PyInstaller.utils.win32.icon + • PyInstaller.utils.win32.winmanifest + • PyInstaller.utils.win32.winresource + • PyInstaller.utils.win32.winutils + +
+ +
+ +
+ + PyInstaller.utils +Package
+imports: + PyInstaller + • PyInstaller.utils.misc + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.datastruct + • PyInstaller.building.utils + • PyInstaller.utils._gitrevision + • PyInstaller.utils.git + • PyInstaller.utils.hooks + • PyInstaller.utils.hooks.tcl_tk + • PyInstaller.utils.misc + • PyInstaller.utils.osx + • PyInstaller.utils.win32 + +
+ +
+ +
+ + PyInstaller.utils._gitrevision +SourceModule
+imports: + PyInstaller.utils + +
+
+imported by: + PyInstaller.utils.git + +
+ +
+ +
+ + PyInstaller.utils.git +SourceModule
+imports: + PyInstaller.compat + • PyInstaller.utils + • PyInstaller.utils._gitrevision + • os + +
+
+imported by: + PyInstaller + +
+ +
+ +
+ + PyInstaller.utils.hooks +Package
+imports: + PyInstaller + • PyInstaller.compat + • PyInstaller.config + • PyInstaller.exceptions + • PyInstaller.log + • PyInstaller.utils + • PyInstaller.utils.hooks + • PyInstaller.utils.hooks.conda + • PyInstaller.utils.hooks.win32 + • collections + • copy + • glob + • os + • pathlib + • pkg_resources + • pkgutil + • subprocess + • sys + • textwrap + • typing + +
+
+imported by: + PyInstaller.building.splash + • PyInstaller.depend.analysis + • PyInstaller.utils.hooks + • PyInstaller.utils.hooks.conda + • PyInstaller.utils.hooks.tcl_tk + • PyInstaller.utils.hooks.win32 + +
+ +
+ +
+ + PyInstaller.utils.hooks.conda +SourceModule
+imports: + PyInstaller + • PyInstaller.compat + • PyInstaller.log + • PyInstaller.utils.hooks + • collections + • fnmatch + • importlib.metadata + • importlib_metadata + • json + • pathlib + • sys + • typing + +
+
+imported by: + PyInstaller.utils.hooks + +
+ +
+ +
+ + PyInstaller.utils.hooks.tcl_tk +SourceModule
+imports: + 'macholib.util' + • PyInstaller + • PyInstaller.building.datastruct + • PyInstaller.compat + • PyInstaller.depend + • PyInstaller.depend.bindepend + • PyInstaller.log + • PyInstaller.utils + • PyInstaller.utils.hooks + • locale + • os + +
+
+imported by: + PyInstaller.building.splash + +
+ +
+ +
+ + PyInstaller.utils.hooks.win32 +SourceModule
+imports: + PyInstaller.utils.hooks + +
+
+imported by: + PyInstaller.utils.hooks + +
+ +
+ +
+ + PyInstaller.utils.misc +SourceModule
+imports: + PyInstaller + • PyInstaller.compat + • PyInstaller.depend.bindepend + • PyInstaller.log + • PyInstaller.utils + • PyInstaller.utils.win32 + • PyInstaller.utils.win32.versioninfo + • codecs + • glob + • os + • pprint + • py_compile + • sys + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.building.datastruct + • PyInstaller.building.utils + • PyInstaller.utils + +
+ +
+ +
+ + PyInstaller.utils.osx +SourceModule
+imports: + 'macholib.MachO' + • 'macholib.mach_o' + • PyInstaller.compat + • PyInstaller.log + • PyInstaller.utils + • os + • shutil + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.osx + • PyInstaller.building.utils + +
+ +
+ +
+ + PyInstaller.utils.win32 +Package
+imports: + PyInstaller.utils + • PyInstaller.utils.win32.icon + • PyInstaller.utils.win32.versioninfo + • PyInstaller.utils.win32.winmanifest + • PyInstaller.utils.win32.winresource + • PyInstaller.utils.win32.winutils + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.building.utils + • PyInstaller.depend.bindepend + • PyInstaller.depend.dylib + • PyInstaller.utils.misc + • PyInstaller.utils.win32.icon + • PyInstaller.utils.win32.versioninfo + • PyInstaller.utils.win32.winmanifest + • PyInstaller.utils.win32.winresource + • PyInstaller.utils.win32.winutils + +
+ +
+ +
+ + PyInstaller.utils.win32.icon +SourceModule
+imports: + PyInstaller + • PyInstaller.compat + • PyInstaller.config + • PyInstaller.log + • PyInstaller.utils.win32 + • ntpath + • struct + • sys + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.utils.win32 + +
+ +
+ +
+ + PyInstaller.utils.win32.versioninfo +SourceModule
+imports: + PyInstaller.compat + • PyInstaller.utils.win32 + • codecs + • pefile + • pprint + • struct + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.utils + • PyInstaller.utils.misc + • PyInstaller.utils.win32 + +
+ +
+ +
+ + PyInstaller.utils.win32.winmanifest +SourceModule
+imports: + PyInstaller + • PyInstaller.compat + • PyInstaller.log + • PyInstaller.utils.win32 + • PyInstaller.utils.win32.winresource + • glob + • hashlib + • os + • sys + • xml + • xml.dom + • xml.dom.minidom + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.build_main + • PyInstaller.building.utils + • PyInstaller.depend.bindepend + • PyInstaller.utils.win32 + +
+ +
+ +
+ + PyInstaller.utils.win32.winresource +SourceModule
+imports: + PyInstaller.compat + • PyInstaller.log + • PyInstaller.utils.win32 + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.building.utils + • PyInstaller.depend.bindepend + • PyInstaller.utils.win32 + • PyInstaller.utils.win32.winmanifest + +
+ +
+ +
+ + PyInstaller.utils.win32.winutils +SourceModule
+imports: + PyInstaller + • PyInstaller.compat + • PyInstaller.log + • PyInstaller.utils.win32 + • os + • pefile + • sys + +
+
+imported by: + PyInstaller.building.api + • PyInstaller.depend.bindepend + • PyInstaller.depend.dylib + • PyInstaller.utils.win32 + +
+ +
+ +
+ + Queue +MissingModule
+imported by: + pip._vendor.distlib.compat + • pip._vendor.urllib3.util.queue + +
+ +
+ +
+ + StringIO +MissingModule
+imported by: + PyInstaller.lib.modulegraph._compat + • PyInstaller.lib.modulegraph.zipio + • pip._vendor.distlib.compat + • pip._vendor.requests.compat + • pip._vendor.six + • pip._vendor.urllib3.packages.six + • pkg_resources._vendor.six + • setuptools._vendor.six + +
+ +
+ +
+ + __builtin__ +MissingModule
+imported by: + pip._vendor.distlib._backport.tarfile + • pip._vendor.distlib.compat + • pip._vendor.pyparsing + • pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + +
+ +
+ +
+ + __future__ +SourceModule
+imported by: + codeop + • doctest + • ordlookup + • pefile + • pip._vendor + • pip._vendor.cachecontrol.caches.redis_cache + • pip._vendor.distlib._backport.tarfile + • pip._vendor.distlib.compat + • pip._vendor.distlib.resources + • pip._vendor.html5lib + • pip._vendor.html5lib._ihatexml + • pip._vendor.html5lib._inputstream + • pip._vendor.html5lib._tokenizer + • pip._vendor.html5lib._trie + • pip._vendor.html5lib._trie._base + • pip._vendor.html5lib._trie.py + • pip._vendor.html5lib._utils + • pip._vendor.html5lib.constants + • pip._vendor.html5lib.filters.alphabeticalattributes + • pip._vendor.html5lib.filters.base + • pip._vendor.html5lib.filters.inject_meta_charset + • pip._vendor.html5lib.filters.optionaltags + • pip._vendor.html5lib.filters.sanitizer + • pip._vendor.html5lib.filters.whitespace + • pip._vendor.html5lib.html5parser + • pip._vendor.html5lib.serializer + • pip._vendor.html5lib.treebuilders + • pip._vendor.html5lib.treebuilders.base + • pip._vendor.html5lib.treebuilders.dom + • pip._vendor.html5lib.treebuilders.etree + • pip._vendor.html5lib.treebuilders.etree_lxml + • pip._vendor.html5lib.treewalkers + • pip._vendor.html5lib.treewalkers.base + • pip._vendor.html5lib.treewalkers.dom + • pip._vendor.html5lib.treewalkers.etree + • pip._vendor.html5lib.treewalkers.etree_lxml + • pip._vendor.html5lib.treewalkers.genshi + • pip._vendor.pkg_resources + • pip._vendor.progress + • pip._vendor.progress.bar + • pip._vendor.progress.spinner + • pip._vendor.six + • pip._vendor.urllib3 + • pip._vendor.urllib3._collections + • pip._vendor.urllib3.connection + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.contrib._securetransport.bindings + • pip._vendor.urllib3.contrib.pyopenssl + • pip._vendor.urllib3.contrib.securetransport + • pip._vendor.urllib3.contrib.socks + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.fields + • pip._vendor.urllib3.filepost + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.six + • pip._vendor.urllib3.poolmanager + • pip._vendor.urllib3.request + • pip._vendor.urllib3.response + • pip._vendor.urllib3.util + • pip._vendor.urllib3.util.connection + • pip._vendor.urllib3.util.request + • pip._vendor.urllib3.util.response + • pip._vendor.urllib3.util.retry + • pip._vendor.urllib3.util.ssl_ + • pip._vendor.urllib3.util.timeout + • pip._vendor.urllib3.util.url + • pip._vendor.webencodings + • pip._vendor.webencodings.x_user_defined + • 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 + • 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.core.ctypes._authentication + • win32ctypes.core.ctypes._common + • win32ctypes.core.ctypes._dll + • win32ctypes.core.ctypes._nl_support + • win32ctypes.core.ctypes._resource + • win32ctypes.core.ctypes._system_information + • win32ctypes.core.ctypes._time + • win32ctypes.core.ctypes._util + • win32ctypes.pywin32 + • win32ctypes.pywin32.pywintypes + • win32ctypes.pywin32.win32api + • win32ctypes.pywin32.win32cred + +
+ +
+ +
+ + __main__ +SourceModule
+imports: + PyInstaller.__main__ + • re + • sys + +
+
+imported by: + pip._vendor.pkg_resources + +
+ +
+ +
+ + __pypy__ +MissingModule
+imported by: + pip._vendor.msgpack.fallback + +
+ +
+ +
+ + _abc (builtin module)
+imported by: + abc + +
+ +
+ +
+ + _abcoll +MissingModule
+imported by: + pip._vendor.distlib.compat + +
+ +
+ +
+ + _aix_support +SourceModule
+imports: + _bootsubprocess + • subprocess + • sys + • sysconfig + +
+
+imported by: + distutils.util + • pip._vendor.distlib.util + • sysconfig + +
+ +
+ +
+ + _ast (builtin module)
+imported by: + ast + +
+ +
+ +
+ + _asyncio c:\users\kk1l\appdata\local\programs\python\python39\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: + PyDSA.py + • locale + +
+ +
+ +
+ + _bootsubprocess +SourceModule
+imports: + os + +
+
+imported by: + _aix_support + +
+ +
+ +
+ + _bz2 c:\users\kk1l\appdata\local\programs\python\python39\DLLs\_bz2.pyd
+imported by: + bz2 + +
+ +
+ +
+ + _cmsgpack +MissingModule
+imported by: + pip._vendor.msgpack + +
+ +
+ +
+ + _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: + PyDSA.py + • collections + • collections.abc + • contextlib + • locale + • os + • pathlib + • random + • types + • typing_extensions + • 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:\users\kk1l\appdata\local\programs\python\python39\DLLs\_ctypes.pyd
+imported by: + ctypes + • ctypes.macholib.dyld + • 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:\users\kk1l\appdata\local\programs\python\python39\DLLs\_decimal.pyd
+imported by: + decimal + +
+ +
+ +
+ + _dummy_thread +MissingModule
+imported by: + numpy.core.arrayprint + +
+ +
+ +
+ + _elementtree c:\users\kk1l\appdata\local\programs\python\python39\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 + • pip._vendor.distlib.resources + • zipimport + +
+ +
+ +
+ + _frozen_importlib_external +MissingModule
+imported by: + importlib + • importlib._bootstrap + • importlib.abc + • pip._vendor.distlib.resources + • zipimport + +
+ +
+ +
+ + _functools (builtin module)
+imported by: + functools + +
+ +
+ +
+ + _hashlib c:\users\kk1l\appdata\local\programs\python\python39\DLLs\_hashlib.pyd
+imported by: + hashlib + • hmac + +
+ +
+ +
+ + _heapq (builtin module)
+imported by: + heapq + +
+ +
+ +
+ + _imp (builtin module)
+imported by: + distutils.sysconfig + • imp + • importlib + • importlib.machinery + • importlib.util + • pip._vendor.pkg_resources + • 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:\users\kk1l\appdata\local\programs\python\python39\DLLs\_lzma.pyd
+imported by: + lzma + +
+ +
+ +
+ + _manylinux +MissingModule
+imported by: + pip._vendor.packaging._manylinux + • 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:\users\kk1l\appdata\local\programs\python\python39\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 + • pip._vendor.distlib.util + • sysconfig + +
+ +
+ +
+ + _overlapped c:\users\kk1l\appdata\local\programs\python\python39\DLLs\_overlapped.pyd
+imported by: + asyncio.windows_events + +
+ +
+ +
+ + _pickle (builtin module)
+imports: + _compat_pickle + • codecs + • copyreg + +
+
+imported by: + pickle + +
+ +
+ +
+ + _pkgutil +MissingModule
+imported by: + PyInstaller.lib.modulegraph.modulegraph + +
+ +
+ +
+ + _posixshmem +MissingModule
+imported by: + multiprocessing.resource_tracker + • multiprocessing.shared_memory + +
+ +
+ +
+ + _posixsubprocess +MissingModule
+imports: + gc + +
+
+imported by: + multiprocessing.util + • subprocess + +
+ +
+ +
+ + _py_abc +SourceModule
+imports: + _weakrefset + +
+
+imported by: + abc + +
+ +
+ +
+ + _pydecimal +SourceModule
+imports: + collections + • contextvars + • itertools + • locale + • math + • numbers + • re + • sys + +
+
+imported by: + decimal + +
+ +
+ +
+ + _queue c:\users\kk1l\appdata\local\programs\python\python39\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:\users\kk1l\appdata\local\programs\python\python39\DLLs\_socket.pyd
+imported by: + socket + +
+ +
+ +
+ + _sre (builtin module)
+imports: + copy + • re + +
+
+imported by: + sre_compile + • sre_constants + +
+ +
+ +
+ + _ssl c:\users\kk1l\appdata\local\programs\python\python39\DLLs\_ssl.pyd
+imports: + socket + +
+
+imported by: + pip._internal.network.session + • pip._internal.utils.compat + • ssl + +
+ +
+ +
+ + _stat (builtin module)
+imported by: + stat + +
+ +
+ +
+ + _statistics (builtin module)
+imported by: + statistics + +
+ +
+ +
+ + _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 + +
+ +
+ +
+ + _thread (builtin module)
+imported by: + PyInstaller.loader.pyimod02_archive + • _strptime + • asyncio.base_futures + • dataclasses + • functools + • numpy.core.arrayprint + • pip._vendor.pyparsing + • pkg_resources._vendor.pyparsing + • reprlib + • setuptools._vendor.pyparsing + • tempfile + • test.support + • threading + +
+ +
+ +
+ + _threading_local +SourceModule
+imports: + contextlib + • threading + • weakref + +
+
+imported by: + threading + +
+ +
+ +
+ + _tkinter c:\users\kk1l\appdata\local\programs\python\python39\DLLs\_tkinter.pyd
+imported by: + tkinter + +
+ +
+ +
+ + _tracemalloc (builtin module)
+imported by: + tracemalloc + +
+ +
+ +
+ + _uuid c:\users\kk1l\appdata\local\programs\python\python39\DLLs\_uuid.pyd
+imported by: + uuid + +
+ +
+ +
+ + _warnings (builtin module)
+imported by: + warnings + +
+ +
+ +
+ + _weakref (builtin module)
+imported by: + _weakrefset + • collections + • weakref + • xml.sax.expatreader + +
+ +
+ +
+ + _weakrefset +SourceModule
+imports: + _weakref + • types + +
+
+imported by: + PyDSA.py + • _py_abc + • multiprocessing.process + • threading + • weakref + +
+ +
+ +
+ + _win32sysloader C:\Users\KK1L\AppData\Roaming\Python\Python39\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: + pip._vendor.appdirs + • pip._vendor.requests.utils + • pkg_resources._vendor.appdirs + • platform + +
+ +
+ +
+ + abc +SourceModule
+imports: + _abc + • _py_abc + +
+
+imported by: + PyDSA.py + • _collections_abc + • contextlib + • email._policybase + • functools + • importlib.abc + • importlib.metadata + • inspect + • io + • multiprocessing.reduction + • numbers + • numpy.compat.py3k + • numpy.polynomial._polybase + • os + • pip._vendor.packaging.specifiers + • pip._vendor.tenacity + • pip._vendor.tenacity.retry + • pip._vendor.tenacity.stop + • pip._vendor.tenacity.wait + • pkg_resources._vendor.packaging.specifiers + • selectors + • setuptools._vendor.packaging.specifiers + • typing + • typing_extensions + +
+ +
+ +
+ + altgraph +Package
+imports: + pkg_resources + +
+
+imported by: + PyInstaller.lib.modulegraph.modulegraph + • altgraph.Graph + • altgraph.GraphUtil + • altgraph.ObjectGraph + +
+ +
+ +
+ + altgraph.Graph +SourceModule
+imports: + altgraph + • collections + +
+
+imported by: + altgraph.GraphUtil + • altgraph.ObjectGraph + +
+ +
+ +
+ + altgraph.GraphUtil +SourceModule
+imports: + altgraph + • altgraph.Graph + • collections + • random + +
+
+imported by: + altgraph.ObjectGraph + +
+ +
+ +
+ + altgraph.ObjectGraph +SourceModule
+imports: + altgraph + • altgraph.Graph + • altgraph.GraphUtil + +
+
+imported by: + PyInstaller.lib.modulegraph.modulegraph + +
+ +
+ +
+ + argparse +SourceModule
+imports: + copy + • gettext + • os + • re + • shutil + • sys + • textwrap + • warnings + +
+
+imported by: + PyInstaller.__main__ + • PyInstaller.building.makespec + • ast + • calendar + • code + • compileall + • dis + • doctest + • gzip + • http.server + • inspect + • pip._vendor.distro + • tarfile + • tokenize + • unittest.main + • zipfile + +
+ +
+ +
+ + array (builtin module)
+imported by: + PyDSA.py + • multiprocessing.dummy + • multiprocessing.managers + • multiprocessing.reduction + • pip._vendor.appdirs + • pkg_resources._vendor.appdirs + • setuptools.py33compat + • socket + • tornado.util + +
+ +
+ +
+ + ast +SourceModule
+imports: + _ast + • argparse + • collections + • contextlib + • enum + • inspect + • sys + • warnings + +
+
+imported by: + PyInstaller.depend.analysis + • 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.threads + • 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.threads + • asyncio.transports + • asyncio.trsock + • asyncio.unix_events + • asyncio.windows_events + • asyncio.windows_utils + • pip._vendor.tenacity._asyncio + • tornado.concurrent + • tornado.gen + • tornado.ioloop + • tornado.iostream + • tornado.platform.asyncio + • 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.unix_events + +
+ +
+ +
+ + asyncio.base_futures +SourceModule
+imports: + _thread + • 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.runners + • asyncio.streams + • asyncio.tasks + • asyncio.unix_events + +
+ +
+ +
+ + asyncio.events +SourceModule
+imports: + _asyncio + • asyncio + • asyncio.DefaultEventLoopPolicy + • 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.threads + • asyncio.unix_events + • asyncio.windows_events + • test.support + +
+ +
+ +
+ + asyncio.exceptions +SourceModule
+imports: + asyncio + +
+
+imported by: + asyncio + • asyncio.base_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.proactor_events + • asyncio.selector_events + • asyncio.tasks + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.locks +SourceModule
+imports: + asyncio + • asyncio.events + • asyncio.exceptions + • collections + • 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.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.threads +SourceModule
+imports: + asyncio + • asyncio.events + • contextvars + • functools + +
+
+imported by: + asyncio + +
+ +
+ +
+ + 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: + colorama.initialise + • logging + • multiprocessing.util + • numpy.distutils.misc_util + • pip._vendor.colorama.initialise + • pyi_rth_win32comgenpy.py + • pyvisa.highlevel + • setuptools.ssl_support + • tornado.platform.asyncio + • tornado.util + • weakref + +
+ +
+ +
+ + base64 +SourceModule
+imports: + binascii + • getopt + • re + • struct + • sys + +
+
+imported by: + email._encoded_words + • email.base64mime + • email.encoders + • encodings.base64_codec + • http.server + • logging.handlers + • pip._internal.operations.install.wheel + • pip._vendor.cachecontrol.serialize + • pip._vendor.requests.auth + • pip._vendor.urllib3.contrib._securetransport.low_level + • pip._vendor.urllib3.util.request + • secrets + • setuptools.package_index + • smtplib + • ssl + • urllib.request + • xmlrpc.client + +
+ +
+ +
+ + bdb +SourceModule
+imports: + fnmatch + • inspect + • linecache + • os + • reprlib + • sys + +
+
+imported by: + pdb + +
+ +
+ +
+ + binascii (builtin module)
+imported by: + base64 + • email._encoded_words + • email.base64mime + • email.contentmanager + • email.header + • encodings.hex_codec + • encodings.uu_codec + • http.server + • pip._vendor.urllib3.filepost + • pip._vendor.urllib3.util.ssl_ + • plistlib + • quopri + • secrets + • tornado.process + • uu + • zipfile + +
+ +
+ +
+ + bisect +SourceModule
+imports: + _bisect + +
+
+imported by: + multiprocessing.heap + • pip._vendor.distlib.resources + • pip._vendor.html5lib._trie.py + • pip._vendor.idna.core + • pip._vendor.idna.intranges + • random + • statistics + • urllib.request + +
+ +
+ +
+ + brotli +MissingModule
+imported by: + pip._vendor.urllib3.response + • pip._vendor.urllib3.util.request + +
+ +
+ +
+ + builtins (builtin module)
+imported by: + 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 + • pip._vendor.distlib._backport.tarfile + • pip._vendor.distlib.compat + • pydoc + • reprlib + • subprocess + • tarfile + • tokenize + • tornado.gen + • warnings + +
+ +
+ +
+ + bz2 +SourceModule
+imports: + _bz2 + • _compression + • builtins + • io + • os + • threading + +
+
+imported by: + encodings.bz2_codec + • fileinput + • numpy.lib._datasource + • pip._internal.utils.unpacking + • pip._vendor.distlib._backport.shutil + • pip._vendor.distlib._backport.tarfile + • shutil + • tarfile + • test.support + • zipfile + +
+ +
+ +
+ + cPickle +MissingModule
+imports: + cStringIO + • copy_reg + +
+
+imported by: + pip._vendor.cachecontrol.compat + +
+ +
+ +
+ + cStringIO +MissingModule
+imports: + copy_reg + +
+
+imported by: + cPickle + +
+ +
+ +
+ + calendar +SourceModule
+imports: + argparse + • datetime + • itertools + • locale + • sys + +
+
+imported by: + _strptime + • email._parseaddr + • http.cookiejar + • pip._vendor.cachecontrol.controller + • pip._vendor.requests.cookies + • ssl + +
+ +
+ +
+ + cffi +MissingModule
+imported by: + win32ctypes.core + +
+ +
+ +
+ + cgi +SourceModule
+imports: + collections.abc + • email.message + • email.parser + • html + • io + • locale + • os + • re + • sys + • tempfile + • traceback + • urllib.parse + +
+
+imported by: + distutils.config + • pip._internal.index.collector + • pip._vendor.distlib.compat + +
+ +
+ +
+ + 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: + PyDSA.py + • 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_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 + • pefile + • pickle + • pip._internal.utils.encoding + • pip._vendor.chardet.universaldetector + • pip._vendor.distlib._backport.sysconfig + • pip._vendor.distlib.compat + • pip._vendor.distlib.util + • pip._vendor.html5lib._inputstream + • pip._vendor.html5lib.serializer + • pip._vendor.requests.utils + • pip._vendor.urllib3.filepost + • pip._vendor.webencodings + • pip._vendor.webencodings.x_user_defined + • plistlib + • tokenize + • 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.Mapping + • collections.MutableMapping + • collections.MutableSet + • collections.Sequence + • copy + • heapq + • itertools + • keyword + • operator + • reprlib + • sys + • warnings + +
+
+imported by: + PyDSA.py + • PyInstaller.depend.analysis + • PyInstaller.depend.bindepend + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.utils.hooks + • PyInstaller.utils.hooks.conda + • _pydecimal + • altgraph.Graph + • altgraph.GraphUtil + • ast + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.locks + • asyncio.proactor_events + • asyncio.queues + • asyncio.selector_events + • asyncio.sslproto + • collections.abc + • concurrent.futures._base + • configparser + • contextlib + • difflib + • dis + • doctest + • email.feedparser + • functools + • importlib.metadata + • inspect + • lib2to3.btm_matcher + • lib2to3.refactor + • multiprocessing.heap + • multiprocessing.pool + • multiprocessing.queues + • numpy.core.overrides + • numpy.core.records + • numpy.testing._private.parameterized + • pefile + • pip._internal.build_env + • pip._internal.commands + • pip._internal.index.collector + • pip._internal.operations.install.wheel + • pip._internal.pyproject + • pip._internal.req + • pip._internal.req.req_set + • pip._vendor.chardet.sbcharsetprober + • pip._vendor.distlib._backport.shutil + • pip._vendor.distlib.compat + • pip._vendor.distlib.util + • pip._vendor.html5lib._tokenizer + • pip._vendor.html5lib._trie._base + • pip._vendor.html5lib._utils + • pip._vendor.html5lib.filters.alphabeticalattributes + • pip._vendor.html5lib.treebuilders.dom + • pip._vendor.html5lib.treebuilders.etree_lxml + • pip._vendor.html5lib.treewalkers.etree + • pip._vendor.html5lib.treewalkers.etree_lxml + • pip._vendor.msgpack.ext + • pip._vendor.packaging._manylinux + • pip._vendor.packaging.version + • pip._vendor.pkg_resources + • pip._vendor.progress + • pip._vendor.pyparsing + • pip._vendor.requests.compat + • pip._vendor.requests.sessions + • pip._vendor.requests.structures + • pip._vendor.requests.utils + • pip._vendor.urllib3._collections + • pip._vendor.urllib3.poolmanager + • pip._vendor.urllib3.util.queue + • pip._vendor.urllib3.util.retry + • pip._vendor.urllib3.util.url + • pkg_resources + • pkg_resources._vendor.packaging.version + • pkg_resources._vendor.pyparsing + • pkgutil + • platform + • pprint + • pydoc + • pyvisa.attributes + • pyvisa.ctwrapper.highlevel + • pyvisa.highlevel + • pyvisa.rname + • pyvisa.util + • 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 + • statistics + • string + • threading + • tokenize + • tornado.gen + • tornado.iostream + • traceback + • typing + • typing_extensions + • unittest._log + • unittest.case + • unittest.util + • urllib.parse + • xml.etree.ElementTree + +
+ +
+ +
+ + collections.Callable +MissingModule
+imported by: + collections + • pip._vendor.distlib._backport.shutil + • pip._vendor.requests.compat + +
+ +
+ +
+ + collections.Iterable +MissingModule
+imported by: + collections + • pip._vendor.pyparsing + • pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + +
+ +
+ +
+ + collections.Mapping +MissingModule
+imported by: + collections + • pip._vendor.html5lib._trie._base + • pip._vendor.html5lib._utils + • pip._vendor.pyparsing + • pip._vendor.requests.compat + • pip._vendor.urllib3._collections + +
+ +
+ +
+ + collections.MutableMapping +MissingModule
+imported by: + collections + • pip._vendor.distlib.compat + • pip._vendor.html5lib.treebuilders.dom + • pip._vendor.html5lib.treebuilders.etree_lxml + • pip._vendor.pyparsing + • pip._vendor.requests.compat + • pip._vendor.urllib3._collections + • pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + +
+ +
+ +
+ + collections.MutableSet +MissingModule
+imported by: + collections + • setuptools._vendor.ordered_set + +
+ +
+ +
+ + collections.Sequence +MissingModule
+imported by: + collections + • setuptools._vendor.ordered_set + +
+ +
+ +
+ + collections.abc +SourceModule
+imports: + _collections_abc + • collections + +
+
+imported by: + PyDSA.py + • asyncio.base_events + • asyncio.coroutines + • cgi + • configparser + • http.client + • inspect + • logging + • numpy.core._ufunc_config + • numpy.lib.function_base + • numpy.lib.npyio + • numpy.testing._private.decorators + • pip._vendor.distlib._backport.shutil + • pip._vendor.distlib.compat + • pip._vendor.html5lib._trie._base + • pip._vendor.html5lib._utils + • pip._vendor.html5lib.treebuilders.dom + • pip._vendor.html5lib.treebuilders.etree_lxml + • pip._vendor.pyparsing + • pip._vendor.requests.compat + • pip._vendor.urllib3._collections + • pkg_resources._vendor.pyparsing + • selectors + • setuptools._vendor.ordered_set + • setuptools._vendor.pyparsing + • test.support + • tornado.gen + • tracemalloc + • typing + • typing_extensions + • xml.etree.ElementTree + +
+ +
+ +
+ + colorama +Package
+imports: + colorama + • colorama.ansi + • colorama.ansitowin32 + • colorama.initialise + • colorama.win32 + +
+
+imported by: + colorama + • colorama.ansi + • colorama.ansitowin32 + • colorama.initialise + • colorama.win32 + • colorama.winterm + • tornado.log + +
+ +
+ +
+ + colorama.ansi +SourceModule
+imports: + colorama + +
+
+imported by: + colorama + • colorama.ansitowin32 + +
+ +
+ +
+ + colorama.ansitowin32 +SourceModule
+imports: + colorama + • colorama.ansi + • colorama.win32 + • colorama.winterm + • os + • re + • sys + +
+
+imported by: + colorama + • colorama.initialise + +
+ +
+ +
+ + colorama.initialise +SourceModule
+imports: + atexit + • colorama + • colorama.ansitowin32 + • contextlib + • sys + +
+
+imported by: + colorama + +
+ +
+ +
+ + colorama.win32 +SourceModule
+imports: + colorama + • ctypes + • ctypes.wintypes + +
+
+imported by: + colorama + • colorama.ansitowin32 + • colorama.winterm + +
+ +
+ +
+ + colorama.winterm +SourceModule
+imports: + colorama + • colorama.win32 + +
+
+imported by: + colorama.ansitowin32 + +
+ +
+ +
+ + com +MissingModule
+imported by: + pip._vendor.appdirs + +
+ +
+ +
+ + commctrl +SourceModule
+imported by: + pywin.dialogs.list + +
+ +
+ +
+ + compileall +SourceModule
+imports: + argparse + • concurrent.futures + • filecmp + • functools + • importlib.util + • os + • pathlib + • py_compile + • re + • struct + • sys + +
+
+imported by: + pip._internal.operations.install.wheel + +
+ +
+ +
+ + concurrent +Package
+imported by: + concurrent.futures + • pip._vendor.tenacity + • tornado.concurrent + +
+ +
+ +
+ + concurrent.futures +Package
+imports: + concurrent + • concurrent.futures._base + • concurrent.futures.process + • concurrent.futures.thread + +
+
+imported by: + asyncio.base_events + • asyncio.futures + • asyncio.tasks + • compileall + • concurrent.futures._base + • concurrent.futures.process + • concurrent.futures.thread + • distutils.command.build_ext + • pip._vendor.tenacity + • tornado.concurrent + • tornado.gen + • tornado.ioloop + • tornado.netutil + • tornado.platform.asyncio + +
+ +
+ +
+ + concurrent.futures._base +SourceModule
+imports: + collections + • concurrent.futures + • logging + • threading + • time + • types + +
+
+imported by: + concurrent.futures + • concurrent.futures.process + • concurrent.futures.thread + +
+ +
+ +
+ + concurrent.futures.process +SourceModule
+imports: + concurrent.futures + • concurrent.futures._base + • functools + • itertools + • multiprocessing + • multiprocessing.connection + • multiprocessing.queues + • os + • queue + • sys + • threading + • traceback + • weakref + +
+
+imported by: + concurrent.futures + +
+ +
+ +
+ + concurrent.futures.thread +SourceModule
+imports: + concurrent.futures + • concurrent.futures._base + • itertools + • os + • queue + • threading + • types + • 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 + • logging.config + • numpy.distutils.npy_pkg_config + • numpy.distutils.system_info + • pip._internal.configuration + • pip._internal.exceptions + • pip._internal.vcs.mercurial + • pip._vendor.distlib._backport.sysconfig + • pip._vendor.distlib.compat + • pyvisa.util + +
+ +
+ +
+ + contextlib +SourceModule
+imports: + _collections_abc + • abc + • collections + • functools + • sys + • types + +
+
+imported by: + _osx_support + • _threading_local + • ast + • asyncio.staggered + • colorama.initialise + • distutils.command.build_ext + • getpass + • http.server + • importlib._common + • importlib.metadata + • importlib.resources + • importlib.util + • numpy.core._ufunc_config + • numpy.core.arrayprint + • numpy.lib._datasource + • numpy.lib.histograms + • numpy.lib.npyio + • numpy.testing._private.utils + • pip._internal.build_env + • pip._internal.cli.command_context + • pip._internal.cli.parser + • pip._internal.cli.spinners + • pip._internal.network.cache + • pip._internal.operations.install.wheel + • pip._internal.utils.filesystem + • pip._internal.utils.logging + • pip._internal.utils.misc + • pip._internal.utils.temp_dir + • pip._vendor.colorama.initialise + • pip._vendor.distlib.util + • pip._vendor.packaging._musllinux + • pip._vendor.pep517.in_process + • pip._vendor.pep517.wrappers + • pip._vendor.pyparsing + • pip._vendor.requests.utils + • pip._vendor.urllib3.contrib.securetransport + • pip._vendor.urllib3.response + • pyvisa.ctwrapper.functions + • pyvisa.highlevel + • pyvisa.resources.messagebased + • pyvisa.resources.resource + • pyvisa.rname + • setuptools.archive_util + • setuptools.command.easy_install + • setuptools.command.sdist + • setuptools.config + • setuptools.depends + • setuptools.sandbox + • subprocess + • test.support + • typing + • typing_extensions + • unittest.case + • urllib.request + • win32ctypes.pywin32.pywintypes + • xml.etree.ElementTree + • zipfile + +
+ +
+ +
+ + contextvars +SourceModule
+imports: + _contextvars + +
+
+imported by: + _pydecimal + • asyncio.events + • asyncio.futures + • asyncio.tasks + • asyncio.threads + • tornado.gen + +
+ +
+ +
+ + cookielib +MissingModule
+imported by: + pip._vendor.requests.compat + +
+ +
+ +
+ + 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 + • pefile + • pip._vendor.distlib._backport.tarfile + • pip._vendor.html5lib.treebuilders.etree + • pip._vendor.pyparsing + • pip._vendor.requests.cookies + • pkg_resources._vendor.pyparsing + • pyvisa.highlevel + • setuptools._vendor.pyparsing + • smtplib + • tarfile + • weakref + • webbrowser + • xml.dom.xmlbuilder + • xml.etree.ElementInclude + +
+ +
+ +
+ + copy_reg +MissingModule
+imported by: + cPickle + • cStringIO + +
+ +
+ +
+ + copyreg +SourceModule
+imported by: + PyDSA.py + • _pickle + • copy + • multiprocessing.reduction + • numpy.core + • pickle + • re + +
+ +
+ +
+ + cryptography +MissingModule
+imported by: + pip._vendor.requests + • pip._vendor.urllib3.contrib.pyopenssl + +
+ +
+ +
+ + csv +SourceModule
+imports: + _csv + • io + • re + +
+
+imported by: + importlib.metadata + • pip._internal.operations.install.wheel + • pip._internal.req.req_uninstall + • pip._vendor.distlib.util + +
+ +
+ +
+ + ctypes +Package
+imports: + _ctypes + • ctypes._endian + • nt + • os + • struct + • sys + • types + +
+
+imported by: + colorama.win32 + • 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 + • pip._internal.utils.glibc + • pip._vendor.appdirs + • pip._vendor.colorama.win32 + • pip._vendor.packaging._manylinux + • pip._vendor.urllib3.contrib._securetransport.bindings + • pip._vendor.urllib3.contrib._securetransport.low_level + • pip._vendor.urllib3.contrib.securetransport + • pkg_resources._vendor.appdirs + • pkg_resources._vendor.packaging.tags + • pyvisa.ctwrapper.cthelper + • pyvisa.ctwrapper.functions + • pyvisa.ctwrapper.highlevel + • pyvisa.ctwrapper.types + • setuptools._vendor.packaging.tags + • setuptools.windows_support + • test.support + • win32ctypes.core.ctypes._authentication + • win32ctypes.core.ctypes._common + • win32ctypes.core.ctypes._resource + • win32ctypes.core.ctypes._system_information + • win32ctypes.core.ctypes._util + +
+ +
+ +
+ + 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 + • 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: + PyInstaller.depend.bindepend + • PyInstaller.depend.utils + • pip._vendor.urllib3.contrib._securetransport.bindings + • pyvisa.ctwrapper.cthelper + • test.support + +
+ +
+ +
+ + ctypes.wintypes +SourceModule
+imports: + ctypes + +
+
+imported by: + colorama.win32 + • pip._vendor.colorama.win32 + • test.support + • win32ctypes.core.ctypes._authentication + • win32ctypes.core.ctypes._common + • win32ctypes.core.ctypes._dll + • win32ctypes.core.ctypes._nl_support + • win32ctypes.core.ctypes._resource + • win32ctypes.core.ctypes._system_information + • win32ctypes.core.ctypes._time + +
+ +
+ +
+ + curses +Package
+imports: + _curses + • curses + • curses.has_key + • os + • sys + +
+
+imported by: + _curses + • curses + • curses.has_key + • numpy.distutils.misc_util + • tornado.log + +
+ +
+ +
+ + curses.has_key +SourceModule
+imports: + _curses + • curses + +
+
+imported by: + curses + +
+ +
+ +
+ + dataclasses +SourceModule
+imports: + _thread + • builtins + • copy + • functools + • inspect + • keyword + • re + • sys + • types + +
+
+imported by: + pyvisa.rname + +
+ +
+ +
+ + datetime +SourceModule
+imports: + _datetime + • _strptime + • math + • sys + • time + • warnings + +
+
+imported by: + _strptime + • calendar + • email.utils + • http.cookiejar + • http.server + • pip._vendor.cachecontrol.caches.redis_cache + • pip._vendor.msgpack.ext + • pip._vendor.msgpack.fallback + • pip._vendor.progress + • pip._vendor.pyparsing + • pip._vendor.requests.models + • pip._vendor.requests.sessions + • pip._vendor.tomli._re + • pip._vendor.urllib3.connection + • pkg_resources._vendor.pyparsing + • plistlib + • setuptools._vendor.pyparsing + • smtplib + • test.support.testresult + • toml.decoder + • toml.encoder + • toml.tz + • tornado.gen + • tornado.ioloop + • tornado.options + • tornado.util + • win32com.client.build + • xmlrpc.client + +
+ +
+ +
+ + decimal +SourceModule
+imports: + _decimal + • _pydecimal + +
+
+imported by: + fractions + • numpy.lib.financial + • statistics + • test.support + • toml.encoder + • xmlrpc.client + +
+ +
+ +
+ + difflib +SourceModule
+imports: + collections + • difflib + • heapq + • re + • types + +
+
+imported by: + difflib + • doctest + • numpy.testing._private.utils + • pip._internal.commands + • unittest.case + +
+ +
+ +
+ + dis +SourceModule
+imports: + argparse + • collections + • io + • opcode + • sys + • types + +
+
+imported by: + PyInstaller.depend.bytecode + • PyInstaller.lib.modulegraph._compat + • inspect + • pdb + • setuptools.py33compat + +
+ +
+ +
+ + dis3 +MissingModule
+imported by: + PyInstaller.lib.modulegraph._compat + +
+ +
+ +
+ + distutils +Package
+imports: + distutils.archive_util + • distutils.ccompiler + • distutils.log + • distutils.sysconfig + • sys + +
+
+imported by: + _osx_support + • 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 + • 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.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: + distutils + • distutils._msvccompiler + • distutils.command.build + • distutils.command.build_clib + • distutils.command.build_ext + • distutils.command.config + • distutils.msvc9compiler + • distutils.msvccompiler + • distutils.unixccompiler + • 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 + • pip._internal.locations._distutils + • 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 + • setuptools.command.py36compat + +
+ +
+ +
+ + 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: + pip._internal.locations._distutils + • setuptools.command.easy_install + • setuptools.command.install + +
+ +
+ +
+ + 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: + 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 + • setuptools + • setuptools.command.easy_install + • setuptools.dist + • setuptools.extension + +
+ +
+ +
+ + 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 + +
+ +
+ +
+ + distutils.dir_util +SourceModule
+imports: + distutils + • distutils.errors + • distutils.file_util + • distutils.log + • errno + • os + +
+
+imported by: + distutils.archive_util + • distutils.ccompiler + • distutils.cmd + • distutils.command.sdist + • distutils.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 + • pip._internal.locations._distutils + • setuptools.dist + +
+ +
+ +
+ + distutils.errors +SourceModule
+imports: + distutils + +
+
+imported by: + 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 + • pip._vendor.distlib._backport.shutil + • 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 + • test.support + +
+ +
+ +
+ + distutils.extension +SourceModule
+imports: + distutils + • distutils.sysconfig + • distutils.text_file + • distutils.util + • os + • warnings + +
+
+imported by: + distutils.command.build_ext + • distutils.core + • 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 + • 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 + • 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 + • 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.dir_util + • distutils.dist + • distutils.file_util + • distutils.filelist + • distutils.msvc9compiler + • distutils.msvccompiler + • distutils.spawn + • distutils.unixccompiler + • distutils.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.dist + • setuptools.installer + • setuptools.namespaces + • setuptools.package_index + • setuptools.wheel + +
+ +
+ +
+ + distutils.spawn +SourceModule
+imports: + distutils + • distutils.debug + • distutils.errors + • distutils.log + • distutils.sysconfig + • os + • subprocess + • sys + +
+
+imported by: + PyInstaller.depend.utils + • distutils.archive_util + • distutils.ccompiler + • distutils.cmd + • distutils.cygwinccompiler + • distutils.util + • pip._vendor.distlib._backport.shutil + • setuptools.command.easy_install + • test.support + +
+ +
+ +
+ + distutils.sysconfig +SourceModule
+imports: + _imp + • _osx_support + • distutils + • distutils.errors + • distutils.text_file + • os + • re + • sys + • warnings + +
+
+imported by: + PyInstaller.depend.bindepend + • 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 + • pip._internal.locations._distutils + • pip._vendor.distlib.util + • 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.util +SourceModule
+imports: + _aix_support + • _osx_support + • distutils + • distutils.dep_util + • distutils.dir_util + • distutils.errors + • distutils.file_util + • distutils.filelist + • distutils.log + • distutils.spawn + • distutils.sysconfig + • importlib.util + • os + • pwd + • py_compile + • re + • string + • subprocess + • sys + • tempfile + +
+
+imported by: + distutils._msvccompiler + • distutils.ccompiler + • distutils.cmd + • distutils.command.bdist + • 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 + • pip._internal.locations._sysconfig + • pip._internal.operations.install.legacy + • 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: + distutils.cygwinccompiler + • distutils.versionpredicate + • 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: + numpy.testing._private.noseclasses + • numpy.testing._private.nosetester + • numpy.testing._private.utils + • pickle + • test.support + • tornado.iostream + • tornado.util + +
+ +
+ +
+ + dummy_thread +MissingModule
+imported by: + pip._vendor.distlib.compat + +
+ +
+ +
+ + dummy_threading +MissingModule
+imported by: + numpy.distutils.ccompiler + • numpy.distutils.misc_util + • pip._internal.utils.logging + • pip._vendor.distlib.util + • pip._vendor.requests.cookies + +
+ +
+ +
+ + 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 + • pip._vendor.urllib3.util.retry + • 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 + • pip._vendor.urllib3.util.response + +
+ +
+ +
+ + 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 + +
+ +
+ +
+ + 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 + • pip._internal.metadata.base + • pip._internal.metadata.pkg_resources + • pip._internal.operations.install.wheel + • pip._internal.utils.packaging + • pip._internal.utils.wheel + • pydoc + • smtplib + +
+ +
+ +
+ + email.parser +SourceModule
+imports: + email + • email._policybase + • email.feedparser + • io + +
+
+imported by: + cgi + • email + • http.client + • pip._internal.utils.packaging + • pip._internal.utils.wheel + • pip._vendor.pkg_resources + • 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 + • pip._internal.network.session + • pip._vendor.cachecontrol.controller + • pip._vendor.urllib3.fields + • 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_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: + PyDSA.py + • 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_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 + +
+ +
+ +
+ + encodings.aliases +SourceModule
+imports: + encodings + +
+
+imported by: + PyDSA.py + • encodings + • locale + +
+ +
+ +
+ + encodings.ascii +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.base64_codec +SourceModule
+imports: + base64 + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.big5 +SourceModule
+imports: + _codecs_tw + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.big5hkscs +SourceModule
+imports: + _codecs_hk + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.bz2_codec +SourceModule
+imports: + bz2 + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.charmap +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp037 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp1006 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp1026 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp1125 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp1140 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp1250 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp1251 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp1252 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp1253 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp1254 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp1255 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp1256 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp1257 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp1258 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp273 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp424 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp437 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp500 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp720 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp737 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp775 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp850 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp852 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp855 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp856 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp857 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp858 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp860 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp861 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp862 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp863 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp864 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp865 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp866 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp869 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp874 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp875 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp932 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp949 +SourceModule
+imports: + _codecs_kr + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.cp950 +SourceModule
+imports: + _codecs_tw + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.euc_jis_2004 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.euc_jisx0213 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.euc_jp +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.euc_kr +SourceModule
+imports: + _codecs_kr + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.gb18030 +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.gb2312 +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.gbk +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.hex_codec +SourceModule
+imports: + binascii + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.hp_roman8 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.hz +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.idna +SourceModule
+imports: + codecs + • encodings + • re + • stringprep + • unicodedata + +
+
+imported by: + PyDSA.py + • encodings + • pip._vendor.requests.models + +
+ +
+ +
+ + encodings.iso2022_jp +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_jp_1 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_jp_2 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_jp_2004 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_jp_3 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_jp_ext +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_kr +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_1 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_10 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_11 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_13 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_14 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_15 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_16 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_2 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_3 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_4 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_5 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_6 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_7 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_8 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_9 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.johab +SourceModule
+imports: + _codecs_kr + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.koi8_r +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.koi8_t +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.koi8_u +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.kz1048 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.latin_1 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.mac_arabic +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.mac_croatian +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.mac_cyrillic +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.mac_farsi +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.mac_greek +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.mac_iceland +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.mac_latin2 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.mac_roman +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.mac_romanian +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.mac_turkish +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.mbcs +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.oem +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.palmos +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.ptcp154 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.punycode +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.quopri_codec +SourceModule
+imports: + codecs + • encodings + • io + • quopri + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.raw_unicode_escape +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.rot_13 +SourceModule
+imports: + codecs + • encodings + • sys + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.shift_jis +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.shift_jis_2004 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.shift_jisx0213 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.tis_620 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.undefined +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.unicode_escape +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.utf_16 +SourceModule
+imports: + codecs + • encodings + • sys + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.utf_16_be +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.utf_16_le +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.utf_32 +SourceModule
+imports: + codecs + • encodings + • sys + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.utf_32_be +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.utf_32_le +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.utf_7 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.utf_8 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.utf_8_sig +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.uu_codec +SourceModule
+imports: + binascii + • codecs + • encodings + • io + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + encodings.zlib_codec +SourceModule
+imports: + codecs + • encodings + • zlib + +
+
+imported by: + PyDSA.py + • encodings + +
+ +
+ +
+ + enum +SourceModule
+imports: + sys + • types + +
+
+imported by: + PyDSA.py + • ast + • asyncio.constants + • http + • inspect + • plistlib + • py_compile + • pyvisa.attributes + • pyvisa.constants + • 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 + • logging.config + • multiprocessing.forkserver + • multiprocessing.queues + • multiprocessing.shared_memory + • pathlib + • pip._internal.utils.logging + • pip._internal.utils.misc + • pip._internal.utils.temp_dir + • pip._vendor.distlib._backport.shutil + • pip._vendor.distlib._backport.tarfile + • pip._vendor.pkg_resources + • pip._vendor.pkg_resources.py31compat + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.contrib.securetransport + • pip._vendor.urllib3.util.wait + • pkg_resources + • pyvisa.ctwrapper.cthelper + • shutil + • socket + • ssl + • subprocess + • tempfile + • test.support + • tornado.iostream + • tornado.netutil + • tornado.platform.asyncio + • xmlrpc.client + +
+ +
+ +
+ + filecmp +SourceModule
+imports: + getopt + • itertools + • os + • stat + • sys + • types + +
+
+imported by: + compileall + +
+ +
+ +
+ + fnmatch +SourceModule
+imports: + functools + • itertools + • os + • posixpath + • re + +
+
+imported by: + PyInstaller.utils.hooks.conda + • bdb + • distutils.filelist + • glob + • pathlib + • pip._internal.utils.filesystem + • pip._vendor.distlib._backport.shutil + • setuptools + • setuptools.glob + • setuptools.package_index + • shutil + • test.support + • tracemalloc + • unittest.loader + • urllib.request + +
+ +
+ +
+ + fractions +SourceModule
+imports: + decimal + • math + • numbers + • operator + • re + • sys + +
+
+imported by: + statistics + +
+ +
+ +
+ + ftplib +SourceModule
+imports: + netrc + • re + • socket + • ssl + • sys + • warnings + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + functools +SourceModule
+imports: + _functools + • _thread + • abc + • collections + • reprlib + • types + • typing + • weakref + +
+
+imported by: + PyDSA.py + • asyncio.base_events + • asyncio.coroutines + • asyncio.format_helpers + • asyncio.selector_events + • asyncio.tasks + • asyncio.threads + • compileall + • concurrent.futures.process + • configparser + • contextlib + • dataclasses + • distutils.filelist + • email._encoded_words + • email.charset + • fnmatch + • http.server + • importlib._common + • importlib.metadata + • importlib.util + • inspect + • ipaddress + • linecache + • locale + • 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.system_info + • numpy.f2py.auxfuncs + • numpy.fft._pocketfft + • numpy.lib.arraysetops + • numpy.lib.arrayterator + • numpy.lib.financial + • 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.linalg.linalg + • numpy.ma.core + • numpy.polynomial.polyutils + • numpy.testing._private.parameterized + • numpy.testing._private.utils + • operator + • pathlib + • pefile + • pickle + • pip._internal.cli.cmdoptions + • pip._internal.index.collector + • pip._internal.index.package_finder + • pip._internal.locations + • pip._internal.models.link + • pip._internal.req.req_uninstall + • pip._vendor.cachecontrol.adapter + • pip._vendor.packaging._manylinux + • pip._vendor.packaging._musllinux + • pip._vendor.packaging.specifiers + • pip._vendor.pkg_resources + • pip._vendor.pyparsing + • pip._vendor.six + • pip._vendor.tenacity + • pip._vendor.tenacity._asyncio + • pip._vendor.urllib3.packages.six + • pip._vendor.urllib3.poolmanager + • pip._vendor.urllib3.util.wait + • pkg_resources + • pkg_resources._vendor.packaging.specifiers + • pkg_resources._vendor.six + • pkgutil + • platform + • pyvisa.ctwrapper.functions + • pyvisa.resources.resource + • pyvisa.util + • 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 + • threading + • tornado.concurrent + • tornado.gen + • tornado.ioloop + • tornado.platform.asyncio + • tracemalloc + • types + • typing + • unittest.case + • unittest.loader + • unittest.result + • unittest.signals + +
+ +
+ +
+ + gc (builtin module)
+imports: + time + +
+
+imported by: + _posixsubprocess + • numpy.testing._private.utils + • test.support + • weakref + +
+ +
+ +
+ + genericpath +SourceModule
+imports: + os + • stat + +
+
+imported by: + ntpath + • posixpath + +
+ +
+ +
+ + genshi +MissingModule
+imported by: + pip._vendor.html5lib.treewalkers.genshi + +
+ +
+ +
+ + getopt +SourceModule
+imports: + gettext + • os + • sys + +
+
+imported by: + base64 + • distutils.fancy_getopt + • filecmp + • 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: + pip._internal.utils.misc + • 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.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 + • pip._vendor + • pip._vendor.distlib.util + • 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 + • pip._vendor.distlib._backport.shutil + • pip._vendor.distlib._backport.tarfile + • shutil + • subprocess + • tarfile + +
+ +
+ +
+ + gzip +SourceModule
+imports: + _compression + • argparse + • builtins + • errno + • io + • os + • struct + • sys + • time + • warnings + • zlib + +
+
+imported by: + fileinput + • numpy.lib._datasource + • pip._vendor.distlib._backport.tarfile + • 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 + • pip._internal.exceptions + • pip._internal.utils.hashes + • pip._internal.utils.misc + • pip._vendor.cachecontrol.caches.file_cache + • pip._vendor.requests.auth + • pip._vendor.urllib3.util.ssl_ + • random + • setuptools.package_index + • urllib.request + • uuid + +
+ +
+ +
+ + heapq +SourceModule
+imports: + _heapq + +
+
+imported by: + PyDSA.py + • asyncio.base_events + • asyncio.queues + • collections + • difflib + • queue + +
+ +
+ +
+ + hmac +SourceModule
+imports: + _hashlib + • _operator + • hashlib + • warnings + +
+
+imported by: + multiprocessing.connection + • pip._vendor.urllib3.util.ssl_ + • secrets + • smtplib + +
+ +
+ +
+ + html +Package
+imports: + html.entities + • re + +
+
+imported by: + cgi + • html.entities + • html.parser + • http.server + • pip._internal.index.collector + • pip._vendor.distlib.compat + • setuptools.py33compat + +
+ +
+ +
+ + html.entities +SourceModule
+imports: + html + +
+
+imported by: + html + • pip._vendor.distlib.compat + • tornado.escape + +
+ +
+ +
+ + html.parser +SourceModule
+imports: + _markupbase + • html + • re + +
+
+imported by: + html.parser + • pip._vendor.distlib.compat + +
+ +
+ +
+ + htmlentitydefs +MissingModule
+imported by: + pip._vendor.distlib.compat + +
+ +
+ +
+ + http +Package
+imports: + enum + +
+
+imported by: + http.client + • http.cookiejar + • http.cookies + • http.server + • pip._vendor.requests.compat + +
+ +
+ +
+ + 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 + • pip._vendor.distlib.compat + • urllib.request + • xmlrpc.client + +
+ +
+ +
+ + http.cookiejar +SourceModule
+imports: + calendar + • copy + • datetime + • http + • http.client + • io + • logging + • os + • re + • threading + • time + • traceback + • urllib.parse + • urllib.request + • warnings + +
+
+imported by: + pip._vendor.requests.compat + • urllib.request + +
+ +
+ +
+ + http.cookies +SourceModule
+imports: + http + • re + • string + • time + • types + +
+
+imported by: + pip._vendor.requests.compat + +
+ +
+ +
+ + 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 + +
+ +
+ +
+ + httplib +MissingModule
+imported by: + pip._vendor.distlib.compat + +
+ +
+ +
+ + hypothesis +MissingModule
+imported by: + numpy._pytesttester + +
+ +
+ +
+ + imp +SourceModule
+imports: + _imp + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + • importlib.machinery + • importlib.util + • os + • sys + • tokenize + • types + • warnings + +
+
+imported by: + PyInstaller.lib.modulegraph.find_modules + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • pip._vendor.distlib.compat + • pip._vendor.pkg_resources + • pkg_resources + • pkg_resources._vendor.packaging.tags + • setuptools._vendor.packaging.tags + • setuptools.py27compat + +
+ +
+ +
+ + importlib +Package
+imports: + _frozen_importlib + • _frozen_importlib_external + • _imp + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + • importlib._common + • importlib.machinery + • sys + • types + • warnings + +
+
+imported by: + PyInstaller.building.splash + • imp + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + • importlib._common + • importlib.abc + • importlib.machinery + • importlib.metadata + • importlib.resources + • importlib.util + • inspect + • pip._internal.commands + • pip._internal.operations.install.wheel + • pkgutil + • pyvisa.highlevel + • setuptools.config + • setuptools.distutils_patch + • setuptools.monkey + • setuptools.py34compat + • test.support + • win32com.client.gencache + • win32com.client.makepy + • 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: + PyInstaller.lib.modulegraph.modulegraph + • imp + • importlib + • importlib.abc + • importlib.machinery + • importlib.util + • py_compile + • pydoc + +
+ +
+ +
+ + importlib._common +SourceModule
+imports: + contextlib + • functools + • importlib + • os + • pathlib + • tempfile + • zipfile + +
+
+imported by: + importlib + • importlib.resources + +
+ +
+ +
+ + importlib.abc +SourceModule
+imports: + _frozen_importlib + • _frozen_importlib_external + • abc + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + • importlib.machinery + • typing + • warnings + +
+
+imported by: + importlib.metadata + • importlib.resources + • importlib.util + • win32ctypes.core + • zipimport + +
+ +
+ +
+ + importlib.machinery +SourceModule
+imports: + _imp + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + +
+
+imported by: + PyInstaller.compat + • PyInstaller.lib.modulegraph.modulegraph + • ctypes.util + • imp + • importlib + • importlib.abc + • inspect + • numpy.compat.py3k + • pip._vendor.packaging.tags + • pip._vendor.pkg_resources + • pkg_resources + • pkg_resources._vendor.packaging.tags + • pkgutil + • py_compile + • pydoc + • pywintypes + • 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 + • pep517 + • posixpath + • re + • sys + • zipfile + +
+
+imported by: + PyInstaller.utils.hooks.conda + • importlib._bootstrap_external + • pyvisa + +
+ +
+ +
+ + importlib.resources +SourceModule
+imports: + 'typing.io' + • contextlib + • importlib + • importlib._common + • importlib.abc + • io + • os + • pathlib + • types + • typing + +
+
+imported by: + pip._vendor.certifi.core + • pip._vendor.pep517.in_process + +
+ +
+ +
+ + 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 + • compileall + • distutils.command.build_py + • distutils.util + • imp + • pip._internal.req.req_uninstall + • pip._vendor.distlib.compat + • pip._vendor.six + • pip._vendor.urllib3.packages.six + • pkgutil + • py_compile + • pydoc + • pywintypes + • runpy + • setuptools._imp + • setuptools.py34compat + • test.support + • zipfile + +
+ +
+ +
+ + importlib_metadata +MissingModule
+imported by: + PyInstaller.utils.hooks.conda + • pyvisa + +
+ +
+ +
+ + 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.system_info + • numpy.lib.utils + • numpy.testing._private.noseclasses + • numpy.testing._private.parameterized + • numpy.testing._private.utils + • pdb + • pip._vendor.pkg_resources + • pip._vendor.pyparsing + • pip._vendor.tenacity + • pkg_resources + • pkgutil + • pydoc + • pyi_rth_inspect.py + • pyvisa.util + • setuptools.command.install + • setuptools.monkey + • tornado.gen + • tornado.util + • unittest.async_case + +
+ +
+ +
+ + io +SourceModule
+imports: + _io + • abc + +
+
+imported by: + PyDSA.py + • PyInstaller.archive.writers + • PyInstaller.building.splash + • PyInstaller.depend.utils + • PyInstaller.lib.modulegraph._compat + • PyInstaller.lib.modulegraph.zipio + • _compression + • asyncio.proactor_events + • asyncio.unix_events + • bz2 + • 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 + • importlib.resources + • lib2to3.patcomp + • lib2to3.pgen2.driver + • lib2to3.pytree + • lib2to3.refactor + • logging + • logging.config + • lzma + • 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 + • pip._internal.utils.misc + • pip._vendor.cachecontrol.filewrapper + • pip._vendor.cachecontrol.serialize + • pip._vendor.distlib.compat + • pip._vendor.distlib.resources + • pip._vendor.distlib.scripts + • pip._vendor.distlib.util + • pip._vendor.html5lib._inputstream + • pip._vendor.msgpack.fallback + • pip._vendor.pkg_resources + • pip._vendor.requests.compat + • pip._vendor.requests.models + • pip._vendor.requests.utils + • pip._vendor.six + • pip._vendor.urllib3.contrib.pyopenssl + • pip._vendor.urllib3.filepost + • pip._vendor.urllib3.packages.backports.makefile + • pip._vendor.urllib3.packages.six + • pip._vendor.urllib3.response + • pip._vendor.urllib3.util.ssltransport + • pkg_resources + • pkg_resources._vendor.six + • plistlib + • pprint + • pydoc + • pyvisa.util + • 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 + • toml.decoder + • tornado.iostream + • unittest.result + • urllib.request + • uuid + • win32com.client.gencache + • xml.dom.minidom + • xml.dom.pulldom + • xml.etree.ElementTree + • xml.sax + • xml.sax.saxutils + • xmlrpc.client + • zipfile + • zipimport + +
+ +
+ +
+ + ipaddress +SourceModule
+imports: + functools + • re + +
+
+imported by: + pip._internal.network.session + • pip._vendor.urllib3.packages.ssl_match_hostname._implementation + +
+ +
+ +
+ + 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 + • filecmp + • fnmatch + • 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 + • pip._internal.cli.autocompletion + • pip._internal.cli.progress_bars + • pip._internal.cli.spinners + • pip._internal.exceptions + • pip._internal.index.collector + • pip._internal.index.package_finder + • pip._internal.models.search_scope + • pip._internal.operations.install.wheel + • pip._internal.utils.misc + • pip._internal.utils.temp_dir + • pip._vendor.distlib.compat + • pip._vendor.packaging.specifiers + • pip._vendor.packaging.version + • pip._vendor.pkg_resources + • pip._vendor.pyparsing + • pip._vendor.six + • pip._vendor.urllib3.contrib._securetransport.low_level + • pip._vendor.urllib3.packages.six + • pip._vendor.urllib3.util.retry + • pkg_resources + • pkg_resources._vendor.packaging.specifiers + • pkg_resources._vendor.packaging.version + • pkg_resources._vendor.six + • platform + • plistlib + • pyvisa.highlevel + • 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 + • statistics + • threading + • tkinter.font + • tokenize + • traceback + • weakref + • zipfile + +
+ +
+ +
+ + java +MissingModule
+imported by: + pip._vendor.distlib.scripts + • platform + +
+ +
+ +
+ + json +Package
+imports: + codecs + • json.decoder + • json.encoder + • json.scanner + +
+
+imported by: + PyInstaller.utils.hooks.conda + • json.decoder + • json.encoder + • json.scanner + • logging.config + • pip._internal.metadata.base + • pip._internal.models.direct_url + • pip._internal.network.session + • pip._vendor.cachecontrol.serialize + • pip._vendor.distlib.util + • pip._vendor.distro + • pip._vendor.pep517.compat + • pip._vendor.requests.compat + • setuptools.msvc + • tornado.escape + +
+ +
+ +
+ + 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 + +
+ +
+ +
+ + keyring +MissingModule
+imported by: + pip._internal.network.auth + +
+ +
+ +
+ + keyword +SourceModule
+imported by: + PyDSA.py + • collections + • dataclasses + • win32com.client.build + +
+ +
+ +
+ + linecache +SourceModule
+imports: + functools + • os + • sys + • tokenize + +
+
+imported by: + PyDSA.py + • asyncio.base_tasks + • bdb + • doctest + • inspect + • pdb + • pip._vendor.pkg_resources + • pkg_resources + • traceback + • tracemalloc + • warnings + +
+ +
+ +
+ + locale +SourceModule
+imports: + _bootlocale + • _collections_abc + • _locale + • builtins + • encodings + • encodings.aliases + • functools + • os + • re + • sys + • warnings + +
+
+imported by: + PyDSA.py + • PyInstaller.utils.hooks.tcl_tk + • _bootlocale + • _pydecimal + • _strptime + • calendar + • cgi + • gettext + • numpy.distutils.exec_command + • numpy.lib.npyio + • pip._internal.cli.main + • pip._internal.configuration + • pip._internal.utils.encoding + • test.support + • xml.etree.ElementTree + +
+ +
+ +
+ + lockfile +MissingModule
+imported by: + pip._vendor.cachecontrol.caches.file_cache + +
+ +
+ +
+ + 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.config + • logging.handlers + • multiprocessing.util + • pip._internal.build_env + • pip._internal.cli.base_command + • pip._internal.cli.main + • pip._internal.cli.parser + • pip._internal.cli.spinners + • pip._internal.configuration + • pip._internal.index.collector + • pip._internal.index.package_finder + • pip._internal.index.sources + • pip._internal.locations + • pip._internal.locations._distutils + • pip._internal.locations._sysconfig + • pip._internal.metadata.base + • pip._internal.metadata.pkg_resources + • pip._internal.models.link + • pip._internal.models.search_scope + • pip._internal.network.session + • pip._internal.operations.build.metadata_legacy + • pip._internal.operations.install.editable_legacy + • pip._internal.operations.install.legacy + • pip._internal.operations.install.wheel + • pip._internal.req + • pip._internal.req.req_install + • pip._internal.req.req_set + • pip._internal.utils._log + • pip._internal.utils.compat + • pip._internal.utils.deprecation + • pip._internal.utils.logging + • pip._internal.utils.misc + • pip._internal.utils.packaging + • pip._internal.utils.subprocess + • pip._internal.utils.temp_dir + • pip._internal.utils.unpacking + • pip._internal.utils.virtualenv + • pip._internal.utils.wheel + • pip._internal.vcs.bazaar + • pip._internal.vcs.git + • pip._internal.vcs.mercurial + • pip._internal.vcs.subversion + • pip._internal.vcs.versioncontrol + • pip._vendor.cachecontrol.controller + • pip._vendor.chardet.charsetprober + • pip._vendor.chardet.codingstatemachine + • pip._vendor.chardet.universaldetector + • pip._vendor.distlib + • pip._vendor.distlib.resources + • pip._vendor.distlib.scripts + • pip._vendor.distlib.util + • pip._vendor.distro + • pip._vendor.packaging.tags + • pip._vendor.requests + • pip._vendor.tenacity.after + • pip._vendor.tenacity.before + • pip._vendor.tenacity.before_sleep + • pip._vendor.urllib3 + • pip._vendor.urllib3.connection + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.contrib.pyopenssl + • pip._vendor.urllib3.poolmanager + • pip._vendor.urllib3.response + • pip._vendor.urllib3.util.retry + • pyvisa + • pyvisa.ctwrapper.highlevel + • tornado.ioloop + • tornado.log + • unittest._log + +
+ +
+ +
+ + logging.config +SourceModule
+imports: + configparser + • errno + • io + • json + • logging + • logging.handlers + • re + • select + • socketserver + • struct + • sys + • threading + • traceback + +
+
+imported by: + pip._internal.cli.base_command + • pip._vendor.distlib.compat + +
+ +
+ +
+ + 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: + logging.config + • pip._internal.utils.logging + • tornado.log + +
+ +
+ +
+ + lxml +MissingModule
+imported by: + pip._vendor.html5lib.treebuilders.etree_lxml + • pip._vendor.html5lib.treewalkers.etree_lxml + +
+ +
+ +
+ + lzma +SourceModule
+imports: + _compression + • _lzma + • builtins + • io + • os + +
+
+imported by: + numpy.lib._datasource + • pip._internal.utils.unpacking + • shutil + • tarfile + • test.support + • zipfile + +
+ +
+ +
+ + macholib +MissingModule
+imported by: + PyInstaller.depend.dylib + +
+ +
+ +
+ + 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: + PyDSA.py + • _pydecimal + • asyncio.windows_events + • datetime + • fractions + • numpy.core.machar + • numpy.lib + • numpy.lib.index_tricks + • pefile + • pip._vendor.progress + • pyvisa.util + • random + • selectors + • statistics + • tornado.ioloop + +
+ +
+ +
+ + mimetypes +SourceModule
+imports: + getopt + • os + • posixpath + • sys + • urllib.parse + • winreg + +
+
+imported by: + http.server + • pip._internal.index.sources + • pip._internal.network.session + • pip._vendor.urllib3.fields + • 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 + • tornado.process + +
+ +
+ +
+ + 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 + • types + +
+
+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 + • types + • warnings + +
+
+imported by: + multiprocessing + • multiprocessing.context + • multiprocessing.dummy + • multiprocessing.managers + • numpy.distutils.ccompiler + +
+ +
+ +
+ + 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 + • pyi_rth_multiprocessing.py + +
+ +
+ +
+ + 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 + +
+ +
+ +
+ + multiprocessing.queues +SourceModule
+imports: + _multiprocessing + • collections + • errno + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.synchronize + • multiprocessing.util + • os + • queue + • sys + • threading + • time + • traceback + • types + • 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 + • types + +
+
+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 + • 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 + +
+ +
+ +
+ + netrc +SourceModule
+imports: + os + • pwd + • shlex + • stat + +
+
+imported by: + ftplib + • pip._vendor.requests.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 + • pip._vendor.pkg_resources + • pkg_resources + +
+ +
+ +
+ + ntpath +AliasNode
+imports: + ntpath + • os + +
+
+imported by: + PyInstaller.building.utils + • PyInstaller.depend.dylib + • PyInstaller.depend.imphook + • PyInstaller.utils.win32.icon + • distutils.file_util + • numpy.core.memmap + • os + • pip._internal.operations.install.wheel + • pip._internal.utils.filesystem + • pip._internal.utils.temp_dir + • pip._internal.vcs.git + • pip._vendor + • pip._vendor.distlib._backport.shutil + • pip._vendor.distlib._backport.sysconfig + • pip._vendor.pep517.in_process + • pip._vendor.pep517.wrappers + • pip._vendor.pkg_resources + • pip._vendor.requests.adapters + • pip._vendor.urllib3.contrib.securetransport + • pkg_resources + • pkgutil + • py_compile + • setuptools.msvc + • sysconfig + • tracemalloc + • unittest + • unittest.util + +
+ +
+ +
+ + nturl2path +SourceModule
+imports: + string + • urllib.parse + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + numbers +SourceModule
+imports: + abc + +
+
+imported by: + _pydecimal + • fractions + • numpy.core.arrayprint + • numpy.core.numeric + • numpy.core.numerictypes + • numpy.polynomial._polybase + • setuptools.dist + • statistics + • tornado.ioloop + • tornado.iostream + • tornado.options + +
+ +
+ +
+ + numpy +Package
+imports: + builtins + • numpy + • numpy.__config__ + • numpy._distributor_init + • numpy._globals + • numpy._pytesttester + • numpy.amax + • numpy.amin + • numpy.array + • numpy.bool_ + • numpy.compat + • numpy.core + • numpy.core._dtype_ctypes + • numpy.ctypeslib + • numpy.dtype + • numpy.expand_dims + • numpy.eye + • numpy.fft + • numpy.histogramdd + • numpy.iscomplexobj + • numpy.lib + • numpy.linalg + • numpy.ma + • numpy.matrixlib + • numpy.ndarray + • numpy.polynomial + • numpy.random + • numpy.recarray + • numpy.testing + • numpy.version + • os + • sys + • warnings + +
+
+imported by: + PyDSA.py + • numpy + • numpy.__config__ + • numpy._distributor_init + • numpy._globals + • numpy._pytesttester + • 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.dual + • numpy.f2py + • numpy.f2py.diagnose + • numpy.f2py.f2py2e + • numpy.f2py.f90mod_rules + • numpy.fft + • numpy.lib + • numpy.lib._iotools + • numpy.lib.arraypad + • numpy.lib.arraysetops + • numpy.lib.financial + • 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.version + • pyvisa.util + • toml.encoder + +
+ +
+ +
+ + numpy.__config__ +SourceModule
+imports: + numpy + • os + • sys + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy._distributor_init +SourceModule
+imports: + ctypes + • glob + • numpy + • os + • warnings + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy._globals +SourceModule
+imports: + numpy + +
+
+imported by: + numpy + • numpy.core._methods + • numpy.core._type_aliases + +
+ +
+ +
+ + numpy._pytesttester +SourceModule
+imports: + hypothesis + • numpy + • numpy.testing + • os + • 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.amax +MissingModule
+imported by: + numpy + • numpy.ma.core + +
+ +
+ +
+ + numpy.amin +MissingModule
+imported by: + numpy + • numpy.ma.core + +
+ +
+ +
+ + numpy.array +MissingModule
+imported by: + numpy + • numpy.ctypeslib + • numpy.ma.core + • numpy.ma.extras + • numpy.ma.mrecords + +
+ +
+ +
+ + numpy.bool_ +MissingModule
+imported by: + numpy + • numpy.ma.core + • numpy.ma.mrecords + +
+ +
+ +
+ + 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.distutils.fcompiler + • numpy.distutils.misc_util + • numpy.fft.helper + • numpy.lib._iotools + • numpy.lib.format + • numpy.lib.npyio + • numpy.lib.utils + • numpy.ma.core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.compat._inspect +SourceModule
+imports: + numpy.compat + • types + +
+
+imported by: + numpy.compat + • numpy.core.overrides + +
+ +
+ +
+ + numpy.compat.py3k +SourceModule
+imports: + abc + • importlib.machinery + • io + • numpy.compat + • os + • pathlib + • pickle + • pickle5 + • sys + +
+
+imported by: + numpy.compat + +
+ +
+ +
+ + numpy.core +Package
+imports: + copyreg + • numpy + • numpy._pytesttester + • numpy.core + • numpy.core._add_newdocs + • numpy.core._dtype + • numpy.core._dtype_ctypes + • numpy.core._exceptions + • numpy.core._internal + • numpy.core._methods + • numpy.core.add + • numpy.core.arrayprint + • numpy.core.cdouble + • numpy.core.complexfloating + • numpy.core.conjugate + • numpy.core.csingle + • numpy.core.defchararray + • numpy.core.divide + • numpy.core.double + • numpy.core.einsumfunc + • numpy.core.float32 + • numpy.core.fromnumeric + • numpy.core.function_base + • numpy.core.geterrobj + • numpy.core.getlimits + • numpy.core.inexact + • numpy.core.integer + • numpy.core.intp + • numpy.core.isnan + • numpy.core.machar + • numpy.core.memmap + • numpy.core.multiarray + • numpy.core.number + • numpy.core.numeric + • numpy.core.numerictypes + • numpy.core.object_ + • numpy.core.overrides + • numpy.core.records + • numpy.core.shape_base + • numpy.core.sign + • numpy.core.signbit + • numpy.core.single + • numpy.core.sqrt + • numpy.core.umath + • numpy.version + • os + • pickle + • sys + +
+
+imported by: + numpy + • numpy.core + • numpy.core._add_newdocs + • numpy.core._asarray + • numpy.core._dtype + • numpy.core._dtype_ctypes + • numpy.core._exceptions + • numpy.core._internal + • 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.machar + • 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.financial + • 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.testing._private.utils + +
+ +
+ +
+ + numpy.core._add_newdocs +SourceModule
+imports: + numpy.core + • numpy.core.function_base + • numpy.core.numerictypes + +
+
+imported by: + numpy.core + +
+ +
+ +
+ + numpy.core._asarray +SourceModule
+imports: + numpy.core + • numpy.core.multiarray + • numpy.core.overrides + +
+
+imported by: + numpy.core._methods + • numpy.core.fromnumeric + • numpy.core.numeric + • numpy.core.shape_base + +
+ +
+ +
+ + 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 + • 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 + • platform + • re + • sys + +
+
+imported by: + numpy.core + • numpy.ctypeslib + • numpy.lib.npyio + • numpy.ma.core + +
+ +
+ +
+ + numpy.core._methods +SourceModule
+imports: + numpy._globals + • numpy.compat + • numpy.core + • numpy.core._asarray + • numpy.core._exceptions + • numpy.core.fromnumeric + • numpy.core.multiarray + • numpy.core.numerictypes + • numpy.core.umath + • warnings + +
+
+imported by: + numpy.core + • numpy.core.fromnumeric + +
+ +
+ +
+ + numpy.core._multiarray_tests c:\users\kk1l\appdata\local\programs\python\python39\lib\site-packages\numpy\core\_multiarray_tests.cp39-win_amd64.pyd
+imports: + numpy.core + +
+
+imported by: + numpy.testing._private.noseclasses + +
+ +
+ +
+ + numpy.core._multiarray_umath c:\users\kk1l\appdata\local\programs\python\python39\lib\site-packages\numpy\core\_multiarray_umath.cp39-win_amd64.pyd
+imports: + numpy.core + +
+
+imported by: + numpy.core.multiarray + • numpy.core.overrides + • numpy.core.umath + • numpy.lib + +
+ +
+ +
+ + numpy.core._string_helpers +SourceModule
+imports: + numpy.core + +
+
+imported by: + numpy.core._type_aliases + • numpy.core.numerictypes + +
+ +
+ +
+ + numpy.core._type_aliases +SourceModule
+imports: + numpy._globals + • numpy.compat + • numpy.core + • numpy.core._dtype + • numpy.core._string_helpers + • numpy.core.multiarray + • warnings + +
+
+imported by: + numpy.core.numerictypes + +
+ +
+ +
+ + numpy.core._ufunc_config +SourceModule
+imports: + collections.abc + • contextlib + • numpy.core + • numpy.core.overrides + • numpy.core.umath + +
+
+imported by: + numpy.core.machar + • numpy.core.numeric + +
+ +
+ +
+ + numpy.core.add +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + +
+ +
+ +
+ + 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 + • warnings + +
+
+imported by: + numpy.core + • numpy.core.numeric + • numpy.core.records + +
+ +
+ +
+ + 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.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 + • sys + +
+
+imported by: + numpy.core + +
+ +
+ +
+ + numpy.core.divide +MissingModule
+imported by: + numpy.core + • 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.float32 +MissingModule
+imported by: + numpy.core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.core.fromnumeric +SourceModule
+imports: + functools + • numpy + • numpy.core + • numpy.core._asarray + • numpy.core._methods + • numpy.core.multiarray + • numpy.core.numerictypes + • numpy.core.overrides + • numpy.core.umath + • types + • warnings + +
+
+imported by: + numpy.core + • numpy.core._methods + • numpy.core.arrayprint + • numpy.core.machar + • 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.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.inexact +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.isnan +MissingModule
+imported by: + numpy.core + • numpy.linalg.linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + 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.memmap +SourceModule
+imports: + mmap + • ntpath + • numpy + • numpy.compat + • numpy.core + • numpy.core.numeric + • numpy.core.overrides + +
+
+imported by: + numpy.core + +
+ +
+ +
+ + numpy.core.multiarray +SourceModule
+imports: + functools + • numpy.core + • numpy.core._multiarray_umath + • numpy.core.overrides + • warnings + +
+
+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.extras + • numpy.polynomial.chebyshev + • numpy.polynomial.hermite + • numpy.polynomial.hermite_e + • numpy.polynomial.laguerre + • numpy.polynomial.legendre + • numpy.polynomial.polynomial + +
+ +
+ +
+ + 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.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.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 + • types + • warnings + +
+
+imported by: + numpy.core + • numpy.core._add_newdocs + • 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.overrides +SourceModule
+imports: + collections + • functools + • numpy.compat._inspect + • numpy.core + • numpy.core._multiarray_umath + • os + • textwrap + +
+
+imported by: + numpy.core + • numpy.core._asarray + • numpy.core._exceptions + • 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.machar + • 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.financial + • 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.records +SourceModule
+imports: + collections + • numpy.compat + • numpy.core + • numpy.core.arrayprint + • numpy.core.numeric + • numpy.core.numerictypes + • numpy.core.overrides + • os + • warnings + +
+
+imported by: + numpy.core + • numpy.ma.mrecords + +
+ +
+ +
+ + numpy.core.shape_base +SourceModule
+imports: + functools + • itertools + • numpy.core + • numpy.core._asarray + • 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.sqrt +MissingModule
+imported by: + numpy.core + • numpy.fft._pocketfft + • numpy.linalg.linalg + +
+ +
+ +
+ + 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.ma.extras + +
+ +
+ +
+ + numpy.ctypeslib +SourceModule
+imports: + ctypes + • numpy + • numpy.array + • numpy.core._internal + • numpy.core.multiarray + • numpy.dtype + • numpy.ndarray + • os + • warnings + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy.dtype +MissingModule
+imported by: + numpy + • numpy.ctypeslib + • numpy.ma.mrecords + +
+ +
+ +
+ + numpy.dual +SourceModule
+imports: + numpy + • numpy.fft + • numpy.lib + • numpy.lib.i0 + • numpy.linalg + • sys + +
+
+imported by: + numpy.lib.function_base + • numpy.matrixlib.defmatrix + +
+ +
+ +
+ + numpy.expand_dims +MissingModule
+imported by: + numpy + • numpy.ma.core + +
+ +
+ +
+ + numpy.eye +MissingModule
+imported by: + numpy + • numpy.core.numeric + +
+ +
+ +
+ + numpy.fft +Package
+imports: + numpy + • numpy._pytesttester + • numpy.fft + • numpy.fft._pocketfft + • numpy.fft._pocketfft_internal + • numpy.fft.helper + +
+
+imported by: + PyDSA.py + • numpy + • numpy.dual + • numpy.fft + • numpy.fft._pocketfft + • numpy.fft._pocketfft_internal + • numpy.fft.helper + +
+ +
+ +
+ + numpy.fft._pocketfft +SourceModule
+imports: + functools + • numpy.core + • numpy.core.conjugate + • numpy.core.multiarray + • numpy.core.overrides + • numpy.core.sqrt + • numpy.fft + • numpy.fft._pocketfft_internal + +
+
+imported by: + numpy.fft + +
+ +
+ +
+ + numpy.fft._pocketfft_internal c:\users\kk1l\appdata\local\programs\python\python39\lib\site-packages\numpy\fft\_pocketfft_internal.cp39-win_amd64.pyd
+imports: + numpy.fft + +
+
+imported by: + numpy.fft + • numpy.fft._pocketfft + +
+ +
+ +
+ + numpy.fft.helper +SourceModule
+imports: + numpy.compat + • numpy.core + • numpy.core.integer + • numpy.core.overrides + • numpy.fft + +
+
+imported by: + numpy.fft + +
+ +
+ +
+ + numpy.histogramdd +MissingModule
+imported by: + numpy + • numpy.lib.twodim_base + +
+ +
+ +
+ + 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.financial + • numpy.lib.format + • numpy.lib.function_base + • numpy.lib.histograms + • numpy.lib.i0 + • 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.version + +
+
+imported by: + numpy + • numpy.dual + • numpy.lib + • numpy.lib._datasource + • numpy.lib._iotools + • numpy.lib._version + • numpy.lib.arraypad + • numpy.lib.arraysetops + • numpy.lib.arrayterator + • numpy.lib.financial + • 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 + • contextlib + • 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.financial +SourceModule
+imports: + decimal + • functools + • numpy + • numpy.core + • numpy.core.overrides + • numpy.lib + • warnings + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.format +SourceModule
+imports: + io + • numpy + • numpy.compat + • 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.umath + • numpy.dual + • 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.i0 +MissingModule
+imported by: + numpy.dual + • numpy.lib + +
+ +
+ +
+ + numpy.lib.index_tricks +SourceModule
+imports: + functools + • math + • numpy.core + • 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 + +
+
+imported by: + numpy.lib + • numpy.lib.arraypad + • numpy.lib.shape_base + • numpy.ma.extras + +
+ +
+ +
+ + 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 + • locale + • numpy + • numpy.compat + • numpy.core + • numpy.core._internal + • 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 + • sys + • tempfile + • warnings + • weakref + • zipfile + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.polynomial +SourceModule
+imports: + functools + • numpy.core + • numpy.core.numeric + • numpy.core.overrides + • numpy.lib + • numpy.lib.function_base + • numpy.lib.twodim_base + • numpy.lib.type_check + • numpy.linalg + • numpy.linalg.eigvals + • numpy.linalg.inv + • numpy.linalg.lstsq + • re + • warnings + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + 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.fromnumeric + • numpy.core.multiarray + • numpy.core.numeric + • numpy.core.overrides + • numpy.core.shape_base + • numpy.lib + • numpy.lib.index_tricks + • numpy.matrixlib.defmatrix + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.stride_tricks +SourceModule
+imports: + numpy + • numpy.core.overrides + • numpy.lib + +
+
+imported by: + numpy.lib + • numpy.lib.index_tricks + +
+ +
+ +
+ + numpy.lib.twodim_base +SourceModule
+imports: + functools + • numpy + • numpy.core + • numpy.core.numeric + • numpy.core.overrides + • numpy.histogramdd + • numpy.lib + +
+
+imported by: + PyDSA.py + • 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 + • inspect + • io + • numpy + • numpy.compat + • numpy.core + • numpy.core.numerictypes + • numpy.core.overrides + • numpy.lib + • os + • pydoc + • re + • sys + • textwrap + • types + • warnings + +
+
+imported by: + numpy.lib + • numpy.lib.format + +
+ +
+ +
+ + numpy.linalg +Package
+imports: + numpy + • numpy._pytesttester + • numpy.linalg._umath_linalg + • numpy.linalg.eigvals + • numpy.linalg.inv + • numpy.linalg.lapack_lite + • numpy.linalg.linalg + • numpy.linalg.lstsq + • numpy.linalg.matrix_power + +
+
+imported by: + numpy + • numpy.dual + • numpy.lib.polynomial + • 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:\users\kk1l\appdata\local\programs\python\python39\lib\site-packages\numpy\linalg\_umath_linalg.cp39-win_amd64.pyd
+imports: + numpy.linalg + +
+
+imported by: + numpy.linalg + • numpy.linalg.linalg + +
+ +
+ +
+ + numpy.linalg.eigvals +MissingModule
+imported by: + numpy.lib.polynomial + • numpy.linalg + +
+ +
+ +
+ + numpy.linalg.inv +MissingModule
+imported by: + numpy.lib.polynomial + • numpy.linalg + +
+ +
+ +
+ + numpy.linalg.lapack_lite c:\users\kk1l\appdata\local\programs\python\python39\lib\site-packages\numpy\linalg\lapack_lite.cp39-win_amd64.pyd
+imports: + numpy.linalg + +
+
+imported by: + numpy.linalg + • numpy.linalg.linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.linalg.linalg +SourceModule
+imports: + functools + • numpy + • numpy.core + • numpy.core.add + • numpy.core.cdouble + • numpy.core.complexfloating + • numpy.core.csingle + • numpy.core.divide + • numpy.core.double + • numpy.core.geterrobj + • numpy.core.inexact + • numpy.core.intp + • numpy.core.isnan + • numpy.core.multiarray + • numpy.core.object_ + • numpy.core.overrides + • numpy.core.sign + • numpy.core.single + • numpy.core.sqrt + • numpy.lib.twodim_base + • numpy.linalg + • numpy.linalg._umath_linalg + • numpy.linalg.lapack_lite + • operator + • warnings + +
+
+imported by: + numpy.linalg + +
+ +
+ +
+ + numpy.linalg.lstsq +MissingModule
+imported by: + numpy.lib.polynomial + • numpy.linalg + +
+ +
+ +
+ + numpy.linalg.matrix_power +MissingModule
+imported by: + numpy.linalg + • numpy.matrixlib.defmatrix + +
+ +
+ +
+ + 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 + • numpy + • numpy.amax + • numpy.amin + • numpy.array + • numpy.bool_ + • numpy.compat + • numpy.core._internal + • 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.core.umath + • 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.defmatrix + +
+
+imported by: + numpy + • numpy.lib.index_tricks + • numpy.matrixlib.defmatrix + +
+ +
+ +
+ + numpy.matrixlib.defmatrix +SourceModule
+imports: + ast + • numpy.core.numeric + • numpy.core.overrides + • numpy.dual + • numpy.linalg + • numpy.linalg.matrix_power + • numpy.matrixlib + • sys + • warnings + +
+
+imported by: + numpy.lib.shape_base + • numpy.matrixlib + +
+ +
+ +
+ + numpy.ndarray +MissingModule
+imported by: + numpy + • numpy.ctypeslib + • numpy.ma.core + • numpy.ma.extras + • numpy.ma.mrecords + +
+ +
+ +
+ + numpy.polynomial +Package
+imports: + numpy + • numpy._pytesttester + • numpy.polynomial + • 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 + +
+
+imported by: + 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.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:\users\kk1l\appdata\local\programs\python\python39\lib\site-packages\numpy\random\_bounded_integers.cp39-win_amd64.pyd
+imports: + numpy.random + +
+
+imported by: + numpy.random + +
+ +
+ +
+ + numpy.random._common c:\users\kk1l\appdata\local\programs\python\python39\lib\site-packages\numpy\random\_common.cp39-win_amd64.pyd
+imports: + numpy.random + +
+
+imported by: + numpy.random + +
+ +
+ +
+ + numpy.random._generator c:\users\kk1l\appdata\local\programs\python\python39\lib\site-packages\numpy\random\_generator.cp39-win_amd64.pyd
+imports: + numpy.random + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.random._mt19937 c:\users\kk1l\appdata\local\programs\python\python39\lib\site-packages\numpy\random\_mt19937.cp39-win_amd64.pyd
+imports: + numpy.random + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.random._pcg64 c:\users\kk1l\appdata\local\programs\python\python39\lib\site-packages\numpy\random\_pcg64.cp39-win_amd64.pyd
+imports: + numpy.random + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.random._philox c:\users\kk1l\appdata\local\programs\python\python39\lib\site-packages\numpy\random\_philox.cp39-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:\users\kk1l\appdata\local\programs\python\python39\lib\site-packages\numpy\random\_sfc64.cp39-win_amd64.pyd
+imports: + numpy.random + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.random.bit_generator c:\users\kk1l\appdata\local\programs\python\python39\lib\site-packages\numpy\random\bit_generator.cp39-win_amd64.pyd
+imports: + numpy.random + +
+
+imported by: + numpy.random + +
+ +
+ +
+ + numpy.random.mtrand c:\users\kk1l\appdata\local\programs\python\python39\lib\site-packages\numpy\random\mtrand.cp39-win_amd64.pyd
+imports: + numpy.random + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.recarray +MissingModule
+imported by: + numpy + • numpy.ma.mrecords + +
+ +
+ +
+ + numpy.testing +Package
+imports: + numpy + • numpy._pytesttester + • numpy.testing._private + • numpy.testing._private.decorators + • numpy.testing._private.nosetester + • numpy.testing._private.utils + • unittest + +
+
+imported by: + numpy + • numpy._pytesttester + • numpy.f2py.f2py_testing + • numpy.testing._private + +
+ +
+ +
+ + numpy.testing._private +Package
+imports: + numpy.testing + • numpy.testing._private + • numpy.testing._private.decorators + +
+
+imported by: + numpy.testing + • numpy.testing._private + • numpy.testing._private.decorators + • numpy.testing._private.noseclasses + • numpy.testing._private.nosetester + • numpy.testing._private.parameterized + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy.testing._private.decorators +SourceModule
+imports: + collections.abc + • numpy.testing._private + • numpy.testing._private.noseclasses + • numpy.testing._private.parameterized + • numpy.testing._private.utils + +
+
+imported by: + numpy.testing + • numpy.testing._private + +
+ +
+ +
+ + numpy.testing._private.noseclasses +SourceModule
+imports: + 'nose.plugins' + • 'nose.util' + • doctest + • inspect + • 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.testing._private + • numpy.testing._private.noseclasses + • numpy.testing._private.utils + • os + • 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 + • numpy + • numpy.compat + • numpy.core + • numpy.core.float32 + • numpy.core.fromnumeric + • numpy.core.intp + • numpy.core.isnan + • numpy.core.number + • numpy.core.numerictypes + • numpy.core.object_ + • numpy.core.signbit + • numpy.lib + • numpy.linalg.lapack_lite + • numpy.testing._private + • operator + • os + • platform + • pprint + • psutil + • 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.version +SourceModule
+imports: + numpy + +
+
+imported by: + numpy + • numpy.core + • numpy.lib + +
+ +
+ +
+ + opcode +SourceModule
+imports: + _opcode + +
+
+imported by: + dis + +
+ +
+ +
+ + operator +SourceModule
+imports: + _operator + • builtins + • functools + +
+
+imported by: + PyDSA.py + • PyInstaller.building.api + • collections + • distutils.versionpredicate + • email._header_value_parser + • fractions + • importlib.metadata + • inspect + • lib2to3.refactor + • numpy.core.einsumfunc + • numpy.core.function_base + • numpy.core.numeric + • numpy.core.shape_base + • numpy.lib.arrayterator + • numpy.lib.histograms + • numpy.lib.npyio + • numpy.linalg.linalg + • numpy.ma.core + • numpy.polynomial.polyutils + • numpy.testing._private.utils + • pathlib + • pip._internal.utils.models + • pip._vendor.packaging._musllinux + • pip._vendor.packaging.markers + • pip._vendor.pkg_resources + • pip._vendor.pyparsing + • pip._vendor.six + • pip._vendor.urllib3.packages.six + • pkg_resources + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.six + • setuptools._vendor.packaging.markers + • setuptools._vendor.six + • setuptools.sandbox + • statistics + • typing + • typing_extensions + • win32com.client.gencache + +
+ +
+ +
+ + optparse +SourceModule
+imports: + gettext + • os + • sys + • textwrap + +
+
+imported by: + numpy.distutils.npy_pkg_config + • numpy.distutils.system_info + • pip._internal.cli.autocompletion + • pip._internal.cli.base_command + • pip._internal.cli.cmdoptions + • pip._internal.cli.parser + • pip._internal.index.collector + • pip._internal.req.req_file + • uu + +
+ +
+ +
+ + ordereddict +MissingModule
+imported by: + pip._vendor.pyparsing + • pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + +
+ +
+ +
+ + ordlookup +Package
+imports: + __future__ + • ordlookup + • ordlookup.oleaut32 + • ordlookup.ws2_32 + • sys + +
+
+imported by: + ordlookup + • ordlookup.oleaut32 + • ordlookup.ws2_32 + • pefile + +
+ +
+ +
+ + ordlookup.oleaut32 +SourceModule
+imports: + ordlookup + +
+
+imported by: + ordlookup + +
+ +
+ +
+ + ordlookup.ws2_32 +SourceModule
+imports: + ordlookup + +
+
+imported by: + ordlookup + +
+ +
+ +
+ + org +MissingModule
+imported by: + pickle + +
+ +
+ +
+ + os +SourceModule
+imports: + _collections_abc + • abc + • io + • nt + • ntpath + • ntpath + • posix + • posixpath + • stat + • subprocess + • sys + • warnings + +
+
+imported by: + 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.splash + • 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.tcl_tk + • PyInstaller.utils.misc + • PyInstaller.utils.osx + • PyInstaller.utils.win32.winmanifest + • PyInstaller.utils.win32.winutils + • _bootsubprocess + • _osx_support + • argparse + • asyncio.base_events + • asyncio.coroutines + • asyncio.events + • asyncio.proactor_events + • asyncio.unix_events + • asyncio.windows_utils + • bdb + • bz2 + • cgi + • colorama.ansitowin32 + • compileall + • 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 + • filecmp + • fileinput + • fnmatch + • genericpath + • getopt + • getpass + • gettext + • glob + • gzip + • http.cookiejar + • http.server + • imp + • importlib._common + • importlib.metadata + • importlib.resources + • 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.overrides + • numpy.core.records + • numpy.ctypeslib + • numpy.distutils.__config__ + • numpy.distutils._shell_utils + • numpy.distutils.ccompiler + • 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.testing._private.noseclasses + • numpy.testing._private.nosetester + • numpy.testing._private.utils + • optparse + • pathlib + • pdb + • pefile + • pip._internal.build_env + • pip._internal.cli.autocompletion + • pip._internal.cli.base_command + • pip._internal.cli.cmdoptions + • pip._internal.cli.main + • pip._internal.cli.main_parser + • pip._internal.configuration + • pip._internal.index.collector + • pip._internal.index.sources + • pip._internal.locations + • pip._internal.locations._distutils + • pip._internal.locations._sysconfig + • pip._internal.locations.base + • pip._internal.models.link + • pip._internal.models.search_scope + • pip._internal.network.cache + • pip._internal.network.session + • pip._internal.operations.build.metadata + • pip._internal.operations.build.metadata_legacy + • pip._internal.operations.install.legacy + • pip._internal.pyproject + • pip._internal.req.req_file + • pip._internal.req.req_install + • pip._internal.req.req_uninstall + • pip._internal.utils.appdirs + • pip._internal.utils.compat + • pip._internal.utils.filesystem + • pip._internal.utils.glibc + • pip._internal.utils.logging + • pip._internal.utils.misc + • pip._internal.utils.subprocess + • pip._internal.utils.unpacking + • pip._internal.utils.urls + • pip._internal.utils.virtualenv + • pip._internal.vcs.mercurial + • pip._internal.vcs.subversion + • pip._internal.vcs.versioncontrol + • pip._vendor.appdirs + • pip._vendor.cachecontrol.caches.file_cache + • pip._vendor.certifi.core + • pip._vendor.colorama.ansitowin32 + • pip._vendor.distlib._backport.shutil + • pip._vendor.distlib._backport.sysconfig + • pip._vendor.distlib._backport.tarfile + • pip._vendor.distlib.compat + • pip._vendor.distlib.resources + • pip._vendor.distlib.scripts + • pip._vendor.distlib.util + • pip._vendor.distro + • pip._vendor.msgpack + • pip._vendor.packaging._manylinux + • pip._vendor.packaging._musllinux + • pip._vendor.packaging.markers + • pip._vendor.pep517.wrappers + • pip._vendor.pkg_resources + • pip._vendor.pkg_resources.py31compat + • pip._vendor.requests.auth + • pip._vendor.requests.sessions + • pip._vendor.requests.utils + • pip._vendor.urllib3.connection + • pip._vendor.urllib3.contrib._appengine_environ + • pip._vendor.urllib3.contrib._securetransport.low_level + • pip._vendor.urllib3.filepost + • pip._vendor.urllib3.util.ssl_ + • pipes + • pkg_resources + • pkg_resources._vendor.appdirs + • pkg_resources._vendor.packaging.markers + • pkgutil + • platform + • plistlib + • posixpath + • py_compile + • pydoc + • pyi_rth__tkinter.py + • pyi_rth_inspect.py + • pyi_rth_multiprocessing.py + • pyi_rth_pkgres.py + • pyi_rth_pkgutil.py + • pyi_rth_win32comgenpy.py + • pyvisa.ctwrapper + • pyvisa.ctwrapper.cthelper + • pyvisa.highlevel + • pyvisa.util + • pywintypes + • random + • runpy + • 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.distutils_patch + • 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 + • toml.decoder + • tornado.ioloop + • tornado.iostream + • tornado.netutil + • tornado.options + • tornado.process + • tornado.util + • 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: + PyInstaller.utils.hooks + • PyInstaller.utils.hooks.conda + • compileall + • importlib._common + • importlib.metadata + • importlib.resources + • numpy.compat.py3k + • pip._internal.build_env + • pip._internal.index.sources + • pip._internal.locations + • pip._internal.vcs.git + • pyi_rth_pkgres.py + • toml.decoder + • toml.encoder + • 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 + • pip._vendor.pyparsing + • pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + +
+ +
+ +
+ + pefile +SourceModule
+imports: + __future__ + • builtins + • codecs + • collections + • copy + • functools + • hashlib + • math + • mmap + • ordlookup + • os + • string + • struct + • sys + • time + +
+
+imported by: + PyInstaller.depend.bindepend + • PyInstaller.utils.win32.versioninfo + • PyInstaller.utils.win32.winutils + +
+ +
+ +
+ + pep517 +MissingModule
+imported by: + importlib.metadata + +
+ +
+ +
+ + pickle +SourceModule
+imports: + _compat_pickle + • _pickle + • 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 + • numpy.core + • pip._vendor.cachecontrol.compat + • setuptools.sandbox + • tracemalloc + • win32com.client.gencache + +
+ +
+ +
+ + pickle5 +MissingModule
+imported by: + numpy.compat.py3k + +
+ +
+ +
+ + pip +Package
+imports: + pip.__file__ + • pip._internal.utils.entrypoints + • typing + +
+
+imported by: + pip._internal + • pip._internal.build_env + • pip._internal.network.session + • pip._internal.utils.deprecation + • pip._internal.utils.misc + • pip._vendor + • pyvisa.util + +
+ +
+ +
+ + pip.__file__ +MissingModule
+imported by: + pip + • pip._internal.build_env + +
+ +
+ +
+ + pip._internal +Package
+imports: + pip + • pip._internal.utils + • pip._internal.utils._log + • pip._internal.utils.entrypoints + • pip._internal.utils.inject_securetransport + • typing + +
+
+imported by: + pip._internal.build_env + • pip._internal.cli + • pip._internal.commands + • pip._internal.configuration + • pip._internal.exceptions + • pip._internal.index + • pip._internal.locations + • pip._internal.metadata + • pip._internal.models + • pip._internal.network + • pip._internal.operations + • pip._internal.pyproject + • pip._internal.req + • pip._internal.utils + • pip._internal.vcs + +
+ +
+ +
+ + pip._internal.build_env +SourceModule
+imports: + collections + • contextlib + • logging + • os + • pathlib + • pip + • pip.__file__ + • pip._internal + • pip._internal.cli.spinners + • pip._internal.index.package_finder + • pip._internal.locations + • pip._internal.metadata + • pip._internal.utils.subprocess + • pip._internal.utils.temp_dir + • pip._vendor.certifi + • pip._vendor.packaging.requirements + • pip._vendor.packaging.version + • sys + • sysconfig + • textwrap + • types + • typing + • zipfile + +
+
+imported by: + pip._internal.operations.build.metadata + • pip._internal.operations.build.metadata_legacy + • pip._internal.operations.install.editable_legacy + • pip._internal.operations.install.legacy + • pip._internal.req.req_install + +
+ +
+ +
+ + pip._internal.cli +Package
+imports: + pip._internal + • pip._internal.cli.cmdoptions + +
+
+imported by: + pip._internal.cli.autocompletion + • pip._internal.cli.base_command + • pip._internal.cli.cmdoptions + • pip._internal.cli.command_context + • pip._internal.cli.main + • pip._internal.cli.main_parser + • pip._internal.cli.parser + • pip._internal.cli.progress_bars + • pip._internal.cli.spinners + • pip._internal.cli.status_codes + • pip._internal.req.req_file + +
+ +
+ +
+ + pip._internal.cli.autocompletion +SourceModule
+imports: + itertools + • optparse + • os + • pip._internal.cli + • pip._internal.cli.main_parser + • pip._internal.commands + • pip._internal.metadata + • sys + • typing + +
+
+imported by: + pip._internal.cli.main + +
+ +
+ +
+ + pip._internal.cli.base_command +SourceModule
+imports: + logging + • logging.config + • optparse + • os + • pip._internal.cli + • pip._internal.cli.cmdoptions + • pip._internal.cli.command_context + • pip._internal.cli.parser + • pip._internal.cli.status_codes + • pip._internal.exceptions + • pip._internal.utils.deprecation + • pip._internal.utils.filesystem + • pip._internal.utils.logging + • pip._internal.utils.misc + • pip._internal.utils.temp_dir + • pip._internal.utils.virtualenv + • sys + • traceback + • typing + +
+
+imported by: + pip._internal.commands + +
+ +
+ +
+ + pip._internal.cli.cmdoptions +SourceModule
+imports: + functools + • optparse + • os + • pip._internal.cli + • pip._internal.cli.parser + • pip._internal.cli.progress_bars + • pip._internal.exceptions + • pip._internal.locations + • pip._internal.models.format_control + • pip._internal.models.index + • pip._internal.models.target_python + • pip._internal.utils.hashes + • pip._internal.utils.misc + • pip._vendor.packaging.utils + • textwrap + • typing + • warnings + +
+
+imported by: + pip._internal.cli + • pip._internal.cli.base_command + • pip._internal.cli.main_parser + • pip._internal.req.req_file + +
+ +
+ +
+ + pip._internal.cli.command_context +SourceModule
+imports: + contextlib + • pip._internal.cli + • typing + +
+
+imported by: + pip._internal.cli.base_command + +
+ +
+ +
+ + pip._internal.cli.main +SourceModule
+imports: + locale + • logging + • os + • pip._internal.cli + • pip._internal.cli.autocompletion + • pip._internal.cli.main_parser + • pip._internal.commands + • pip._internal.exceptions + • pip._internal.utils + • pip._internal.utils.deprecation + • sys + • typing + +
+
+imported by: + pip._internal.utils.entrypoints + +
+ +
+ +
+ + pip._internal.cli.main_parser +SourceModule
+imports: + os + • pip._internal.cli + • pip._internal.cli.cmdoptions + • pip._internal.cli.parser + • pip._internal.commands + • pip._internal.exceptions + • pip._internal.utils.misc + • sys + • typing + +
+
+imported by: + pip._internal.cli.autocompletion + • pip._internal.cli.main + +
+ +
+ +
+ + pip._internal.cli.parser +SourceModule
+imports: + contextlib + • logging + • optparse + • pip._internal.cli + • pip._internal.cli.status_codes + • pip._internal.configuration + • pip._internal.utils.misc + • shutil + • sys + • textwrap + • typing + +
+
+imported by: + pip._internal.cli.base_command + • pip._internal.cli.cmdoptions + • pip._internal.cli.main_parser + +
+ +
+ +
+ + pip._internal.cli.progress_bars +SourceModule
+imports: + itertools + • pip._internal.cli + • pip._internal.utils.compat + • pip._internal.utils.logging + • pip._internal.utils.misc + • pip._vendor + • pip._vendor.colorama + • pip._vendor.progress.bar + • pip._vendor.progress.spinner + • signal + • sys + • typing + +
+
+imported by: + pip._internal.cli.cmdoptions + +
+ +
+ +
+ + pip._internal.cli.spinners +SourceModule
+imports: + contextlib + • itertools + • logging + • pip._internal.cli + • pip._internal.utils.compat + • pip._internal.utils.logging + • pip._vendor.progress + • sys + • time + • typing + +
+
+imported by: + pip._internal.build_env + • pip._internal.utils.subprocess + • pip._internal.vcs.versioncontrol + +
+ +
+ +
+ + pip._internal.cli.status_codes +SourceModule
+imports: + pip._internal.cli + +
+
+imported by: + pip._internal.cli.base_command + • pip._internal.cli.parser + +
+ +
+ +
+ + pip._internal.commands +Package
+imports: + collections + • difflib + • importlib + • pip._internal + • pip._internal.cli.base_command + • typing + +
+
+imported by: + pip._internal.cli.autocompletion + • pip._internal.cli.main + • pip._internal.cli.main_parser + +
+ +
+ +
+ + pip._internal.configuration +SourceModule
+imports: + configparser + • locale + • logging + • os + • pip._internal + • pip._internal.exceptions + • pip._internal.utils + • pip._internal.utils.appdirs + • pip._internal.utils.compat + • pip._internal.utils.misc + • sys + • typing + +
+
+imported by: + pip._internal.cli.parser + +
+ +
+ +
+ + pip._internal.exceptions +SourceModule
+imports: + configparser + • hashlib + • itertools + • pip._internal + • pip._internal.req.req_install + • pip._internal.utils.hashes + • pip._vendor.pkg_resources + • pip._vendor.requests.models + • typing + +
+
+imported by: + pip._internal.cli.base_command + • pip._internal.cli.cmdoptions + • pip._internal.cli.main + • pip._internal.cli.main_parser + • pip._internal.configuration + • pip._internal.index.collector + • pip._internal.index.package_finder + • pip._internal.locations._sysconfig + • pip._internal.models.format_control + • pip._internal.models.wheel + • pip._internal.network.utils + • pip._internal.operations.build.metadata_legacy + • pip._internal.operations.install.legacy + • pip._internal.operations.install.wheel + • pip._internal.pyproject + • pip._internal.req.req_file + • pip._internal.req.req_install + • pip._internal.req.req_set + • pip._internal.req.req_uninstall + • pip._internal.utils.hashes + • pip._internal.utils.misc + • pip._internal.utils.packaging + • pip._internal.utils.subprocess + • pip._internal.utils.unpacking + • pip._internal.utils.wheel + • pip._internal.vcs.git + • pip._internal.vcs.mercurial + • pip._internal.vcs.subversion + • pip._internal.vcs.versioncontrol + +
+ +
+ +
+ + pip._internal.index +Package
+imports: + pip._internal + +
+
+imported by: + pip._internal.index.collector + • pip._internal.index.package_finder + • pip._internal.index.sources + +
+ +
+ +
+ + pip._internal.index.collector +SourceModule
+imports: + cgi + • collections + • functools + • html + • itertools + • logging + • optparse + • os + • pip._internal.exceptions + • pip._internal.index + • pip._internal.index.sources + • pip._internal.models.link + • pip._internal.models.search_scope + • pip._internal.network.session + • pip._internal.network.utils + • pip._internal.utils.filetypes + • pip._internal.utils.misc + • pip._internal.vcs + • pip._vendor + • pip._vendor.html5lib + • pip._vendor.requests + • pip._vendor.requests.exceptions + • re + • typing + • urllib.parse + • urllib.request + • xml.etree.ElementTree + +
+
+imported by: + pip._internal.index.package_finder + • pip._internal.models.link + +
+ +
+ +
+ + pip._internal.index.package_finder +SourceModule
+imports: + functools + • itertools + • logging + • pip._internal.exceptions + • pip._internal.index + • pip._internal.index.collector + • pip._internal.models.candidate + • pip._internal.models.format_control + • pip._internal.models.link + • pip._internal.models.search_scope + • pip._internal.models.selection_prefs + • pip._internal.models.target_python + • pip._internal.models.wheel + • pip._internal.req + • pip._internal.utils._log + • pip._internal.utils.filetypes + • pip._internal.utils.hashes + • pip._internal.utils.logging + • pip._internal.utils.misc + • pip._internal.utils.packaging + • pip._internal.utils.unpacking + • pip._internal.utils.urls + • pip._vendor.packaging + • pip._vendor.packaging.specifiers + • pip._vendor.packaging.tags + • pip._vendor.packaging.utils + • pip._vendor.packaging.version + • re + • typing + +
+
+imported by: + pip._internal.build_env + • pip._internal.req.req_file + +
+ +
+ +
+ + pip._internal.index.sources +SourceModule
+imports: + logging + • mimetypes + • os + • pathlib + • pip._internal.index + • pip._internal.models.candidate + • pip._internal.models.link + • pip._internal.utils.urls + • pip._internal.vcs + • typing + +
+
+imported by: + pip._internal.index.collector + +
+ +
+ +
+ + pip._internal.locations +Package
+imports: + functools + • logging + • os + • pathlib + • pip._internal + • pip._internal.locations + • pip._internal.locations._distutils + • pip._internal.locations._sysconfig + • pip._internal.locations.base + • pip._internal.models.scheme + • sys + • sysconfig + • typing + +
+
+imported by: + pip._internal.build_env + • pip._internal.cli.cmdoptions + • pip._internal.locations + • pip._internal.locations._distutils + • pip._internal.locations._sysconfig + • pip._internal.locations.base + • pip._internal.operations.install.wheel + • pip._internal.req.req_install + • pip._internal.req.req_uninstall + • pip._internal.utils.misc + +
+ +
+ +
+ + pip._internal.locations._distutils +SourceModule
+imports: + distutils.cmd + • distutils.command.install + • distutils.dist + • distutils.sysconfig + • logging + • os + • pip._internal.locations + • pip._internal.locations.base + • pip._internal.models.scheme + • pip._internal.utils.compat + • pip._internal.utils.virtualenv + • sys + • typing + +
+
+imported by: + pip._internal.locations + +
+ +
+ +
+ + pip._internal.locations._sysconfig +SourceModule
+imports: + distutils.util + • logging + • os + • pip._internal.exceptions + • pip._internal.locations + • pip._internal.locations.base + • pip._internal.models.scheme + • pip._internal.utils.virtualenv + • sys + • sysconfig + • typing + +
+
+imported by: + pip._internal.locations + +
+ +
+ +
+ + pip._internal.locations.base +SourceModule
+imports: + os + • pip._internal.locations + • pip._internal.utils + • pip._internal.utils.appdirs + • pip._internal.utils.virtualenv + • site + • sys + • sysconfig + • typing + +
+
+imported by: + pip._internal.locations + • pip._internal.locations._distutils + • pip._internal.locations._sysconfig + +
+ +
+ +
+ + pip._internal.metadata +Package
+imports: + pip._internal + • pip._internal.metadata.base + • pip._internal.metadata.pkg_resources + • typing + +
+
+imported by: + pip._internal.build_env + • pip._internal.cli.autocompletion + • pip._internal.metadata.base + • pip._internal.metadata.pkg_resources + • pip._internal.network.session + • pip._internal.operations.install.wheel + • pip._internal.utils.misc + +
+ +
+ +
+ + pip._internal.metadata.base +SourceModule
+imports: + email.message + • json + • logging + • pip._internal.metadata + • pip._internal.models.direct_url + • pip._internal.utils.misc + • pip._vendor.packaging.requirements + • pip._vendor.packaging.utils + • pip._vendor.packaging.version + • re + • typing + +
+
+imported by: + pip._internal.metadata + • pip._internal.metadata.pkg_resources + +
+ +
+ +
+ + pip._internal.metadata.pkg_resources +SourceModule
+imports: + email.message + • logging + • pip._internal.metadata + • pip._internal.metadata.base + • pip._internal.utils + • pip._internal.utils.misc + • pip._internal.utils.packaging + • pip._internal.utils.wheel + • pip._vendor + • pip._vendor.packaging.requirements + • pip._vendor.packaging.utils + • pip._vendor.packaging.version + • pip._vendor.pkg_resources + • typing + • zipfile + +
+
+imported by: + pip._internal.metadata + • pip._internal.utils.misc + +
+ +
+ +
+ + pip._internal.models +Package
+imports: + pip._internal + +
+
+imported by: + pip._internal.models.candidate + • pip._internal.models.direct_url + • pip._internal.models.format_control + • pip._internal.models.index + • pip._internal.models.link + • pip._internal.models.scheme + • pip._internal.models.search_scope + • pip._internal.models.selection_prefs + • pip._internal.models.target_python + • pip._internal.models.wheel + +
+ +
+ +
+ + pip._internal.models.candidate +SourceModule
+imports: + pip._internal.models + • pip._internal.models.link + • pip._internal.utils.models + • pip._vendor.packaging.version + +
+
+imported by: + pip._internal.index.package_finder + • pip._internal.index.sources + +
+ +
+ +
+ + pip._internal.models.direct_url +SourceModule
+imports: + json + • pip._internal.models + • re + • typing + • urllib.parse + +
+
+imported by: + pip._internal.metadata.base + • pip._internal.operations.install.wheel + • pip._internal.utils.direct_url_helpers + +
+ +
+ +
+ + pip._internal.models.format_control +SourceModule
+imports: + pip._internal.exceptions + • pip._internal.models + • pip._vendor.packaging.utils + • typing + +
+
+imported by: + pip._internal.cli.cmdoptions + • pip._internal.index.package_finder + • pip._internal.models.selection_prefs + +
+ +
+ +
+ + pip._internal.models.index +SourceModule
+imports: + pip._internal.models + • urllib.parse + +
+
+imported by: + pip._internal.cli.cmdoptions + • pip._internal.models.search_scope + +
+ +
+ +
+ + pip._internal.models.link +SourceModule
+imports: + functools + • logging + • os + • pip._internal.index.collector + • pip._internal.models + • pip._internal.utils.filetypes + • pip._internal.utils.hashes + • pip._internal.utils.misc + • pip._internal.utils.models + • pip._internal.utils.urls + • pip._internal.vcs + • posixpath + • re + • typing + • urllib.parse + +
+
+imported by: + pip._internal.index.collector + • pip._internal.index.package_finder + • pip._internal.index.sources + • pip._internal.models.candidate + • pip._internal.network.session + • pip._internal.req.req_install + • pip._internal.utils.direct_url_helpers + +
+ +
+ +
+ + pip._internal.models.scheme +SourceModule
+imports: + pip._internal.models + +
+
+imported by: + pip._internal.locations + • pip._internal.locations._distutils + • pip._internal.locations._sysconfig + • pip._internal.operations.install.legacy + • pip._internal.operations.install.wheel + +
+ +
+ +
+ + pip._internal.models.search_scope +SourceModule
+imports: + itertools + • logging + • os + • pip._internal.models + • pip._internal.models.index + • pip._internal.utils.compat + • pip._internal.utils.misc + • pip._vendor.packaging.utils + • posixpath + • typing + • urllib.parse + +
+
+imported by: + pip._internal.index.collector + • pip._internal.index.package_finder + • pip._internal.req.req_file + +
+ +
+ +
+ + pip._internal.models.selection_prefs +SourceModule
+imports: + pip._internal.models + • pip._internal.models.format_control + • typing + +
+
+imported by: + pip._internal.index.package_finder + +
+ +
+ +
+ + pip._internal.models.target_python +SourceModule
+imports: + pip._internal.models + • pip._internal.utils.compatibility_tags + • pip._internal.utils.misc + • pip._vendor.packaging.tags + • sys + • typing + +
+
+imported by: + pip._internal.cli.cmdoptions + • pip._internal.index.package_finder + +
+ +
+ +
+ + pip._internal.models.wheel +SourceModule
+imports: + pip._internal.exceptions + • pip._internal.models + • pip._vendor.packaging.tags + • re + • typing + +
+
+imported by: + pip._internal.index.package_finder + • pip._internal.req.req_set + +
+ +
+ +
+ + pip._internal.network +Package
+imports: + pip._internal + +
+
+imported by: + pip._internal.network.auth + • pip._internal.network.cache + • pip._internal.network.session + • pip._internal.network.utils + +
+ +
+ +
+ + pip._internal.network.auth +SourceModule
+imports: + keyring + • pip._internal.network + • pip._internal.utils.logging + • pip._internal.utils.misc + • pip._internal.vcs.versioncontrol + • pip._vendor.requests.auth + • pip._vendor.requests.models + • pip._vendor.requests.utils + • typing + • urllib.parse + +
+
+imported by: + pip._internal.network.session + +
+ +
+ +
+ + pip._internal.network.cache +SourceModule
+imports: + contextlib + • os + • pip._internal.network + • pip._internal.utils.filesystem + • pip._internal.utils.misc + • pip._vendor.cachecontrol.cache + • pip._vendor.cachecontrol.caches + • pip._vendor.requests.models + • typing + +
+
+imported by: + pip._internal.network.session + +
+ +
+ +
+ + pip._internal.network.session +SourceModule
+imports: + _ssl + • email.utils + • ipaddress + • json + • logging + • mimetypes + • os + • pip + • pip._internal.metadata + • pip._internal.models.link + • pip._internal.network + • pip._internal.network.auth + • pip._internal.network.cache + • pip._internal.utils.compat + • pip._internal.utils.glibc + • pip._internal.utils.misc + • pip._internal.utils.urls + • pip._vendor + • pip._vendor.cachecontrol + • pip._vendor.distro + • pip._vendor.requests + • pip._vendor.requests.adapters + • pip._vendor.requests.models + • pip._vendor.requests.structures + • pip._vendor.urllib3 + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.exceptions + • platform + • shutil + • subprocess + • sys + • typing + • urllib.parse + • warnings + +
+
+imported by: + pip._internal.index.collector + • pip._internal.req.req_file + +
+ +
+ +
+ + pip._internal.network.utils +SourceModule
+imports: + pip._internal.exceptions + • pip._internal.network + • pip._vendor.requests.models + • typing + +
+
+imported by: + pip._internal.index.collector + • pip._internal.req.req_file + +
+ +
+ +
+ + pip._internal.operations +Package
+imports: + pip._internal + +
+
+imported by: + pip._internal.operations.build + • pip._internal.operations.install + +
+ +
+ +
+ + pip._internal.operations.build +Package
+imports: + pip._internal.operations + +
+
+imported by: + pip._internal.operations.build.metadata + • pip._internal.operations.build.metadata_legacy + +
+ +
+ +
+ + pip._internal.operations.build.metadata +SourceModule
+imports: + os + • pip._internal.build_env + • pip._internal.operations.build + • pip._internal.utils.subprocess + • pip._internal.utils.temp_dir + • pip._vendor.pep517.wrappers + +
+
+imported by: + pip._internal.req.req_install + +
+ +
+ +
+ + pip._internal.operations.build.metadata_legacy +SourceModule
+imports: + logging + • os + • pip._internal.build_env + • pip._internal.exceptions + • pip._internal.operations.build + • pip._internal.utils.setuptools_build + • pip._internal.utils.subprocess + • pip._internal.utils.temp_dir + +
+
+imported by: + pip._internal.req.req_install + +
+ +
+ +
+ + pip._internal.operations.install +Package
+imports: + pip._internal.operations + +
+
+imported by: + pip._internal.operations.install.editable_legacy + • pip._internal.operations.install.legacy + • pip._internal.operations.install.wheel + +
+ +
+ +
+ + pip._internal.operations.install.editable_legacy +SourceModule
+imports: + logging + • pip._internal.build_env + • pip._internal.operations.install + • pip._internal.utils.logging + • pip._internal.utils.setuptools_build + • pip._internal.utils.subprocess + • typing + +
+
+imported by: + pip._internal.req.req_install + +
+ +
+ +
+ + pip._internal.operations.install.legacy +SourceModule
+imports: + distutils.util + • logging + • os + • pip._internal.build_env + • pip._internal.exceptions + • pip._internal.models.scheme + • pip._internal.operations.install + • pip._internal.utils.logging + • pip._internal.utils.misc + • pip._internal.utils.setuptools_build + • pip._internal.utils.subprocess + • pip._internal.utils.temp_dir + • sys + • typing + +
+
+imported by: + pip._internal.req.req_install + +
+ +
+ +
+ + pip._internal.operations.install.wheel +SourceModule
+imports: + base64 + • collections + • compileall + • contextlib + • csv + • email.message + • importlib + • itertools + • logging + • ntpath + • pip._internal.exceptions + • pip._internal.locations + • pip._internal.metadata + • pip._internal.models.direct_url + • pip._internal.models.scheme + • pip._internal.operations.install + • pip._internal.utils.filesystem + • pip._internal.utils.misc + • pip._internal.utils.unpacking + • pip._internal.utils.wheel + • pip._vendor.distlib.scripts + • pip._vendor.distlib.util + • pip._vendor.packaging.utils + • pip._vendor.six + • re + • shutil + • sys + • typing + • warnings + • zipfile + +
+
+imported by: + pip._internal.req.req_install + +
+ +
+ +
+ + pip._internal.pyproject +SourceModule
+imports: + collections + • os + • pip._internal + • pip._internal.exceptions + • pip._vendor + • pip._vendor.packaging.requirements + • pip._vendor.tomli + • typing + +
+
+imported by: + pip._internal.req.req_install + +
+ +
+ +
+ + pip._internal.req +Package
+imports: + collections + • logging + • pip._internal + • pip._internal.req.req_file + • pip._internal.req.req_install + • pip._internal.req.req_set + • pip._internal.utils.logging + • typing + +
+
+imported by: + pip._internal.index.package_finder + • pip._internal.req.req_file + • pip._internal.req.req_install + • pip._internal.req.req_set + • pip._internal.req.req_uninstall + +
+ +
+ +
+ + pip._internal.req.req_file +SourceModule
+imports: + optparse + • os + • pip._internal.cli + • pip._internal.cli.cmdoptions + • pip._internal.exceptions + • pip._internal.index.package_finder + • pip._internal.models.search_scope + • pip._internal.network.session + • pip._internal.network.utils + • pip._internal.req + • pip._internal.utils.encoding + • pip._internal.utils.urls + • re + • shlex + • typing + • urllib.parse + +
+
+imported by: + pip._internal.req + +
+ +
+ +
+ + pip._internal.req.req_install +SourceModule
+imports: + logging + • os + • pip._internal.build_env + • pip._internal.exceptions + • pip._internal.locations + • pip._internal.models.link + • pip._internal.operations.build.metadata + • pip._internal.operations.build.metadata_legacy + • pip._internal.operations.install.editable_legacy + • pip._internal.operations.install.legacy + • pip._internal.operations.install.wheel + • pip._internal.pyproject + • pip._internal.req + • pip._internal.req.req_uninstall + • pip._internal.utils.deprecation + • pip._internal.utils.direct_url_helpers + • pip._internal.utils.hashes + • pip._internal.utils.logging + • pip._internal.utils.misc + • pip._internal.utils.packaging + • pip._internal.utils.temp_dir + • pip._internal.utils.virtualenv + • pip._internal.vcs + • pip._vendor + • pip._vendor.packaging.markers + • pip._vendor.packaging.requirements + • pip._vendor.packaging.specifiers + • pip._vendor.packaging.utils + • pip._vendor.packaging.version + • pip._vendor.pep517.wrappers + • pip._vendor.pkg_resources + • pip._vendor.six + • shutil + • sys + • typing + • uuid + • zipfile + +
+
+imported by: + pip._internal.exceptions + • pip._internal.req + • pip._internal.req.req_set + +
+ +
+ +
+ + pip._internal.req.req_set +SourceModule
+imports: + collections + • logging + • pip._internal.exceptions + • pip._internal.models.wheel + • pip._internal.req + • pip._internal.req.req_install + • pip._internal.utils + • pip._internal.utils.compatibility_tags + • pip._vendor.packaging.utils + • typing + +
+
+imported by: + pip._internal.req + +
+ +
+ +
+ + pip._internal.req.req_uninstall +SourceModule
+imports: + csv + • functools + • importlib.util + • os + • pip._internal.exceptions + • pip._internal.locations + • pip._internal.req + • pip._internal.utils.compat + • pip._internal.utils.logging + • pip._internal.utils.misc + • pip._internal.utils.temp_dir + • pip._vendor + • pip._vendor.pkg_resources + • sys + • sysconfig + • typing + +
+
+imported by: + pip._internal.req.req_install + +
+ +
+ +
+ + pip._internal.utils +Package
+imports: + pip._internal + • pip._internal.utils._log + • pip._internal.utils.appdirs + +
+
+imported by: + pip._internal + • pip._internal.cli.main + • pip._internal.configuration + • pip._internal.locations.base + • pip._internal.metadata.pkg_resources + • pip._internal.req.req_set + • pip._internal.utils._log + • pip._internal.utils.appdirs + • pip._internal.utils.compat + • pip._internal.utils.compatibility_tags + • pip._internal.utils.deprecation + • pip._internal.utils.direct_url_helpers + • pip._internal.utils.encoding + • pip._internal.utils.entrypoints + • pip._internal.utils.filesystem + • pip._internal.utils.filetypes + • pip._internal.utils.glibc + • pip._internal.utils.hashes + • pip._internal.utils.inject_securetransport + • pip._internal.utils.logging + • pip._internal.utils.misc + • pip._internal.utils.models + • pip._internal.utils.packaging + • pip._internal.utils.pkg_resources + • pip._internal.utils.setuptools_build + • pip._internal.utils.subprocess + • pip._internal.utils.temp_dir + • pip._internal.utils.unpacking + • pip._internal.utils.urls + • pip._internal.utils.virtualenv + • pip._internal.utils.wheel + +
+ +
+ +
+ + pip._internal.utils._log +SourceModule
+imports: + logging + • pip._internal.utils + • typing + +
+
+imported by: + pip._internal + • pip._internal.index.package_finder + • pip._internal.utils + • pip._internal.utils.logging + +
+ +
+ +
+ + pip._internal.utils.appdirs +SourceModule
+imports: + os + • pip._internal.utils + • pip._vendor + • pip._vendor.appdirs + • typing + +
+
+imported by: + pip._internal.configuration + • pip._internal.locations.base + • pip._internal.utils + +
+ +
+ +
+ + pip._internal.utils.compat +SourceModule
+imports: + _ssl + • logging + • os + • pip._internal.utils + • pip._vendor.urllib3.util + • sys + +
+
+imported by: + pip._internal.cli.progress_bars + • pip._internal.cli.spinners + • pip._internal.configuration + • pip._internal.locations._distutils + • pip._internal.models.search_scope + • pip._internal.network.session + • pip._internal.req.req_uninstall + • pip._internal.utils.filesystem + • pip._internal.utils.logging + • pip._internal.utils.misc + • pip._internal.utils.urls + • pip._vendor.requests + +
+ +
+ +
+ + pip._internal.utils.compatibility_tags +SourceModule
+imports: + pip._internal.utils + • pip._vendor.packaging.tags + • re + • typing + +
+
+imported by: + pip._internal.models.target_python + • pip._internal.req.req_set + +
+ +
+ +
+ + pip._internal.utils.deprecation +SourceModule
+imports: + logging + • pip + • pip._internal.utils + • pip._vendor.packaging.version + • typing + • warnings + +
+
+imported by: + pip._internal.cli.base_command + • pip._internal.cli.main + • pip._internal.req.req_install + • pip._internal.utils.logging + +
+ +
+ +
+ + pip._internal.utils.direct_url_helpers +SourceModule
+imports: + pip._internal.models.direct_url + • pip._internal.models.link + • pip._internal.utils + • pip._internal.vcs + • typing + +
+
+imported by: + pip._internal.req.req_install + +
+ +
+ +
+ + pip._internal.utils.encoding +SourceModule
+imports: + codecs + • locale + • pip._internal.utils + • re + • sys + • typing + +
+
+imported by: + pip._internal.req.req_file + +
+ +
+ +
+ + pip._internal.utils.entrypoints +SourceModule
+imports: + pip._internal.cli.main + • pip._internal.utils + • sys + • typing + +
+
+imported by: + pip + • pip._internal + +
+ +
+ +
+ + pip._internal.utils.filesystem +SourceModule
+imports: + contextlib + • fnmatch + • ntpath + • os + • pip._internal.utils + • pip._internal.utils.compat + • pip._internal.utils.misc + • pip._vendor.tenacity + • pip._vendor.tenacity.retry + • random + • shutil + • stat + • sys + • tempfile + • typing + +
+
+imported by: + pip._internal.cli.base_command + • pip._internal.network.cache + • pip._internal.operations.install.wheel + +
+ +
+ +
+ + pip._internal.utils.filetypes +SourceModule
+imports: + pip._internal.utils + • pip._internal.utils.misc + • typing + +
+
+imported by: + pip._internal.index.collector + • pip._internal.index.package_finder + • pip._internal.models.link + • pip._internal.utils.unpacking + +
+ +
+ +
+ + pip._internal.utils.glibc +SourceModule
+imports: + ctypes + • os + • pip._internal.utils + • sys + • typing + +
+
+imported by: + pip._internal.network.session + +
+ +
+ +
+ + pip._internal.utils.hashes +SourceModule
+imports: + hashlib + • pip._internal.exceptions + • pip._internal.utils + • pip._internal.utils.misc + • typing + +
+
+imported by: + pip._internal.cli.cmdoptions + • pip._internal.exceptions + • pip._internal.index.package_finder + • pip._internal.models.link + • pip._internal.req.req_install + +
+ +
+ +
+ + pip._internal.utils.inject_securetransport +SourceModule
+imports: + pip._internal.utils + • pip._vendor.urllib3.contrib + • pip._vendor.urllib3.contrib.securetransport + • ssl + • sys + +
+
+imported by: + pip._internal + +
+ +
+ +
+ + pip._internal.utils.logging +SourceModule
+imports: + contextlib + • dummy_threading + • errno + • logging + • logging.handlers + • os + • pip._internal.utils + • pip._internal.utils._log + • pip._internal.utils.compat + • pip._internal.utils.deprecation + • pip._internal.utils.misc + • pip._vendor + • pip._vendor.colorama + • sys + • threading + • typing + +
+
+imported by: + pip._internal.cli.base_command + • pip._internal.cli.progress_bars + • pip._internal.cli.spinners + • pip._internal.index.package_finder + • pip._internal.network.auth + • pip._internal.operations.install.editable_legacy + • pip._internal.operations.install.legacy + • pip._internal.req + • pip._internal.req.req_install + • pip._internal.req.req_uninstall + • pip._internal.utils.subprocess + +
+ +
+ +
+ + pip._internal.utils.misc +SourceModule
+imports: + contextlib + • errno + • getpass + • hashlib + • io + • itertools + • logging + • os + • pip + • pip._internal.exceptions + • pip._internal.locations + • pip._internal.metadata + • pip._internal.metadata.pkg_resources + • pip._internal.utils + • pip._internal.utils.compat + • pip._internal.utils.virtualenv + • pip._vendor.pkg_resources + • pip._vendor.tenacity + • pip._vendor.tenacity.retry + • posixpath + • shutil + • stat + • sys + • types + • typing + • urllib.parse + • wheel + +
+
+imported by: + pip._internal.cli.base_command + • pip._internal.cli.cmdoptions + • pip._internal.cli.main_parser + • pip._internal.cli.parser + • pip._internal.cli.progress_bars + • pip._internal.configuration + • pip._internal.index.collector + • pip._internal.index.package_finder + • pip._internal.metadata.base + • pip._internal.metadata.pkg_resources + • pip._internal.models.link + • pip._internal.models.search_scope + • pip._internal.models.target_python + • pip._internal.network.auth + • pip._internal.network.cache + • pip._internal.network.session + • pip._internal.operations.install.legacy + • pip._internal.operations.install.wheel + • pip._internal.req.req_install + • pip._internal.req.req_uninstall + • pip._internal.utils.filesystem + • pip._internal.utils.filetypes + • pip._internal.utils.hashes + • pip._internal.utils.logging + • pip._internal.utils.packaging + • pip._internal.utils.subprocess + • pip._internal.utils.temp_dir + • pip._internal.utils.unpacking + • pip._internal.vcs.bazaar + • pip._internal.vcs.git + • pip._internal.vcs.mercurial + • pip._internal.vcs.subversion + • pip._internal.vcs.versioncontrol + +
+ +
+ +
+ + pip._internal.utils.models +SourceModule
+imports: + operator + • pip._internal.utils + • typing + +
+
+imported by: + pip._internal.models.candidate + • pip._internal.models.link + +
+ +
+ +
+ + pip._internal.utils.packaging +SourceModule
+imports: + email.message + • email.parser + • logging + • pip._internal.exceptions + • pip._internal.utils + • pip._internal.utils.misc + • pip._vendor + • pip._vendor.packaging + • pip._vendor.packaging.specifiers + • pip._vendor.packaging.version + • pip._vendor.pkg_resources + • typing + +
+
+imported by: + pip._internal.index.package_finder + • pip._internal.metadata.pkg_resources + • pip._internal.req.req_install + +
+ +
+ +
+ + pip._internal.utils.pkg_resources +SourceModule
+imports: + pip._internal.utils + • pip._vendor.pkg_resources + • typing + +
+
+imported by: + pip._internal.utils.wheel + +
+ +
+ +
+ + pip._internal.utils.setuptools_build +SourceModule
+imports: + pip._internal.utils + • sys + • typing + +
+
+imported by: + pip._internal.operations.build.metadata_legacy + • pip._internal.operations.install.editable_legacy + • pip._internal.operations.install.legacy + +
+ +
+ +
+ + pip._internal.utils.subprocess +SourceModule
+imports: + logging + • os + • pip._internal.cli.spinners + • pip._internal.exceptions + • pip._internal.utils + • pip._internal.utils.logging + • pip._internal.utils.misc + • shlex + • subprocess + • typing + +
+
+imported by: + pip._internal.build_env + • pip._internal.operations.build.metadata + • pip._internal.operations.build.metadata_legacy + • pip._internal.operations.install.editable_legacy + • pip._internal.operations.install.legacy + • pip._internal.vcs.bazaar + • pip._internal.vcs.git + • pip._internal.vcs.mercurial + • pip._internal.vcs.subversion + • pip._internal.vcs.versioncontrol + +
+ +
+ +
+ + pip._internal.utils.temp_dir +SourceModule
+imports: + contextlib + • errno + • itertools + • logging + • ntpath + • pip._internal.utils + • pip._internal.utils.misc + • tempfile + • typing + +
+
+imported by: + pip._internal.build_env + • pip._internal.cli.base_command + • pip._internal.operations.build.metadata + • pip._internal.operations.build.metadata_legacy + • pip._internal.operations.install.legacy + • pip._internal.req.req_install + • pip._internal.req.req_uninstall + +
+ +
+ +
+ + pip._internal.utils.unpacking +SourceModule
+imports: + bz2 + • logging + • lzma + • os + • pip._internal.exceptions + • pip._internal.utils + • pip._internal.utils.filetypes + • pip._internal.utils.misc + • shutil + • stat + • tarfile + • typing + • zipfile + +
+
+imported by: + pip._internal.index.package_finder + • pip._internal.operations.install.wheel + +
+ +
+ +
+ + pip._internal.utils.urls +SourceModule
+imports: + os + • pip._internal.utils + • pip._internal.utils.compat + • string + • typing + • urllib.parse + • urllib.request + +
+
+imported by: + pip._internal.index.package_finder + • pip._internal.index.sources + • pip._internal.models.link + • pip._internal.network.session + • pip._internal.req.req_file + • pip._internal.vcs.bazaar + • pip._internal.vcs.mercurial + • pip._internal.vcs.versioncontrol + +
+ +
+ +
+ + pip._internal.utils.virtualenv +SourceModule
+imports: + logging + • os + • pip._internal.utils + • re + • site + • sys + • typing + +
+
+imported by: + pip._internal.cli.base_command + • pip._internal.locations._distutils + • pip._internal.locations._sysconfig + • pip._internal.locations.base + • pip._internal.req.req_install + • pip._internal.utils.misc + +
+ +
+ +
+ + pip._internal.utils.wheel +SourceModule
+imports: + email.message + • email.parser + • logging + • pip._internal.exceptions + • pip._internal.utils + • pip._internal.utils.pkg_resources + • pip._vendor.packaging.utils + • pip._vendor.pkg_resources + • typing + • zipfile + +
+
+imported by: + pip._internal.metadata.pkg_resources + • pip._internal.operations.install.wheel + +
+ +
+ +
+ + pip._internal.vcs +Package
+imports: + pip._internal + • pip._internal.vcs.bazaar + • pip._internal.vcs.git + • pip._internal.vcs.mercurial + • pip._internal.vcs.subversion + • pip._internal.vcs.versioncontrol + +
+
+imported by: + pip._internal.index.collector + • pip._internal.index.sources + • pip._internal.models.link + • pip._internal.req.req_install + • pip._internal.utils.direct_url_helpers + • pip._internal.vcs.bazaar + • pip._internal.vcs.git + • pip._internal.vcs.mercurial + • pip._internal.vcs.subversion + • pip._internal.vcs.versioncontrol + +
+ +
+ +
+ + pip._internal.vcs.bazaar +SourceModule
+imports: + logging + • pip._internal.utils.misc + • pip._internal.utils.subprocess + • pip._internal.utils.urls + • pip._internal.vcs + • pip._internal.vcs.versioncontrol + • typing + +
+
+imported by: + pip._internal.vcs + +
+ +
+ +
+ + pip._internal.vcs.git +SourceModule
+imports: + logging + • ntpath + • pathlib + • pip._internal.exceptions + • pip._internal.utils.misc + • pip._internal.utils.subprocess + • pip._internal.vcs + • pip._internal.vcs.versioncontrol + • re + • typing + • urllib.parse + • urllib.request + +
+
+imported by: + pip._internal.vcs + +
+ +
+ +
+ + pip._internal.vcs.mercurial +SourceModule
+imports: + configparser + • logging + • os + • pip._internal.exceptions + • pip._internal.utils.misc + • pip._internal.utils.subprocess + • pip._internal.utils.urls + • pip._internal.vcs + • pip._internal.vcs.versioncontrol + • typing + +
+
+imported by: + pip._internal.vcs + +
+ +
+ +
+ + pip._internal.vcs.subversion +SourceModule
+imports: + logging + • os + • pip._internal.exceptions + • pip._internal.utils.misc + • pip._internal.utils.subprocess + • pip._internal.vcs + • pip._internal.vcs.versioncontrol + • re + • typing + +
+
+imported by: + pip._internal.vcs + +
+ +
+ +
+ + pip._internal.vcs.versioncontrol +SourceModule
+imports: + logging + • os + • pip._internal.cli.spinners + • pip._internal.exceptions + • pip._internal.utils.misc + • pip._internal.utils.subprocess + • pip._internal.utils.urls + • pip._internal.vcs + • shutil + • sys + • typing + • urllib.parse + +
+
+imported by: + pip._internal.network.auth + • pip._internal.vcs + • pip._internal.vcs.bazaar + • pip._internal.vcs.git + • pip._internal.vcs.mercurial + • pip._internal.vcs.subversion + +
+ +
+ +
+ + pip._vendor +Package
+imports: + __future__ + • glob + • ntpath + • pip + • pip._vendor.appdirs + • pip._vendor.colorama + • pip._vendor.distro + • pip._vendor.html5lib + • pip._vendor.idna + • pip._vendor.msgpack + • pip._vendor.six + • pip._vendor.webencodings + • sys + +
+
+imported by: + pip._internal.cli.progress_bars + • pip._internal.index.collector + • pip._internal.metadata.pkg_resources + • pip._internal.network.session + • pip._internal.pyproject + • pip._internal.req.req_install + • pip._internal.req.req_uninstall + • pip._internal.utils.appdirs + • pip._internal.utils.logging + • pip._internal.utils.packaging + • pip._vendor.appdirs + • pip._vendor.cachecontrol + • pip._vendor.cachecontrol.serialize + • pip._vendor.certifi + • pip._vendor.chardet + • pip._vendor.colorama + • pip._vendor.distlib + • pip._vendor.distro + • pip._vendor.html5lib + • pip._vendor.html5lib._inputstream + • pip._vendor.idna + • pip._vendor.msgpack + • pip._vendor.packaging + • pip._vendor.pep517 + • pip._vendor.pkg_resources + • pip._vendor.pkg_resources.py31compat + • pip._vendor.progress + • pip._vendor.pyparsing + • pip._vendor.requests + • pip._vendor.requests.compat + • pip._vendor.requests.models + • pip._vendor.six + • pip._vendor.tenacity + • pip._vendor.tomli + • pip._vendor.urllib3 + • pip._vendor.urllib3.contrib.pyopenssl + • pip._vendor.urllib3.contrib.securetransport + • pip._vendor.urllib3.util.url + • pip._vendor.webencodings + +
+ +
+ +
+ + pip._vendor.appdirs +SourceModule
+imports: + 'com.sun' + • _winreg + • array + • com + • ctypes + • os + • pip._vendor + • platform + • sys + • win32api + • win32com.shell + • win32com.shell.shell + • win32com.shell.shellcon + • winreg + +
+
+imported by: + pip._internal.utils.appdirs + • pip._vendor + • pip._vendor.pkg_resources + +
+ +
+ +
+ + pip._vendor.cachecontrol +Package
+imports: + pip._vendor + • pip._vendor.cachecontrol.adapter + • pip._vendor.cachecontrol.controller + • pip._vendor.cachecontrol.wrapper + +
+
+imported by: + pip._internal.network.session + • pip._vendor.cachecontrol.adapter + • pip._vendor.cachecontrol.cache + • pip._vendor.cachecontrol.caches + • pip._vendor.cachecontrol.compat + • pip._vendor.cachecontrol.controller + • pip._vendor.cachecontrol.filewrapper + • pip._vendor.cachecontrol.serialize + • pip._vendor.cachecontrol.wrapper + +
+ +
+ +
+ + pip._vendor.cachecontrol.adapter +SourceModule
+imports: + functools + • pip._vendor.cachecontrol + • pip._vendor.cachecontrol.cache + • pip._vendor.cachecontrol.controller + • pip._vendor.cachecontrol.filewrapper + • pip._vendor.requests.adapters + • types + • zlib + +
+
+imported by: + pip._vendor.cachecontrol + • pip._vendor.cachecontrol.wrapper + +
+ +
+ +
+ + pip._vendor.cachecontrol.cache +SourceModule
+imports: + pip._vendor.cachecontrol + • threading + +
+
+imported by: + pip._internal.network.cache + • pip._vendor.cachecontrol.adapter + • pip._vendor.cachecontrol.caches.file_cache + • pip._vendor.cachecontrol.caches.redis_cache + • pip._vendor.cachecontrol.controller + • pip._vendor.cachecontrol.wrapper + +
+ +
+ +
+ + pip._vendor.cachecontrol.caches +Package
+imports: + pip._vendor.cachecontrol + • pip._vendor.cachecontrol.caches.file_cache + • pip._vendor.cachecontrol.caches.redis_cache + +
+
+imported by: + pip._internal.network.cache + • pip._vendor.cachecontrol.caches.file_cache + • pip._vendor.cachecontrol.caches.redis_cache + +
+ +
+ +
+ + pip._vendor.cachecontrol.caches.file_cache +SourceModule
+imports: + 'lockfile.mkdirlockfile' + • hashlib + • lockfile + • os + • pip._vendor.cachecontrol.cache + • pip._vendor.cachecontrol.caches + • pip._vendor.cachecontrol.controller + • textwrap + +
+
+imported by: + pip._vendor.cachecontrol.caches + +
+ +
+ +
+ + pip._vendor.cachecontrol.caches.redis_cache +SourceModule
+imports: + __future__ + • datetime + • pip._vendor.cachecontrol.cache + • pip._vendor.cachecontrol.caches + +
+
+imported by: + pip._vendor.cachecontrol.caches + +
+ +
+ +
+ + pip._vendor.cachecontrol.compat +SourceModule
+imports: + 'pip._vendor.requests.packages.urllib3' + • cPickle + • pickle + • pip._vendor.cachecontrol + • pip._vendor.urllib3.response + • pip._vendor.urllib3.util + • urllib.parse + • urlparse + +
+
+imported by: + pip._vendor.cachecontrol.serialize + +
+ +
+ +
+ + pip._vendor.cachecontrol.controller +SourceModule
+imports: + calendar + • email.utils + • logging + • pip._vendor.cachecontrol + • pip._vendor.cachecontrol.cache + • pip._vendor.cachecontrol.serialize + • pip._vendor.requests.structures + • re + • time + +
+
+imported by: + pip._vendor.cachecontrol + • pip._vendor.cachecontrol.adapter + • pip._vendor.cachecontrol.caches.file_cache + +
+ +
+ +
+ + pip._vendor.cachecontrol.filewrapper +SourceModule
+imports: + io + • pip._vendor.cachecontrol + +
+
+imported by: + pip._vendor.cachecontrol.adapter + +
+ +
+ +
+ + pip._vendor.cachecontrol.serialize +SourceModule
+imports: + base64 + • io + • json + • pip._vendor + • pip._vendor.cachecontrol + • pip._vendor.cachecontrol.compat + • pip._vendor.msgpack + • pip._vendor.requests.structures + • zlib + +
+
+imported by: + pip._vendor.cachecontrol.controller + +
+ +
+ +
+ + pip._vendor.cachecontrol.wrapper +SourceModule
+imports: + pip._vendor.cachecontrol + • pip._vendor.cachecontrol.adapter + • pip._vendor.cachecontrol.cache + +
+
+imported by: + pip._vendor.cachecontrol + +
+ +
+ +
+ + pip._vendor.certifi +Package
+imports: + pip._vendor + • pip._vendor.certifi.core + +
+
+imported by: + pip._internal.build_env + • pip._vendor.certifi.core + • pip._vendor.requests.certs + +
+ +
+ +
+ + pip._vendor.certifi.core +SourceModule
+imports: + importlib.resources + • os + • pip._vendor.certifi + +
+
+imported by: + pip._vendor.certifi + +
+ +
+ +
+ + pip._vendor.chardet +Package
+imports: + pip._vendor + • pip._vendor.chardet.enums + • pip._vendor.chardet.universaldetector + • pip._vendor.chardet.version + +
+
+imported by: + pip._vendor.chardet.big5freq + • pip._vendor.chardet.big5prober + • pip._vendor.chardet.chardistribution + • pip._vendor.chardet.charsetgroupprober + • pip._vendor.chardet.charsetprober + • pip._vendor.chardet.codingstatemachine + • pip._vendor.chardet.cp949prober + • pip._vendor.chardet.enums + • pip._vendor.chardet.escprober + • pip._vendor.chardet.escsm + • pip._vendor.chardet.eucjpprober + • pip._vendor.chardet.euckrfreq + • pip._vendor.chardet.euckrprober + • pip._vendor.chardet.euctwfreq + • pip._vendor.chardet.euctwprober + • pip._vendor.chardet.gb2312freq + • pip._vendor.chardet.gb2312prober + • pip._vendor.chardet.hebrewprober + • pip._vendor.chardet.jisfreq + • pip._vendor.chardet.jpcntx + • pip._vendor.chardet.langbulgarianmodel + • pip._vendor.chardet.langgreekmodel + • pip._vendor.chardet.langhebrewmodel + • pip._vendor.chardet.langrussianmodel + • pip._vendor.chardet.langthaimodel + • pip._vendor.chardet.langturkishmodel + • pip._vendor.chardet.latin1prober + • pip._vendor.chardet.mbcharsetprober + • pip._vendor.chardet.mbcsgroupprober + • pip._vendor.chardet.mbcssm + • pip._vendor.chardet.sbcharsetprober + • pip._vendor.chardet.sbcsgroupprober + • pip._vendor.chardet.sjisprober + • pip._vendor.chardet.universaldetector + • pip._vendor.chardet.utf8prober + • pip._vendor.chardet.version + • pip._vendor.requests + • pip._vendor.requests.compat + +
+ +
+ +
+ + pip._vendor.chardet.big5freq +SourceModule
+imports: + pip._vendor.chardet + +
+
+imported by: + pip._vendor.chardet.chardistribution + +
+ +
+ +
+ + pip._vendor.chardet.big5prober +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.chardistribution + • pip._vendor.chardet.codingstatemachine + • pip._vendor.chardet.mbcharsetprober + • pip._vendor.chardet.mbcssm + +
+
+imported by: + pip._vendor.chardet.mbcsgroupprober + +
+ +
+ +
+ + pip._vendor.chardet.chardistribution +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.big5freq + • pip._vendor.chardet.euckrfreq + • pip._vendor.chardet.euctwfreq + • pip._vendor.chardet.gb2312freq + • pip._vendor.chardet.jisfreq + +
+
+imported by: + pip._vendor.chardet.big5prober + • pip._vendor.chardet.cp949prober + • pip._vendor.chardet.eucjpprober + • pip._vendor.chardet.euckrprober + • pip._vendor.chardet.euctwprober + • pip._vendor.chardet.gb2312prober + • pip._vendor.chardet.sjisprober + +
+ +
+ +
+ + pip._vendor.chardet.charsetgroupprober +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.charsetprober + • pip._vendor.chardet.enums + +
+
+imported by: + pip._vendor.chardet.mbcsgroupprober + • pip._vendor.chardet.sbcsgroupprober + • pip._vendor.chardet.universaldetector + +
+ +
+ +
+ + pip._vendor.chardet.charsetprober +SourceModule
+imports: + logging + • pip._vendor.chardet + • pip._vendor.chardet.enums + • re + +
+
+imported by: + pip._vendor.chardet.charsetgroupprober + • pip._vendor.chardet.escprober + • pip._vendor.chardet.hebrewprober + • pip._vendor.chardet.latin1prober + • pip._vendor.chardet.mbcharsetprober + • pip._vendor.chardet.sbcharsetprober + • pip._vendor.chardet.utf8prober + +
+ +
+ +
+ + pip._vendor.chardet.codingstatemachine +SourceModule
+imports: + logging + • pip._vendor.chardet + • pip._vendor.chardet.enums + +
+
+imported by: + pip._vendor.chardet.big5prober + • pip._vendor.chardet.cp949prober + • pip._vendor.chardet.escprober + • pip._vendor.chardet.eucjpprober + • pip._vendor.chardet.euckrprober + • pip._vendor.chardet.euctwprober + • pip._vendor.chardet.gb2312prober + • pip._vendor.chardet.sjisprober + • pip._vendor.chardet.utf8prober + +
+ +
+ +
+ + pip._vendor.chardet.cp949prober +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.chardistribution + • pip._vendor.chardet.codingstatemachine + • pip._vendor.chardet.mbcharsetprober + • pip._vendor.chardet.mbcssm + +
+
+imported by: + pip._vendor.chardet.mbcsgroupprober + +
+ +
+ +
+ + pip._vendor.chardet.enums +SourceModule
+imports: + pip._vendor.chardet + +
+
+imported by: + pip._vendor.chardet + • pip._vendor.chardet.charsetgroupprober + • pip._vendor.chardet.charsetprober + • pip._vendor.chardet.codingstatemachine + • pip._vendor.chardet.escprober + • pip._vendor.chardet.escsm + • pip._vendor.chardet.eucjpprober + • pip._vendor.chardet.hebrewprober + • pip._vendor.chardet.latin1prober + • pip._vendor.chardet.mbcharsetprober + • pip._vendor.chardet.mbcssm + • pip._vendor.chardet.sbcharsetprober + • pip._vendor.chardet.sjisprober + • pip._vendor.chardet.universaldetector + • pip._vendor.chardet.utf8prober + +
+ +
+ +
+ + pip._vendor.chardet.escprober +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.charsetprober + • pip._vendor.chardet.codingstatemachine + • pip._vendor.chardet.enums + • pip._vendor.chardet.escsm + +
+
+imported by: + pip._vendor.chardet.universaldetector + +
+ +
+ +
+ + pip._vendor.chardet.escsm +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.enums + +
+
+imported by: + pip._vendor.chardet.escprober + +
+ +
+ +
+ + pip._vendor.chardet.eucjpprober +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.chardistribution + • pip._vendor.chardet.codingstatemachine + • pip._vendor.chardet.enums + • pip._vendor.chardet.jpcntx + • pip._vendor.chardet.mbcharsetprober + • pip._vendor.chardet.mbcssm + +
+
+imported by: + pip._vendor.chardet.mbcsgroupprober + +
+ +
+ +
+ + pip._vendor.chardet.euckrfreq +SourceModule
+imports: + pip._vendor.chardet + +
+
+imported by: + pip._vendor.chardet.chardistribution + +
+ +
+ +
+ + pip._vendor.chardet.euckrprober +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.chardistribution + • pip._vendor.chardet.codingstatemachine + • pip._vendor.chardet.mbcharsetprober + • pip._vendor.chardet.mbcssm + +
+
+imported by: + pip._vendor.chardet.mbcsgroupprober + +
+ +
+ +
+ + pip._vendor.chardet.euctwfreq +SourceModule
+imports: + pip._vendor.chardet + +
+
+imported by: + pip._vendor.chardet.chardistribution + +
+ +
+ +
+ + pip._vendor.chardet.euctwprober +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.chardistribution + • pip._vendor.chardet.codingstatemachine + • pip._vendor.chardet.mbcharsetprober + • pip._vendor.chardet.mbcssm + +
+
+imported by: + pip._vendor.chardet.mbcsgroupprober + +
+ +
+ +
+ + pip._vendor.chardet.gb2312freq +SourceModule
+imports: + pip._vendor.chardet + +
+
+imported by: + pip._vendor.chardet.chardistribution + +
+ +
+ +
+ + pip._vendor.chardet.gb2312prober +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.chardistribution + • pip._vendor.chardet.codingstatemachine + • pip._vendor.chardet.mbcharsetprober + • pip._vendor.chardet.mbcssm + +
+
+imported by: + pip._vendor.chardet.mbcsgroupprober + +
+ +
+ +
+ + pip._vendor.chardet.hebrewprober +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.charsetprober + • pip._vendor.chardet.enums + +
+
+imported by: + pip._vendor.chardet.sbcsgroupprober + +
+ +
+ +
+ + pip._vendor.chardet.jisfreq +SourceModule
+imports: + pip._vendor.chardet + +
+
+imported by: + pip._vendor.chardet.chardistribution + +
+ +
+ +
+ + pip._vendor.chardet.jpcntx +SourceModule
+imports: + pip._vendor.chardet + +
+
+imported by: + pip._vendor.chardet.eucjpprober + • pip._vendor.chardet.sjisprober + +
+ +
+ +
+ + pip._vendor.chardet.langbulgarianmodel +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.sbcharsetprober + +
+
+imported by: + pip._vendor.chardet.sbcsgroupprober + +
+ +
+ +
+ + pip._vendor.chardet.langgreekmodel +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.sbcharsetprober + +
+
+imported by: + pip._vendor.chardet.sbcsgroupprober + +
+ +
+ +
+ + pip._vendor.chardet.langhebrewmodel +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.sbcharsetprober + +
+
+imported by: + pip._vendor.chardet.sbcsgroupprober + +
+ +
+ +
+ + pip._vendor.chardet.langrussianmodel +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.sbcharsetprober + +
+
+imported by: + pip._vendor.chardet.sbcsgroupprober + +
+ +
+ +
+ + pip._vendor.chardet.langthaimodel +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.sbcharsetprober + +
+
+imported by: + pip._vendor.chardet.sbcsgroupprober + +
+ +
+ +
+ + pip._vendor.chardet.langturkishmodel +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.sbcharsetprober + +
+
+imported by: + pip._vendor.chardet.sbcsgroupprober + +
+ +
+ +
+ + pip._vendor.chardet.latin1prober +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.charsetprober + • pip._vendor.chardet.enums + +
+
+imported by: + pip._vendor.chardet.universaldetector + +
+ +
+ +
+ + pip._vendor.chardet.mbcharsetprober +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.charsetprober + • pip._vendor.chardet.enums + +
+
+imported by: + pip._vendor.chardet.big5prober + • pip._vendor.chardet.cp949prober + • pip._vendor.chardet.eucjpprober + • pip._vendor.chardet.euckrprober + • pip._vendor.chardet.euctwprober + • pip._vendor.chardet.gb2312prober + • pip._vendor.chardet.sjisprober + +
+ +
+ +
+ + pip._vendor.chardet.mbcsgroupprober +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.big5prober + • pip._vendor.chardet.charsetgroupprober + • pip._vendor.chardet.cp949prober + • pip._vendor.chardet.eucjpprober + • pip._vendor.chardet.euckrprober + • pip._vendor.chardet.euctwprober + • pip._vendor.chardet.gb2312prober + • pip._vendor.chardet.sjisprober + • pip._vendor.chardet.utf8prober + +
+
+imported by: + pip._vendor.chardet.universaldetector + +
+ +
+ +
+ + pip._vendor.chardet.mbcssm +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.enums + +
+
+imported by: + pip._vendor.chardet.big5prober + • pip._vendor.chardet.cp949prober + • pip._vendor.chardet.eucjpprober + • pip._vendor.chardet.euckrprober + • pip._vendor.chardet.euctwprober + • pip._vendor.chardet.gb2312prober + • pip._vendor.chardet.sjisprober + • pip._vendor.chardet.utf8prober + +
+ +
+ +
+ + pip._vendor.chardet.sbcharsetprober +SourceModule
+imports: + collections + • pip._vendor.chardet + • pip._vendor.chardet.charsetprober + • pip._vendor.chardet.enums + +
+
+imported by: + pip._vendor.chardet.langbulgarianmodel + • pip._vendor.chardet.langgreekmodel + • pip._vendor.chardet.langhebrewmodel + • pip._vendor.chardet.langrussianmodel + • pip._vendor.chardet.langthaimodel + • pip._vendor.chardet.langturkishmodel + • pip._vendor.chardet.sbcsgroupprober + +
+ +
+ +
+ + pip._vendor.chardet.sbcsgroupprober +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.charsetgroupprober + • pip._vendor.chardet.hebrewprober + • pip._vendor.chardet.langbulgarianmodel + • pip._vendor.chardet.langgreekmodel + • pip._vendor.chardet.langhebrewmodel + • pip._vendor.chardet.langrussianmodel + • pip._vendor.chardet.langthaimodel + • pip._vendor.chardet.langturkishmodel + • pip._vendor.chardet.sbcharsetprober + +
+
+imported by: + pip._vendor.chardet.universaldetector + +
+ +
+ +
+ + pip._vendor.chardet.sjisprober +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.chardistribution + • pip._vendor.chardet.codingstatemachine + • pip._vendor.chardet.enums + • pip._vendor.chardet.jpcntx + • pip._vendor.chardet.mbcharsetprober + • pip._vendor.chardet.mbcssm + +
+
+imported by: + pip._vendor.chardet.mbcsgroupprober + +
+ +
+ +
+ + pip._vendor.chardet.universaldetector +SourceModule
+imports: + codecs + • logging + • pip._vendor.chardet + • pip._vendor.chardet.charsetgroupprober + • pip._vendor.chardet.enums + • pip._vendor.chardet.escprober + • pip._vendor.chardet.latin1prober + • pip._vendor.chardet.mbcsgroupprober + • pip._vendor.chardet.sbcsgroupprober + • re + +
+
+imported by: + pip._vendor.chardet + • pip._vendor.html5lib._inputstream + +
+ +
+ +
+ + pip._vendor.chardet.utf8prober +SourceModule
+imports: + pip._vendor.chardet + • pip._vendor.chardet.charsetprober + • pip._vendor.chardet.codingstatemachine + • pip._vendor.chardet.enums + • pip._vendor.chardet.mbcssm + +
+
+imported by: + pip._vendor.chardet.mbcsgroupprober + +
+ +
+ +
+ + pip._vendor.chardet.version +SourceModule
+imports: + pip._vendor.chardet + +
+
+imported by: + pip._vendor.chardet + +
+ +
+ +
+ + pip._vendor.colorama +Package
+imports: + pip._vendor + • pip._vendor.colorama + • pip._vendor.colorama.ansi + • pip._vendor.colorama.ansitowin32 + • pip._vendor.colorama.initialise + • pip._vendor.colorama.win32 + +
+
+imported by: + pip._internal.cli.progress_bars + • pip._internal.utils.logging + • pip._vendor + • pip._vendor.colorama + • pip._vendor.colorama.ansi + • pip._vendor.colorama.ansitowin32 + • pip._vendor.colorama.initialise + • pip._vendor.colorama.win32 + • pip._vendor.colorama.winterm + +
+ +
+ +
+ + pip._vendor.colorama.ansi +SourceModule
+imports: + pip._vendor.colorama + +
+
+imported by: + pip._vendor.colorama + • pip._vendor.colorama.ansitowin32 + +
+ +
+ +
+ + pip._vendor.colorama.ansitowin32 +SourceModule
+imports: + os + • pip._vendor.colorama + • pip._vendor.colorama.ansi + • pip._vendor.colorama.win32 + • pip._vendor.colorama.winterm + • re + • sys + +
+
+imported by: + pip._vendor.colorama + • pip._vendor.colorama.initialise + +
+ +
+ +
+ + pip._vendor.colorama.initialise +SourceModule
+imports: + atexit + • contextlib + • pip._vendor.colorama + • pip._vendor.colorama.ansitowin32 + • sys + +
+
+imported by: + pip._vendor.colorama + +
+ +
+ +
+ + pip._vendor.colorama.win32 +SourceModule
+imports: + ctypes + • ctypes.wintypes + • pip._vendor.colorama + +
+
+imported by: + pip._vendor.colorama + • pip._vendor.colorama.ansitowin32 + • pip._vendor.colorama.winterm + +
+ +
+ +
+ + pip._vendor.colorama.winterm +SourceModule
+imports: + pip._vendor.colorama + • pip._vendor.colorama.win32 + +
+
+imported by: + pip._vendor.colorama.ansitowin32 + +
+ +
+ +
+ + pip._vendor.distlib +Package
+imports: + logging + • pip._vendor + • pip._vendor.distlib + +
+
+imported by: + pip._vendor.distlib + • pip._vendor.distlib._backport + • pip._vendor.distlib.compat + • pip._vendor.distlib.resources + • pip._vendor.distlib.scripts + • pip._vendor.distlib.util + +
+ +
+ +
+ + pip._vendor.distlib._backport +Package
+imports: + pip._vendor.distlib + • pip._vendor.distlib._backport + • pip._vendor.distlib._backport.shutil + • pip._vendor.distlib._backport.sysconfig + • pip._vendor.distlib._backport.tarfile + +
+
+imported by: + pip._vendor.distlib._backport + • pip._vendor.distlib._backport.shutil + • pip._vendor.distlib._backport.sysconfig + • pip._vendor.distlib._backport.tarfile + • pip._vendor.distlib.compat + +
+ +
+ +
+ + pip._vendor.distlib._backport.shutil +SourceModule
+imports: + bz2 + • collections + • collections.Callable + • collections.abc + • distutils.errors + • distutils.spawn + • errno + • fnmatch + • grp + • ntpath + • os + • pip._vendor.distlib._backport + • pip._vendor.distlib._backport.tarfile + • pwd + • stat + • sys + • zipfile + +
+
+imported by: + pip._vendor.distlib._backport + • pip._vendor.distlib.compat + +
+ +
+ +
+ + pip._vendor.distlib._backport.sysconfig +SourceModule
+imports: + ConfigParser + • codecs + • configparser + • ntpath + • os + • pip._vendor.distlib._backport + • pip._vendor.distlib.resources + • re + • sys + +
+
+imported by: + pip._vendor.distlib._backport + • pip._vendor.distlib.compat + +
+ +
+ +
+ + pip._vendor.distlib._backport.tarfile +SourceModule
+imports: + __builtin__ + • __future__ + • builtins + • bz2 + • copy + • errno + • grp + • gzip + • os + • pip._vendor.distlib._backport + • pwd + • re + • stat + • struct + • sys + • time + • warnings + • zlib + +
+
+imported by: + pip._vendor.distlib._backport + • pip._vendor.distlib._backport.shutil + +
+ +
+ +
+ + pip._vendor.distlib.compat +SourceModule
+imports: + ConfigParser + • HTMLParser + • Queue + • StringIO + • __builtin__ + • __future__ + • _abcoll + • builtins + • cgi + • codecs + • collections + • collections.MutableMapping + • collections.abc + • configparser + • dummy_thread + • html + • html.entities + • html.parser + • htmlentitydefs + • http.client + • httplib + • imp + • importlib.util + • io + • itertools + • logging.config + • os + • pip._vendor.distlib + • pip._vendor.distlib._backport + • pip._vendor.distlib._backport.shutil + • pip._vendor.distlib._backport.sysconfig + • platform + • queue + • re + • reprlib + • shutil + • ssl + • sys + • sysconfig + • thread + • tokenize + • types + • urllib + • urllib.ContentTooShortError + • urllib.error + • urllib.parse + • urllib.pathname2url + • urllib.quote + • urllib.request + • urllib.splittype + • urllib.unquote + • urllib.url2pathname + • urllib.urlretrieve + • urllib2 + • urlparse + • xmlrpc.client + • xmlrpclib + • zipfile + +
+
+imported by: + pip._vendor.distlib.scripts + • pip._vendor.distlib.util + +
+ +
+ +
+ + pip._vendor.distlib.resources +SourceModule
+imports: + __future__ + • _frozen_importlib + • _frozen_importlib_external + • bisect + • io + • logging + • os + • pip._vendor.distlib + • pip._vendor.distlib.util + • pkgutil + • sys + • types + • zipimport + +
+
+imported by: + pip._vendor.distlib._backport.sysconfig + • pip._vendor.distlib.scripts + +
+ +
+ +
+ + pip._vendor.distlib.scripts +SourceModule
+imports: + io + • java + • logging + • os + • pip._vendor.distlib + • pip._vendor.distlib.compat + • pip._vendor.distlib.resources + • pip._vendor.distlib.util + • re + • struct + • sys + +
+
+imported by: + pip._internal.operations.install.wheel + +
+ +
+ +
+ + pip._vendor.distlib.util +SourceModule
+imports: + _aix_support + • _osx_support + • codecs + • collections + • contextlib + • csv + • distutils.sysconfig + • dummy_threading + • glob + • io + • json + • logging + • os + • pip._vendor.distlib + • pip._vendor.distlib.compat + • py_compile + • re + • socket + • ssl + • subprocess + • sys + • tarfile + • tempfile + • textwrap + • threading + • time + +
+
+imported by: + pip._internal.operations.install.wheel + • pip._vendor.distlib.resources + • pip._vendor.distlib.scripts + +
+ +
+ +
+ + pip._vendor.distro +SourceModule
+imports: + argparse + • json + • logging + • os + • pip._vendor + • re + • shlex + • subprocess + • sys + +
+
+imported by: + pip._internal.network.session + • pip._vendor + +
+ +
+ +
+ + pip._vendor.html5lib +Package
+imports: + __future__ + • pip._vendor + • pip._vendor.html5lib + • pip._vendor.html5lib._ihatexml + • pip._vendor.html5lib._inputstream + • pip._vendor.html5lib._tokenizer + • pip._vendor.html5lib._utils + • pip._vendor.html5lib.html5parser + • pip._vendor.html5lib.serializer + • pip._vendor.html5lib.treebuilders + • pip._vendor.html5lib.treewalkers + +
+
+imported by: + pip._internal.index.collector + • pip._vendor + • pip._vendor.html5lib + • pip._vendor.html5lib._ihatexml + • pip._vendor.html5lib._inputstream + • pip._vendor.html5lib._tokenizer + • pip._vendor.html5lib._trie + • pip._vendor.html5lib._utils + • pip._vendor.html5lib.constants + • pip._vendor.html5lib.filters + • pip._vendor.html5lib.html5parser + • pip._vendor.html5lib.serializer + • pip._vendor.html5lib.treebuilders + • pip._vendor.html5lib.treebuilders.dom + • pip._vendor.html5lib.treebuilders.etree + • pip._vendor.html5lib.treebuilders.etree_lxml + • pip._vendor.html5lib.treewalkers + • pip._vendor.html5lib.treewalkers.etree_lxml + +
+ +
+ +
+ + pip._vendor.html5lib._ihatexml +SourceModule
+imports: + __future__ + • pip._vendor.html5lib + • pip._vendor.html5lib.constants + • re + • warnings + +
+
+imported by: + pip._vendor.html5lib + • pip._vendor.html5lib.treebuilders.etree + • pip._vendor.html5lib.treebuilders.etree_lxml + • pip._vendor.html5lib.treewalkers.etree_lxml + +
+ +
+ +
+ + pip._vendor.html5lib._inputstream +SourceModule
+imports: + 'pip._vendor.six.moves' + • __future__ + • codecs + • io + • pip._vendor + • pip._vendor.chardet.universaldetector + • pip._vendor.html5lib + • pip._vendor.html5lib._utils + • pip._vendor.html5lib.constants + • pip._vendor.six + • pip._vendor.webencodings + • re + +
+
+imported by: + pip._vendor.html5lib + • pip._vendor.html5lib._tokenizer + • pip._vendor.html5lib.html5parser + +
+ +
+ +
+ + pip._vendor.html5lib._tokenizer +SourceModule
+imports: + __future__ + • collections + • pip._vendor.html5lib + • pip._vendor.html5lib._inputstream + • pip._vendor.html5lib._trie + • pip._vendor.html5lib.constants + • pip._vendor.six + • sys + +
+
+imported by: + pip._vendor.html5lib + • pip._vendor.html5lib.html5parser + +
+ +
+ +
+ + pip._vendor.html5lib._trie +Package
+imports: + __future__ + • pip._vendor.html5lib + • pip._vendor.html5lib._trie.py + +
+
+imported by: + pip._vendor.html5lib._tokenizer + • pip._vendor.html5lib._trie._base + • pip._vendor.html5lib._trie.py + +
+ +
+ +
+ + pip._vendor.html5lib._trie._base +SourceModule
+imports: + __future__ + • collections + • collections.Mapping + • collections.abc + • pip._vendor.html5lib._trie + +
+
+imported by: + pip._vendor.html5lib._trie.py + +
+ +
+ +
+ + pip._vendor.html5lib._trie.py +SourceModule
+imports: + __future__ + • bisect + • pip._vendor.html5lib._trie + • pip._vendor.html5lib._trie._base + • pip._vendor.six + +
+
+imported by: + pip._vendor.html5lib._trie + +
+ +
+ +
+ + pip._vendor.html5lib._utils +SourceModule
+imports: + __future__ + • collections + • collections.Mapping + • collections.abc + • pip._vendor.html5lib + • pip._vendor.six + • types + • xml.etree.ElementTree + • xml.etree.cElementTree + +
+
+imported by: + pip._vendor.html5lib + • pip._vendor.html5lib._inputstream + • pip._vendor.html5lib.html5parser + • pip._vendor.html5lib.serializer + • pip._vendor.html5lib.treebuilders + • pip._vendor.html5lib.treebuilders.dom + • pip._vendor.html5lib.treebuilders.etree + • pip._vendor.html5lib.treewalkers + • pip._vendor.html5lib.treewalkers.etree + +
+ +
+ +
+ + pip._vendor.html5lib.constants +SourceModule
+imports: + __future__ + • pip._vendor.html5lib + • string + +
+
+imported by: + pip._vendor.html5lib._ihatexml + • pip._vendor.html5lib._inputstream + • pip._vendor.html5lib._tokenizer + • pip._vendor.html5lib.filters.sanitizer + • pip._vendor.html5lib.filters.whitespace + • pip._vendor.html5lib.html5parser + • pip._vendor.html5lib.serializer + • pip._vendor.html5lib.treebuilders.base + • pip._vendor.html5lib.treebuilders.dom + • pip._vendor.html5lib.treebuilders.etree + • pip._vendor.html5lib.treebuilders.etree_lxml + • pip._vendor.html5lib.treewalkers + • pip._vendor.html5lib.treewalkers.base + • pip._vendor.html5lib.treewalkers.genshi + +
+ +
+ +
+ + pip._vendor.html5lib.filters +Package
+imports: + pip._vendor.html5lib + • pip._vendor.html5lib.filters + • pip._vendor.html5lib.filters.base + +
+
+imported by: + pip._vendor.html5lib.filters + • pip._vendor.html5lib.filters.alphabeticalattributes + • pip._vendor.html5lib.filters.base + • pip._vendor.html5lib.filters.inject_meta_charset + • pip._vendor.html5lib.filters.optionaltags + • pip._vendor.html5lib.filters.sanitizer + • pip._vendor.html5lib.filters.whitespace + +
+ +
+ +
+ + pip._vendor.html5lib.filters.alphabeticalattributes +SourceModule
+imports: + __future__ + • collections + • pip._vendor.html5lib.filters + • pip._vendor.html5lib.filters.base + +
+
+imported by: + pip._vendor.html5lib.serializer + +
+ +
+ +
+ + pip._vendor.html5lib.filters.base +SourceModule
+imports: + __future__ + • pip._vendor.html5lib.filters + +
+
+imported by: + pip._vendor.html5lib.filters + • pip._vendor.html5lib.filters.alphabeticalattributes + • pip._vendor.html5lib.filters.inject_meta_charset + • pip._vendor.html5lib.filters.optionaltags + • pip._vendor.html5lib.filters.sanitizer + • pip._vendor.html5lib.filters.whitespace + +
+ +
+ +
+ + pip._vendor.html5lib.filters.inject_meta_charset +SourceModule
+imports: + __future__ + • pip._vendor.html5lib.filters + • pip._vendor.html5lib.filters.base + +
+
+imported by: + pip._vendor.html5lib.serializer + +
+ +
+ +
+ + pip._vendor.html5lib.filters.optionaltags +SourceModule
+imports: + __future__ + • pip._vendor.html5lib.filters + • pip._vendor.html5lib.filters.base + +
+
+imported by: + pip._vendor.html5lib.serializer + +
+ +
+ +
+ + pip._vendor.html5lib.filters.sanitizer +SourceModule
+imports: + 'pip._vendor.six.moves' + • __future__ + • pip._vendor.html5lib.constants + • pip._vendor.html5lib.filters + • pip._vendor.html5lib.filters.base + • re + • warnings + • xml.sax.saxutils + +
+
+imported by: + pip._vendor.html5lib.serializer + +
+ +
+ +
+ + pip._vendor.html5lib.filters.whitespace +SourceModule
+imports: + __future__ + • pip._vendor.html5lib.constants + • pip._vendor.html5lib.filters + • pip._vendor.html5lib.filters.base + • re + +
+
+imported by: + pip._vendor.html5lib.serializer + +
+ +
+ +
+ + pip._vendor.html5lib.html5parser +SourceModule
+imports: + __future__ + • pip._vendor.html5lib + • pip._vendor.html5lib._inputstream + • pip._vendor.html5lib._tokenizer + • pip._vendor.html5lib._utils + • pip._vendor.html5lib.constants + • pip._vendor.html5lib.treebuilders + • pip._vendor.html5lib.treebuilders.base + • pip._vendor.six + • types + +
+
+imported by: + pip._vendor.html5lib + +
+ +
+ +
+ + pip._vendor.html5lib.serializer +SourceModule
+imports: + __future__ + • codecs + • pip._vendor.html5lib + • pip._vendor.html5lib._utils + • pip._vendor.html5lib.constants + • pip._vendor.html5lib.filters.alphabeticalattributes + • pip._vendor.html5lib.filters.inject_meta_charset + • pip._vendor.html5lib.filters.optionaltags + • pip._vendor.html5lib.filters.sanitizer + • pip._vendor.html5lib.filters.whitespace + • pip._vendor.html5lib.treewalkers + • pip._vendor.six + • re + • xml.sax.saxutils + +
+
+imported by: + pip._vendor.html5lib + +
+ +
+ +
+ + pip._vendor.html5lib.treebuilders +Package
+imports: + __future__ + • pip._vendor.html5lib + • pip._vendor.html5lib._utils + • pip._vendor.html5lib.treebuilders + • pip._vendor.html5lib.treebuilders.base + • pip._vendor.html5lib.treebuilders.dom + • pip._vendor.html5lib.treebuilders.etree + • pip._vendor.html5lib.treebuilders.etree_lxml + • xml.dom + • xml.dom.minidom + +
+
+imported by: + pip._vendor.html5lib + • pip._vendor.html5lib.html5parser + • pip._vendor.html5lib.treebuilders + • pip._vendor.html5lib.treebuilders.base + • pip._vendor.html5lib.treebuilders.dom + • pip._vendor.html5lib.treebuilders.etree + • pip._vendor.html5lib.treebuilders.etree_lxml + +
+ +
+ +
+ + pip._vendor.html5lib.treebuilders.base +SourceModule
+imports: + __future__ + • pip._vendor.html5lib.constants + • pip._vendor.html5lib.treebuilders + • pip._vendor.six + +
+
+imported by: + pip._vendor.html5lib.html5parser + • pip._vendor.html5lib.treebuilders + • pip._vendor.html5lib.treebuilders.dom + • pip._vendor.html5lib.treebuilders.etree + • pip._vendor.html5lib.treebuilders.etree_lxml + +
+ +
+ +
+ + pip._vendor.html5lib.treebuilders.dom +SourceModule
+imports: + __future__ + • collections + • collections.MutableMapping + • collections.abc + • pip._vendor.html5lib + • pip._vendor.html5lib._utils + • pip._vendor.html5lib.constants + • pip._vendor.html5lib.treebuilders + • pip._vendor.html5lib.treebuilders.base + • weakref + • xml.dom + • xml.dom.minidom + +
+
+imported by: + pip._vendor.html5lib.treebuilders + +
+ +
+ +
+ + pip._vendor.html5lib.treebuilders.etree +SourceModule
+imports: + __future__ + • copy + • pip._vendor.html5lib + • pip._vendor.html5lib._ihatexml + • pip._vendor.html5lib._utils + • pip._vendor.html5lib.constants + • pip._vendor.html5lib.treebuilders + • pip._vendor.html5lib.treebuilders.base + • pip._vendor.six + • re + +
+
+imported by: + pip._vendor.html5lib.treebuilders + • pip._vendor.html5lib.treebuilders.etree_lxml + • pip._vendor.html5lib.treewalkers.etree_lxml + +
+ +
+ +
+ + pip._vendor.html5lib.treebuilders.etree_lxml +SourceModule
+imports: + __future__ + • collections + • collections.MutableMapping + • collections.abc + • lxml + • pip._vendor.html5lib + • pip._vendor.html5lib._ihatexml + • pip._vendor.html5lib.constants + • pip._vendor.html5lib.treebuilders + • pip._vendor.html5lib.treebuilders.base + • pip._vendor.html5lib.treebuilders.etree + • pip._vendor.six + • re + • sys + • warnings + +
+
+imported by: + pip._vendor.html5lib.treebuilders + +
+ +
+ +
+ + pip._vendor.html5lib.treewalkers +Package
+imports: + __future__ + • pip._vendor.html5lib + • pip._vendor.html5lib._utils + • pip._vendor.html5lib.constants + • pip._vendor.html5lib.treewalkers + • pip._vendor.html5lib.treewalkers.base + • pip._vendor.html5lib.treewalkers.dom + • pip._vendor.html5lib.treewalkers.etree + • pip._vendor.html5lib.treewalkers.etree_lxml + • pip._vendor.html5lib.treewalkers.genshi + +
+
+imported by: + pip._vendor.html5lib + • pip._vendor.html5lib.serializer + • pip._vendor.html5lib.treewalkers + • pip._vendor.html5lib.treewalkers.base + • pip._vendor.html5lib.treewalkers.dom + • pip._vendor.html5lib.treewalkers.etree + • pip._vendor.html5lib.treewalkers.etree_lxml + • pip._vendor.html5lib.treewalkers.genshi + +
+ +
+ +
+ + pip._vendor.html5lib.treewalkers.base +SourceModule
+imports: + __future__ + • pip._vendor.html5lib.constants + • pip._vendor.html5lib.treewalkers + • xml.dom + +
+
+imported by: + pip._vendor.html5lib.treewalkers + • pip._vendor.html5lib.treewalkers.dom + • pip._vendor.html5lib.treewalkers.etree + • pip._vendor.html5lib.treewalkers.etree_lxml + • pip._vendor.html5lib.treewalkers.genshi + +
+ +
+ +
+ + pip._vendor.html5lib.treewalkers.dom +SourceModule
+imports: + __future__ + • pip._vendor.html5lib.treewalkers + • pip._vendor.html5lib.treewalkers.base + • xml.dom + +
+
+imported by: + pip._vendor.html5lib.treewalkers + +
+ +
+ +
+ + pip._vendor.html5lib.treewalkers.etree +SourceModule
+imports: + __future__ + • collections + • pip._vendor.html5lib._utils + • pip._vendor.html5lib.treewalkers + • pip._vendor.html5lib.treewalkers.base + • pip._vendor.six + • re + +
+
+imported by: + pip._vendor.html5lib.treewalkers + +
+ +
+ +
+ + pip._vendor.html5lib.treewalkers.etree_lxml +SourceModule
+imports: + __future__ + • collections + • lxml + • pip._vendor.html5lib + • pip._vendor.html5lib._ihatexml + • pip._vendor.html5lib.treebuilders.etree + • pip._vendor.html5lib.treewalkers + • pip._vendor.html5lib.treewalkers.base + • pip._vendor.six + +
+
+imported by: + pip._vendor.html5lib.treewalkers + +
+ +
+ +
+ + pip._vendor.html5lib.treewalkers.genshi +SourceModule
+imports: + 'genshi.core' + • __future__ + • genshi + • pip._vendor.html5lib.constants + • pip._vendor.html5lib.treewalkers + • pip._vendor.html5lib.treewalkers.base + +
+
+imported by: + pip._vendor.html5lib.treewalkers + +
+ +
+ +
+ + pip._vendor.idna +Package
+imports: + pip._vendor + • pip._vendor.idna + • pip._vendor.idna.core + • pip._vendor.idna.idnadata + • pip._vendor.idna.intranges + • pip._vendor.idna.package_data + +
+
+imported by: + pip._vendor + • pip._vendor.idna + • pip._vendor.idna.core + • pip._vendor.idna.idnadata + • pip._vendor.idna.intranges + • pip._vendor.idna.package_data + • pip._vendor.idna.uts46data + • pip._vendor.requests.models + • pip._vendor.urllib3.contrib.pyopenssl + • pip._vendor.urllib3.util.url + +
+ +
+ +
+ + pip._vendor.idna.core +SourceModule
+imports: + bisect + • pip._vendor.idna + • pip._vendor.idna.idnadata + • pip._vendor.idna.intranges + • pip._vendor.idna.uts46data + • re + • typing + • unicodedata + +
+
+imported by: + pip._vendor.idna + +
+ +
+ +
+ + pip._vendor.idna.idnadata +SourceModule
+imports: + pip._vendor.idna + +
+
+imported by: + pip._vendor.idna + • pip._vendor.idna.core + +
+ +
+ +
+ + pip._vendor.idna.intranges +SourceModule
+imports: + bisect + • pip._vendor.idna + • typing + +
+
+imported by: + pip._vendor.idna + • pip._vendor.idna.core + +
+ +
+ +
+ + pip._vendor.idna.package_data +SourceModule
+imports: + pip._vendor.idna + +
+
+imported by: + pip._vendor.idna + +
+ +
+ +
+ + pip._vendor.idna.uts46data +SourceModule
+imports: + pip._vendor.idna + • typing + +
+
+imported by: + pip._vendor.idna.core + +
+ +
+ +
+ + pip._vendor.msgpack +Package
+imports: + _cmsgpack + • os + • pip._vendor + • pip._vendor.msgpack._version + • pip._vendor.msgpack.exceptions + • pip._vendor.msgpack.ext + • pip._vendor.msgpack.fallback + • sys + +
+
+imported by: + pip._vendor + • pip._vendor.cachecontrol.serialize + • pip._vendor.msgpack._version + • pip._vendor.msgpack.exceptions + • pip._vendor.msgpack.ext + • pip._vendor.msgpack.fallback + +
+ +
+ +
+ + pip._vendor.msgpack._version +SourceModule
+imports: + pip._vendor.msgpack + +
+
+imported by: + pip._vendor.msgpack + +
+ +
+ +
+ + pip._vendor.msgpack.exceptions +SourceModule
+imports: + pip._vendor.msgpack + +
+
+imported by: + pip._vendor.msgpack + • pip._vendor.msgpack.fallback + +
+ +
+ +
+ + pip._vendor.msgpack.ext +SourceModule
+imports: + collections + • datetime + • pip._vendor.msgpack + • struct + • sys + +
+
+imported by: + pip._vendor.msgpack + • pip._vendor.msgpack.fallback + +
+ +
+ +
+ + pip._vendor.msgpack.fallback +SourceModule
+imports: + '__pypy__.builders' + • __pypy__ + • datetime + • io + • pip._vendor.msgpack + • pip._vendor.msgpack.exceptions + • pip._vendor.msgpack.ext + • struct + • sys + +
+
+imported by: + pip._vendor.msgpack + +
+ +
+ +
+ + pip._vendor.packaging +Package
+imports: + pip._vendor + • pip._vendor.packaging + • pip._vendor.packaging.__about__ + • pip._vendor.packaging._manylinux + • pip._vendor.packaging._musllinux + +
+
+imported by: + pip._internal.index.package_finder + • pip._internal.utils.packaging + • pip._vendor.packaging + • pip._vendor.packaging.__about__ + • pip._vendor.packaging._manylinux + • pip._vendor.packaging._musllinux + • pip._vendor.packaging._structures + • pip._vendor.packaging.markers + • pip._vendor.packaging.requirements + • pip._vendor.packaging.specifiers + • pip._vendor.packaging.tags + • pip._vendor.packaging.utils + • pip._vendor.packaging.version + • pip._vendor.pkg_resources + +
+ +
+ +
+ + pip._vendor.packaging.__about__ +SourceModule
+imports: + pip._vendor.packaging + +
+
+imported by: + pip._vendor.packaging + +
+ +
+ +
+ + pip._vendor.packaging._manylinux +SourceModule
+imports: + _manylinux + • collections + • ctypes + • functools + • os + • pip._vendor.packaging + • re + • struct + • sys + • typing + • warnings + +
+
+imported by: + pip._vendor.packaging + • pip._vendor.packaging.tags + +
+ +
+ +
+ + pip._vendor.packaging._musllinux +SourceModule
+imports: + contextlib + • functools + • operator + • os + • pip._vendor.packaging + • re + • struct + • subprocess + • sys + • sysconfig + • typing + +
+
+imported by: + pip._vendor.packaging + • pip._vendor.packaging.tags + +
+ +
+ +
+ + pip._vendor.packaging._structures +SourceModule
+imports: + pip._vendor.packaging + +
+
+imported by: + pip._vendor.packaging.version + +
+ +
+ +
+ + pip._vendor.packaging.markers +SourceModule
+imports: + operator + • os + • pip._vendor.packaging + • pip._vendor.packaging.specifiers + • pip._vendor.pyparsing + • platform + • sys + • typing + +
+
+imported by: + pip._internal.req.req_install + • pip._vendor.packaging.requirements + +
+ +
+ +
+ + pip._vendor.packaging.requirements +SourceModule
+imports: + pip._vendor.packaging + • pip._vendor.packaging.markers + • pip._vendor.packaging.specifiers + • pip._vendor.pyparsing + • re + • string + • typing + • urllib.parse + +
+
+imported by: + pip._internal.build_env + • pip._internal.metadata.base + • pip._internal.metadata.pkg_resources + • pip._internal.pyproject + • pip._internal.req.req_install + +
+ +
+ +
+ + pip._vendor.packaging.specifiers +SourceModule
+imports: + abc + • functools + • itertools + • pip._vendor.packaging + • pip._vendor.packaging.utils + • pip._vendor.packaging.version + • re + • typing + • warnings + +
+
+imported by: + pip._internal.index.package_finder + • pip._internal.req.req_install + • pip._internal.utils.packaging + • pip._vendor.packaging.markers + • pip._vendor.packaging.requirements + +
+ +
+ +
+ + pip._vendor.packaging.tags +SourceModule
+imports: + importlib.machinery + • logging + • pip._vendor.packaging + • pip._vendor.packaging._manylinux + • pip._vendor.packaging._musllinux + • platform + • sys + • sysconfig + • typing + +
+
+imported by: + pip._internal.index.package_finder + • pip._internal.models.target_python + • pip._internal.models.wheel + • pip._internal.utils.compatibility_tags + • pip._vendor.packaging.utils + +
+ +
+ +
+ + pip._vendor.packaging.utils +SourceModule
+imports: + pip._vendor.packaging + • pip._vendor.packaging.tags + • pip._vendor.packaging.version + • re + • typing + +
+
+imported by: + pip._internal.cli.cmdoptions + • pip._internal.index.package_finder + • pip._internal.metadata.base + • pip._internal.metadata.pkg_resources + • pip._internal.models.format_control + • pip._internal.models.search_scope + • pip._internal.operations.install.wheel + • pip._internal.req.req_install + • pip._internal.req.req_set + • pip._internal.utils.wheel + • pip._vendor.packaging.specifiers + +
+ +
+ +
+ + pip._vendor.packaging.version +SourceModule
+imports: + collections + • itertools + • pip._vendor.packaging + • pip._vendor.packaging._structures + • re + • typing + • warnings + +
+
+imported by: + pip._internal.build_env + • pip._internal.index.package_finder + • pip._internal.metadata.base + • pip._internal.metadata.pkg_resources + • pip._internal.models.candidate + • pip._internal.req.req_install + • pip._internal.utils.deprecation + • pip._internal.utils.packaging + • pip._vendor.packaging.specifiers + • pip._vendor.packaging.utils + +
+ +
+ +
+ + pip._vendor.pep517 +Package
+imports: + pip._vendor + • pip._vendor.pep517 + • pip._vendor.pep517.compat + • pip._vendor.pep517.wrappers + +
+
+imported by: + pip._vendor.pep517 + • pip._vendor.pep517.compat + • pip._vendor.pep517.in_process + • pip._vendor.pep517.wrappers + +
+ +
+ +
+ + pip._vendor.pep517.compat +SourceModule
+imports: + json + • pip._vendor.pep517 + • pip._vendor.tomli + • sys + • toml + +
+
+imported by: + pip._vendor.pep517 + • pip._vendor.pep517.wrappers + +
+ +
+ +
+ + pip._vendor.pep517.in_process +Package
+imports: + contextlib + • importlib.resources + • ntpath + • pip._vendor.pep517 + +
+
+imported by: + pip._vendor.pep517.wrappers + +
+ +
+ +
+ + pip._vendor.pep517.wrappers +SourceModule
+imports: + contextlib + • ntpath + • os + • pip._vendor.pep517 + • pip._vendor.pep517.compat + • pip._vendor.pep517.in_process + • shutil + • subprocess + • sys + • tempfile + • threading + +
+
+imported by: + pip._internal.operations.build.metadata + • pip._internal.req.req_install + • pip._vendor.pep517 + +
+ +
+ +
+ + pip._vendor.pkg_resources +Package
+imports: + 'pip._vendor.six.moves' + • __future__ + • __main__ + • _imp + • collections + • email.parser + • errno + • functools + • imp + • importlib.machinery + • inspect + • io + • itertools + • linecache + • ntpath + • ntpath + • operator + • os + • pip._vendor + • pip._vendor.appdirs + • pip._vendor.packaging + • pip._vendor.pkg_resources + • pip._vendor.pkg_resources.py31compat + • pip._vendor.six + • pkgutil + • platform + • plistlib + • posixpath + • re + • stat + • sys + • sysconfig + • tempfile + • textwrap + • time + • types + • warnings + • zipfile + • zipimport + +
+
+imported by: + pip._internal.exceptions + • pip._internal.metadata.pkg_resources + • pip._internal.req.req_install + • pip._internal.req.req_uninstall + • pip._internal.utils.misc + • pip._internal.utils.packaging + • pip._internal.utils.pkg_resources + • pip._internal.utils.wheel + • pip._vendor.pkg_resources + • pip._vendor.pkg_resources.py31compat + +
+ +
+ +
+ + pip._vendor.pkg_resources.py31compat +SourceModule
+imports: + errno + • os + • pip._vendor + • pip._vendor.pkg_resources + • pip._vendor.six + • sys + +
+
+imported by: + pip._vendor.pkg_resources + +
+ +
+ +
+ + pip._vendor.progress +Package
+imports: + __future__ + • collections + • datetime + • math + • pip._vendor + • pip._vendor.progress + • sys + • time + +
+
+imported by: + pip._internal.cli.spinners + • pip._vendor.progress + • pip._vendor.progress.bar + • pip._vendor.progress.spinner + +
+ +
+ +
+ + pip._vendor.progress.bar +SourceModule
+imports: + __future__ + • pip._vendor.progress + • sys + +
+
+imported by: + pip._internal.cli.progress_bars + +
+ +
+ +
+ + pip._vendor.progress.spinner +SourceModule
+imports: + __future__ + • pip._vendor.progress + +
+
+imported by: + pip._internal.cli.progress_bars + +
+ +
+ +
+ + pip._vendor.pyparsing +SourceModule
+imports: + __builtin__ + • _thread + • collections + • collections.Iterable + • collections.Mapping + • collections.MutableMapping + • collections.abc + • contextlib + • copy + • datetime + • functools + • inspect + • itertools + • operator + • ordereddict + • pdb + • pip._vendor + • pprint + • re + • sre_constants + • string + • sys + • threading + • traceback + • types + • uuid + • warnings + • weakref + +
+
+imported by: + pip._vendor.packaging.markers + • pip._vendor.packaging.requirements + +
+ +
+ +
+ + pip._vendor.requests +Package
+imports: + cryptography + • logging + • pip._internal.utils.compat + • pip._vendor + • pip._vendor.chardet + • pip._vendor.requests + • pip._vendor.requests.__version__ + • pip._vendor.requests.api + • pip._vendor.requests.certs + • pip._vendor.requests.exceptions + • pip._vendor.requests.models + • pip._vendor.requests.packages + • pip._vendor.requests.sessions + • pip._vendor.requests.status_codes + • pip._vendor.requests.utils + • pip._vendor.urllib3 + • pip._vendor.urllib3.contrib + • pip._vendor.urllib3.contrib.pyopenssl + • pip._vendor.urllib3.exceptions + • ssl + • warnings + +
+
+imported by: + pip._internal.index.collector + • pip._internal.network.session + • pip._vendor.requests + • pip._vendor.requests.__version__ + • pip._vendor.requests._internal_utils + • pip._vendor.requests.adapters + • pip._vendor.requests.api + • pip._vendor.requests.auth + • pip._vendor.requests.certs + • pip._vendor.requests.compat + • pip._vendor.requests.cookies + • pip._vendor.requests.exceptions + • pip._vendor.requests.hooks + • pip._vendor.requests.models + • pip._vendor.requests.packages + • pip._vendor.requests.sessions + • pip._vendor.requests.status_codes + • pip._vendor.requests.structures + • pip._vendor.requests.utils + +
+ +
+ +
+ + pip._vendor.requests.__version__ +SourceModule
+imports: + pip._vendor.requests + +
+
+imported by: + pip._vendor.requests + • pip._vendor.requests.utils + +
+ +
+ +
+ + pip._vendor.requests._internal_utils +SourceModule
+imports: + pip._vendor.requests + • pip._vendor.requests.compat + +
+
+imported by: + pip._vendor.requests.auth + • pip._vendor.requests.cookies + • pip._vendor.requests.models + • pip._vendor.requests.sessions + • pip._vendor.requests.utils + +
+ +
+ +
+ + pip._vendor.requests.adapters +SourceModule
+imports: + ntpath + • pip._vendor.requests + • pip._vendor.requests.auth + • pip._vendor.requests.compat + • pip._vendor.requests.cookies + • pip._vendor.requests.exceptions + • pip._vendor.requests.models + • pip._vendor.requests.structures + • pip._vendor.requests.utils + • pip._vendor.urllib3.contrib.socks + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.poolmanager + • pip._vendor.urllib3.response + • pip._vendor.urllib3.util + • pip._vendor.urllib3.util.retry + • socket + +
+
+imported by: + pip._internal.network.session + • pip._vendor.cachecontrol.adapter + • pip._vendor.requests.sessions + +
+ +
+ +
+ + pip._vendor.requests.api +SourceModule
+imports: + pip._vendor.requests + • pip._vendor.requests.sessions + +
+
+imported by: + pip._vendor.requests + +
+ +
+ +
+ + pip._vendor.requests.auth +SourceModule
+imports: + base64 + • hashlib + • os + • pip._vendor.requests + • pip._vendor.requests._internal_utils + • pip._vendor.requests.compat + • pip._vendor.requests.cookies + • pip._vendor.requests.utils + • re + • threading + • time + • warnings + +
+
+imported by: + pip._internal.network.auth + • pip._vendor.requests.adapters + • pip._vendor.requests.models + • pip._vendor.requests.sessions + +
+ +
+ +
+ + pip._vendor.requests.certs +SourceModule
+imports: + pip._vendor.certifi + • pip._vendor.requests + +
+
+imported by: + pip._vendor.requests + • pip._vendor.requests.utils + +
+ +
+ +
+ + pip._vendor.requests.compat +SourceModule
+imports: + Cookie + • StringIO + • collections + • collections.Callable + • collections.Mapping + • collections.MutableMapping + • collections.abc + • cookielib + • http + • http.cookiejar + • http.cookies + • io + • json + • pip._vendor + • pip._vendor.chardet + • pip._vendor.requests + • sys + • urllib + • urllib.getproxies + • urllib.getproxies_environment + • urllib.parse + • urllib.proxy_bypass + • urllib.proxy_bypass_environment + • urllib.quote + • urllib.quote_plus + • urllib.request + • urllib.unquote + • urllib.unquote_plus + • urllib.urlencode + • urllib2 + • urlparse + +
+
+imported by: + pip._vendor.requests._internal_utils + • pip._vendor.requests.adapters + • pip._vendor.requests.auth + • pip._vendor.requests.cookies + • pip._vendor.requests.models + • pip._vendor.requests.sessions + • pip._vendor.requests.structures + • pip._vendor.requests.utils + +
+ +
+ +
+ + pip._vendor.requests.cookies +SourceModule
+imports: + calendar + • copy + • dummy_threading + • pip._vendor.requests + • pip._vendor.requests._internal_utils + • pip._vendor.requests.compat + • threading + • time + +
+
+imported by: + pip._vendor.requests.adapters + • pip._vendor.requests.auth + • pip._vendor.requests.models + • pip._vendor.requests.sessions + • pip._vendor.requests.utils + +
+ +
+ +
+ + pip._vendor.requests.exceptions +SourceModule
+imports: + pip._vendor.requests + • pip._vendor.urllib3.exceptions + +
+
+imported by: + pip._internal.index.collector + • pip._vendor.requests + • pip._vendor.requests.adapters + • pip._vendor.requests.models + • pip._vendor.requests.sessions + • pip._vendor.requests.utils + +
+ +
+ +
+ + pip._vendor.requests.hooks +SourceModule
+imports: + pip._vendor.requests + +
+
+imported by: + pip._vendor.requests.models + • pip._vendor.requests.sessions + +
+ +
+ +
+ + pip._vendor.requests.models +SourceModule
+imports: + datetime + • encodings.idna + • io + • pip._vendor + • pip._vendor.idna + • pip._vendor.requests + • pip._vendor.requests._internal_utils + • pip._vendor.requests.auth + • pip._vendor.requests.compat + • pip._vendor.requests.cookies + • pip._vendor.requests.exceptions + • pip._vendor.requests.hooks + • pip._vendor.requests.status_codes + • pip._vendor.requests.structures + • pip._vendor.requests.utils + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.fields + • pip._vendor.urllib3.filepost + • pip._vendor.urllib3.util + • sys + +
+
+imported by: + pip._internal.exceptions + • pip._internal.network.auth + • pip._internal.network.cache + • pip._internal.network.session + • pip._internal.network.utils + • pip._vendor.requests + • pip._vendor.requests.adapters + • pip._vendor.requests.sessions + +
+ +
+ +
+ + pip._vendor.requests.packages +SourceModule
+imports: + pip._vendor.requests + • sys + +
+
+imported by: + pip._vendor.requests + +
+ +
+ +
+ + pip._vendor.requests.sessions +SourceModule
+imports: + collections + • datetime + • os + • pip._vendor.requests + • pip._vendor.requests._internal_utils + • pip._vendor.requests.adapters + • pip._vendor.requests.auth + • pip._vendor.requests.compat + • pip._vendor.requests.cookies + • pip._vendor.requests.exceptions + • pip._vendor.requests.hooks + • pip._vendor.requests.models + • pip._vendor.requests.status_codes + • pip._vendor.requests.structures + • pip._vendor.requests.utils + • sys + • time + +
+
+imported by: + pip._vendor.requests + • pip._vendor.requests.api + +
+ +
+ +
+ + pip._vendor.requests.status_codes +SourceModule
+imports: + pip._vendor.requests + • pip._vendor.requests.structures + +
+
+imported by: + pip._vendor.requests + • pip._vendor.requests.models + • pip._vendor.requests.sessions + +
+ +
+ +
+ + pip._vendor.requests.structures +SourceModule
+imports: + collections + • pip._vendor.requests + • pip._vendor.requests.compat + +
+
+imported by: + pip._internal.network.session + • pip._vendor.cachecontrol.controller + • pip._vendor.cachecontrol.serialize + • pip._vendor.requests.adapters + • pip._vendor.requests.models + • pip._vendor.requests.sessions + • pip._vendor.requests.status_codes + • pip._vendor.requests.utils + +
+ +
+ +
+ + pip._vendor.requests.utils +SourceModule
+imports: + _winreg + • codecs + • collections + • contextlib + • io + • netrc + • os + • pip._vendor.requests + • pip._vendor.requests.__version__ + • pip._vendor.requests._internal_utils + • pip._vendor.requests.certs + • pip._vendor.requests.compat + • pip._vendor.requests.cookies + • pip._vendor.requests.exceptions + • pip._vendor.requests.structures + • pip._vendor.urllib3.util + • re + • socket + • struct + • sys + • tempfile + • warnings + • winreg + • zipfile + +
+
+imported by: + pip._internal.network.auth + • pip._vendor.requests + • pip._vendor.requests.adapters + • pip._vendor.requests.auth + • pip._vendor.requests.models + • pip._vendor.requests.sessions + +
+ +
+ +
+ + pip._vendor.six +SourceModule
+imports: + StringIO + • __future__ + • functools + • importlib.util + • io + • itertools + • operator + • pip._vendor + • struct + • sys + • types + +
+
+imported by: + pip._internal.operations.install.wheel + • pip._internal.req.req_install + • pip._vendor + • pip._vendor.html5lib._inputstream + • pip._vendor.html5lib._tokenizer + • pip._vendor.html5lib._trie.py + • pip._vendor.html5lib._utils + • pip._vendor.html5lib.html5parser + • pip._vendor.html5lib.serializer + • pip._vendor.html5lib.treebuilders.base + • pip._vendor.html5lib.treebuilders.etree + • pip._vendor.html5lib.treebuilders.etree_lxml + • pip._vendor.html5lib.treewalkers.etree + • pip._vendor.html5lib.treewalkers.etree_lxml + • pip._vendor.pkg_resources + • pip._vendor.pkg_resources.py31compat + • pip._vendor.urllib3.contrib.securetransport + +
+ +
+ +
+ + pip._vendor.tenacity +Package
+imports: + abc + • concurrent + • concurrent.futures + • functools + • inspect + • pip._vendor + • pip._vendor.tenacity._asyncio + • pip._vendor.tenacity._utils + • pip._vendor.tenacity.after + • pip._vendor.tenacity.before + • pip._vendor.tenacity.before_sleep + • pip._vendor.tenacity.nap + • pip._vendor.tenacity.retry + • pip._vendor.tenacity.stop + • pip._vendor.tenacity.tornadoweb + • pip._vendor.tenacity.wait + • sys + • threading + • time + • types + • typing + • warnings + +
+
+imported by: + pip._internal.utils.filesystem + • pip._internal.utils.misc + • pip._vendor.tenacity._asyncio + • pip._vendor.tenacity._utils + • pip._vendor.tenacity.after + • pip._vendor.tenacity.before + • pip._vendor.tenacity.before_sleep + • pip._vendor.tenacity.nap + • pip._vendor.tenacity.retry + • pip._vendor.tenacity.stop + • pip._vendor.tenacity.tornadoweb + • pip._vendor.tenacity.wait + +
+ +
+ +
+ + pip._vendor.tenacity._asyncio +SourceModule
+imports: + asyncio + • functools + • pip._vendor.tenacity + • sys + • typing + +
+
+imported by: + pip._vendor.tenacity + +
+ +
+ +
+ + pip._vendor.tenacity._utils +SourceModule
+imports: + pip._vendor.tenacity + • sys + • typing + +
+
+imported by: + pip._vendor.tenacity + • pip._vendor.tenacity.after + • pip._vendor.tenacity.before + • pip._vendor.tenacity.before_sleep + • pip._vendor.tenacity.wait + +
+ +
+ +
+ + pip._vendor.tenacity.after +SourceModule
+imports: + logging + • pip._vendor.tenacity + • pip._vendor.tenacity._utils + • typing + +
+
+imported by: + pip._vendor.tenacity + +
+ +
+ +
+ + pip._vendor.tenacity.before +SourceModule
+imports: + logging + • pip._vendor.tenacity + • pip._vendor.tenacity._utils + • typing + +
+
+imported by: + pip._vendor.tenacity + +
+ +
+ +
+ + pip._vendor.tenacity.before_sleep +SourceModule
+imports: + logging + • pip._vendor.tenacity + • pip._vendor.tenacity._utils + • typing + +
+
+imported by: + pip._vendor.tenacity + +
+ +
+ +
+ + pip._vendor.tenacity.nap +SourceModule
+imports: + pip._vendor.tenacity + • threading + • time + • typing + +
+
+imported by: + pip._vendor.tenacity + +
+ +
+ +
+ + pip._vendor.tenacity.retry +SourceModule
+imports: + abc + • pip._vendor.tenacity + • re + • typing + +
+
+imported by: + pip._internal.utils.filesystem + • pip._internal.utils.misc + • pip._vendor.tenacity + +
+ +
+ +
+ + pip._vendor.tenacity.stop +SourceModule
+imports: + abc + • pip._vendor.tenacity + • threading + • typing + +
+
+imported by: + pip._vendor.tenacity + +
+ +
+ +
+ + pip._vendor.tenacity.tornadoweb +SourceModule
+imports: + pip._vendor.tenacity + • sys + • tornado + • tornado.concurrent + • tornado.gen + • typing + +
+
+imported by: + pip._vendor.tenacity + +
+ +
+ +
+ + pip._vendor.tenacity.wait +SourceModule
+imports: + abc + • pip._vendor.tenacity + • pip._vendor.tenacity._utils + • random + • typing + +
+
+imported by: + pip._vendor.tenacity + +
+ +
+ +
+ + pip._vendor.tomli +Package
+imports: + pip._vendor + • pip._vendor.tomli._parser + +
+
+imported by: + pip._internal.pyproject + • pip._vendor.pep517.compat + • pip._vendor.tomli._parser + • pip._vendor.tomli._re + +
+ +
+ +
+ + pip._vendor.tomli._parser +SourceModule
+imports: + pip._vendor.tomli + • pip._vendor.tomli._re + • re + • string + • types + • typing + +
+
+imported by: + pip._vendor.tomli + • pip._vendor.tomli._re + +
+ +
+ +
+ + pip._vendor.tomli._re +SourceModule
+imports: + datetime + • pip._vendor.tomli + • pip._vendor.tomli._parser + • re + • typing + +
+
+imported by: + pip._vendor.tomli._parser + +
+ +
+ +
+ + pip._vendor.urllib3 +Package
+imports: + __future__ + • logging + • pip._vendor + • pip._vendor.urllib3 + • pip._vendor.urllib3._version + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.filepost + • pip._vendor.urllib3.poolmanager + • pip._vendor.urllib3.response + • pip._vendor.urllib3.util.request + • pip._vendor.urllib3.util.retry + • pip._vendor.urllib3.util.timeout + • pip._vendor.urllib3.util.url + • warnings + +
+
+imported by: + pip._internal.network.session + • pip._vendor.requests + • pip._vendor.urllib3 + • pip._vendor.urllib3._collections + • pip._vendor.urllib3._version + • pip._vendor.urllib3.connection + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.contrib + • pip._vendor.urllib3.contrib.pyopenssl + • pip._vendor.urllib3.contrib.securetransport + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.fields + • pip._vendor.urllib3.filepost + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.poolmanager + • pip._vendor.urllib3.request + • pip._vendor.urllib3.response + • pip._vendor.urllib3.util + +
+ +
+ +
+ + pip._vendor.urllib3._collections +SourceModule
+imports: + __future__ + • collections + • collections.Mapping + • collections.MutableMapping + • collections.abc + • pip._vendor.urllib3 + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.six + • threading + +
+
+imported by: + pip._vendor.urllib3.connection + • pip._vendor.urllib3.poolmanager + • pip._vendor.urllib3.response + +
+ +
+ +
+ + pip._vendor.urllib3._version +SourceModule
+imports: + pip._vendor.urllib3 + +
+
+imported by: + pip._vendor.urllib3 + • pip._vendor.urllib3.connection + +
+ +
+ +
+ + pip._vendor.urllib3.connection +SourceModule
+imports: + 'pip._vendor.urllib3.packages.six.moves' + • __future__ + • datetime + • logging + • os + • pip._vendor.urllib3 + • pip._vendor.urllib3._collections + • pip._vendor.urllib3._version + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.six + • pip._vendor.urllib3.packages.ssl_match_hostname + • pip._vendor.urllib3.util + • pip._vendor.urllib3.util.connection + • pip._vendor.urllib3.util.proxy + • pip._vendor.urllib3.util.ssl_ + • re + • socket + • ssl + • warnings + +
+
+imported by: + pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.contrib.socks + • pip._vendor.urllib3.response + +
+ +
+ +
+ + pip._vendor.urllib3.connectionpool +SourceModule
+imports: + 'pip._vendor.urllib3.packages.six.moves' + • __future__ + • errno + • logging + • pip._vendor.urllib3 + • pip._vendor.urllib3.connection + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.six + • pip._vendor.urllib3.packages.ssl_match_hostname + • pip._vendor.urllib3.request + • pip._vendor.urllib3.response + • pip._vendor.urllib3.util.connection + • pip._vendor.urllib3.util.proxy + • pip._vendor.urllib3.util.queue + • pip._vendor.urllib3.util.request + • pip._vendor.urllib3.util.response + • pip._vendor.urllib3.util.retry + • pip._vendor.urllib3.util.timeout + • pip._vendor.urllib3.util.url + • socket + • sys + • warnings + +
+
+imported by: + pip._internal.network.session + • pip._vendor.urllib3 + • pip._vendor.urllib3.contrib.socks + • pip._vendor.urllib3.poolmanager + +
+ +
+ +
+ + pip._vendor.urllib3.contrib +Package
+imports: + pip._vendor.urllib3 + • pip._vendor.urllib3.contrib._appengine_environ + • pip._vendor.urllib3.contrib.pyopenssl + • pip._vendor.urllib3.contrib.securetransport + +
+
+imported by: + pip._internal.utils.inject_securetransport + • pip._vendor.requests + • pip._vendor.urllib3.contrib._appengine_environ + • pip._vendor.urllib3.contrib._securetransport + • pip._vendor.urllib3.contrib.pyopenssl + • pip._vendor.urllib3.contrib.securetransport + • pip._vendor.urllib3.contrib.socks + • pip._vendor.urllib3.util.connection + +
+ +
+ +
+ + pip._vendor.urllib3.contrib._appengine_environ +SourceModule
+imports: + os + • pip._vendor.urllib3.contrib + +
+
+imported by: + pip._vendor.urllib3.contrib + • pip._vendor.urllib3.util.connection + +
+ +
+ +
+ + pip._vendor.urllib3.contrib._securetransport +Package
+imports: + pip._vendor.urllib3.contrib + +
+
+imported by: + pip._vendor.urllib3.contrib._securetransport.bindings + • pip._vendor.urllib3.contrib._securetransport.low_level + +
+ +
+ +
+ + pip._vendor.urllib3.contrib._securetransport.bindings +SourceModule
+imports: + __future__ + • ctypes + • ctypes.util + • pip._vendor.urllib3.contrib._securetransport + • pip._vendor.urllib3.packages.six + • platform + +
+
+imported by: + pip._vendor.urllib3.contrib._securetransport.low_level + • pip._vendor.urllib3.contrib.securetransport + +
+ +
+ +
+ + pip._vendor.urllib3.contrib._securetransport.low_level +SourceModule
+imports: + base64 + • ctypes + • itertools + • os + • pip._vendor.urllib3.contrib._securetransport + • pip._vendor.urllib3.contrib._securetransport.bindings + • re + • ssl + • struct + • tempfile + +
+
+imported by: + pip._vendor.urllib3.contrib.securetransport + +
+ +
+ +
+ + pip._vendor.urllib3.contrib.pyopenssl +SourceModule
+imports: + 'OpenSSL.crypto' + • 'cryptography.hazmat' + • 'cryptography.x509' + • OpenSSL + • __future__ + • cryptography + • io + • logging + • pip._vendor + • pip._vendor.idna + • pip._vendor.urllib3 + • pip._vendor.urllib3.contrib + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.backports.makefile + • pip._vendor.urllib3.packages.six + • pip._vendor.urllib3.util + • pip._vendor.urllib3.util.ssl_ + • socket + • ssl + • sys + +
+
+imported by: + pip._vendor.requests + • pip._vendor.urllib3.contrib + +
+ +
+ +
+ + pip._vendor.urllib3.contrib.securetransport +SourceModule
+imports: + __future__ + • contextlib + • ctypes + • errno + • ntpath + • pip._vendor + • pip._vendor.six + • pip._vendor.urllib3 + • pip._vendor.urllib3.contrib + • pip._vendor.urllib3.contrib._securetransport.bindings + • pip._vendor.urllib3.contrib._securetransport.low_level + • pip._vendor.urllib3.packages.backports.makefile + • pip._vendor.urllib3.util + • pip._vendor.urllib3.util.ssl_ + • shutil + • socket + • ssl + • struct + • threading + • weakref + +
+
+imported by: + pip._internal.utils.inject_securetransport + • pip._vendor.urllib3.contrib + +
+ +
+ +
+ + pip._vendor.urllib3.contrib.socks +SourceModule
+imports: + __future__ + • pip._vendor.urllib3.connection + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.contrib + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.poolmanager + • pip._vendor.urllib3.util.url + • socket + • socks + • ssl + • warnings + +
+
+imported by: + pip._vendor.requests.adapters + +
+ +
+ +
+ + pip._vendor.urllib3.exceptions +SourceModule
+imports: + 'pip._vendor.urllib3.packages.six.moves' + • __future__ + • pip._vendor.urllib3 + +
+
+imported by: + pip._internal.network.session + • pip._vendor.requests + • pip._vendor.requests.adapters + • pip._vendor.requests.exceptions + • pip._vendor.requests.models + • pip._vendor.urllib3 + • pip._vendor.urllib3._collections + • pip._vendor.urllib3.connection + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.contrib.socks + • pip._vendor.urllib3.poolmanager + • pip._vendor.urllib3.response + • pip._vendor.urllib3.util.connection + • pip._vendor.urllib3.util.request + • pip._vendor.urllib3.util.response + • pip._vendor.urllib3.util.retry + • pip._vendor.urllib3.util.ssl_ + • pip._vendor.urllib3.util.ssltransport + • pip._vendor.urllib3.util.timeout + • pip._vendor.urllib3.util.url + +
+ +
+ +
+ + pip._vendor.urllib3.fields +SourceModule
+imports: + __future__ + • email.utils + • mimetypes + • pip._vendor.urllib3 + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.six + • re + +
+
+imported by: + pip._vendor.requests.models + • pip._vendor.urllib3.filepost + +
+ +
+ +
+ + pip._vendor.urllib3.filepost +SourceModule
+imports: + __future__ + • binascii + • codecs + • io + • os + • pip._vendor.urllib3 + • pip._vendor.urllib3.fields + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.six + +
+
+imported by: + pip._vendor.requests.models + • pip._vendor.urllib3 + • pip._vendor.urllib3.request + +
+ +
+ +
+ + pip._vendor.urllib3.packages +Package
+imports: + __future__ + • pip._vendor.urllib3 + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.ssl_match_hostname + +
+
+imported by: + pip._vendor.urllib3._collections + • pip._vendor.urllib3.connection + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.contrib.pyopenssl + • pip._vendor.urllib3.fields + • pip._vendor.urllib3.filepost + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.backports + • pip._vendor.urllib3.packages.six + • pip._vendor.urllib3.packages.ssl_match_hostname + • pip._vendor.urllib3.poolmanager + • pip._vendor.urllib3.response + • pip._vendor.urllib3.util.connection + • pip._vendor.urllib3.util.queue + • pip._vendor.urllib3.util.retry + • pip._vendor.urllib3.util.ssl_ + • pip._vendor.urllib3.util.ssltransport + • pip._vendor.urllib3.util.url + +
+ +
+ +
+ + pip._vendor.urllib3.packages.backports +Package
+imports: + pip._vendor.urllib3.packages + +
+
+imported by: + pip._vendor.urllib3.packages.backports.makefile + +
+ +
+ +
+ + pip._vendor.urllib3.packages.backports.makefile +SourceModule
+imports: + io + • pip._vendor.urllib3.packages.backports + • socket + +
+
+imported by: + pip._vendor.urllib3.contrib.pyopenssl + • pip._vendor.urllib3.contrib.securetransport + +
+ +
+ +
+ + pip._vendor.urllib3.packages.six +SourceModule
+imports: + StringIO + • __future__ + • functools + • importlib.util + • io + • itertools + • operator + • pip._vendor.urllib3.packages + • struct + • sys + • types + +
+
+imported by: + pip._vendor.urllib3._collections + • pip._vendor.urllib3.connection + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.contrib._securetransport.bindings + • pip._vendor.urllib3.contrib.pyopenssl + • pip._vendor.urllib3.fields + • pip._vendor.urllib3.filepost + • pip._vendor.urllib3.poolmanager + • pip._vendor.urllib3.response + • pip._vendor.urllib3.util.connection + • pip._vendor.urllib3.util.queue + • pip._vendor.urllib3.util.request + • pip._vendor.urllib3.util.retry + • pip._vendor.urllib3.util.ssl_ + • pip._vendor.urllib3.util.ssltransport + • pip._vendor.urllib3.util.url + +
+ +
+ +
+ + pip._vendor.urllib3.packages.ssl_match_hostname +Package
+imports: + 'backports.ssl_match_hostname' + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.ssl_match_hostname._implementation + • ssl + • sys + +
+
+imported by: + pip._vendor.urllib3.connection + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.ssl_match_hostname._implementation + +
+ +
+ +
+ + pip._vendor.urllib3.packages.ssl_match_hostname._implementation +SourceModule
+imports: + ipaddress + • pip._vendor.urllib3.packages.ssl_match_hostname + • re + • sys + +
+
+imported by: + pip._vendor.urllib3.packages.ssl_match_hostname + +
+ +
+ +
+ + pip._vendor.urllib3.poolmanager +SourceModule
+imports: + 'pip._vendor.urllib3.packages.six.moves' + • __future__ + • collections + • functools + • logging + • pip._vendor.urllib3 + • pip._vendor.urllib3._collections + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.six + • pip._vendor.urllib3.request + • pip._vendor.urllib3.util.proxy + • pip._vendor.urllib3.util.retry + • pip._vendor.urllib3.util.url + +
+
+imported by: + pip._vendor.requests.adapters + • pip._vendor.urllib3 + • pip._vendor.urllib3.contrib.socks + +
+ +
+ +
+ + pip._vendor.urllib3.request +SourceModule
+imports: + 'pip._vendor.urllib3.packages.six.moves' + • __future__ + • pip._vendor.urllib3 + • pip._vendor.urllib3.filepost + +
+
+imported by: + pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.poolmanager + +
+ +
+ +
+ + pip._vendor.urllib3.response +SourceModule
+imports: + __future__ + • brotli + • contextlib + • io + • logging + • pip._vendor.urllib3 + • pip._vendor.urllib3._collections + • pip._vendor.urllib3.connection + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.six + • pip._vendor.urllib3.util.response + • socket + • zlib + +
+
+imported by: + pip._vendor.cachecontrol.compat + • pip._vendor.requests.adapters + • pip._vendor.urllib3 + • pip._vendor.urllib3.connectionpool + +
+ +
+ +
+ + pip._vendor.urllib3.util +Package
+imports: + __future__ + • pip._vendor.urllib3 + • pip._vendor.urllib3.util.connection + • pip._vendor.urllib3.util.request + • pip._vendor.urllib3.util.response + • pip._vendor.urllib3.util.retry + • pip._vendor.urllib3.util.ssl_ + • pip._vendor.urllib3.util.timeout + • pip._vendor.urllib3.util.url + • pip._vendor.urllib3.util.wait + +
+
+imported by: + pip._internal.utils.compat + • pip._vendor.cachecontrol.compat + • pip._vendor.requests.adapters + • pip._vendor.requests.models + • pip._vendor.requests.utils + • pip._vendor.urllib3.connection + • pip._vendor.urllib3.contrib.pyopenssl + • pip._vendor.urllib3.contrib.securetransport + • pip._vendor.urllib3.util.connection + • pip._vendor.urllib3.util.proxy + • pip._vendor.urllib3.util.queue + • pip._vendor.urllib3.util.request + • pip._vendor.urllib3.util.response + • pip._vendor.urllib3.util.retry + • pip._vendor.urllib3.util.ssl_ + • pip._vendor.urllib3.util.ssltransport + • pip._vendor.urllib3.util.timeout + • pip._vendor.urllib3.util.url + • pip._vendor.urllib3.util.wait + +
+ +
+ +
+ + pip._vendor.urllib3.util.connection +SourceModule
+imports: + __future__ + • pip._vendor.urllib3.contrib + • pip._vendor.urllib3.contrib._appengine_environ + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.six + • pip._vendor.urllib3.util + • pip._vendor.urllib3.util.wait + • socket + +
+
+imported by: + pip._vendor.urllib3.connection + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.util + +
+ +
+ +
+ + pip._vendor.urllib3.util.proxy +SourceModule
+imports: + pip._vendor.urllib3.util + • pip._vendor.urllib3.util.ssl_ + +
+
+imported by: + pip._vendor.urllib3.connection + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.poolmanager + +
+ +
+ +
+ + pip._vendor.urllib3.util.queue +SourceModule
+imports: + 'pip._vendor.urllib3.packages.six.moves' + • Queue + • collections + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.six + • pip._vendor.urllib3.util + +
+
+imported by: + pip._vendor.urllib3.connectionpool + +
+ +
+ +
+ + pip._vendor.urllib3.util.request +SourceModule
+imports: + __future__ + • base64 + • brotli + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.packages.six + • pip._vendor.urllib3.util + +
+
+imported by: + pip._vendor.urllib3 + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.util + +
+ +
+ +
+ + pip._vendor.urllib3.util.response +SourceModule
+imports: + 'pip._vendor.urllib3.packages.six.moves' + • __future__ + • email.errors + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.util + +
+
+imported by: + pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.response + • pip._vendor.urllib3.util + +
+ +
+ +
+ + pip._vendor.urllib3.util.retry +SourceModule
+imports: + __future__ + • collections + • email + • itertools + • logging + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.six + • pip._vendor.urllib3.util + • re + • time + • warnings + +
+
+imported by: + pip._vendor.requests.adapters + • pip._vendor.urllib3 + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.poolmanager + • pip._vendor.urllib3.util + +
+ +
+ +
+ + pip._vendor.urllib3.util.ssl_ +SourceModule
+imports: + __future__ + • binascii + • hashlib + • hmac + • os + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.six + • pip._vendor.urllib3.util + • pip._vendor.urllib3.util.ssltransport + • pip._vendor.urllib3.util.url + • ssl + • sys + • warnings + +
+
+imported by: + pip._vendor.urllib3.connection + • pip._vendor.urllib3.contrib.pyopenssl + • pip._vendor.urllib3.contrib.securetransport + • pip._vendor.urllib3.util + • pip._vendor.urllib3.util.proxy + +
+ +
+ +
+ + pip._vendor.urllib3.util.ssltransport +SourceModule
+imports: + io + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.six + • pip._vendor.urllib3.util + • socket + • ssl + +
+
+imported by: + pip._vendor.urllib3.util.ssl_ + +
+ +
+ +
+ + pip._vendor.urllib3.util.timeout +SourceModule
+imports: + __future__ + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.util + • socket + • time + +
+
+imported by: + pip._vendor.urllib3 + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.util + +
+ +
+ +
+ + pip._vendor.urllib3.util.url +SourceModule
+imports: + __future__ + • collections + • pip._vendor + • pip._vendor.idna + • pip._vendor.urllib3.exceptions + • pip._vendor.urllib3.packages + • pip._vendor.urllib3.packages.six + • pip._vendor.urllib3.util + • re + +
+
+imported by: + pip._vendor.urllib3 + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.contrib.socks + • pip._vendor.urllib3.poolmanager + • pip._vendor.urllib3.util + • pip._vendor.urllib3.util.ssl_ + +
+ +
+ +
+ + pip._vendor.urllib3.util.wait +SourceModule
+imports: + errno + • functools + • pip._vendor.urllib3.util + • select + • sys + • time + +
+
+imported by: + pip._vendor.urllib3.util + • pip._vendor.urllib3.util.connection + +
+ +
+ +
+ + pip._vendor.webencodings +Package
+imports: + __future__ + • codecs + • pip._vendor + • pip._vendor.webencodings.labels + • pip._vendor.webencodings.x_user_defined + +
+
+imported by: + pip._vendor + • pip._vendor.html5lib._inputstream + • pip._vendor.webencodings.labels + • pip._vendor.webencodings.x_user_defined + +
+ +
+ +
+ + pip._vendor.webencodings.labels +SourceModule
+imports: + pip._vendor.webencodings + +
+
+imported by: + pip._vendor.webencodings + +
+ +
+ +
+ + pip._vendor.webencodings.x_user_defined +SourceModule
+imports: + __future__ + • codecs + • pip._vendor.webencodings + +
+
+imported by: + pip._vendor.webencodings + +
+ +
+ +
+ + 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._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 + • pkgutil + • platform + • plistlib + • posixpath + • re + • stat + • sys + • sysconfig + • tempfile + • textwrap + • time + • types + • warnings + • zipfile + • zipimport + +
+
+imported by: + PyInstaller + • PyInstaller.building.build_main + • PyInstaller.building.toc_conversion + • PyInstaller.depend.analysis + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.utils.hooks + • altgraph + • pkg_resources._vendor + • pkg_resources.extern + • 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 + • 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 + • pkg_resources._vendor.packaging.version + • 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.packaging.utils + +
+ +
+ +
+ + 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.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 + +
+ +
+ +
+ + pkgutil +SourceModule
+imports: + collections + • functools + • importlib + • importlib.machinery + • importlib.util + • inspect + • marshal + • ntpath + • os + • re + • 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 + • pip._vendor.distlib.resources + • pip._vendor.pkg_resources + • pkg_resources + • pydoc + • pyi_rth_pkgutil.py + • pyvisa.highlevel + • runpy + +
+ +
+ +
+ + platform +SourceModule
+imports: + 'java.lang' + • _winreg + • collections + • functools + • itertools + • java + • os + • plistlib + • re + • socket + • struct + • subprocess + • sys + • vms_lib + • winreg + +
+
+imported by: + PyInstaller.__main__ + • PyInstaller._shared_with_waf + • PyInstaller.building.api + • PyInstaller.building.utils + • PyInstaller.compat + • numpy.core._internal + • numpy.distutils.cpuinfo + • numpy.distutils.system_info + • numpy.f2py.crackfortran + • numpy.testing._private.utils + • pip._internal.network.session + • pip._vendor.appdirs + • pip._vendor.distlib.compat + • pip._vendor.packaging.markers + • pip._vendor.packaging.tags + • pip._vendor.pkg_resources + • pip._vendor.urllib3.contrib._securetransport.bindings + • pkg_resources + • pkg_resources._vendor.appdirs + • pkg_resources._vendor.packaging.markers + • pkg_resources._vendor.packaging.tags + • pydoc + • pyvisa.util + • 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 + • datetime + • enum + • io + • itertools + • os + • re + • struct + • xml.parsers.expat + +
+
+imported by: + PyInstaller.building.osx + • pip._vendor.pkg_resources + • 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 + • pip._internal.models.link + • pip._internal.models.search_scope + • pip._internal.utils.misc + • pip._vendor.pkg_resources + • 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.misc_util + • numpy.f2py.auxfuncs + • numpy.f2py.f2py2e + • numpy.testing._private.utils + • pdb + • pickle + • pip._vendor.pyparsing + • pkg_resources._vendor.pyparsing + • setuptools._vendor.pyparsing + • sysconfig + • unittest.case + +
+ +
+ +
+ + psutil +MissingModule
+imported by: + numpy.testing._private.utils + +
+ +
+ +
+ + pwd +MissingModule
+imported by: + distutils.archive_util + • distutils.util + • getpass + • http.server + • netrc + • pathlib + • pip._vendor.distlib._backport.shutil + • pip._vendor.distlib._backport.tarfile + • posixpath + • shutil + • subprocess + • tarfile + • webbrowser + +
+ +
+ +
+ + py_compile +SourceModule
+imports: + enum + • importlib._bootstrap_external + • importlib.machinery + • importlib.util + • ntpath + • os + • sys + • traceback + +
+
+imported by: + PyInstaller.utils.misc + • compileall + • distutils.util + • pip._vendor.distlib.util + • zipfile + +
+ +
+ +
+ + 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:\users\kk1l\appdata\local\programs\python\python39\DLLs\pyexpat.pyd
+imported by: + _elementtree + • xml.etree.ElementTree + • xml.parsers.expat + +
+ +
+ +
+ + pyimod00_crypto_key +MissingModule
+imported by: + PyInstaller.loader.pyimod02_archive + +
+ +
+ +
+ + pyimod03_importers +MissingModule
+imported by: + pyi_rth_pkgres.py + • pyi_rth_pkgutil.py + +
+ +
+ +
+ + 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 + +
+ +
+ +
+ + pyvisa +Package
+imports: + importlib.metadata + • importlib_metadata + • logging + • pyvisa + • pyvisa.attributes + • pyvisa.constants + • pyvisa.ctwrapper + • pyvisa.errors + • pyvisa.highlevel + • pyvisa.resources + • pyvisa.rname + • pyvisa.typing + • pyvisa.util + • sys + +
+
+imported by: + PyDSA.py + • pyvisa + • pyvisa.attributes + • pyvisa.constants + • pyvisa.ctwrapper + • pyvisa.ctwrapper.functions + • pyvisa.ctwrapper.highlevel + • pyvisa.errors + • pyvisa.events + • pyvisa.highlevel + • pyvisa.resources + • pyvisa.resources.firewire + • pyvisa.resources.gpib + • pyvisa.resources.messagebased + • pyvisa.resources.pxi + • pyvisa.resources.registerbased + • pyvisa.resources.resource + • pyvisa.resources.serial + • pyvisa.resources.tcpip + • pyvisa.resources.usb + • pyvisa.resources.vxi + • pyvisa.rname + • pyvisa.typing + • pyvisa.util + +
+ +
+ +
+ + pyvisa.attributes +SourceModule
+imports: + collections + • enum + • pyvisa + • pyvisa.constants + • pyvisa.events + • pyvisa.resources + • pyvisa.util + • sys + • typing + • typing_extensions + +
+
+imported by: + pyvisa + • pyvisa.ctwrapper.functions + • pyvisa.events + • pyvisa.highlevel + • pyvisa.resources.gpib + • pyvisa.resources.messagebased + • pyvisa.resources.pxi + • pyvisa.resources.resource + • pyvisa.resources.serial + • pyvisa.resources.usb + • pyvisa.resources.vxi + +
+ +
+ +
+ + pyvisa.constants +SourceModule
+imports: + enum + • pyvisa + • sys + • typing_extensions + +
+
+imported by: + pyvisa + • pyvisa.attributes + • pyvisa.ctwrapper.functions + • pyvisa.ctwrapper.highlevel + • pyvisa.errors + • pyvisa.events + • pyvisa.highlevel + • pyvisa.resources.firewire + • pyvisa.resources.gpib + • pyvisa.resources.messagebased + • pyvisa.resources.pxi + • pyvisa.resources.registerbased + • pyvisa.resources.resource + • pyvisa.resources.serial + • pyvisa.resources.tcpip + • pyvisa.resources.usb + • pyvisa.resources.vxi + • pyvisa.rname + • pyvisa.typing + • pyvisa.util + +
+ +
+ +
+ + pyvisa.ctwrapper +Package
+imports: + os + • pyvisa + • pyvisa.ctwrapper + • pyvisa.ctwrapper.functions + • pyvisa.ctwrapper.highlevel + • pyvisa.ctwrapper.types + +
+
+imported by: + pyvisa + • pyvisa.ctwrapper + • pyvisa.ctwrapper.cthelper + • pyvisa.ctwrapper.functions + • pyvisa.ctwrapper.highlevel + • pyvisa.ctwrapper.types + • pyvisa.highlevel + +
+ +
+ +
+ + pyvisa.ctwrapper.cthelper +SourceModule
+imports: + ctypes + • ctypes.util + • errno + • os + • pyvisa.ctwrapper + • re + • sys + • tempfile + +
+
+imported by: + pyvisa.ctwrapper.highlevel + • pyvisa.ctwrapper.types + +
+ +
+ +
+ + pyvisa.ctwrapper.functions +SourceModule
+imports: + contextlib + • ctypes + • functools + • pyvisa + • pyvisa.attributes + • pyvisa.constants + • pyvisa.ctwrapper + • pyvisa.ctwrapper.types + • pyvisa.highlevel + • pyvisa.typing + • threading + • typing + • warnings + +
+
+imported by: + pyvisa.ctwrapper + • pyvisa.ctwrapper.highlevel + +
+ +
+ +
+ + pyvisa.ctwrapper.highlevel +SourceModule
+imports: + collections + • ctypes + • logging + • pyvisa + • pyvisa.constants + • pyvisa.ctwrapper + • pyvisa.ctwrapper.cthelper + • pyvisa.ctwrapper.functions + • pyvisa.ctwrapper.types + • pyvisa.errors + • pyvisa.highlevel + • pyvisa.typing + • pyvisa.util + • typing + • warnings + +
+
+imported by: + pyvisa.ctwrapper + +
+ +
+ +
+ + pyvisa.ctwrapper.types +SourceModule
+imports: + ctypes + • pyvisa.ctwrapper + • pyvisa.ctwrapper.cthelper + +
+
+imported by: + pyvisa.ctwrapper + • pyvisa.ctwrapper.functions + • pyvisa.ctwrapper.highlevel + +
+ +
+ +
+ + pyvisa.errors +SourceModule
+imports: + pyvisa + • pyvisa.constants + • pyvisa.typing + • pyvisa.util + • typing + • warnings + +
+
+imported by: + pyvisa + • pyvisa.ctwrapper.highlevel + • pyvisa.events + • pyvisa.highlevel + • pyvisa.resources.messagebased + • pyvisa.resources.resource + • pyvisa.rname + +
+ +
+ +
+ + pyvisa.events +SourceModule
+imports: + pyvisa + • pyvisa.attributes + • pyvisa.constants + • pyvisa.errors + • pyvisa.highlevel + • pyvisa.typing + • typing + • typing_extensions + +
+
+imported by: + pyvisa.attributes + • pyvisa.resources.resource + +
+ +
+ +
+ + pyvisa.highlevel +SourceModule
+imports: + atexit + • collections + • contextlib + • copy + • importlib + • itertools + • os + • pkgutil + • pyvisa + • pyvisa.attributes + • pyvisa.constants + • pyvisa.ctwrapper + • pyvisa.errors + • pyvisa.resources + • pyvisa.rname + • pyvisa.typing + • pyvisa.util + • types + • typing + • typing_extensions + • warnings + • weakref + +
+
+imported by: + pyvisa + • pyvisa.ctwrapper.functions + • pyvisa.ctwrapper.highlevel + • pyvisa.events + • pyvisa.resources.messagebased + • pyvisa.resources.resource + • pyvisa.util + +
+ +
+ +
+ + pyvisa.resources +Package
+imports: + pyvisa + • pyvisa.resources.firewire + • pyvisa.resources.gpib + • pyvisa.resources.messagebased + • pyvisa.resources.pxi + • pyvisa.resources.registerbased + • pyvisa.resources.resource + • pyvisa.resources.serial + • pyvisa.resources.tcpip + • pyvisa.resources.usb + • pyvisa.resources.vxi + +
+
+imported by: + pyvisa + • pyvisa.attributes + • pyvisa.highlevel + • pyvisa.resources.firewire + • pyvisa.resources.gpib + • pyvisa.resources.messagebased + • pyvisa.resources.pxi + • pyvisa.resources.registerbased + • pyvisa.resources.resource + • pyvisa.resources.serial + • pyvisa.resources.tcpip + • pyvisa.resources.usb + • pyvisa.resources.vxi + • pyvisa.rname + +
+ +
+ +
+ + pyvisa.resources.firewire +SourceModule
+imports: + pyvisa + • pyvisa.constants + • pyvisa.resources + • pyvisa.resources.registerbased + +
+
+imported by: + pyvisa.resources + +
+ +
+ +
+ + pyvisa.resources.gpib +SourceModule
+imports: + pyvisa + • pyvisa.attributes + • pyvisa.constants + • pyvisa.resources + • pyvisa.resources.messagebased + • pyvisa.resources.resource + • time + • typing + • warnings + +
+
+imported by: + pyvisa.resources + +
+ +
+ +
+ + pyvisa.resources.messagebased +SourceModule
+imports: + contextlib + • pyvisa + • pyvisa.attributes + • pyvisa.constants + • pyvisa.errors + • pyvisa.highlevel + • pyvisa.resources + • pyvisa.resources.resource + • pyvisa.util + • struct + • time + • typing + • warnings + +
+
+imported by: + pyvisa.resources + • pyvisa.resources.gpib + • pyvisa.resources.serial + • pyvisa.resources.tcpip + • pyvisa.resources.usb + +
+ +
+ +
+ + pyvisa.resources.pxi +SourceModule
+imports: + pyvisa + • pyvisa.attributes + • pyvisa.constants + • pyvisa.resources + • pyvisa.resources.registerbased + • pyvisa.resources.resource + +
+
+imported by: + pyvisa.resources + +
+ +
+ +
+ + pyvisa.resources.registerbased +SourceModule
+imports: + pyvisa + • pyvisa.constants + • pyvisa.resources + • pyvisa.resources.resource + • typing + +
+
+imported by: + pyvisa.resources + • pyvisa.resources.firewire + • pyvisa.resources.pxi + • pyvisa.resources.vxi + +
+ +
+ +
+ + pyvisa.resources.resource +SourceModule
+imports: + contextlib + • functools + • pyvisa + • pyvisa.attributes + • pyvisa.constants + • pyvisa.errors + • pyvisa.events + • pyvisa.highlevel + • pyvisa.resources + • pyvisa.rname + • pyvisa.typing + • pyvisa.util + • time + • typing + • typing_extensions + • warnings + +
+
+imported by: + pyvisa.resources + • pyvisa.resources.gpib + • pyvisa.resources.messagebased + • pyvisa.resources.pxi + • pyvisa.resources.registerbased + • pyvisa.resources.tcpip + • pyvisa.resources.vxi + +
+ +
+ +
+ + pyvisa.resources.serial +SourceModule
+imports: + pyvisa + • pyvisa.attributes + • pyvisa.constants + • pyvisa.resources + • pyvisa.resources.messagebased + +
+
+imported by: + pyvisa.resources + +
+ +
+ +
+ + pyvisa.resources.tcpip +SourceModule
+imports: + pyvisa + • pyvisa.constants + • pyvisa.resources + • pyvisa.resources.messagebased + • pyvisa.resources.resource + +
+
+imported by: + pyvisa.resources + +
+ +
+ +
+ + pyvisa.resources.usb +SourceModule
+imports: + pyvisa + • pyvisa.attributes + • pyvisa.constants + • pyvisa.resources + • pyvisa.resources.messagebased + +
+
+imported by: + pyvisa.resources + +
+ +
+ +
+ + pyvisa.resources.vxi +SourceModule
+imports: + pyvisa + • pyvisa.attributes + • pyvisa.constants + • pyvisa.resources + • pyvisa.resources.registerbased + • pyvisa.resources.resource + +
+
+imported by: + pyvisa.resources + +
+ +
+ +
+ + pyvisa.rname +SourceModule
+imports: + collections + • contextlib + • dataclasses + • pyvisa + • pyvisa.constants + • pyvisa.errors + • pyvisa.resources + • re + • typing + • typing_extensions + +
+
+imported by: + pyvisa + • pyvisa.highlevel + • pyvisa.resources.resource + +
+ +
+ +
+ + pyvisa.typing +SourceModule
+imports: + pyvisa + • pyvisa.constants + • typing + +
+
+imported by: + pyvisa + • pyvisa.ctwrapper.functions + • pyvisa.ctwrapper.highlevel + • pyvisa.errors + • pyvisa.events + • pyvisa.highlevel + • pyvisa.resources.resource + +
+ +
+ +
+ + pyvisa.util +SourceModule
+imports: + collections + • configparser + • functools + • inspect + • io + • math + • numpy + • os + • pip + • platform + • pyvisa + • pyvisa.constants + • pyvisa.highlevel + • struct + • subprocess + • sys + • typing + • typing_extensions + • warnings + +
+
+imported by: + pyvisa + • pyvisa.attributes + • pyvisa.ctwrapper.highlevel + • pyvisa.errors + • pyvisa.highlevel + • pyvisa.resources.messagebased + • pyvisa.resources.resource + +
+ +
+ +
+ + 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 + • importlib.machinery + • importlib.util + • os + • sys + +
+
+imported by: + pyi_rth_win32api.py + • pythoncom + • win32com.client + • win32com.client.build + • win32com.client.dynamic + • win32com.client.gencache + • win32com.server.policy + +
+ +
+ +
+ + queue +SourceModule
+imports: + _queue + • collections + • heapq + • threading + • time + • types + +
+
+imported by: + concurrent.futures.process + • concurrent.futures.thread + • logging.handlers + • multiprocessing.dummy + • multiprocessing.dummy.connection + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.queues + • pip._vendor.distlib.compat + +
+ +
+ +
+ + 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 + • statistics + • time + • warnings + +
+
+imported by: + altgraph.GraphUtil + • email.generator + • email.utils + • pip._internal.utils.filesystem + • pip._vendor.tenacity.wait + • secrets + • setuptools.command.easy_install + • statistics + • tempfile + • tornado.ioloop + • tornado.process + • uuid + +
+ +
+ +
+ + re +SourceModule
+imports: + _locale + • copyreg + • enum + • functools + • sre_compile + • sre_constants + • sre_parse + +
+
+imported by: + PyDSA.py + • PyInstaller._shared_with_waf + • PyInstaller.building.splash + • PyInstaller.depend.analysis + • PyInstaller.depend.bindepend + • PyInstaller.depend.bytecode + • PyInstaller.depend.dylib + • PyInstaller.depend.utils + • PyInstaller.lib.modulegraph.modulegraph + • PyInstaller.lib.modulegraph.util + • __main__ + • _markupbase + • _osx_support + • _pydecimal + • _sre + • _strptime + • argparse + • base64 + • cgi + • colorama.ansitowin32 + • compileall + • 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 + • fractions + • ftplib + • gettext + • glob + • html + • html.parser + • http.client + • http.cookiejar + • http.cookies + • importlib.metadata + • inspect + • ipaddress + • json.decoder + • json.encoder + • json.scanner + • lib2to3.pgen2.literals + • lib2to3.pgen2.tokenize + • locale + • logging + • logging.config + • logging.handlers + • numpy.core._internal + • numpy.distutils.ccompiler + • 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.f2py_testing + • 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 + • pip._internal.index.collector + • pip._internal.index.package_finder + • pip._internal.metadata.base + • pip._internal.models.direct_url + • pip._internal.models.link + • pip._internal.models.wheel + • pip._internal.operations.install.wheel + • pip._internal.req.req_file + • pip._internal.utils.compatibility_tags + • pip._internal.utils.encoding + • pip._internal.utils.virtualenv + • pip._internal.vcs.git + • pip._internal.vcs.subversion + • pip._vendor.cachecontrol.controller + • pip._vendor.chardet.charsetprober + • pip._vendor.chardet.universaldetector + • pip._vendor.colorama.ansitowin32 + • pip._vendor.distlib._backport.sysconfig + • pip._vendor.distlib._backport.tarfile + • pip._vendor.distlib.compat + • pip._vendor.distlib.scripts + • pip._vendor.distlib.util + • pip._vendor.distro + • pip._vendor.html5lib._ihatexml + • pip._vendor.html5lib._inputstream + • pip._vendor.html5lib.filters.sanitizer + • pip._vendor.html5lib.filters.whitespace + • pip._vendor.html5lib.serializer + • pip._vendor.html5lib.treebuilders.etree + • pip._vendor.html5lib.treebuilders.etree_lxml + • pip._vendor.html5lib.treewalkers.etree + • pip._vendor.idna.core + • pip._vendor.packaging._manylinux + • pip._vendor.packaging._musllinux + • pip._vendor.packaging.requirements + • pip._vendor.packaging.specifiers + • pip._vendor.packaging.utils + • pip._vendor.packaging.version + • pip._vendor.pkg_resources + • pip._vendor.pyparsing + • pip._vendor.requests.auth + • pip._vendor.requests.utils + • pip._vendor.tenacity.retry + • pip._vendor.tomli._parser + • pip._vendor.tomli._re + • pip._vendor.urllib3.connection + • pip._vendor.urllib3.contrib._securetransport.low_level + • pip._vendor.urllib3.fields + • pip._vendor.urllib3.packages.ssl_match_hostname._implementation + • pip._vendor.urllib3.util.retry + • pip._vendor.urllib3.util.url + • 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 + • pkgutil + • platform + • plistlib + • posixpath + • pprint + • pydoc + • pyi_rth_multiprocessing.py + • pyvisa.ctwrapper.cthelper + • pyvisa.rname + • 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.distutils_patch + • setuptools.extension + • setuptools.glob + • setuptools.package_index + • setuptools.sandbox + • setuptools.ssl_support + • setuptools.wheel + • shlex + • smtplib + • string + • sysconfig + • tarfile + • test.support + • textwrap + • tkinter + • tokenize + • toml.decoder + • toml.encoder + • tornado.escape + • tornado.iostream + • tornado.options + • tornado.util + • typing + • unittest.case + • unittest.loader + • urllib.parse + • urllib.request + • warnings + • xml.etree.ElementPath + • xml.etree.ElementTree + +
+ +
+ +
+ + readline +MissingModule
+imported by: + cmd + • code + • pdb + +
+ +
+ +
+ + reprlib +SourceModule
+imports: + _thread + • builtins + • itertools + +
+
+imported by: + PyDSA.py + • asyncio.base_futures + • asyncio.format_helpers + • bdb + • collections + • functools + • pip._vendor.distlib.compat + • 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 + +
+ +
+ +
+ + secrets +SourceModule
+imports: + base64 + • binascii + • hmac + • random + +
+
+imported by: + multiprocessing.shared_memory + +
+ +
+ +
+ + select c:\users\kk1l\appdata\local\programs\python\python39\DLLs\select.pyd
+imported by: + http.server + • logging.config + • pip._vendor.urllib3.util.wait + • pydoc + • selectors + • subprocess + • tornado.platform.asyncio + +
+ +
+ +
+ + 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 + +
+ +
+ +
+ + shlex +SourceModule
+imports: + collections + • io + • os + • re + • sys + • warnings + +
+
+imported by: + netrc + • numpy.distutils._shell_utils + • numpy.distutils.ccompiler + • numpy.distutils.command.build_src + • numpy.f2py + • pdb + • pip._internal.req.req_file + • pip._internal.utils.subprocess + • pip._vendor.distro + • 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.utils.osx + • argparse + • ctypes.util + • http.server + • multiprocessing.util + • numpy.distutils.ccompiler + • numpy.distutils.command.build_clib + • numpy.distutils.misc_util + • numpy.distutils.system_info + • numpy.f2py.f2py2e + • numpy.lib._datasource + • numpy.testing._private.utils + • pip._internal.cli.parser + • pip._internal.network.session + • pip._internal.operations.install.wheel + • pip._internal.req.req_install + • pip._internal.utils.filesystem + • pip._internal.utils.misc + • pip._internal.utils.unpacking + • pip._internal.vcs.versioncontrol + • pip._vendor.distlib.compat + • pip._vendor.pep517.wrappers + • pip._vendor.urllib3.contrib.securetransport + • 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 + • pip._internal.cli.progress_bars + • subprocess + • test.support + • tornado.process + • unittest.signals + +
+ +
+ +
+ + site +SourceModule
+imported by: + PyInstaller.compat + • distutils.command.build_ext + • distutils.command.install + • pip._internal.locations.base + • pip._internal.utils.virtualenv + • 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 + • array + • 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 + • pip._vendor.distlib.util + • pip._vendor.requests.adapters + • pip._vendor.requests.utils + • pip._vendor.urllib3.connection + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.contrib.pyopenssl + • pip._vendor.urllib3.contrib.securetransport + • pip._vendor.urllib3.contrib.socks + • pip._vendor.urllib3.packages.backports.makefile + • pip._vendor.urllib3.response + • pip._vendor.urllib3.util.connection + • pip._vendor.urllib3.util.ssltransport + • pip._vendor.urllib3.util.timeout + • platform + • setuptools.package_index + • setuptools.ssl_support + • smtplib + • socketserver + • ssl + • tornado.iostream + • tornado.netutil + • tornado.platform.asyncio + • urllib.request + • uuid + • webbrowser + +
+ +
+ +
+ + socketserver +SourceModule
+imports: + io + • os + • selectors + • socket + • sys + • threading + • time + • traceback + +
+
+imported by: + http.server + • logging.config + +
+ +
+ +
+ + socks +MissingModule
+imported by: + pip._vendor.urllib3.contrib.socks + +
+ +
+ +
+ + sre_compile +SourceModule
+imports: + _sre + • sre_constants + • sre_parse + • sys + +
+
+imported by: + PyDSA.py + • re + +
+ +
+ +
+ + sre_constants +SourceModule
+imports: + _sre + +
+
+imported by: + PyDSA.py + • pip._vendor.pyparsing + • pkg_resources._vendor.pyparsing + • re + • setuptools._vendor.pyparsing + • sre_compile + • sre_parse + +
+ +
+ +
+ + sre_parse +SourceModule
+imports: + sre_constants + • unicodedata + • warnings + +
+
+imported by: + PyDSA.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 + • pip._internal.utils.inject_securetransport + • pip._vendor.distlib.compat + • pip._vendor.distlib.util + • pip._vendor.requests + • pip._vendor.urllib3.connection + • pip._vendor.urllib3.contrib._securetransport.low_level + • pip._vendor.urllib3.contrib.pyopenssl + • pip._vendor.urllib3.contrib.securetransport + • pip._vendor.urllib3.contrib.socks + • pip._vendor.urllib3.packages.ssl_match_hostname + • pip._vendor.urllib3.util.ssl_ + • pip._vendor.urllib3.util.ssltransport + • setuptools.ssl_support + • smtplib + • tornado.iostream + • tornado.netutil + • urllib.request + +
+ +
+ +
+ + stat +SourceModule
+imports: + _stat + +
+
+imported by: + PyInstaller.lib.modulegraph.zipio + • asyncio.base_events + • asyncio.unix_events + • distutils.command.build_scripts + • distutils.command.install_scripts + • distutils.dep_util + • distutils.file_util + • filecmp + • genericpath + • logging.handlers + • netrc + • ntpath + • os + • pathlib + • pip._internal.utils.filesystem + • pip._internal.utils.misc + • pip._internal.utils.unpacking + • pip._vendor.distlib._backport.shutil + • pip._vendor.distlib._backport.tarfile + • pip._vendor.pkg_resources + • pkg_resources + • posixpath + • setuptools.command.easy_install + • shutil + • tarfile + • test.support + • tornado.netutil + • zipfile + +
+ +
+ +
+ + statistics +SourceModule
+imports: + _statistics + • bisect + • collections + • decimal + • fractions + • itertools + • math + • numbers + • operator + • random + +
+
+imported by: + random + +
+ +
+ +
+ + string +SourceModule
+imports: + _string + • collections + • re + +
+
+imported by: + cmd + • distutils.fancy_getopt + • distutils.util + • email._encoded_words + • email._header_value_parser + • email.quoprimime + • http.cookies + • lib2to3.pgen2.tokenize + • logging + • ntpath + • nturl2path + • numpy.f2py.crackfortran + • pefile + • pip._internal.utils.urls + • pip._vendor.html5lib.constants + • pip._vendor.packaging.requirements + • pip._vendor.pyparsing + • pip._vendor.tomli._parser + • 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: + PyInstaller.archive.writers + • PyInstaller.building.splash + • PyInstaller.building.utils + • PyInstaller.depend.utils + • PyInstaller.loader.pyimod02_archive + • PyInstaller.utils.win32.icon + • PyInstaller.utils.win32.versioninfo + • asyncio.windows_events + • base64 + • compileall + • ctypes + • ctypes.util + • gettext + • gzip + • logging.config + • logging.handlers + • multiprocessing.connection + • multiprocessing.forkserver + • multiprocessing.shared_memory + • multiprocessing.synchronize + • numpy.lib.format + • pefile + • pickle + • pip._vendor.distlib._backport.tarfile + • pip._vendor.distlib.scripts + • pip._vendor.msgpack.ext + • pip._vendor.msgpack.fallback + • pip._vendor.packaging._manylinux + • pip._vendor.packaging._musllinux + • pip._vendor.requests.utils + • pip._vendor.six + • pip._vendor.urllib3.contrib._securetransport.low_level + • pip._vendor.urllib3.contrib.securetransport + • pip._vendor.urllib3.packages.six + • pkg_resources._vendor.six + • platform + • plistlib + • pyvisa.resources.messagebased + • pyvisa.util + • setuptools._vendor.six + • setuptools.command.easy_install + • tarfile + • test.support + • zipfile + +
+ +
+ +
+ + subprocess +SourceModule
+imports: + _posixsubprocess + • _winapi + • builtins + • contextlib + • errno + • grp + • io + • msvcrt + • os + • pwd + • select + • selectors + • signal + • sys + • threading + • time + • types + • warnings + +
+
+imported by: + PyInstaller.compat + • PyInstaller.utils.hooks + • _aix_support + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.events + • asyncio.subprocess + • asyncio.unix_events + • asyncio.windows_utils + • ctypes._aix + • ctypes.util + • distutils._msvccompiler + • distutils.command.bdist_rpm + • distutils.cygwinccompiler + • distutils.msvc9compiler + • distutils.spawn + • distutils.util + • http.server + • multiprocessing.util + • numpy.distutils._shell_utils + • numpy.distutils.ccompiler + • 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.f2py + • os + • pip._internal.network.session + • pip._internal.utils.subprocess + • pip._vendor.distlib.util + • pip._vendor.distro + • pip._vendor.packaging._musllinux + • pip._vendor.pep517.wrappers + • platform + • pydoc + • pyi_rth_multiprocessing.py + • pyvisa.util + • setuptools.command.easy_install + • setuptools.installer + • setuptools.msvc + • test.support + • tornado.process + • uuid + • webbrowser + +
+ +
+ +
+ + sys (builtin module)
+imported by: + PyDSA.py + • 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.conda + • PyInstaller.utils.misc + • PyInstaller.utils.win32.icon + • PyInstaller.utils.win32.winmanifest + • PyInstaller.utils.win32.winutils + • __main__ + • _aix_support + • _bootlocale + • _collections_abc + • _osx_support + • _pydecimal + • argparse + • ast + • asyncio + • asyncio.base_events + • asyncio.coroutines + • asyncio.events + • asyncio.format_helpers + • asyncio.futures + • asyncio.streams + • asyncio.unix_events + • asyncio.windows_utils + • base64 + • bdb + • calendar + • cgi + • cmd + • code + • codecs + • collections + • colorama.ansitowin32 + • colorama.initialise + • compileall + • 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 + • email._header_value_parser + • email.generator + • email.iterators + • email.policy + • encodings + • encodings.rot_13 + • encodings.utf_16 + • encodings.utf_32 + • enum + • filecmp + • fileinput + • fractions + • 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 + • logging.config + • 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 + • ntpath + • numpy + • numpy.__config__ + • numpy._pytesttester + • numpy.compat.py3k + • numpy.core + • numpy.core._internal + • numpy.core.defchararray + • 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.dual + • numpy.f2py + • numpy.f2py.auxfuncs + • numpy.f2py.cfuncs + • numpy.f2py.crackfortran + • numpy.f2py.diagnose + • numpy.f2py.f2py2e + • numpy.f2py.f2py_testing + • numpy.lib.function_base + • numpy.lib.index_tricks + • numpy.lib.npyio + • numpy.lib.utils + • numpy.matrixlib.defmatrix + • numpy.testing._private.noseclasses + • numpy.testing._private.nosetester + • numpy.testing._private.utils + • optparse + • ordlookup + • os + • pathlib + • pdb + • pefile + • pickle + • pip._internal.build_env + • pip._internal.cli.autocompletion + • pip._internal.cli.base_command + • pip._internal.cli.main + • pip._internal.cli.main_parser + • pip._internal.cli.parser + • pip._internal.cli.progress_bars + • pip._internal.cli.spinners + • pip._internal.configuration + • pip._internal.locations + • pip._internal.locations._distutils + • pip._internal.locations._sysconfig + • pip._internal.locations.base + • pip._internal.models.target_python + • pip._internal.network.session + • pip._internal.operations.install.legacy + • pip._internal.operations.install.wheel + • pip._internal.req.req_install + • pip._internal.req.req_uninstall + • pip._internal.utils.compat + • pip._internal.utils.encoding + • pip._internal.utils.entrypoints + • pip._internal.utils.filesystem + • pip._internal.utils.glibc + • pip._internal.utils.inject_securetransport + • pip._internal.utils.logging + • pip._internal.utils.misc + • pip._internal.utils.setuptools_build + • pip._internal.utils.virtualenv + • pip._internal.vcs.versioncontrol + • pip._vendor + • pip._vendor.appdirs + • pip._vendor.colorama.ansitowin32 + • pip._vendor.colorama.initialise + • pip._vendor.distlib._backport.shutil + • pip._vendor.distlib._backport.sysconfig + • pip._vendor.distlib._backport.tarfile + • pip._vendor.distlib.compat + • pip._vendor.distlib.resources + • pip._vendor.distlib.scripts + • pip._vendor.distlib.util + • pip._vendor.distro + • pip._vendor.html5lib._tokenizer + • pip._vendor.html5lib.treebuilders.etree_lxml + • pip._vendor.msgpack + • pip._vendor.msgpack.ext + • pip._vendor.msgpack.fallback + • pip._vendor.packaging._manylinux + • pip._vendor.packaging._musllinux + • pip._vendor.packaging.markers + • pip._vendor.packaging.tags + • pip._vendor.pep517.compat + • pip._vendor.pep517.wrappers + • pip._vendor.pkg_resources + • pip._vendor.pkg_resources.py31compat + • pip._vendor.progress + • pip._vendor.progress.bar + • pip._vendor.pyparsing + • pip._vendor.requests.compat + • pip._vendor.requests.models + • pip._vendor.requests.packages + • pip._vendor.requests.sessions + • pip._vendor.requests.utils + • pip._vendor.six + • pip._vendor.tenacity + • pip._vendor.tenacity._asyncio + • pip._vendor.tenacity._utils + • pip._vendor.tenacity.tornadoweb + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.contrib.pyopenssl + • pip._vendor.urllib3.packages.six + • pip._vendor.urllib3.packages.ssl_match_hostname + • pip._vendor.urllib3.packages.ssl_match_hostname._implementation + • pip._vendor.urllib3.util.ssl_ + • pip._vendor.urllib3.util.wait + • 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 + • pkgutil + • platform + • posixpath + • pprint + • py_compile + • pydoc + • pyi_rth__tkinter.py + • pyi_rth_inspect.py + • pyi_rth_multiprocessing.py + • pyi_rth_pkgres.py + • pyi_rth_pkgutil.py + • pyvisa + • pyvisa.attributes + • pyvisa.constants + • pyvisa.ctwrapper.cthelper + • pyvisa.util + • 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.distutils_patch + • 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 + • toml.decoder + • toml.encoder + • tornado.concurrent + • tornado.gen + • tornado.ioloop + • tornado.iostream + • tornado.log + • tornado.netutil + • tornado.options + • tornado.platform.asyncio + • tornado.process + • tornado.util + • traceback + • types + • typing + • typing_extensions + • 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 + • win32ctypes.core.compat + • win32ctypes.core.ctypes._common + • 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: + _aix_support + • _osx_support + • ntpath + • os + • pprint + • re + • sys + • types + • warnings + +
+
+imported by: + PyInstaller.depend.bindepend + • _aix_support + • pip._internal.build_env + • pip._internal.locations + • pip._internal.locations._sysconfig + • pip._internal.locations.base + • pip._internal.req.req_uninstall + • pip._vendor.distlib.compat + • pip._vendor.packaging._musllinux + • pip._vendor.packaging.tags + • pip._vendor.pkg_resources + • 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 + • pip._internal.utils.unpacking + • pip._vendor.distlib.util + • setuptools.archive_util + • shutil + +
+ +
+ +
+ + tempfile +SourceModule
+imports: + _thread + • errno + • functools + • io + • os + • random + • shutil + • sys + • types + • warnings + • weakref + +
+
+imported by: + PyInstaller.building.api + • _osx_support + • asyncio.windows_utils + • cgi + • ctypes.util + • distutils.ccompiler + • distutils.util + • importlib._common + • multiprocessing.connection + • multiprocessing.heap + • multiprocessing.synchronize + • multiprocessing.util + • numpy.distutils.ccompiler + • numpy.distutils.misc_util + • numpy.distutils.system_info + • numpy.f2py + • numpy.f2py.diagnose + • numpy.f2py.f2py2e + • numpy.lib._datasource + • numpy.lib.npyio + • numpy.testing._private.utils + • pip._internal.utils.filesystem + • pip._internal.utils.temp_dir + • pip._vendor.distlib.util + • pip._vendor.pep517.wrappers + • pip._vendor.pkg_resources + • pip._vendor.requests.utils + • pip._vendor.urllib3.contrib._securetransport.low_level + • pipes + • pkg_resources + • pydoc + • pyi_rth_win32comgenpy.py + • pyvisa.ctwrapper.cthelper + • setuptools.command.easy_install + • setuptools.py31compat + • setuptools.sandbox + • test.support + • urllib.request + • urllib.response + • webbrowser + +
+ +
+ +
+ + termios +MissingModule
+imported by: + getpass + • tty + +
+ +
+ +
+ + textwrap +SourceModule
+imports: + re + +
+
+imported by: + PyInstaller.utils.hooks + • argparse + • numpy.core.overrides + • 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 + • pip._internal.build_env + • pip._internal.cli.cmdoptions + • pip._internal.cli.parser + • pip._vendor.cachecontrol.caches.file_cache + • pip._vendor.distlib.util + • pip._vendor.pkg_resources + • pkg_resources + • pydoc + • setuptools.command.bdist_egg + • setuptools.command.easy_install + • setuptools.sandbox + • tornado.options + +
+ +
+ +
+ + thread +MissingModule
+imported by: + pip._vendor.distlib.compat + +
+ +
+ +
+ + threading +SourceModule
+imports: + _collections + • _thread + • _threading_local + • _weakrefset + • collections + • functools + • itertools + • os + • sys + • time + • traceback + +
+
+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 + • http.cookiejar + • logging + • logging.config + • 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 + • pip._internal.utils.logging + • pip._vendor.cachecontrol.cache + • pip._vendor.distlib.util + • pip._vendor.pep517.wrappers + • pip._vendor.pyparsing + • pip._vendor.requests.auth + • pip._vendor.requests.cookies + • pip._vendor.tenacity + • pip._vendor.tenacity.nap + • pip._vendor.tenacity.stop + • pip._vendor.urllib3._collections + • pip._vendor.urllib3.contrib.securetransport + • pkg_resources._vendor.pyparsing + • pydoc + • pyvisa.ctwrapper.functions + • pywin.dialogs.status + • queue + • setuptools._vendor.pyparsing + • socketserver + • subprocess + • test.support + • tornado.platform.asyncio + • webbrowser + • zipfile + +
+ +
+ +
+ + time (builtin module)
+imports: + _strptime + +
+
+imported by: + PyDSA.py + • PyInstaller.lib.modulegraph.zipio + • _datetime + • _strptime + • asyncio.base_events + • asyncio.windows_events + • concurrent.futures._base + • datetime + • email._parseaddr + • email.generator + • email.utils + • gc + • gzip + • http.cookiejar + • http.cookies + • 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 + • pip._internal.cli.spinners + • pip._vendor.cachecontrol.controller + • pip._vendor.distlib._backport.tarfile + • pip._vendor.distlib.util + • pip._vendor.pkg_resources + • pip._vendor.progress + • pip._vendor.requests.auth + • pip._vendor.requests.cookies + • pip._vendor.requests.sessions + • pip._vendor.tenacity + • pip._vendor.tenacity.nap + • pip._vendor.urllib3.util.retry + • pip._vendor.urllib3.util.timeout + • pip._vendor.urllib3.util.wait + • pkg_resources + • pprint + • pydoc + • pyvisa.resources.gpib + • pyvisa.resources.messagebased + • pyvisa.resources.resource + • pywin.dialogs.status + • queue + • random + • setuptools.command.egg_info + • socketserver + • ssl + • subprocess + • tarfile + • test.support + • test.support.testresult + • threading + • tornado.ioloop + • tornado.process + • unittest.runner + • urllib.request + • uuid + • win32com.client.genpy + • xmlrpc.client + • zipfile + • zipimport + +
+ +
+ +
+ + tinyaes +MissingModule
+imported by: + PyInstaller.archive.pyz_crypto + • PyInstaller.building.makespec + • PyInstaller.loader.pyimod02_archive + +
+ +
+ +
+ + tkinter +Package
+imports: + _tkinter + • enum + • os + • re + • sys + • tkinter.constants + • tkinter.messagebox + • traceback + • types + +
+
+imported by: + PyDSA.py + • test.support + • tkinter.commondialog + • tkinter.constants + • tkinter.font + • tkinter.messagebox + • tkinter.simpledialog + +
+ +
+ +
+ + tkinter.commondialog +SourceModule
+imports: + tkinter + +
+
+imported by: + tkinter.messagebox + +
+ +
+ +
+ + tkinter.constants +SourceModule
+imports: + tkinter + +
+
+imported by: + tkinter + +
+ +
+ +
+ + tkinter.font +SourceModule
+imports: + itertools + • tkinter + +
+
+imported by: + PyDSA.py + +
+ +
+ +
+ + tkinter.messagebox +SourceModule
+imports: + tkinter + • tkinter.commondialog + +
+
+imported by: + PyDSA.py + • tkinter + • tkinter.simpledialog + +
+ +
+ +
+ + tkinter.simpledialog +SourceModule
+imports: + tkinter + • tkinter.messagebox + +
+
+imported by: + PyDSA.py + +
+ +
+ +
+ + 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 + • pip._vendor.distlib.compat + • pydoc + +
+ +
+ +
+ + toml +Package
+imports: + toml + • toml.decoder + • toml.encoder + +
+
+imported by: + pip._vendor.pep517.compat + • toml + • toml.decoder + • toml.encoder + • toml.tz + +
+ +
+ +
+ + toml.decoder +SourceModule
+imports: + datetime + • io + • os + • pathlib + • re + • sys + • toml + • toml.tz + • warnings + +
+
+imported by: + toml + • toml.encoder + +
+ +
+ +
+ + toml.encoder +SourceModule
+imports: + datetime + • decimal + • numpy + • pathlib + • re + • sys + • toml + • toml.decoder + +
+
+imported by: + toml + +
+ +
+ +
+ + toml.tz +SourceModule
+imports: + datetime + • toml + +
+
+imported by: + toml.decoder + +
+ +
+ +
+ + tornado +Package
+imports: + tornado.gen + +
+
+imported by: + pip._vendor.tenacity.tornadoweb + • tornado.concurrent + • tornado.escape + • tornado.gen + • tornado.ioloop + • tornado.iostream + • tornado.log + • tornado.netutil + • tornado.options + • tornado.platform + • tornado.process + • tornado.speedups + • tornado.util + +
+ +
+ +
+ + tornado.concurrent +SourceModule
+imports: + asyncio + • concurrent + • concurrent.futures + • functools + • sys + • tornado + • tornado.ioloop + • tornado.log + • types + • typing + +
+
+imported by: + pip._vendor.tenacity.tornadoweb + • tornado.gen + • tornado.ioloop + • tornado.iostream + • tornado.netutil + • tornado.process + +
+ +
+ +
+ + tornado.escape +SourceModule
+imports: + html.entities + • json + • re + • tornado + • tornado.util + • typing + • urllib.parse + +
+
+imported by: + tornado.log + • tornado.options + +
+ +
+ +
+ + tornado.gen +SourceModule
+imports: + asyncio + • builtins + • collections + • collections.abc + • concurrent.futures + • contextvars + • datetime + • functools + • inspect + • sys + • tornado + • tornado.concurrent + • tornado.ioloop + • tornado.log + • tornado.util + • types + • typing + +
+
+imported by: + pip._vendor.tenacity.tornadoweb + • tornado + • tornado.ioloop + • tornado.platform.asyncio + +
+ +
+ +
+ + tornado.ioloop +SourceModule
+imports: + asyncio + • concurrent.futures + • datetime + • functools + • logging + • math + • numbers + • os + • random + • sys + • time + • tornado + • tornado.concurrent + • tornado.gen + • tornado.log + • tornado.platform.asyncio + • tornado.process + • tornado.util + • typing + • typing_extensions + +
+
+imported by: + tornado.concurrent + • tornado.gen + • tornado.iostream + • tornado.netutil + • tornado.platform.asyncio + • tornado.process + +
+ +
+ +
+ + tornado.iostream +SourceModule
+imports: + asyncio + • collections + • doctest + • errno + • io + • numbers + • os + • re + • socket + • ssl + • sys + • tornado + • tornado.concurrent + • tornado.ioloop + • tornado.log + • tornado.netutil + • tornado.util + • types + • typing + +
+
+imported by: + tornado.process + +
+ +
+ +
+ + tornado.log +SourceModule
+imports: + colorama + • curses + • logging + • logging.handlers + • sys + • tornado + • tornado.escape + • tornado.options + • tornado.util + • typing + +
+
+imported by: + tornado.concurrent + • tornado.gen + • tornado.ioloop + • tornado.iostream + • tornado.options + • tornado.process + +
+ +
+ +
+ + tornado.netutil +SourceModule
+imports: + concurrent.futures + • errno + • os + • socket + • ssl + • stat + • sys + • tornado + • tornado.concurrent + • tornado.ioloop + • tornado.util + • typing + +
+
+imported by: + tornado.iostream + +
+ +
+ +
+ + tornado.options +SourceModule
+imports: + datetime + • numbers + • os + • re + • sys + • textwrap + • tornado + • tornado.escape + • tornado.log + • tornado.util + • typing + +
+
+imported by: + tornado.log + +
+ +
+ +
+ + tornado.platform +Package
+imports: + tornado + +
+
+imported by: + tornado.platform.asyncio + +
+ +
+ +
+ + tornado.platform.asyncio +SourceModule
+imports: + asyncio + • atexit + • concurrent.futures + • errno + • functools + • select + • socket + • sys + • threading + • tornado.gen + • tornado.ioloop + • tornado.platform + • typing + • typing_extensions + +
+
+imported by: + tornado.ioloop + +
+ +
+ +
+ + tornado.process +SourceModule
+imports: + binascii + • multiprocessing + • os + • random + • signal + • subprocess + • sys + • time + • tornado + • tornado.concurrent + • tornado.ioloop + • tornado.iostream + • tornado.log + • typing + +
+
+imported by: + tornado.ioloop + +
+ +
+ +
+ + tornado.speedups C:\Users\KK1L\AppData\Roaming\Python\Python39\site-packages\tornado\speedups.cp39-win_amd64.pyd
+imports: + tornado + +
+
+imported by: + tornado.util + +
+ +
+ +
+ + tornado.util +SourceModule
+imports: + array + • atexit + • datetime + • doctest + • inspect + • os + • re + • sys + • tornado + • tornado.speedups + • types + • typing + • unittest + • zlib + +
+
+imported by: + tornado.escape + • tornado.gen + • tornado.ioloop + • tornado.iostream + • tornado.log + • tornado.netutil + • tornado.options + +
+ +
+ +
+ + traceback +SourceModule
+imports: + collections + • itertools + • linecache + • sys + +
+
+imported by: + PyDSA.py + • PyInstaller.depend.analysis + • asyncio.base_events + • asyncio.base_tasks + • asyncio.coroutines + • asyncio.format_helpers + • cgi + • code + • concurrent.futures.process + • doctest + • http.cookiejar + • logging + • logging.config + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.util + • numpy.testing._private.utils + • pdb + • pip._internal.cli.base_command + • pip._vendor.pyparsing + • pkg_resources._vendor.pyparsing + • 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: + PyDSA.py + • PyInstaller.archive.writers + • PyInstaller.depend.bytecode + • PyInstaller.depend.utils + • _weakrefset + • asyncio.coroutines + • asyncio.tasks + • concurrent.futures._base + • concurrent.futures.thread + • contextlib + • copy + • ctypes + • dataclasses + • difflib + • dis + • email.headerregistry + • enum + • filecmp + • fileinput + • functools + • http.cookies + • imp + • importlib + • importlib.resources + • importlib.util + • inspect + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.queues + • multiprocessing.shared_memory + • multiprocessing.spawn + • numpy.compat._inspect + • numpy.core.fromnumeric + • numpy.core.function_base + • numpy.core.numerictypes + • numpy.distutils.cpuinfo + • numpy.f2py.auxfuncs + • numpy.lib.utils + • numpy.testing._private.parameterized + • pickle + • pip._internal.build_env + • pip._internal.utils.misc + • pip._vendor.cachecontrol.adapter + • pip._vendor.distlib.compat + • pip._vendor.distlib.resources + • pip._vendor.html5lib._utils + • pip._vendor.html5lib.html5parser + • pip._vendor.pkg_resources + • pip._vendor.pyparsing + • pip._vendor.six + • pip._vendor.tenacity + • pip._vendor.tomli._parser + • pip._vendor.urllib3.packages.six + • pkg_resources + • pkg_resources._vendor.pyparsing + • pkg_resources._vendor.six + • pkgutil + • pprint + • pyvisa.highlevel + • queue + • runpy + • setuptools._vendor.pyparsing + • setuptools._vendor.six + • setuptools.command.bdist_egg + • setuptools.monkey + • subprocess + • sysconfig + • tempfile + • test.support + • tkinter + • tornado.concurrent + • tornado.gen + • tornado.iostream + • tornado.util + • typing + • unittest.case + • unittest.loader + • urllib.parse + • win32com + • win32com.client + • win32com.client.dynamic + • win32com.server.policy + • win32com.universal + +
+ +
+ +
+ + typing +SourceModule
+imports: + abc + • collections + • collections.abc + • contextlib + • functools + • operator + • re + • sys + • types + +
+
+imported by: + PyInstaller.utils.hooks + • PyInstaller.utils.hooks.conda + • asyncio.staggered + • functools + • importlib.abc + • importlib.resources + • pip + • pip._internal + • pip._internal.build_env + • pip._internal.cli.autocompletion + • pip._internal.cli.base_command + • pip._internal.cli.cmdoptions + • pip._internal.cli.command_context + • pip._internal.cli.main + • pip._internal.cli.main_parser + • pip._internal.cli.parser + • pip._internal.cli.progress_bars + • pip._internal.cli.spinners + • pip._internal.commands + • pip._internal.configuration + • pip._internal.exceptions + • pip._internal.index.collector + • pip._internal.index.package_finder + • pip._internal.index.sources + • pip._internal.locations + • pip._internal.locations._distutils + • pip._internal.locations._sysconfig + • pip._internal.locations.base + • pip._internal.metadata + • pip._internal.metadata.base + • pip._internal.metadata.pkg_resources + • pip._internal.models.direct_url + • pip._internal.models.format_control + • pip._internal.models.link + • pip._internal.models.search_scope + • pip._internal.models.selection_prefs + • pip._internal.models.target_python + • pip._internal.models.wheel + • pip._internal.network.auth + • pip._internal.network.cache + • pip._internal.network.session + • pip._internal.network.utils + • pip._internal.operations.install.editable_legacy + • pip._internal.operations.install.legacy + • pip._internal.operations.install.wheel + • pip._internal.pyproject + • pip._internal.req + • pip._internal.req.req_file + • pip._internal.req.req_install + • pip._internal.req.req_set + • pip._internal.req.req_uninstall + • pip._internal.utils._log + • pip._internal.utils.appdirs + • pip._internal.utils.compatibility_tags + • pip._internal.utils.deprecation + • pip._internal.utils.direct_url_helpers + • pip._internal.utils.encoding + • pip._internal.utils.entrypoints + • pip._internal.utils.filesystem + • pip._internal.utils.filetypes + • pip._internal.utils.glibc + • pip._internal.utils.hashes + • pip._internal.utils.logging + • pip._internal.utils.misc + • pip._internal.utils.models + • pip._internal.utils.packaging + • pip._internal.utils.pkg_resources + • pip._internal.utils.setuptools_build + • pip._internal.utils.subprocess + • pip._internal.utils.temp_dir + • pip._internal.utils.unpacking + • pip._internal.utils.urls + • pip._internal.utils.virtualenv + • pip._internal.utils.wheel + • pip._internal.vcs.bazaar + • pip._internal.vcs.git + • pip._internal.vcs.mercurial + • pip._internal.vcs.subversion + • pip._internal.vcs.versioncontrol + • pip._vendor.idna.core + • pip._vendor.idna.intranges + • pip._vendor.idna.uts46data + • pip._vendor.packaging._manylinux + • pip._vendor.packaging._musllinux + • pip._vendor.packaging.markers + • pip._vendor.packaging.requirements + • pip._vendor.packaging.specifiers + • pip._vendor.packaging.tags + • pip._vendor.packaging.utils + • pip._vendor.packaging.version + • pip._vendor.tenacity + • pip._vendor.tenacity._asyncio + • pip._vendor.tenacity._utils + • pip._vendor.tenacity.after + • pip._vendor.tenacity.before + • pip._vendor.tenacity.before_sleep + • pip._vendor.tenacity.nap + • pip._vendor.tenacity.retry + • pip._vendor.tenacity.stop + • pip._vendor.tenacity.tornadoweb + • pip._vendor.tenacity.wait + • pip._vendor.tomli._parser + • pip._vendor.tomli._re + • pyvisa.attributes + • pyvisa.ctwrapper.functions + • pyvisa.ctwrapper.highlevel + • pyvisa.errors + • pyvisa.events + • pyvisa.highlevel + • pyvisa.resources.gpib + • pyvisa.resources.messagebased + • pyvisa.resources.registerbased + • pyvisa.resources.resource + • pyvisa.rname + • pyvisa.typing + • pyvisa.util + • tornado.concurrent + • tornado.escape + • tornado.gen + • tornado.ioloop + • tornado.iostream + • tornado.log + • tornado.netutil + • tornado.options + • tornado.platform.asyncio + • tornado.process + • tornado.util + • typing_extensions + +
+ +
+ +
+ + typing_extensions +SourceModule
+imports: + _collections_abc + • abc + • collections + • collections.abc + • contextlib + • operator + • sys + • typing + • warnings + +
+
+imported by: + pyvisa.attributes + • pyvisa.constants + • pyvisa.events + • pyvisa.highlevel + • pyvisa.resources.resource + • pyvisa.rname + • pyvisa.util + • tornado.ioloop + • tornado.platform.asyncio + +
+ +
+ +
+ + unicodedata c:\users\kk1l\appdata\local\programs\python\python39\DLLs\unicodedata.pyd
+imported by: + encodings.idna + • pip._vendor.idna.core + • 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 + • tornado.util + • unittest + • unittest._log + • unittest.async_case + • unittest.case + • unittest.loader + • unittest.main + • unittest.result + • unittest.runner + • unittest.signals + • unittest.suite + • unittest.util + +
+ +
+ +
+ + unittest._log +SourceModule
+imports: + collections + • logging + • unittest + • unittest.case + +
+
+imported by: + unittest.case + +
+ +
+ +
+ + unittest.async_case +SourceModule
+imports: + asyncio + • inspect + • unittest + • unittest.case + +
+
+imported by: + unittest + +
+ +
+ +
+ + unittest.case +SourceModule
+imports: + collections + • contextlib + • difflib + • functools + • pprint + • re + • sys + • traceback + • types + • unittest + • unittest._log + • unittest.result + • unittest.util + • warnings + +
+
+imported by: + numpy.testing._private.utils + • unittest + • unittest._log + • 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.ContentTooShortError + • urllib.getproxies + • urllib.getproxies_environment + • urllib.pathname2url + • urllib.proxy_bypass + • urllib.proxy_bypass_environment + • urllib.quote + • urllib.quote_plus + • urllib.splittype + • urllib.unquote + • urllib.unquote_plus + • urllib.url2pathname + • urllib.urlencode + • urllib.urlretrieve + +
+
+imported by: + PyInstaller.lib.modulegraph._compat + • email._header_value_parser + • pip._vendor.distlib.compat + • pip._vendor.requests.compat + • urllib.error + • urllib.parse + • urllib.request + • urllib.response + +
+ +
+ +
+ + urllib.ContentTooShortError +MissingModule
+imported by: + pip._vendor.distlib.compat + • urllib + +
+ +
+ +
+ + urllib.error +SourceModule
+imports: + urllib + • urllib.response + +
+
+imported by: + numpy.lib._datasource + • pip._vendor.distlib.compat + • urllib.request + +
+ +
+ +
+ + urllib.getproxies +MissingModule
+imported by: + pip._vendor.requests.compat + • urllib + +
+ +
+ +
+ + urllib.getproxies_environment +MissingModule
+imported by: + pip._vendor.requests.compat + • urllib + +
+ +
+ +
+ + urllib.parse +SourceModule
+imports: + collections + • re + • sys + • types + • unicodedata + • urllib + • warnings + +
+
+imported by: + cgi + • email.utils + • http.client + • http.cookiejar + • http.server + • logging.handlers + • mimetypes + • nturl2path + • numpy.lib._datasource + • pathlib + • pip._internal.index.collector + • pip._internal.models.direct_url + • pip._internal.models.index + • pip._internal.models.link + • pip._internal.models.search_scope + • pip._internal.network.auth + • pip._internal.network.session + • pip._internal.req.req_file + • pip._internal.utils.misc + • pip._internal.utils.urls + • pip._internal.vcs.git + • pip._internal.vcs.versioncontrol + • pip._vendor.cachecontrol.compat + • pip._vendor.distlib.compat + • pip._vendor.packaging.requirements + • pip._vendor.requests.compat + • pydoc + • test.support + • tornado.escape + • urllib.request + • xml.dom.xmlbuilder + • xml.etree.ElementInclude + • xml.sax.saxutils + • xmlrpc.client + +
+ +
+ +
+ + urllib.pathname2url +MissingModule
+imported by: + PyInstaller.lib.modulegraph._compat + • pip._vendor.distlib.compat + • urllib + +
+ +
+ +
+ + urllib.proxy_bypass +MissingModule
+imported by: + pip._vendor.requests.compat + • urllib + +
+ +
+ +
+ + urllib.proxy_bypass_environment +MissingModule
+imported by: + pip._vendor.requests.compat + • urllib + +
+ +
+ +
+ + urllib.quote +MissingModule
+imported by: + pip._vendor.distlib.compat + • pip._vendor.requests.compat + • urllib + +
+ +
+ +
+ + urllib.quote_plus +MissingModule
+imported by: + pip._vendor.requests.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 + • pip._internal.index.collector + • pip._internal.utils.urls + • pip._internal.vcs.git + • pip._vendor.distlib.compat + • pip._vendor.requests.compat + • test.support + • xml.dom.xmlbuilder + • xml.sax.saxutils + +
+ +
+ +
+ + urllib.response +SourceModule
+imports: + tempfile + • urllib + +
+
+imported by: + urllib.error + • urllib.request + +
+ +
+ +
+ + urllib.splittype +MissingModule
+imported by: + pip._vendor.distlib.compat + • urllib + +
+ +
+ +
+ + urllib.unquote +MissingModule
+imported by: + pip._vendor.distlib.compat + • pip._vendor.requests.compat + • urllib + +
+ +
+ +
+ + urllib.unquote_plus +MissingModule
+imported by: + pip._vendor.requests.compat + • urllib + +
+ +
+ +
+ + urllib.url2pathname +MissingModule
+imported by: + pip._vendor.distlib.compat + • urllib + +
+ +
+ +
+ + urllib.urlencode +MissingModule
+imported by: + pip._vendor.requests.compat + • urllib + +
+ +
+ +
+ + urllib.urlretrieve +MissingModule
+imported by: + pip._vendor.distlib.compat + • urllib + +
+ +
+ +
+ + urllib2 +MissingModule
+imported by: + pip._vendor.distlib.compat + • pip._vendor.requests.compat + +
+ +
+ +
+ + urlparse +MissingModule
+imported by: + pip._vendor.cachecontrol.compat + • pip._vendor.distlib.compat + • pip._vendor.requests.compat + +
+ +
+ +
+ + uu +SourceModule
+imports: + binascii + • optparse + • os + • sys + +
+
+imported by: + email.message + +
+ +
+ +
+ + uuid +SourceModule
+imports: + _uuid + • enum + • hashlib + • io + • os + • platform + • random + • shutil + • socket + • subprocess + • sys + • time + +
+
+imported by: + pip._internal.req.req_install + • pip._vendor.pyparsing + • 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: + PyDSA.py + • 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 + • codeop + • collections + • configparser + • datetime + • distutils.archive_util + • distutils.command.sdist + • distutils.dist + • distutils.extension + • distutils.sysconfig + • fileinput + • ftplib + • getpass + • gettext + • gzip + • hmac + • http.client + • http.cookiejar + • imp + • importlib + • importlib.abc + • importlib.util + • inspect + • lib2to3 + • locale + • logging + • multiprocessing.forkserver + • multiprocessing.pool + • multiprocessing.resource_tracker + • numpy + • numpy._distributor_init + • numpy._pytesttester + • numpy.core._methods + • numpy.core._type_aliases + • numpy.core.arrayprint + • numpy.core.fromnumeric + • numpy.core.function_base + • numpy.core.getlimits + • numpy.core.multiarray + • numpy.core.numeric + • numpy.core.numerictypes + • numpy.core.records + • numpy.core.shape_base + • numpy.ctypeslib + • 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.lib.financial + • numpy.lib.format + • numpy.lib.function_base + • numpy.lib.histograms + • 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.nosetester + • numpy.testing._private.parameterized + • numpy.testing._private.utils + • os + • pip._internal.cli.cmdoptions + • pip._internal.network.session + • pip._internal.operations.install.wheel + • pip._internal.utils.deprecation + • pip._vendor.distlib._backport.tarfile + • pip._vendor.html5lib._ihatexml + • pip._vendor.html5lib.filters.sanitizer + • pip._vendor.html5lib.treebuilders.etree_lxml + • pip._vendor.packaging._manylinux + • pip._vendor.packaging.specifiers + • pip._vendor.packaging.version + • pip._vendor.pkg_resources + • pip._vendor.pyparsing + • pip._vendor.requests + • pip._vendor.requests.auth + • pip._vendor.requests.utils + • pip._vendor.tenacity + • pip._vendor.urllib3 + • pip._vendor.urllib3.connection + • pip._vendor.urllib3.connectionpool + • pip._vendor.urllib3.contrib.socks + • pip._vendor.urllib3.util.retry + • pip._vendor.urllib3.util.ssl_ + • pkg_resources + • pkg_resources._vendor.packaging.tags + • pkg_resources._vendor.pyparsing + • pkgutil + • pydoc + • pyvisa.ctwrapper.functions + • pyvisa.ctwrapper.highlevel + • pyvisa.errors + • pyvisa.highlevel + • pyvisa.resources.gpib + • pyvisa.resources.messagebased + • pyvisa.resources.resource + • pyvisa.util + • 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.distutils_patch + • setuptools.package_index + • shlex + • smtplib + • sre_parse + • ssl + • subprocess + • sysconfig + • tempfile + • test.support + • toml.decoder + • typing_extensions + • unittest.case + • unittest.loader + • unittest.runner + • urllib.parse + • urllib.request + • xml.dom.pulldom + • xml.etree.ElementTree + • zipfile + +
+ +
+ +
+ + weakref +SourceModule
+imports: + _collections_abc + • _weakref + • _weakrefset + • atexit + • copy + • gc + • itertools + • sys + +
+
+imported by: + PyDSA.py + • PyInstaller.depend.imphook + • _threading_local + • asyncio.base_events + • asyncio.selector_events + • asyncio.streams + • asyncio.tasks + • asyncio.windows_events + • concurrent.futures.process + • concurrent.futures.thread + • copy + • functools + • logging + • multiprocessing.dummy + • multiprocessing.queues + • multiprocessing.sharedctypes + • multiprocessing.util + • numpy.lib.npyio + • pip._vendor.html5lib.treebuilders.dom + • pip._vendor.pyparsing + • pip._vendor.urllib3.contrib.securetransport + • pkg_resources._vendor.pyparsing + • pyvisa.highlevel + • 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 + +
+ +
+ +
+ + wheel +MissingModule
+imported by: + pip._internal.utils.misc + +
+ +
+ +
+ + win32api C:\Users\KK1L\AppData\Roaming\Python\Python39\site-packages\win32\win32api.pyd
+imported by: + distutils.msvccompiler + • pip._vendor.appdirs + • 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' + • os + • pythoncom + • sys + • types + • 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 + • importlib + • 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: + 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 + • importlib + • 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: + pip._vendor.appdirs + • pkg_resources._vendor.appdirs + • win32com.shell.shell + • win32com.shell.shellcon + +
+ +
+ +
+ + win32com.shell.shell C:\Users\KK1L\AppData\Roaming\Python\Python39\site-packages\win32comext\shell\shell.pyd
+imports: + win32com.shell + +
+
+imported by: + pip._vendor.appdirs + • pkg_resources._vendor.appdirs + • win32com.shell + +
+ +
+ +
+ + win32com.shell.shellcon +SourceModule
+imports: + win32com.shell + +
+
+imported by: + pip._vendor.appdirs + • 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 + +
+ +
+ +
+ + win32ctypes +Package
+imports: + win32ctypes.version + +
+
+imported by: + win32ctypes.core + • win32ctypes.pywin32 + • win32ctypes.version + +
+ +
+ +
+ + win32ctypes.core +Package
+imports: + __future__ + • cffi + • importlib + • importlib.abc + • sys + • win32ctypes + • win32ctypes.core + • win32ctypes.core._authentication + • win32ctypes.core._common + • win32ctypes.core._dll + • win32ctypes.core._resource + • win32ctypes.core._system_information + • win32ctypes.core._time + • win32ctypes.core._winerrors + • win32ctypes.core.ctypes + • win32ctypes.core.ctypes._authentication + • win32ctypes.core.ctypes._common + • win32ctypes.core.ctypes._dll + • win32ctypes.core.ctypes._nl_support + • win32ctypes.core.ctypes._resource + • win32ctypes.core.ctypes._system_information + • win32ctypes.core.ctypes._time + • win32ctypes.core.ctypes._util + +
+
+imported by: + win32ctypes.core + • win32ctypes.core._winerrors + • win32ctypes.core.compat + • win32ctypes.core.ctypes + • win32ctypes.pywin32.win32api + • win32ctypes.pywin32.win32cred + +
+ +
+ +
+ + win32ctypes.core._authentication +MissingModule
+imported by: + win32ctypes.core + • win32ctypes.pywin32.win32cred + +
+ +
+ +
+ + win32ctypes.core._common +MissingModule
+imported by: + win32ctypes.core + • win32ctypes.pywin32.win32api + • win32ctypes.pywin32.win32cred + +
+ +
+ +
+ + win32ctypes.core._dll +MissingModule
+imported by: + win32ctypes.core + • win32ctypes.pywin32.win32api + +
+ +
+ +
+ + win32ctypes.core._resource +MissingModule
+imported by: + win32ctypes.core + • win32ctypes.pywin32.win32api + +
+ +
+ +
+ + win32ctypes.core._system_information +MissingModule
+imported by: + win32ctypes.core + • win32ctypes.pywin32.win32api + +
+ +
+ +
+ + win32ctypes.core._time +MissingModule
+imported by: + win32ctypes.core + • win32ctypes.pywin32.win32api + +
+ +
+ +
+ + win32ctypes.core._winerrors +SourceModule
+imports: + win32ctypes.core + +
+
+imported by: + win32ctypes.core + +
+ +
+ +
+ + win32ctypes.core.compat +SourceModule
+imports: + sys + • win32ctypes.core + +
+
+imported by: + win32ctypes.core.ctypes._authentication + • win32ctypes.core.ctypes._common + +
+ +
+ +
+ + win32ctypes.core.ctypes +Package
+imports: + win32ctypes.core + +
+
+imported by: + win32ctypes.core + • win32ctypes.core.ctypes._authentication + • win32ctypes.core.ctypes._common + • win32ctypes.core.ctypes._dll + • win32ctypes.core.ctypes._nl_support + • win32ctypes.core.ctypes._resource + • win32ctypes.core.ctypes._system_information + • win32ctypes.core.ctypes._time + • win32ctypes.core.ctypes._util + +
+ +
+ +
+ + win32ctypes.core.ctypes._authentication +SourceModule
+imports: + __future__ + • ctypes + • ctypes.wintypes + • win32ctypes.core.compat + • win32ctypes.core.ctypes + • win32ctypes.core.ctypes._common + • win32ctypes.core.ctypes._nl_support + • win32ctypes.core.ctypes._util + +
+
+imported by: + win32ctypes.core + +
+ +
+ +
+ + win32ctypes.core.ctypes._common +SourceModule
+imports: + __future__ + • ctypes + • ctypes.wintypes + • sys + • win32ctypes.core.compat + • win32ctypes.core.ctypes + • win32ctypes.core.ctypes._util + +
+
+imported by: + win32ctypes.core + • win32ctypes.core.ctypes._authentication + • win32ctypes.core.ctypes._resource + +
+ +
+ +
+ + win32ctypes.core.ctypes._dll +SourceModule
+imports: + __future__ + • ctypes.wintypes + • win32ctypes.core.ctypes + • win32ctypes.core.ctypes._util + +
+
+imported by: + win32ctypes.core + +
+ +
+ +
+ + win32ctypes.core.ctypes._nl_support +SourceModule
+imports: + __future__ + • ctypes.wintypes + • win32ctypes.core.ctypes + • win32ctypes.core.ctypes._util + +
+
+imported by: + win32ctypes.core + • win32ctypes.core.ctypes._authentication + +
+ +
+ +
+ + win32ctypes.core.ctypes._resource +SourceModule
+imports: + __future__ + • ctypes + • ctypes.wintypes + • win32ctypes.core.ctypes + • win32ctypes.core.ctypes._common + • win32ctypes.core.ctypes._util + +
+
+imported by: + win32ctypes.core + +
+ +
+ +
+ + win32ctypes.core.ctypes._system_information +SourceModule
+imports: + __future__ + • ctypes + • ctypes.wintypes + • win32ctypes.core.ctypes + • win32ctypes.core.ctypes._util + +
+
+imported by: + win32ctypes.core + +
+ +
+ +
+ + win32ctypes.core.ctypes._time +SourceModule
+imports: + __future__ + • ctypes.wintypes + • win32ctypes.core.ctypes + • win32ctypes.core.ctypes._util + +
+
+imported by: + win32ctypes.core + +
+ +
+ +
+ + win32ctypes.core.ctypes._util +SourceModule
+imports: + __future__ + • ctypes + • win32ctypes.core.ctypes + +
+
+imported by: + win32ctypes.core + • win32ctypes.core.ctypes._authentication + • win32ctypes.core.ctypes._common + • win32ctypes.core.ctypes._dll + • win32ctypes.core.ctypes._nl_support + • win32ctypes.core.ctypes._resource + • win32ctypes.core.ctypes._system_information + • win32ctypes.core.ctypes._time + +
+ +
+ +
+ + win32ctypes.pywin32 +Package
+imports: + __future__ + • win32ctypes + • win32ctypes.pywin32 + • win32ctypes.pywin32.pywintypes + • win32ctypes.pywin32.win32api + • win32ctypes.pywin32.win32cred + +
+
+imported by: + PyInstaller.compat + • win32ctypes.pywin32 + • win32ctypes.pywin32.pywintypes + • win32ctypes.pywin32.win32api + • win32ctypes.pywin32.win32cred + +
+ +
+ +
+ + win32ctypes.pywin32.pywintypes +SourceModule
+imports: + __future__ + • contextlib + • win32ctypes.pywin32 + +
+
+imported by: + PyInstaller.compat + • win32ctypes.pywin32 + • win32ctypes.pywin32.win32api + • win32ctypes.pywin32.win32cred + +
+ +
+ +
+ + win32ctypes.pywin32.win32api +SourceModule
+imports: + __future__ + • win32ctypes.core + • win32ctypes.core._common + • win32ctypes.core._dll + • win32ctypes.core._resource + • win32ctypes.core._system_information + • win32ctypes.core._time + • win32ctypes.pywin32 + • win32ctypes.pywin32.pywintypes + +
+
+imported by: + PyInstaller.compat + • win32ctypes.pywin32 + +
+ +
+ +
+ + win32ctypes.pywin32.win32cred +SourceModule
+imports: + __future__ + • win32ctypes.core + • win32ctypes.core._authentication + • win32ctypes.core._common + • win32ctypes.pywin32 + • win32ctypes.pywin32.pywintypes + +
+
+imported by: + win32ctypes.pywin32 + +
+ +
+ +
+ + win32ctypes.version +SourceModule
+imports: + win32ctypes + +
+
+imported by: + win32ctypes + +
+ +
+ +
+ + win32evtlog C:\Users\KK1L\AppData\Roaming\Python\Python39\site-packages\win32\win32evtlog.pyd
+imported by: + logging.handlers + • win32evtlogutil + +
+ +
+ +
+ + win32evtlogutil +SourceModule
+imports: + win32api + • win32con + • win32evtlog + • winerror + +
+
+imported by: + logging.handlers + +
+ +
+ +
+ + win32pdh C:\Users\KK1L\AppData\Roaming\Python\Python39\site-packages\win32\win32pdh.pyd
+imported by: + numpy.testing._private.utils + +
+ +
+ +
+ + win32trace C:\Users\KK1L\AppData\Roaming\Python\Python39\site-packages\win32\win32trace.pyd
+imported by: + win32com.server.dispatcher + • win32traceutil + +
+ +
+ +
+ + win32traceutil +SourceModule
+imports: + sys + • win32api + • win32trace + +
+
+imported by: + win32com.server.dispatcher + +
+ +
+ +
+ + win32ui C:\Users\KK1L\AppData\Roaming\Python\Python39\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 + +
+ +
+ +
+ + winerror +SourceModule
+imported by: + win32com.client + • win32com.client.build + • win32com.client.dynamic + • win32com.server.policy + • win32com.server.util + • win32evtlogutil + +
+ +
+ +
+ + winreg (builtin module)
+imported by: + distutils._msvccompiler + • distutils.msvc9compiler + • distutils.msvccompiler + • mimetypes + • numpy.distutils.cpuinfo + • pip._vendor.appdirs + • pip._vendor.requests.utils + • 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.dom +Package
+imports: + xml + • xml.dom.domreg + • xml.dom.minidom + • xml.dom.pulldom + • xml.dom.xmlbuilder + +
+
+imported by: + PyInstaller.utils.win32.winmanifest + • pip._vendor.html5lib.treebuilders + • pip._vendor.html5lib.treebuilders.dom + • pip._vendor.html5lib.treewalkers.base + • pip._vendor.html5lib.treewalkers.dom + • xml.dom.NodeFilter + • xml.dom.domreg + • xml.dom.expatbuilder + • xml.dom.minicompat + • xml.dom.minidom + • xml.dom.pulldom + • xml.dom.xmlbuilder + +
+ +
+ +
+ + xml.dom.NodeFilter +SourceModule
+imports: + xml.dom + +
+
+imported by: + xml.dom.expatbuilder + • xml.dom.xmlbuilder + +
+ +
+ +
+ + xml.dom.domreg +SourceModule
+imports: + os + • sys + • xml.dom + • xml.dom.minidom + +
+
+imported by: + xml.dom + • xml.dom.minidom + +
+ +
+ +
+ + xml.dom.expatbuilder +SourceModule
+imports: + xml.dom + • xml.dom.NodeFilter + • xml.dom.minidom + • xml.dom.xmlbuilder + • xml.parsers + • xml.parsers.expat + +
+
+imported by: + xml.dom.minidom + • xml.dom.xmlbuilder + +
+ +
+ +
+ + xml.dom.minicompat +SourceModule
+imports: + xml.dom + +
+
+imported by: + xml.dom.minidom + +
+ +
+ +
+ + xml.dom.minidom +SourceModule
+imports: + io + • xml.dom + • xml.dom.domreg + • xml.dom.expatbuilder + • xml.dom.minicompat + • xml.dom.pulldom + • xml.dom.xmlbuilder + +
+
+imported by: + PyInstaller.utils.win32.winmanifest + • pip._vendor.html5lib.treebuilders + • pip._vendor.html5lib.treebuilders.dom + • xml.dom + • xml.dom.domreg + • xml.dom.expatbuilder + • xml.dom.pulldom + +
+ +
+ +
+ + xml.dom.pulldom +SourceModule
+imports: + io + • warnings + • xml.dom + • xml.dom.minidom + • xml.sax + • xml.sax.handler + +
+
+imported by: + xml.dom + • xml.dom.minidom + +
+ +
+ +
+ + xml.dom.xmlbuilder +SourceModule
+imports: + copy + • posixpath + • urllib.parse + • urllib.request + • xml.dom + • xml.dom.NodeFilter + • xml.dom.expatbuilder + +
+
+imported by: + xml.dom + • xml.dom.expatbuilder + • xml.dom.minidom + +
+ +
+ +
+ + 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 + • urllib.parse + • 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 + • pip._internal.index.collector + • pip._vendor.html5lib._utils + • test.support.testresult + • xml.etree + • xml.etree.ElementInclude + • xml.etree.cElementTree + +
+ +
+ +
+ + xml.etree.cElementTree +SourceModule
+imports: + xml.etree + • xml.etree.ElementTree + +
+
+imported by: + _elementtree + • pip._vendor.html5lib._utils + +
+ +
+ +
+ + 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: + pip._vendor.html5lib.filters.sanitizer + • pip._vendor.html5lib.serializer + • 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 + • pip._vendor.distlib.compat + +
+ +
+ +
+ + xmlrpclib +MissingModule
+imported by: + pip._vendor.distlib.compat + +
+ +
+ +
+ + zipfile +SourceModule
+imports: + argparse + • binascii + • bz2 + • contextlib + • 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._common + • importlib.metadata + • numpy.lib.npyio + • pip._internal.build_env + • pip._internal.metadata.pkg_resources + • pip._internal.operations.install.wheel + • pip._internal.req.req_install + • pip._internal.utils.unpacking + • pip._internal.utils.wheel + • pip._vendor.distlib._backport.shutil + • pip._vendor.distlib.compat + • pip._vendor.pkg_resources + • pip._vendor.requests.utils + • 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: + pip._vendor.distlib.resources + • pip._vendor.pkg_resources + • pkg_resources + • pkgutil + • setuptools.command.easy_install + +
+ +
+ +
+ + zlib (builtin module)
+imported by: + PyInstaller.archive.writers + • PyInstaller.loader.pyimod02_archive + • encodings.zlib_codec + • gzip + • pip._vendor.cachecontrol.adapter + • pip._vendor.cachecontrol.serialize + • pip._vendor.distlib._backport.tarfile + • pip._vendor.urllib3.response + • shutil + • tarfile + • test.support + • tornado.util + • zipfile + • zipimport + +
+ +
+ + + diff --git a/DS1054Z version by KK1L/dist/PyDSA.exe b/DS1054Z version by KK1L/dist/PyDSA.exe new file mode 100644 index 0000000..3751783 Binary files /dev/null and b/DS1054Z version by KK1L/dist/PyDSA.exe differ diff --git a/DS1054Z version by Kerr Smith/PyDSA.py b/DS1054Z version by Kerr Smith/PyDSA.py deleted file mode 100644 index afe09a5..0000000 --- a/DS1054Z version by Kerr Smith/PyDSA.py +++ /dev/null @@ -1,1279 +0,0 @@ -# SpectrumAnalyzer-v01a.py(w) (09-12-2011) -# For Python version 2.6 or 2.7 -# With external module pyaudio (for Python version 2.6 or 2.7); NUMPY module (for used Python version) -# Created by Onno Hoekstra (pa2ohh) -# -# 17/9/15 Rich Heslip VE3MKC -# modified to capture samples from Rigol DS1102E scope for a basic 100Mhz SA -# -# This version slightly has a modified Sweep() routine for the DS1054Z by Kerr Smith Jan 31 2016 -# -import math -import time -import numpy -import tkFont -import sys -import visa -from time import sleep -from Tkinter import * -from tkFileDialog import askopenfilename -from tkSimpleDialog import askstring -from tkMessageBox import * - - -NUMPYenabled = True # If NUMPY installed, then the FFT calculations is 4x faster than the own FFT calculation - -# Values that can be modified -GRWN = 1024 # Width of the grid -GRHN = 512 # Height of the grid -X0L = 20 # Left top X value of grid -Y0T = 25 # Left top Y value of grid - -Vdiv = 8 # Number of vertical divisions - -TRACEmode = 1 # 1 normal mode, 2 max hold, 3 average -TRACEaverage = 10 # Number of average sweeps for average mode -TRACEreset = True # True for first new trace, reset max hold and averageing -SWEEPsingle = False # flag to sweep once - -SAMPLErate = 1000000 # scope sample rate, read from scope when we read the buffer -SAMPLEsize = 16384 # default sample size -SAMPLEdepth = 0 # 0 normal, 1 long -UPDATEspeed = 1.1 # Update speed can be increased when problems if PC too slow, default 1.1 -ZEROpadding = 0 # ZEROpadding for signal interpolation between frequency samples (0=none) - -DBdivlist = [1, 2, 3, 5, 10, 20] # dB per division -DBdivindex = 5 # 20 dB/div as initial value - -DBlevel = 0 # Reference level - -LONGfftsize = 262144 # FFT to do on long buffer. larger FFT takes more time -fftsamples = 16384 # size of FFT we are using - recalculated in DoFFT() - -# Colors that can be modified -COLORframes = "#000080" # Color = "#rrggbb" rr=red gg=green bb=blue, Hexadecimal values 00 - ff -COLORcanvas = "#000000" -COLORgrid = "#808080" -COLORtrace1 = "#00ff00" -COLORtrace2 = "#ff8000" -COLORtext = "#ffffff" -COLORsignalband = "#ff0000" -COLORaudiobar = "#606060" -COLORaudiook = "#00ff00" -COLORaudiomax = "#ff0000" -COLORred = "#ff0000" -COLORyellow = "#ffff00" -COLORgreen = "#00ff00" -COLORmagenta = "#00ffff" - -# Button sizes that can be modified -Buttonwidth1 = 12 -Buttonwidth2 = 8 - - -# Initialisation of general variables -STARTfrequency = 0.0 # Startfrequency -STOPfrequency = 10000000.0 # Stopfrequency - -SNenabled= False # If Signal to Noise is enabled in the software -CENTERsignalfreq = 1000 # Center signal frequency of signal bandwidth for S/N measurement -STARTsignalfreq = 950.0 # Startfrequency of signal bandwidth for S/N measurement -STOPsignalfreq = 1050.0 # Stopfrequency of signal bandwidth for S/N measurement -SNfreqstep = 100 # Frequency step S/N frequency -SNmeasurement = True # True for signal to noise measurement between signal and displayed bandwidth -SNresult = 0.0 # Result of signal to noise measurement -SNwidth = 0 - - -# Other global variables required in various routines -GRW = GRWN # Initialize GRW -GRH = GRHN # Initialize GRH - -CANVASwidth = GRW + 2 * X0L # The canvas width -CANVASheight = GRH + 80 # The canvas height - -SIGNAL1 = [] # trace channel 1 - -FFTresult = [] # FFT result -T1line = [] # Trace line channel 1 -T2line = [] # Trace line channel 2 - -S1line = [] # Line for start of signal band indication -S2line = [] # line for stop of signal band indication - -RUNstatus = 1 # 0 stopped, 1 start, 2 running, 3 stop now, 4 stop and restart -STOREtrace = False # Store and display trace -FFTwindow = 4 # FFTwindow 0=None (rectangular B=1), 1=Cosine (B=1.24), 2=Triangular non-zero endpoints (B=1.33), - # 3=Hann (B=1.5), 4=Blackman (B=1.73), 5=Nuttall (B=2.02), 6=Flat top (B=3.77) -SIGNALlevel = 0.0 # Level of audio input 0 to 1 - -Marker1x = 0 # marker pip 1 location -Marker1y = 0 - -Marker2x = 0 # marker pip 2 -Marker2y = 0 - -if NUMPYenabled == True: - try: - import numpy.fft - except: - NUMPYenabled = False - - -# =================================== Start widgets routines ======================================== -def Bnot(): - print "Routine not made yet" - -def on_click(self, event): - # Last click in absolute coordinates - self.prev_var.set('%s:%s' % self.last_point) - # Current point in relative coordinates - self.curr_var.set('%s:%s' % (event.x - self.last_point[0], event.y - self.last_point[1])) - self.last_point = event.x, event.y - -# handle markers when mouse is clicked in middle frame -def Bmarker1(event): - global Marker1x - global Marker1y - - Marker1x=event.x - Marker1y=event.y - -def Bmarker2(event): - global Marker2x - global Marker2y - - Marker2x=event.x - Marker2y=event.y - #print "button 2 clicked at", event.x, event.y - -def BNormalmode(): - global TRACEmode - - TRACEmode = 1 - UpdateScreen() # Always Update - - -def BMaxholdmode(): - global TRACEmode - global TRACEreset - - TRACEreset = True # Reset trace peak and trace average - TRACEmode = 2 - UpdateScreen() # Always Update - - -def BAveragemode(): - global TRACEmode - global TRACEaverage - global TRACEreset - global RUNstatus - - #if (RUNstatus != 0): - # showwarning("WARNING","Stop sweep first") - # return() - - TRACEreset = True # Reset trace peak and trace average - TRACEmode = 3 - - - s = askstring("Power averaging", "Value: " + str(TRACEaverage) + "x\n\nNew value:\n(1-n)") - - if (s == None): # If Cancel pressed, then None - return() - - try: # Error if for example no numeric characters or OK pressed without input (s = "") - v = int(s) - except: - s = "error" - - if s != "error": - TRACEaverage = v - - if TRACEaverage < 1: - TRACEaverage = 1 - UpdateScreen() # Always Update - - -def BFFTwindow(): - global FFTwindow - global TRACEreset - - FFTwindow = FFTwindow + 1 - if FFTwindow > 6: - FFTwindow = 0 - TRACEreset = True # Reset trace peak and trace average - UpdateAll() # Always Update - - -def BSampledepth(): - global SAMPLEdepth - global RUNstatus - - if (RUNstatus != 0): - showwarning("WARNING","Stop sweep first") - return() - - if SAMPLEdepth == 0: - SAMPLEdepth = 1 - else: - SAMPLEdepth = 0 - if RUNstatus == 0: # Update if stopped - UpdateScreen() - - -def BSTOREtrace(): - global STOREtrace - global T1line - global T2line - if STOREtrace == False: - T2line = T1line - STOREtrace = True - else: - STOREtrace = False - UpdateTrace() # Always Update - - -def BSINGLEsweep(): - global SWEEPsingle - global RUNstatus - - if (RUNstatus != 0): - showwarning("WARNING","Stop sweep first") - return() - else: - SWEEPsingle = True - RUNstatus = 1 # we are stopped, start - UpdateScreen() # Always Update - -def BSNmode(): - global RUNstatus - global SNmeasurement - global SNresult - global SNwidth - - if SNwidth == 0: - SNwidth = 1 - SNmeasurement = True - elif SNwidth == 1: - SNwidth = 2 - SNmeasurement = True - elif SNwidth == 2: - SNwidth = 5 - SNmeasurement = True - elif SNwidth == 5: - SNwidth = 10 - SNmeasurement = True - elif SNwidth == 10: - SNwidth = 0 - SNmeasurement = False - - if RUNstatus == 0: # Update if stopped - UpdateTrace() - - -def BSNfreq1(): - global RUNstatus - global CENTERsignalfreq - global SNfreqstep - global SNmeasurement - - if SNmeasurement == False: # Only if SN measurement is running - return() - - CENTERsignalfreq = CENTERsignalfreq - SNfreqstep - if CENTERsignalfreq < 0: - CENTERsignalfreq = 0 - - if RUNstatus == 0: # Update if stopped - UpdateTrace() - - -def BSNfreq2(): - global RUNstatus - global CENTERsignalfreq - global SNfreqstep - global SNmeasurement - - if SNmeasurement == False: # Only if SN measurement is running - return() - - CENTERsignalfreq = CENTERsignalfreq + SNfreqstep - if CENTERsignalfreq > 1e6: - CENTERsignalfreq = 1e6 - - if RUNstatus == 0: # Update if stopped - UpdateTrace() - - -def BSNfstep1(): - global SNfreqstep - global SNmeasurement - - if SNmeasurement == False: # Only if SN measurement is running - return() - - elif SNfreqstep == 10: - SNfreqstep = 1 - elif SNfreqstep == 100: - SNfreqstep = 10 - elif SNfreqstep == 1000: - SNfreqstep = 100 - - -def BSNfstep2(): - global SNfreqstep - global SNmeasurement - - if SNmeasurement == False: # Only if SN measurement is running - return() - - if SNfreqstep == 1: - SNfreqstep = 10 - elif SNfreqstep == 10: - SNfreqstep = 100 - elif SNfreqstep == 100: - SNfreqstep = 1000 - - -def BStart(): - global RUNstatus - - if (RUNstatus == 0): - RUNstatus = 1 - UpdateScreen() # Always Update - - -def Blevel1(): - global RUNstatus - global DBlevel - - DBlevel = DBlevel - 1 - - if RUNstatus == 0: # Update if stopped - UpdateTrace() - - -def Blevel2(): - global RUNstatus - global DBlevel - - DBlevel = DBlevel + 1 - - if RUNstatus == 0: # Update if stopped - UpdateTrace() - - -def Blevel3(): - global RUNstatus - global DBlevel - - DBlevel = DBlevel - 10 - - if RUNstatus == 0: # Update if stopped - UpdateTrace() - - -def Blevel4(): - global RUNstatus - global DBlevel - - DBlevel = DBlevel + 10 - - if RUNstatus == 0: # Update if stopped - UpdateTrace() - - -def BStop(): - global RUNstatus - - if (RUNstatus == 1): - RUNstatus = 0 - elif (RUNstatus == 2): - RUNstatus = 3 - elif (RUNstatus == 3): - RUNstatus = 3 - elif (RUNstatus == 4): - RUNstatus = 3 - UpdateScreen() # Always Update - - -def BSetup(): - global SAMPLErate - global ZEROpadding - global RUNstatus - global SIGNAL1 - global T1line - global TRACEreset - - #if (RUNstatus != 0): - # showwarning("WARNING","Stop sweep first") - # return() - - s = askstring("Zero padding","For better interpolation of levels between frequency samples.\nIncreases processing time!\n\nValue: " + str(ZEROpadding) + "\n\nNew value:\n(0-5, 0 is no zero padding)") - - if (s == None): # If Cancel pressed, then None - return() - - try: # Error if for example no numeric characters or OK pressed without input (s = "") - v = int(s) - except: - s = "error" - - if s != "error": - if v < 0: - v = 0 - if v > 5: - v = 5 - ZEROpadding = v - - TRACEreset = True # Reset trace peak and trace average - UpdateAll() # Update FFT and screen - - -def BStartfrequency(): - global STARTfrequency - global STOPfrequency - global RUNstatus - - # if (RUNstatus != 0): - # showwarning("WARNING","Stop sweep first") - # return() - - s = askstring("Startfrequency: ","Value: " + str(STARTfrequency) + " Hz\n\nNew value:\n") - - if (s == None): # If Cancel pressed, then None - return() - - try: # Error if for example no numeric characters or OK pressed without input (s = "") - v = float(s) - except: - s = "error" - - if s != "error": - STARTfrequency = abs(v) - - if STOPfrequency <= STARTfrequency: - STOPfrequency = STARTfrequency + 1 - - if RUNstatus == 0: # Update if stopped - UpdateTrace() - - -def BStopfrequency(): - global STARTfrequency - global STOPfrequency - global RUNstatus - - # if (RUNstatus != 0): - # showwarning("WARNING","Stop sweep first") - # return() - - s = askstring("Stopfrequency: ","Value: " + str(STOPfrequency) + " Hz\n\nNew value:\n") - - if (s == None): # If Cancel pressed, then None - return() - - try: # Error if for example no numeric characters or OK pressed without input (s = "") - v = float(s) - except: - s = "error" - - if s != "error": - STOPfrequency = abs(v) - - if STOPfrequency < 10: # Minimum stopfrequency 10 Hz - STOPfrequency = 10 - - if STARTfrequency >= STOPfrequency: - STARTfrequency = STOPfrequency - 1 - - if RUNstatus == 0: # Update if stopped - UpdateTrace() - - -def BDBdiv1(): - global DBdivindex - global RUNstatus - - if (DBdivindex >= 1): - DBdivindex = DBdivindex - 1 - if RUNstatus == 0: # Update if stopped - UpdateTrace() - - -def BDBdiv2(): - global DBdivindex - global DBdivlist - global RUNstatus - - if (DBdivindex < len(DBdivlist) - 1): - DBdivindex = DBdivindex + 1 - if RUNstatus == 0: # Update if stopped - UpdateTrace() - - - - -# ============================================ Main routine ==================================================== - -def Sweep(): # Read samples and store the data into the arrays - global X0L # Left top X value - global Y0T # Left top Y value - global GRW # Screenwidth - global GRH # Screenheight - global SIGNAL1 - global RUNstatus - global SWEEPsingle - global SMPfftlist - global SMPfftindex - global SAMPLErate - global SAMPLEsize - global SAMPLEdepth - global UPDATEspeed - global STARTfrequency - global STOPfrequency - global COLORred - global COLORcanvas - global COLORyellow - global COLORgreen - global COLORmagenta - - while (True): # Main loop - - - # RUNstatus = 1 : Open Stream - if (RUNstatus == 1): - if UPDATEspeed < 1: - UPDATEspeed = 1.0 - - TRACESopened = 1 - - try: -# Get the USB device, e.g. 'USB0::0x1AB1::0x0588::DS1ED141904883' - instruments = visa.get_instruments_list() - usb = filter(lambda x: 'USB' in x, instruments) - if len(usb) != 1: - print 'Bad instrument list', instruments - sys.exit(-1) - scope = visa.instrument(usb[0], timeout=20, chunk_size=1024000) # bigger timeout for long mem - - RUNstatus = 2 - except: # If error in opening audio stream, show error - RUNstatus = 0 - #txt = "Sample rate: " + str(SAMPLErate) + ", try a lower sample rate.\nOr another audio device." - showerror("VISA Error","Cannot open scope") - -# get metadata - #sample_rate = float(scope.ask(':ACQ:SAMP?')) - #timescale = float(scope.ask(":TIM:SCAL?")) - #timeoffset = float(scope.ask(":TIM:OFFS?")) - #voltscale = float(scope.ask(':CHAN1:SCAL?')) - #voltoffset = float(scope.ask(":CHAN1:OFFS?")) - - UpdateScreen() # UpdateScreen() call - - - # RUNstatus = 2: Reading audio data from soundcard - if (RUNstatus == 2): - # Grab the raw data from channel 1 - #try: -# Set the scope the way we want it - if SAMPLEdepth == 0: - scope.write(':ACQ:MDEP 12000') # normal memory type - else: - scope.write(':ACQ:MDEP 120000') # long memory type - #scope.write(':CHAN1:COUP DC') # DC coupling - #scope.write(':CHAN1:DISP ON') # Channel 1 on - #scope.write(':CHAN2:DISP ON') # Channel 2 off - #scope.write(':CHAN1:SCAL 1') # Channel 1 vertical scale 1 volts - #scope.write(':CHAN1:OFFS -2') # Channel 1 vertical offset 2 volts - #scope.write(':TIM:SCAL 0.001') # time interval - #scope.write(':TIM:OFFS .05') # Offset time 50 ms - - #scope.write(':TRIG:EDGE:SOUR CHAN1') # Edge-trigger from channel 1 - #scope.write(':TRIG:EDGE:SWE SING') # Single trigger - #scope.write(':TRIG:EDGE:COUP AC') # trigger coupling - #scope.write(':TRIG:EDGE:SLOP NEG') # Trigger on negative edge - #scope.write(':TRIG:EDGE:LEV 0.01') # Trigger volts - scope.write(":RUN") - - #txt = "Trig" - #x = X0L + 250 - #y = Y0T+GRH+32 - #IDtxt = ca.create_text (x, y, text=txt, anchor=W, fill=COLORyellow) - #root.update() # update screen - - # while scope.ask(':TRIG:STAT?') != 'STOP': - # sleep(0.1) - #sleep(0.1) - # Grab the raw data from channel 1, which will take a few seconds for long buffer mode - # sleep(0.1) - scope.write(":STOP") - scope.write(":WAV:SOUR CHAN1") - scope.write(":WAV:MODE RAW") - scope.write(":WAV:FORM BYTE") - scope.write(":WAV:STAR 1") - if SAMPLEdepth == 0: - scope.write(":WAV:STOP 12000") - else: - scope.write(":WAV:STOP 120000") - - txt = "->Acquire" - x = X0L + 275 - y = Y0T+GRH+32 - IDtxt = ca.create_text (x, y, text=txt, anchor=W, fill=COLORgreen) - root.update() # update screen - - - signals= scope.ask(":WAV:DATA?") #do this first - data_size = len(signals) - - SAMPLErate = scope.ask_for_values(':ACQ:SRAT?')[0] #do this second - #print 'Data size:', SAMPLEsize, "Sample rate:", SAMPLErate - - - - # sleep(0.1) - -# convert data from (inverted) bytes to an array of scaled floats -# this magic from Matthew Mets - SIGNAL1 = numpy.frombuffer(signals, 'B') - #print SIGNAL1 - SIGNAL1 = (SIGNAL1 * -1 + 255) -130 # invert - #print SIGNAL1 - SIGNAL1 = SIGNAL1/127.0 # scale 10 +-1, has a slight DC offset - #print SIGNAL1 - - UpdateAll() # Update Data, trace and screen - - if SWEEPsingle == True: # single sweep mode, sweep once then stop - SWEEPsingle = False - RUNstatus = 3 - - # RUNstatus = 3: Stop - # RUNstatus = 4: Stop and restart - if (RUNstatus == 3) or (RUNstatus == 4): - scope.write(":KEY:FOR") - scope.close() - if RUNstatus == 3: - RUNstatus = 0 # Status is stopped - if RUNstatus == 4: - RUNstatus = 1 # Status is (re)start - UpdateScreen() # UpdateScreen() call - - - # Update tasks and screens by TKinter - root.update_idletasks() - root.update() # update screens - - -def UpdateAll(): # Update Data, trace and screen - DoFFT() # Fast Fourier transformation - MakeTrace() # Update the traces - UpdateScreen() # Update the screen - - -def UpdateTrace(): # Update trace and screen - MakeTrace() # Update traces - UpdateScreen() # Update the screen - - -def UpdateScreen(): # Update screen with trace and text - MakeScreen() # Update the screen - root.update() # Activate updated screens - - -def DoFFT(): # Fast Fourier transformation - global SIGNAL1 - global SAMPLEsize - global TRACEmode - global TRACEaverage - global TRACEreset - global ZEROpadding - global FFTresult - global fftsamples - global SIGNALlevel - global FFTwindow - global NUMPYenabled - global SMPfftlist - global SMPfftindex - global LONGfftsize - -#show what we are doing on the screen -# FFT can take a long time! - txt = "->FFT" - x = X0L + 333 - y = Y0T+GRH+32 - IDtxt = ca.create_text (x, y, text=txt, anchor=W, fill=COLORred) - root.update() # update screen - - T1 = time.time() # For time measurement of FFT routine - - REX = [] - IMX = [] - - - - # No FFT if empty or too short array of audio samples - if len(SIGNAL1) >= 1048576: # ensure only valid buffer sizes - fftsamples = LONGfftsize # can set this to be less than buffer size to make it faster - elif len(SIGNAL1) >= 16384: # ensure only valid buffer sizes - fftsamples = 16384 - elif len(SIGNAL1) >= 8192: # ensure only valid buffer sizes - fftsamples = 8192 - else: - return # not a valid buffer size - #print "Buffersize:" + str(len(SIGNAL1)) + " FFTsize: " + str(fftsamples) - SAMPLEsize= fftsamples - - n = 0 - SIGNALlevel = 0.0 - v = 0.0 - m = 0 # For calculation of correction factor - while n < fftsamples: - - v=SIGNAL1[n] - # Check for overload - va = abs(v) # Check for too high audio input level - #print v - if va > SIGNALlevel: - SIGNALlevel = va - - # Cosine window function - # medium-dynamic range B=1.24 - if FFTwindow == 1: - w = math.sin(math.pi * n / (fftsamples - 1)) - v = w * v * 1.571 - - # Triangular non-zero endpoints - # medium-dynamic range B=1.33 - if FFTwindow == 2: - w = (2.0 / fftsamples) * ((fftsamples / 2.0) - abs(n - (fftsamples - 1) / 2.0)) - v = w * v * 2.0 - - # Hann window function - # medium-dynamic range B=1.5 - if FFTwindow == 3: - w = 0.5 - 0.5 * math.cos(2 * math.pi * n / (fftsamples - 1)) - v = w * v * 2.000 - - # Blackman window, continuous first derivate function - # medium-dynamic range B=1.73 - if FFTwindow == 4: - w = 0.42 - 0.5 * math.cos(2 * math.pi * n / (fftsamples - 1)) + 0.08 * math.cos(4 * math.pi * n / (fftsamples - 1)) - v = w * v * 2.381 - - # Nuttall window, continuous first derivate function - # high-dynamic range B=2.02 - if FFTwindow == 5: - w = 0.355768 - 0.487396 * math.cos(2 * math.pi * n / (fftsamples - 1)) + 0.144232 * math.cos(4 * math.pi * n / (fftsamples - 1))- 0.012604 * math.cos(6 * math.pi * n / (fftsamples - 1)) - v = w * v * 2.811 - - # Flat top window, - # medium-dynamic range, extra wide bandwidth B=3.77 - if FFTwindow == 6: - w = 1.0 - 1.93 * math.cos(2 * math.pi * n / (fftsamples - 1)) + 1.29 * math.cos(4 * math.pi * n / (fftsamples - 1))- 0.388 * math.cos(6 * math.pi * n / (fftsamples - 1)) + 0.032 * math.cos(8 * math.pi * n / (fftsamples - 1)) - v = w * v * 1.000 - - # m = m + w / fftsamples # For calculation of correction factor - REX.append(v) # Append the value to the REX array - IMX.append(0.0) # Append 0 to the imagimary part - - n = n + 1 - - # if m > 0: # For calculation of correction factor - # print 1/m # For calculation of correction factor - - # Zero padding of array for better interpolation of peak level of signals - ZEROpaddingvalue = int(math.pow(2,ZEROpadding) + 0.5) - fftsamples = ZEROpaddingvalue * fftsamples # Add zero's to the arrays - #fftsamples = ZEROpaddingvalue * fftsamples -1 # Add zero's to the arrays - - # The FFT calculation with NUMPY if NUMPYenabled == True or with the FFT calculation below - fftresult = numpy.fft.fft(REX, n=fftsamples)# Do FFT+zeropadding till n=fftsamples with NUMPY if NUMPYenabled == True - REX=fftresult.real - IMX=fftresult.imag - - - # Make FFT result array - Totalcorr = float(ZEROpaddingvalue)/ fftsamples # For VOLTAGE! - Totalcorr = Totalcorr * Totalcorr # For POWER! - - FFTmemory = FFTresult - FFTresult = [] - - #print len(FFTmemory) - - n = 0 - while (n <= fftsamples / 2): - # For relative to voltage: v = math.sqrt(REX[n] * REX[n] + IMX[n] * IMX[n]) # Calculate absolute value from re and im - v = REX[n] * REX[n] + IMX[n] * IMX[n] # Calculate absolute value from re and im relative to POWER! - v = v * Totalcorr # Make level independent of samples and convert to display range - - if TRACEmode == 1: # Normal mode, do not change v - pass - - if TRACEmode == 2 and TRACEreset == False: # Max hold, change v to maximum value - if v < FFTmemory[n]: - v = FFTmemory[n] - - if TRACEmode == 3 and TRACEreset == False: # Average, add difference / TRACEaverage to v - v = FFTmemory[n] + (v - FFTmemory[n]) / TRACEaverage - - FFTresult.append(v) # Append the value to the FFTresult array - - n = n + 1 - - TRACEreset = False # Trace reset done - - T2 = time.time() - # print (T2 - T1) # For time measurement of FFT routine - - -def MakeTrace(): # Update the grid and trace - global FFTresult - global T1line - global T2line - global S1line - global S2line - global STOREtrace - global X0L # Left top X value - global Y0T # Left top Y value - global GRW # Screenwidth - global GRH # Screenheight - global Vdiv # Number of vertical divisions - global STARTfrequency - global STOPfrequency - global CENTERsignalfreq - global STARTsignalfreq - global STOPsignalfreq - global SNenabled - global SNmeasurement - global SNresult - global SNwidth - global DBdivlist # dB per division list - global DBdivindex # Index value - global DBlevel # Reference level - global SAMPLErate - - - # Set the TRACEsize variable - TRACEsize = len(FFTresult) # Set the trace length - - if TRACEsize == 0: # If no trace, skip rest of this routine - return() - - - # Vertical conversion factors (level dBs) and border limits - Yconv = float(GRH) / (Vdiv * DBdivlist[DBdivindex]) # Conversion factors from dBs to screen points 10 is for 10 * log(power) - #Yc = float(Y0T) + GRH + Yconv * (DBlevel -90) # Zero postion and -90 dB for in grid range - Yc = float(Y0T) + GRH + Yconv * (DBlevel -(Vdiv * DBdivlist[DBdivindex])) - Ymin = Y0T # Minimum position of screen grid (top) - Ymax = Y0T + GRH # Maximum position of screen grid (bottom) - - - # Horizontal conversion factors (frequency Hz) and border limits - Fpixel = float(STOPfrequency - STARTfrequency) / GRW # Frequency step per screen pixel - Fsample = float(SAMPLErate / 2) / (TRACEsize - 1) # Frequency step per sample - - T1line = [] - n = 0 - Slevel = 0.0 # Signal level - Nlevel = 0.0 # Noise level - while n < TRACEsize: - F = n * Fsample - - if F >= STARTfrequency and F <= STOPfrequency: - x = X0L + (F - STARTfrequency) / Fpixel - T1line.append(int(x + 0.5)) - try: - y = Yc - Yconv * 10 * math.log10(float(FFTresult[n])) # Convert power to DBs, except for log(0) error - except: - y = Ymax - - if (y < Ymin): - y = Ymin - if (y > Ymax): - y = Ymax - T1line.append(int(y + 0.5)) - - if SNenabled == True and (F < STARTsignalfreq or F > STOPsignalfreq): # Add to noise if outside signal band - Nlevel = Nlevel + float(FFTresult[n]) - - if SNenabled == True and (F >= STARTsignalfreq and F <= STOPsignalfreq): # Add to signal if inside signal band - Slevel = Slevel + float(FFTresult[n]) - - n = n + 1 - - try: - SNresult = 10 * math.log10(Slevel / Nlevel) - except: - SNresult = -999 - - - # Make the SIGNAL band lines - S1line = [] - S2line = [] - - if SNenabled == True and SNmeasurement == True: - STARTsignalfreq = CENTERsignalfreq - CENTERsignalfreq * float(SNwidth) / 100 - STOPsignalfreq = CENTERsignalfreq + CENTERsignalfreq * float(SNwidth) / 100 - - if STARTsignalfreq >= STARTfrequency and STARTsignalfreq <= STOPfrequency: - x = X0L + (STARTsignalfreq - STARTfrequency) / Fpixel - S1line.append(int(x + 0.5)) - S1line.append(int(Ymin)) - S1line.append(int(x + 0.5)) - S1line.append(int(Ymax)) - - if STOPsignalfreq >= STARTfrequency and STOPsignalfreq <= STOPfrequency: - x = X0L + (STOPsignalfreq - STARTfrequency) / Fpixel - S2line.append(int(x + 0.5)) - S2line.append(int(Ymin)) - S2line.append(int(x + 0.5)) - S2line.append(int(Ymax)) - - -def MakeScreen(): # Update the screen with traces and text - global X0L # Left top X value - global Y0T # Left top Y value - global GRW # Screenwidth - global GRH # Screenheight - global T1line - global T2line - global S1line - global S2line - global STOREtrace - global Vdiv # Number of vertical divisions - global RUNstatus # 0 stopped, 1 start, 2 running, 3 stop now, 4 stop and restart - global SAMPLEdepth # 0 norm, 1 long - global UPDATEspeed - global STARTfrequency - global STOPfrequency - global CENTERsignalfreq - global STARTsignalfreq - global STOPsignalfreq - global SNenabled - global SNmeasurement - global SNresult - global DBdivlist # dB per division list - global DBdivindex # Index value - global DBlevel # Reference level - global SAMPLErate - global SAMPLEsize - global TRACEmode # 1 normal 2 max 3 average - global TRACEaverage # Number of traces for averageing - global SIGNALlevel # Level of signal input 0 to 1 - global FFTwindow - global fftsamples # size of FFT - global COLORgrid # The colors - global COLORtrace1 - global COLORtrace2 - global COLORtext - global COLORsignalband - global COLORaudiobar - global COLORaudiook - global COLORaudiomax - global CANVASwidth - global CANVASheight - - - # Delete all items on the screen - de = ca.find_enclosed ( 0, 0, CANVASwidth+1000, CANVASheight+1000) - for n in de: - ca.delete(n) - - - # Draw horizontal grid lines - i = 0 - x1 = X0L - x2 = X0L + GRW - x3 = x1+2 # db labels X location - db= DBlevel - - while (i <= Vdiv): - y = Y0T + i * GRH/Vdiv - Dline = [x1,y,x2,y] - ca.create_line(Dline, fill=COLORgrid) - txt = str(db) # db labels - idTXT = ca.create_text (x3, y-5, text=txt, anchor=W, fill=COLORtext) - db = db - DBdivlist[DBdivindex] - i = i + 1 - - - # Draw vertical grid lines - i = 0 - y1 = Y0T - y2 = Y0T + GRH - freq= STARTfrequency - freqstep= (STOPfrequency-STARTfrequency)/10 - while (i < 11): - x = X0L + i * GRW/10 - Dline = [x,y1,x,y2] - ca.create_line(Dline, fill=COLORgrid) - txt = str(freq/1000000) # freq labels in mhz - txt= txt + "M" - idTXT = ca.create_text (x-10, y2+10, text=txt, anchor=W, fill=COLORtext) - freq=freq+freqstep - i = i + 1 - - - # Draw traces - if len(T1line) > 4: # Avoid writing lines with 1 coordinate - ca.create_line(T1line, fill=COLORtrace1) # Write the trace 1 - - if STOREtrace == True and len(T2line) > 4: # Write the trace 2 if active - ca.create_line(T2line, fill=COLORtrace2) # and avoid writing lines with 1 coordinate - - - # Draw SIGNAL band lines - if SNmeasurement == True: - if len(S1line) > 3: # Avoid writing lines with 1 coordinate - ca.create_line(S1line, fill=COLORsignalband) # Write the start frequency line of the signal band - - if len(S2line) > 3: # Avoid writing lines with 1 coordinate - ca.create_line(S2line, fill=COLORsignalband) # Write the stop frequency line of the signal band - - - # General information on top of the grid - - - txt = " Sample rate: " + str(SAMPLErate/1000000) +" MHz" - #txt = txt + " FFT samples: " + str(SMPfftlist[SMPfftindex]) - txt = txt + " FFT size: " + str(fftsamples) - txt = txt + " RBW: " + str(int((SAMPLErate/SAMPLEsize)/2))+" Hz" - - if FFTwindow == 0: - txt = txt + " Rectangular (no) window (B=1) " - if FFTwindow == 1: - txt = txt + " Cosine window (B=1.24) " - if FFTwindow == 2: - txt = txt + " Triangular window (B=1.33) " - if FFTwindow == 3: - txt = txt + " Hann window (B=1.5) " - if FFTwindow == 4: - txt = txt + " Blackman window (B=1.73) " - if FFTwindow == 5: - txt = txt + " Nuttall window (B=2.02) " - if FFTwindow == 6: - txt = txt + " Flat top window (B=3.77) " - - x = X0L - y = 12 - idTXT = ca.create_text (x, y, text=txt, anchor=W, fill=COLORtext) - - - # Start and stop frequency and dB/div and trace mode - txt = str(STARTfrequency/1000000) + " to " + str(STOPfrequency/1000000) + " MHz" - txt = txt + " " + str(DBdivlist[DBdivindex]) + " dB/div" - txt = txt + " Level: " + str(DBlevel) + " dB " - - if TRACEmode == 1: - txt = txt + " Normal mode " - - if TRACEmode == 2: - txt = txt + " Maximum hold mode " - - if TRACEmode == 3: - txt = txt + " Power average mode (" + str(TRACEaverage) + ") " - - if SNenabled == True and SNmeasurement == True: - txt1 = str(int(SNresult * 10)) - while len(txt) < 2: - txt1 = "0" + txt1 - txt1 = txt1[:-1] + "." + txt1[-1:] - txt = txt + " Signal to Noise ratio (dB): " + txt1 - - x = X0L +500 - y = Y0T+GRH+32 - idTXT = ca.create_text (x, y, text=txt, anchor=W, fill=COLORtext) - - - # Soundcard level bargraph - txt1 = "||||||||||||||||||||" # Bargraph - le = len(txt1) # length of bargraph - - t = int(math.sqrt(SIGNALlevel) * le) - - n = 0 - txt = "" - while(n < t and n < le): - txt = txt + "|" - n = n + 1 - - x = X0L - y = Y0T+GRH+32 - - IDtxt = ca.create_text (x, y, text=txt1, anchor=W, fill=COLORaudiobar) - - if SIGNALlevel >= 1.0: - IDtxt = ca.create_text (x, y, text=txt, anchor=W, fill=COLORaudiomax) - else: - IDtxt = ca.create_text (x, y, text=txt, anchor=W, fill=COLORaudiook) - - - # Runstatus and level information - if (SAMPLEdepth == 1): - txt = "LONG" - else: - txt = "NORM" - - if (RUNstatus == 0) or (RUNstatus == 3): - txt = txt + " Sweep stopped" - else: - txt = txt + " Sweep running" - - - - x = X0L + 100 - y = Y0T+GRH+32 - IDtxt = ca.create_text (x, y, text=txt, anchor=W, fill=COLORtext) - -# show the values at the mouse cursor -# note the magic numbers below were determined by looking at the cursor values -# not sure why they don't correspond to X0T and Y0T - cursorx = (STARTfrequency + (root.winfo_pointerx()-root.winfo_rootx()-X0L-4) * (STOPfrequency-STARTfrequency)/GRW) /1000000 - cursory = DBlevel - (root.winfo_pointery()-root.winfo_rooty()-Y0T-50) * Vdiv*DBdivlist[DBdivindex] /GRH - - txt = "Cursor " + str(cursorx) + " MHz " + str(cursory) + " dB" - - x = X0L+800 - y = 12 - idTXT = ca.create_text (x, y, text=txt, anchor=W, fill=COLORtext) -""" - Marker1valid=False - if ((Marker1x > 20) & (Marker1y >20)): # show on screen markers - Marker1valid=True - idTXT = ca.create_text (Marker1x-3, Marker1y+4, text="^", anchor=W, fill=COLORMarker1) - Marker1freq = (STARTfrequency + (Marker1x-19) * (STOPfrequency-STARTfrequency)/GRW) /1000000 - Marker1db = DBlevel - (Marker1y-20) * Vdiv*DBdivlist[DBdivindex] /GRH - txt = "Marker1 " + str(Marker1freq) + " MHz " + str(Marker1db) + " dB" - x = X0L + 300 - y = Y0T -10 - idTXT = ca.create_text (x, y, text=txt, anchor=W, fill=COLORMarker1) - - Marker2valid=False - if ((Marker2x > 20) & (Marker2y >20)): # show on screen markers - Marker2valid=True - idTXT = ca.create_text (Marker2x-3, Marker2y+4, text="^", anchor=W, fill=COLORMarker2) - Marker2freq = (STARTfrequency + (Marker2x-19) * (STOPfrequency-STARTfrequency)/GRW) /1000000 - Marker2db = DBlevel - (Marker2y-20) * Vdiv*DBdivlist[DBdivindex] /GRH - txt = "Marker2 " + str(Marker2freq) + " MHz " + str(Marker2db) + " dB" - x = X0L + 520 - y = Y0T -10 - idTXT = ca.create_text (x, y, text=txt, anchor=W, fill=COLORMarker2) - - # show marker delta only if both are valid - if (Marker1valid & Marker2valid): - Deltafreq = abs(Marker2freq-Marker1freq) - Deltadb = abs(Marker2db-Marker1db) - txt = "Delta " + str(Deltafreq) + " MHz " + str(Deltadb) + " dB" - x = X0L + 750 - y = Y0T -10 - idTXT = ca.create_text (x, y, text=txt, anchor=W, fill=COLORtext) - -""" - -# ================ Make Screen ========================== - -root=Tk() -root.title("Rigol Spectrum Analyzer V1.0 09-19-2015 VE3MKC") - -root.minsize(100, 100) - -frame1 = Frame(root, background=COLORframes, borderwidth=5, relief=RIDGE) -frame1.pack(side=TOP, expand=1, fill=X) - -frame2 = Frame(root, background="black", borderwidth=5, relief=RIDGE) -frame2.pack(side=TOP, expand=1, fill=X) - -if SNenabled == True: - frame2a = Frame(root, background=COLORframes, borderwidth=5, relief=RIDGE) - frame2a.pack(side=TOP, expand=1, fill=X) - -frame3 = Frame(root, background=COLORframes, borderwidth=5, relief=RIDGE) -frame3.pack(side=TOP, expand=1, fill=X) - -ca = Canvas(frame2, width=CANVASwidth, height=CANVASheight, background=COLORcanvas) -ca.pack(side=TOP) - -b = Button(frame1, text="Normal mode", width=Buttonwidth1, command=BNormalmode) -b.pack(side=LEFT, padx=5, pady=5) - -b = Button(frame1, text="Max hold", width=Buttonwidth1, command=BMaxholdmode) -b.pack(side=LEFT, padx=5, pady=5) - -b = Button(frame1, text="Average", width=Buttonwidth1, command=BAveragemode) -b.pack(side=LEFT, padx=5, pady=5) - -b = Button(frame1, text="Zero Padding", width=Buttonwidth1, command=BSetup) -b.pack(side=LEFT, padx=5, pady=5) - -b = Button(frame1, text="FFTwindow", width=Buttonwidth1, command=BFFTwindow) -b.pack(side=LEFT, padx=5, pady=5) - -b = Button(frame1, text="Store trace", width=Buttonwidth1, command=BSTOREtrace) -b.pack(side=RIGHT, padx=5, pady=5) - - -if SNenabled == True: - b = Button(frame2a, text="S/N mode", width=Buttonwidth1, command=BSNmode) - b.pack(side=LEFT, padx=5, pady=5) - - b = Button(frame2a, text="S/N freq-", width=Buttonwidth1, command=BSNfreq1) - b.pack(side=LEFT, padx=5, pady=5) - - b = Button(frame2a, text="S/N freq+", width=Buttonwidth1, command=BSNfreq2) - b.pack(side=LEFT, padx=5, pady=5) - - b = Button(frame2a, text="Fstep-", width=Buttonwidth1, command=BSNfstep1) - b.pack(side=LEFT, padx=5, pady=5) - - b = Button(frame2a, text="Fstep+", width=Buttonwidth1, command=BSNfstep2) - b.pack(side=LEFT, padx=5, pady=5) - -b = Button(frame3, text="Start", width=Buttonwidth2, command=BStart) -b.pack(side=LEFT, padx=5, pady=5) - -b = Button(frame3, text="Stop", width=Buttonwidth2, command=BStop) -b.pack(side=LEFT, padx=5, pady=5) - -b = Button(frame3, text="NORM/LONG", width=Buttonwidth1, command=BSampledepth) -b.pack(side=LEFT, padx=5, pady=5) - -b = Button(frame3, text="Single", width=Buttonwidth1, command=BSINGLEsweep) -b.pack(side=LEFT, padx=5, pady=5) - -b = Button(frame3, text="Startfreq", width=Buttonwidth2, command=BStartfrequency) -b.pack(side=LEFT, padx=5, pady=5) - -b = Button(frame3, text="Stopfreq", width=Buttonwidth2, command=BStopfrequency) -b.pack(side=LEFT, padx=5, pady=5) - -b = Button(frame3, text="+dB/div", width=Buttonwidth2, command=BDBdiv2) -b.pack(side=RIGHT, padx=5, pady=5) - -b = Button(frame3, text="-dB/div", width=Buttonwidth2, command=BDBdiv1) -b.pack(side=RIGHT, padx=5, pady=5) - -b = Button(frame3, text="LVL+10", width=Buttonwidth2, command=Blevel4) -b.pack(side=RIGHT, padx=5, pady=5) - -b = Button(frame3, text="LVL-10", width=Buttonwidth2, command=Blevel3) -b.pack(side=RIGHT, padx=5, pady=5) - -b = Button(frame3, text="LVL+1", width=Buttonwidth2, command=Blevel2) -b.pack(side=RIGHT, padx=5, pady=5) - -b = Button(frame3, text="LVL-1", width=Buttonwidth2, command=Blevel1) -b.pack(side=RIGHT, padx=5, pady=5) - -# ================ Call main routine =============================== -root.update() # Activate updated screens -#SELECTaudiodevice() -Sweep() - - - - diff --git a/README.md b/README.md index 5d51dc0..d818853 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,37 @@ +Updated version using Python 3.9 and latest PyVisa and NumPy + +The code is updated with more function and robust interaction with the scope. + +To use you should update to latest pyvisa (py -m pip install pyvisa) + +Install latest numpy in same manner + +Download PyDSA from the repo and off you go! + +*Changelog Rossi, KK1L January & July 2021 +- Python 3.9 update...syntax, call format changes, functions +- More robust scope communication +- On screen progress feedback +- Warning if scope is not triggered (used to crash) +- Warning if input signal is clipping at scope +- Can read from channel 1 or channel 2 +- Peak detect information and marker on waveform +- Added autoscaling +- Scaling change and offset works for all waves on the screen +- Can store up to 7 waveforms on the screen +- Most actions can be done while acquiring +- Added clear function which removes all waves and resets averaging/max-hold +- Scale is accurate in dBm after calibration + *Previously the absolute level was arbitrary, but relatively accurate + *"Calibrate" is manual operation to adjust peak for a known dBm value + *Use a sine wave of known magnitude and adjust the calibration factor for the right reading + Note: It is on my list to make this automatic. +- Added autocalibration. Use a known amplitude sine wave and autocal will match to the dBm you enter + + + +

What follows is from the original README.md + Spectrum Analyzer for the Rigol DS1000 series digital scopes RF Spectrum Analyzer in Python. This is a modified version of PA2OHH's audio spectrum analyzer: diff --git a/Rigol_view/Rigol_view.py b/Rigol_view/Rigol_view.py deleted file mode 100644 index b892ad2..0000000 --- a/Rigol_view/Rigol_view.py +++ /dev/null @@ -1,45 +0,0 @@ -#!/usr/bin/python - -""" -Download data from a Rigol DS1052E oscilloscope channel 1 and -dump to a .wav file. -By Ken Shirriff, http://righto.com/rigol - -9-20-15 Rich Heslip - added os call to wfm_view for viewing waveforms and spectrum -""" - -import sys -import visa -import wave -import os - -# Get the USB device, e.g. 'USB0::0x1AB1::0x0588::DS1ED141904883' -instruments = visa.get_instruments_list() -usb = filter(lambda x: 'USB' in x, instruments) -if len(usb) != 1: - print 'Bad instrument list', instruments - sys.exit(-1) -scope = visa.instrument(usb[0], timeout=20, chunk_size=1024000) # bigger timeout for long mem - -# Grab the raw data from channel 1 -scope.write(":STOP") -scope.write(":WAV:POIN:MODE RAW") -rawdata = scope.ask(":WAV:DATA? CHAN1")[10:] -data_size = len(rawdata) -sample_rate = scope.ask_for_values(':ACQ:SAMP?')[0] -print 'Data size:', data_size, "Sample rate:", sample_rate -scope.write(":KEY:FORCE") -scope.close() - -# Dump data to the wav file -wav_file = wave.open("channel1.wav", "w") -nchannels = 1 -sampwidth = 1 -comptype = "NONE" -compname = "not compressed" -wav_file.setparams((nchannels, sampwidth, sample_rate, data_size, - comptype, compname)) -# Data will be written inverted -wav_file.writeframes(rawdata) -wav_file.close() -os.system("wfm_view channel1.wav")