Brent Vollebregt
Brent Vollebregt
Can you please provide the whole exception and stack trace
Can we have this change within https://github.com/brentvollebregt/auto-py-to-exe/pull/292?
Are you able to merge this branch into #292?
This was manually added in f730a1516fe383adf5b7c5dcfcebf4ed9c1bca67 as part of #292 and will be released in 2.23.0
Can you please fill out the template - if I simply package that and do nothing else, of course it won't work.
You can just use `tablas_salida` - this will create the folder in the output. Have you tried using one-directory mode? It will help you identify what is going on.
If you insert one of your file paths into the script below, what's the output? ```py path = r"D:/PythonFiles/Python/GUI_..." # Insert your path here import os if os.path.isfile(path): print("path exists")...
I see under 5, it's expecting the Python `lib` folder (that holds the standard library modules) to be at `C:\\Users\\Owner\\Desktop\\M-95\\M-95\\lib`, however in your screenshot (assuming that this was another run...
You could try copying in your existing `lib` folder from your Python 3.9.x installation (is by the `Scripts` folder in the installation root) into the generated executable. This may solve...
This was manually added in f730a1516fe383adf5b7c5dcfcebf4ed9c1bca67 and will be released in 2.23.0