Would someone mind taking a look at my code so far on a method of doing MVC with wxpython, there are two small demos one that shares the same model with many windows, and one that uses sleep without interrupting the wx mainloop.
Please take a look I’m interested in what someone else thinks of this
way of approaching MVC or to point out something i seriously overlooked.
github.com/Yoriz/Y_Mvc/tree/master/src/y_mvc
Note: Im using python 2.7 with wxpython 2.9.4.0 and the ysignal.py module for requires
https://pypi.python.org/pypi/futures/2.1.3