Re: [Tutor] python editor

2012-02-08 Thread R.S.
I'm using Spyder (http://code.google.com/p/spyderlib/) and Notepad++ on Windows. I don't like pycharm. This software is consuming too much resources witch for me is poinless. Pycharm can eat even 500MB+ of RAM for simple application. 2012/2/8 Jamie Paul Griffin > On Mon, Feb 06, 2012 at 06:11:1

[Tutor] PyQT GUI Threading example

2012-02-08 Thread R.S.
I can't find any full example of threading with many threads working and updating GUI (precisely i need QTreeWidget). I can only find: not updating GUI examples, updating GUI examples with one thread. But i just can't find what i need. Could anyone share working example with many threads updating G