Closed PySimpleGUI closed 4 years ago
Oh, I run a program called "run_me.py" to make the docs. It pops up a window at the end when it works. It crashes like above when it doesn't.
The files are all checked into the PySimpleGUI GitHub under readme_creator: https://github.com/PySimpleGUI/PySimpleGUI/tree/master/readme_creator
I didn't understand anything. Can you describe it more clearly? How can I reproduce error? I need clear picture of a problem and environment, when error occurred.
The instructions are here in the Issue.
When I include the line:
<!-- <+func.popup_ok_cancel+> -->
It crashes when I run my normal creation program run_me.py
OK, I've made it super-easy for you.
Download the folder readme_creator (link posted above)
run the file "run_me.py" and you'll get the crash
If you remove the line at end of section 2 then it doesn't crash.
fixed/
I was trying to get 4.5.0 out a couple days back and could not for the life of me get past the problem when I had this in the 2_readme.md:
<!-- <+func.popup_ok_cancel+> -->
When I place that line after the popup_ok definition, I get this crash that I tried and tried to understand but just couldn't figure it out, so I deleted the function from the docs. Maybe you can help me get past it....