python - Why does sys.path have "c:\\windows\\system\python34.zip"? -
when imported sys,
>>> import sys >>> sys.path ['', 'c:\\program files\\python 3.5\\lib\\site-packages\\pyinstaller-3.0-py3.5.egg', **'c:\\program files\\python 3.5\\python35.zip'**, 'c:\\program files\\python 3.5\\dlls', 'c:\\program files\\python 3.5\\lib', 'c:\\program files\\python 3.5', 'c:\\program files\\python 3.5\\lib\\site-packages', 'c:\\program files\\python 3.5\\lib\\site-packages\\win32', 'c:\\program files\\python 3.5\\lib\\site-packages\\win32\\lib', 'c:\\program files\\python 3.5\\lib\\site-packages\\pythonwin']`
i checked whether there file python34.zip
in directory, answer no. why showing?
Comments
Post a Comment