2017-06-27 283 views
-1

pyinstallerを使用してexeファイルを生成しました。このプログラムでは、セレンとクロームドライバーを使用しています。私のWindows 8のコンピュータでは、このプログラムは正常に動作します。私の友人はWindows 10を使用し、Pythonはインストールされていません。私の友人は彼がDEBUG.LOGファイルでこのエラー文を取得するプログラムを実行すると:pythonからexeファイルを作成しました。アクセスが拒否されました。

[0514/122255.973:ERROR:process_reader_win.cc(114)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022) [0514/122255.977:ERROR:exception_snapshot_win.cc(87)] thread ID 1988 not found in process [0514/122255.977:WARNING:crash_report_exception_handler.cc(60)] ProcessSnapshotWin::Initialize failed [0514/122920.318:ERROR:process_reader_win.cc(114)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022) [0514/122920.320:ERROR:exception_snapshot_win.cc(87)] thread ID 13472 not found in process [0514/122920.320:WARNING:crash_report_exception_handler.cc(60)] ProcessSnapshotWin::Initialize failed [0514/124036.585:ERROR:process_reader_win.cc(114)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022) [0514/124036.614:ERROR:exception_snapshot_win.cc(87)] thread ID 4232 not found in process [0514/124036.614:WARNING:crash_report_exception_handler.cc(60)] ProcessSnapshotWin::Initialize failed

何がこのエラーの発生を防ぐために行うことができますか?

答えて

関連する問題