wxpython frame crashes on closing in 64 bit version of python 2.7 but is fine in 32 bit -
i building gui application run database using wxpython 3 python 2.7. when run application 32bit python runs without problem. however, when looked run same code in 64bit works application crashes out during closing frame. occurs both have intercepted close event or not.
is there special 64 bit version needs done avoid instability?
Comments
Post a Comment