Re: [pygtk] How to organize my app?

2010-01-22 Thread Tobias Weber
On 21.01.2010, at 23:14, middleofdre...@gmail.com wrote: I think you're looking for the MVC pattern. You can read it up and do it on foot or use a framework like Kiwi. For example - I have main class in main file and I want to move widgets (loading widgets from gladefile) into new file.

Re: [pygtk] How to organize my app?

2010-01-22 Thread middleofdre...@gmail.com
I forgot something like MVC exists Is it hard to learn for example pygtkmvc and rebuild existing app (which is written in chaos mode - everything everywhere)? In which point of my app I should start? I'll give you the code... as messy as it is. http://github.com/middleofdreams/pybber comments

Re: [pygtk] PyGtk on Windows (SOLVED)

2010-01-22 Thread Timo
On 21-01-10 18:36, John Stowers wrote: I saw you saying that gtk+-2.18 is broken on Windows a couple of times. But I used it about 2-3 months ago for my application, and everything worked ok. That certainly sounds promising, would you mind testing something for me plese? Can you

Re: [pygtk] How to organize my app?

2010-01-22 Thread Tomeu Vizoso
Sorry for not directly replying your question, but (if you have the interest) I would recommend reading up about object oriented design and design patterns. Code organization is an important aspect of controlling complexity. http://en.wikipedia.org/wiki/GRASP_%28Object_Oriented_Design%29

[pygtk] ANNOUNCE: python-gudev 147 (initial release)

2010-01-22 Thread John Stowers
What is it? === python-gudev is a Python (PyGObject) binding to the GUDev udev library What's changed in 147 * Initial release, complete coverage of the GUDev 147 API Where can I get it? === Source code: