Re: [PyKDE] itemviews puzzle crash

2006-06-09 Thread Andreas Pakulat
On 09.06.06 15:46:41, Adam Tenderholt wrote: > Anyone have problems with the PyQt4 puzzle example in the itemviews > subdirectory? Whenever I try to drag a piece, it crashes with either a > Seg Fault or a Bus Error. The same example bundled wtih Qt4 works > fine. > > I'm running PyQt4-gpl-4.0beta1

[PyKDE] itemviews puzzle crash

2006-06-09 Thread Adam Tenderholt
Anyone have problems with the PyQt4 puzzle example in the itemviews subdirectory? Whenever I try to drag a piece, it crashes with either a Seg Fault or a Bus Error. The same example bundled wtih Qt4 works fine. I'm running PyQt4-gpl-4.0beta1 with sip 4.4.3, Qt 4.1.2, and Universal Python 2.4.3 on

[PyKDE] eric3: Crash on copypaste

2006-06-09 Thread PFC
When I paste text containing accented chars encoded in ISO-8859-1 in an eric text editor handling an utf-8 file, eric crashes. It displays this in the console : *** glibc detected *** double free or corruption (!prev): 0x0185b6b0 *** Abandon Instead of crashing, I wish i

Re: [PyKDE] eric3: Line wrapping

2006-06-09 Thread Detlev Offenbach
Hi, a configuration option for line wrapping will be in eric3 3.9.1, which is scheduled for release within a couple of days. Detlev On Thursday 11 May 2006 01:54, Danny Adair wrote: > Mmmh, > > In > /usr/lib/python2.4/site-packages/eric3/QScintilla/Editor.py > Line 2152 in setTextDisplay(): > >

Re: [PyKDE] converting enum types

2006-06-09 Thread Patrick Stinson
yeah, as with most things python, they look a little closer to the real concept of an enum, with little attention payed to the implementation details of such a thing in C. On 6/9/06, Phil Thompson <[EMAIL PROTECTED]> wrote: On Thursday 08 June 2006 10:18 pm, Eron Lloyd wrote: > On 6/8/06, Patric

Re: [PyKDE] converting enum types

2006-06-09 Thread Phil Thompson
On Thursday 08 June 2006 10:18 pm, Eron Lloyd wrote: > On 6/8/06, Patrick Stinson <[EMAIL PROTECTED]> wrote: > > On 6/8/06, Phil Thompson <[EMAIL PROTECTED]> wrote: > > > On Thursday 08 June 2006 2:55 pm, Patrick Stinson wrote: > > > > It seems like everywhere that there is an enum value returned f