mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #354] Failing to Display .html file after converting #294
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mark-fein on GitHub (Jan 17, 2023).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/354
Originally assigned to: @mark-fein on GitHub.
As in the title I have the following code in my .py file:
However, when I run the output .exe file, my splash screen where the user inputs data apepars, I am able to input data but nothing happens when "Run" is pressed.
Thoughts?
Is the "Run" button busted, or is it just failing to open the html file?
Here is code for Input Screen:
@brentvollebregt commented on GitHub (Jan 18, 2023):
Have you followed the help post? What did you find when following the debugging steps?
You haven't said where this
my_plot.htmlfile comes from - maybe you forgot to add it to the additional files section? If this is the case, the debugging steps would have stated the file is missing and you would be able to validate it in one director mode.@mark-fein commented on GitHub (Jan 18, 2023):
It is located within the same .py file as the original code above. When I run it as a .ipynb it works great, its only when its converted over to .exe that it fails to do anything.
See below for the entire code. Again it is a single file, and doesn't reference any other files.
@brentvollebregt commented on GitHub (Jan 18, 2023):
What did you get when you read the supplied help material linked in the UI, at the end of every build and README?
@github-actions[bot] commented on GitHub (Feb 20, 2023):
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.
@github-actions[bot] commented on GitHub (Feb 26, 2023):
Closing issue due to no activity in more than 60 days.