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

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -