Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
したがって、エラーをトリガーするコード行は次のとおりです。
win32gui.GetPixel(win32gui.GetDC(self._hwndGame), x, y)
エラーは次のとおりです。
pywintypes.error: (0, 'GetPixel', 'No error message is available')
このエラーを解釈する方法や、どこから解決を開始すればよいかわかりません。どんなアイデアでも大歓迎です。
私は偶然に私の問題を解決したかもしれません。「カラー マネージメント」をサポートしていないデバイスに対して GetPixel() を実行しようとすると、エラー (この場合) がスローされるようです。それか、ウィンドウのサイズの境界外で GetPixel() を試みていました。どちらの場合も、このエラーが発生したようです。これは、私がどのように解決したかについての単なる予感です。