Hey all,
I’m needing to use both Tkinter and Wxpython in my program’s release, but every time that I include Tkinter in my program, once it compiles, I get an error that comes up saying that my program has stopped working. Is there any way that I can include Tkinter in my program without compiling it with py2exe? Or is there any workaround for this?
Thanks