2017-06-27 134 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

可以做些什么来防止这种错误的发生?

回答