Re: MVC in wxPython HELP!

2006-01-12 Thread bwaha
> Can I just suggest you search in Google Groups for the message by > "has" labelled "Re: MVC programming with python (newbie) - please help". > Dated: 7 Jan 2006 07:03:04 -0800. It is one of the nicest short > descriptions of the MVC pattern and why it works. I'll second that -- http://m

Re: MVC in wxPython HELP!

2006-01-11 Thread has
If folk wish to post that spiel anywhere else, be my guest. Public domain and all that. has -- http://mail.python.org/mailman/listinfo/python-list

Re: MVC in wxPython HELP!

2006-01-11 Thread Scott David Daniels
[EMAIL PROTECTED] wrote: > Hi to all. > I woud implement MVC with wxPython. Is it possible? Is there anyone > that have experience in this? > The only correct example according to Observer Pattern that i found on > web is not the formal implementation of MVC (is Document/View) and is > implemented

Re: MVC in wxPython HELP!

2006-01-11 Thread snoe
See this recent explanation by has: http://groups.google.ca/group/comp.lang.python/msg/f8990a2c666a793c?hl=en&; (The rest of the thread may lead you to more concrete examples as well.) -- http://mail.python.org/mailman/listinfo/python-list

Re: MVC in wxPython HELP!

2006-01-11 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > Hi to all. > I woud implement MVC with wxPython. Is it possible? Is there anyone > that have experience in this? > The only correct example according to Observer Pattern that i found on > web is not the formal implementation of MVC (is Document/View) and is > implemente

MVC in wxPython HELP!

2006-01-11 Thread meonimarco
Hi to all. I woud implement MVC with wxPython. Is it possible? Is there anyone that have experience in this? The only correct example according to Observer Pattern that i found on web is not the formal implementation of MVC (is Document/View) and is implemented with gtk... How can i translate this