0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

PyAutoGUIのライブラリ使用時に「'_idat' object has no attribute 'fileno'」が出て詰まった話

Posted at

PythonでPyAutoGUIを使ってスクリーンショットを取るコードを書いてコンパイルしたときにこのエラーが発生した

調べても全然ヒットしなかったのだが、思わぬところに落とし穴があったので備忘録

原因

結論、VScodeに画面録画の権限を与えられていなかったことが問題でした

解決策

そうと分かればやることはかんたん

「システム環境設定」の「セキュリティとプライバシー」を開き、
スクリーンショット 2021-02-21 21.01.07.png

鍵クリックして、Codeに権限を与えればOK
スクリーンショット 2021-02-21 21.01.43.png

もうちょっとわかりやすくエラー内容出してほちぃ

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?