auto-py-to-exe: When building exe - every command is duplicated

Your Environment:

  • Python version: Python 3.10.11
  • auto-py-to-exe version: 2.37.0
  • PyInstaller version: 5.13.0
  • Eel version: 0.16.0

Build often fails with “access denied” message. But the I realised that auto-py-to-exe runs twice, i.e. I’m getting in Output window:

Running auto-py-to-exe v2.37.0
Running auto-py-to-exe v2.37.0
Building directory: c:\Temp\tmp9se7his7
Building directory: c:\Temp\tmp9se7his7

Which probably explains the “access denied” message - because the output file is locked by one process, when the other one tries to write the file.

image

About this issue

  • Original URL
  • State: closed
  • Created 10 months ago
  • Comments: 15 (6 by maintainers)

Commits related to this issue

Most upvoted comments

Thank you Brent. I call it RTFM 😃