Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-08 Thread Hans-Peter Jansen
On Tuesday 08 February 2011, 01:17:25 Hans-Peter Jansen wrote: > Dear Phil, > > On Monday 07 February 2011, 23:40:41 Phil Thompson wrote: > > > > I've now got to the bottom of this. It's a Python bug (#4230) which > > incorrectly handles __getattr__ when it is a descriptor. > > Glad, that you found

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-07 Thread Hans-Peter Jansen
Dear Phil, On Monday 07 February 2011, 23:40:41 Phil Thompson wrote: > On Sun, 6 Feb 2011 15:49:59 +0100, "Hans-Peter Jansen" > > > wrote: > > On Thursday 03 February 2011, 11:02:32 Phil Thompson wrote: > >> On Thu, 3 Feb 2011 00:42:05 +0100, "Hans-Peter Jansen" > >> > >> > >> > Other than that,

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-07 Thread Phil Thompson
On Sun, 6 Feb 2011 15:49:59 +0100, "Hans-Peter Jansen" wrote: > On Thursday 03 February 2011, 11:02:32 Phil Thompson wrote: >> On Thu, 3 Feb 2011 00:42:05 +0100, "Hans-Peter Jansen" >> >> >> > Other than that, I'm pretty baffled at the moment. How could I >> > debug this issue any further? If I'm

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-07 Thread Detlev Offenbach
On Sonntag, 6. Februar 2011, Hans-Peter Jansen wrote: > > > By the way, Detlev, it doesn't look like the 4.4.12 files were > > published. I see the folder but no files. Might be a permission > > issue, since I am an outsider for the project. > > Sourceforge is still backing up from counter me

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-06 Thread Hans-Peter Jansen
attacks: http://sourceforge.net/blog You might need to take the SVN road to a current eric. Pete >   If there is a specific file or system setting you'd like to see or > know of, just let me know. > > Thanks again for the assistance, > > Erik > > Original Mess

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-06 Thread Hans-Peter Jansen
On Sunday 06 February 2011, 16:40:41 Phil Thompson wrote: > On Sun, 6 Feb 2011 15:49:59 +0100, "Hans-Peter Jansen" > > > wrote: > > > > # derive from a sip wrapped class > > class C(QtCore.QObject): > > def __init__(self): > > super(C, self).__init__() > > # access a non existi

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-06 Thread Phil Thompson
On Sun, 6 Feb 2011 15:49:59 +0100, "Hans-Peter Jansen" wrote: > On Thursday 03 February 2011, 11:02:32 Phil Thompson wrote: >> On Thu, 3 Feb 2011 00:42:05 +0100, "Hans-Peter Jansen" >> >> >> > Other than that, I'm pretty baffled at the moment. How could I >> > debug this issue any further? If I'm

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-06 Thread Detlev Offenbach
On Sonntag, 6. Februar 2011, Hans-Peter Jansen wrote: > On Sunday 06 February 2011, 15:49:19 Detlev Offenbach wrote: > > On Sonntag, 6. Februar 2011, Hans-Peter Jansen wrote: > > > Dear Erik, > > > > > > On Sunday 06 February 2011, 05:19:54 e...@eebrown.com wrote: > > > > Mr. Jansen, > > > > > >

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-06 Thread Hans-Peter Jansen
On Sunday 06 February 2011, 15:49:19 Detlev Offenbach wrote: > On Sonntag, 6. Februar 2011, Hans-Peter Jansen wrote: > > Dear Erik, > > > > On Sunday 06 February 2011, 05:19:54 e...@eebrown.com wrote: > > > Mr. Jansen, > > > > > > I noticed your messages on this subject, and wonder if you > > > f

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-06 Thread Hans-Peter Jansen
On Thursday 03 February 2011, 11:02:32 Phil Thompson wrote: > On Thu, 3 Feb 2011 00:42:05 +0100, "Hans-Peter Jansen" > > > > Other than that, I'm pretty baffled at the moment. How could I > > debug this issue any further? If I'm going to try bisecting it, > > would you think, that rebuilding sip i

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-06 Thread Detlev Offenbach
On Sonntag, 6. Februar 2011, Hans-Peter Jansen wrote: > Dear Erik, > > On Sunday 06 February 2011, 05:19:54 e...@eebrown.com wrote: > > Mr. Jansen, > > > > I noticed your messages on this subject, and wonder if you found a > > resolution to this problem? > > I was able to track the issue down

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-06 Thread Hans-Peter Jansen
Dear Erik, On Sunday 06 February 2011, 05:19:54 e...@eebrown.com wrote: > Mr. Jansen, > >   I noticed your messages on this subject, and wonder if you found a > resolution to this problem?  I was able to track the issue down to this, and this message contains a temporary workaround to eric: ht

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-03 Thread Hans-Peter Jansen
[Oops, missing recipients..] On Wednesday 02 February 2011, 23:12:07 Phil Thompson wrote: > On Wed, 2 Feb 2011 22:59:27 +0100, "Hans-Peter Jansen" > > > > > Could you do me a flavor and call > > python -v sipinstance.py (attached again) for your 2.6 setup. > > Attached. Thanks, but nothing stand

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-02 Thread Hans-Peter Jansen
On Wednesday 02 February 2011, 22:29:48 Phil Thompson wrote: > On Wed, 2 Feb 2011 22:25:09 +0100, "Hans-Peter Jansen" > > > wrote: > > On Wednesday 02 February 2011, 22:16:46 Phil Thompson wrote: > >> On Wed, 2 Feb 2011 21:33:39 +0100, "Hans-Peter Jansen" > >> > >> > >> wrote: > >> > [Oops, sorry

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-02 Thread Phil Thompson
On Wed, 2 Feb 2011 22:25:09 +0100, "Hans-Peter Jansen" wrote: > On Wednesday 02 February 2011, 22:16:46 Phil Thompson wrote: >> On Wed, 2 Feb 2011 21:33:39 +0100, "Hans-Peter Jansen" >> >> >> wrote: >> > [Oops, sorry, send too fast] >> > >> > Dear Phil, >> > >> > On Tuesday 01 February 2011, 22:2

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-02 Thread Hans-Peter Jansen
On Wednesday 02 February 2011, 22:16:46 Phil Thompson wrote: > On Wed, 2 Feb 2011 21:33:39 +0100, "Hans-Peter Jansen" > > > wrote: > > [Oops, sorry, send too fast] > > > > Dear Phil, > > > > On Tuesday 01 February 2011, 22:26:43 Hans-Peter Jansen wrote: > >> Phil, something is badly broken with th

Re: [PyQt] BUG: sip instance attribute error: Re: [eric4] python qscintilla traceback with current snapshot also

2011-02-02 Thread Phil Thompson
On Wed, 2 Feb 2011 21:33:39 +0100, "Hans-Peter Jansen" wrote: > [Oops, sorry, send too fast] > > Dear Phil, > > On Tuesday 01 February 2011, 22:26:43 Hans-Peter Jansen wrote: >> >> Phil, something is badly broken with the current release and the >> snapshots. > > Here's the essence of the issu