123456789101112131415161718192021222324252627282930313233343536 |
- 2022-03-10 15:14:54,538 - D:\git_workspace\sanoh\G01_0350\ezcad.py[line:27] - ERROR: 打标机软件执行异常: (2, 'ShellExecute', '系统找不到指定的文件。')
- Traceback (most recent call last):
- File "D:\git_workspace\sanoh\G01_0350\ezcad.py", line 21, in run
- win32api.ShellExecute(0, 'open', self.exename, self.filename, self.exepath, 1)
- pywintypes.error: (2, 'ShellExecute', '系统找不到指定的文件。')
- Stack (most recent call last):
- File "D:\Python\Python36-32\lib\threading.py", line 884, in _bootstrap
- self._bootstrap_inner()
- File "D:\Python\Python36-32\lib\threading.py", line 916, in _bootstrap_inner
- self.run()
- File "D:\git_workspace\sanoh\G01_0350\ezcad.py", line 27, in run
- self.log_file.logger.error('打标机软件执行异常: {0}'.format(e), exc_info=True, stack_info=True)
- 2022-03-10 15:16:46,307 - D:\git_workspace\sanoh\G01_0350\ezcad.py[line:27] - ERROR: 打标机软件执行异常: (2, 'ShellExecute', '系统找不到指定的文件。')
- Traceback (most recent call last):
- File "D:\git_workspace\sanoh\G01_0350\ezcad.py", line 21, in run
- win32api.ShellExecute(0, 'open', self.exename, self.filename, self.exepath, 1)
- pywintypes.error: (2, 'ShellExecute', '系统找不到指定的文件。')
- Stack (most recent call last):
- File "D:\Python\Python36-32\lib\threading.py", line 884, in _bootstrap
- self._bootstrap_inner()
- File "D:\Python\Python36-32\lib\threading.py", line 916, in _bootstrap_inner
- self.run()
- File "D:\git_workspace\sanoh\G01_0350\ezcad.py", line 27, in run
- self.log_file.logger.error('打标机软件执行异常: {0}'.format(e), exc_info=True, stack_info=True)
- 2022-03-10 15:17:07,072 - D:\git_workspace\sanoh\G01_0350\ezcad.py[line:27] - ERROR: 打标机软件执行异常: (2, 'ShellExecute', '系统找不到指定的文件。')
- Traceback (most recent call last):
- File "D:\git_workspace\sanoh\G01_0350\ezcad.py", line 21, in run
- win32api.ShellExecute(0, 'open', self.exename, self.filename, self.exepath, 1)
- pywintypes.error: (2, 'ShellExecute', '系统找不到指定的文件。')
- Stack (most recent call last):
- File "D:\Python\Python36-32\lib\threading.py", line 884, in _bootstrap
- self._bootstrap_inner()
- File "D:\Python\Python36-32\lib\threading.py", line 916, in _bootstrap_inner
- self.run()
- File "D:\git_workspace\sanoh\G01_0350\ezcad.py", line 27, in run
- self.log_file.logger.error('打标机软件执行异常: {0}'.format(e), exc_info=True, stack_info=True)
|