2 years ago
#76920
tzujan
Extracting, unpacking all the code from a decorator (Gooey) into a single script
I was recently introduced to Gooey and loved it. With that said, I have a more complicated program that I have 80% of the way there with Gooey, but I would like to add some custom wx panels and non-default functionality. WXPython seems easy enough, but I was hoping to take what I have done in Gooey and convert it to a single WXPython script that I could add to instead of re-building it from scratch. I played with the inspect
module and grabbed the Gooey source code. The latter works, basically building from scratch, but is time-consuming! It seems to me, at run time, there must be a single script that can be grabbed, I am just not sure how to go about this. Any thoughts?
python
wxpython
0 Answers
Your Answer