Bug#490340: segfaults when calling QTextBrowser.setText()

2008-07-20 Thread Bastian Venthur
Hmm very strange, but when this isn't supposed to work, why did this work for nearly 1.5 year in reportbug-ng? Is this restriction with qt and python threads new? I've seen similar restrictions in pygame too, but since the above example worked perfectly for over 1 year, I thought qt3 was not a

Bug#490340: segfaults when calling QTextBrowser.setText()

2008-07-15 Thread Torsten Marek
Hi, from the looks of it, this is a bug in the program. Please cf the documentation of PyQt3 [0]. >>> Support for Threads * If you use the Python API then all calls to PyQt (including any imports) must be done from one thread only. Therefore, if you want to m