DEV Community

Discussion on: How to convert .py to .exe? Step by step guide.

Collapse
 
biswarup1290dass profile image
biswarup1290dass

I am facing the below issue while converting py to exe. It if failing at Analysis due to log formatting syntax.

[thepracticaldev.s3.amazonaws.com/i...]

Collapse
 
eshleron profile image
Eshleron

Hi!
1.If you still have the problem I would look and the string itself with
log.error(f""). Dont think that you can do what I think you are trying to do.

2.If second error is present after you delt with the first one, then simple recomendation is to reinstall pyinstaller. I had multiple problems with converting and they mostly got solved by restarting converting process.

Some comments have been hidden by the post's author - find out more