- 344 名前:デフォルトの名無しさん [2019/02/24(日) 13:10:54.97 ID:fR/HEchoE]
- 329の【表現したい形】は一部誤り。正しくはこちらです。
【表現したい形】 {'C:\\Users\\81802\\': [{'PycharmProjects\\PlayGround\\': ['', {'venv\\': ['', {'lib\\site-packages\\': ['', 'setuptools-39.1.0-py3.7.egg', 'pip-10.0.1-py3.7.egg']}]}]}, {'AppData\\Local\\Programs\\Python\\Python37\\': ['', 'python37.zip', 'DLLs', 'lib']}]}
sys.pathのグループ分けをし、 【common_path】 ['C:\\Users\\81802', 'C:\\Users\\81802\\AppData\\Local\\Programs\\Python\\Python37', 'C:\\Users\\81802\\PycharmProjects\\PlayGround', 'C:\\Users\\81802\\PycharmProjects\\PlayGround\\venv', 'C:\\Users\\81802\\PycharmProjects\\PlayGround\\venv\\lib\\site-packages'] は得ることまではできました。
|

|