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.
About this issue
- Original URL
- State: closed
- Created 10 months ago
- Comments: 15 (6 by maintainers)
Commits related to this issue
- #426 Stop creating more than one logging handler on UI reload — committed to brentvollebregt/auto-py-to-exe by brentvollebregt 10 months ago
Thank you Brent. I call it RTFM 😃