error.log.2022-08-10 2.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. 2022-03-10 15:14:54,538 - D:\git_workspace\sanoh\G01_0350\ezcad.py[line:27] - ERROR: 打标机软件执行异常: (2, 'ShellExecute', '系统找不到指定的文件。')
  2. Traceback (most recent call last):
  3. File "D:\git_workspace\sanoh\G01_0350\ezcad.py", line 21, in run
  4. win32api.ShellExecute(0, 'open', self.exename, self.filename, self.exepath, 1)
  5. pywintypes.error: (2, 'ShellExecute', '系统找不到指定的文件。')
  6. Stack (most recent call last):
  7. File "D:\Python\Python36-32\lib\threading.py", line 884, in _bootstrap
  8. self._bootstrap_inner()
  9. File "D:\Python\Python36-32\lib\threading.py", line 916, in _bootstrap_inner
  10. self.run()
  11. File "D:\git_workspace\sanoh\G01_0350\ezcad.py", line 27, in run
  12. self.log_file.logger.error('打标机软件执行异常: {0}'.format(e), exc_info=True, stack_info=True)
  13. 2022-03-10 15:16:46,307 - D:\git_workspace\sanoh\G01_0350\ezcad.py[line:27] - ERROR: 打标机软件执行异常: (2, 'ShellExecute', '系统找不到指定的文件。')
  14. Traceback (most recent call last):
  15. File "D:\git_workspace\sanoh\G01_0350\ezcad.py", line 21, in run
  16. win32api.ShellExecute(0, 'open', self.exename, self.filename, self.exepath, 1)
  17. pywintypes.error: (2, 'ShellExecute', '系统找不到指定的文件。')
  18. Stack (most recent call last):
  19. File "D:\Python\Python36-32\lib\threading.py", line 884, in _bootstrap
  20. self._bootstrap_inner()
  21. File "D:\Python\Python36-32\lib\threading.py", line 916, in _bootstrap_inner
  22. self.run()
  23. File "D:\git_workspace\sanoh\G01_0350\ezcad.py", line 27, in run
  24. self.log_file.logger.error('打标机软件执行异常: {0}'.format(e), exc_info=True, stack_info=True)
  25. 2022-03-10 15:17:07,072 - D:\git_workspace\sanoh\G01_0350\ezcad.py[line:27] - ERROR: 打标机软件执行异常: (2, 'ShellExecute', '系统找不到指定的文件。')
  26. Traceback (most recent call last):
  27. File "D:\git_workspace\sanoh\G01_0350\ezcad.py", line 21, in run
  28. win32api.ShellExecute(0, 'open', self.exename, self.filename, self.exepath, 1)
  29. pywintypes.error: (2, 'ShellExecute', '系统找不到指定的文件。')
  30. Stack (most recent call last):
  31. File "D:\Python\Python36-32\lib\threading.py", line 884, in _bootstrap
  32. self._bootstrap_inner()
  33. File "D:\Python\Python36-32\lib\threading.py", line 916, in _bootstrap_inner
  34. self.run()
  35. File "D:\git_workspace\sanoh\G01_0350\ezcad.py", line 27, in run
  36. self.log_file.logger.error('打标机软件执行异常: {0}'.format(e), exc_info=True, stack_info=True)