0
2

More than 3 years have passed since last update.

Pythonで[Errno 2] No such file or directoryがでた時の対処

Posted at

間違っていたこと一覧

相対パスの書き方をプログラムのファイルの位置が起点だと思っていた。
  ↓
カレントディレクトリが起点
Python 3.x - pythonでの相対パスの設定|teratail

Windowsでのパスの書き方をtemp/file.txtだと思っていた。
  ↓
temp\file.txt 上の書き方はUNIX

対処法

絶対パスで参照した。

感想

パスの書き方違うのまじで衝撃

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2