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 it - and

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

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 h...@urpla.net wrote: On Thursday 03 February 2011, 11:02:32 Phil Thompson wrote: On Thu, 3 Feb 2011 00:42:05 +0100, Hans-Peter Jansen h...@urpla.net Other than that, I'm pretty baffled at the moment. How could I debug this issue any

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 h...@urpla.net wrote: On Thursday 03 February 2011, 11:02:32 Phil Thompson wrote: On Thu, 3 Feb 2011 00:42:05 +0100, Hans-Peter Jansen h...@urpla.net Other than

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:

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 to this,

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 h...@urpla.net 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

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 found a resolution

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, I noticed your

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 h...@urpla.net wrote: # derive from a sip wrapped class class C(QtCore.QObject): def __init__(self): super(C, self).__init__() # access a non existing

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

2011-02-06 Thread Hans-Peter Jansen
: Re: [eric4] python qscintilla traceback with current snapshot also From: Detlev Offenbach det...@die-offenbachs.de Date: Sun, February 06, 2011 10:13 am To: pyqt@riverbankcomputing.com Cc: Hans-Peter Jansen h...@urpla.net, e...@eebrown.com On Sonntag, 6. Februar 2011, Hans-Peter

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 h...@urpla.net Could you do me a flavor and call python -v sipinstance.py (attached again) for your 2.6 setup. Attached. Thanks, but nothing

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 h...@urpla.net 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

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 h...@urpla.net wrote: On Wednesday 02 February 2011, 22:16:46 Phil Thompson wrote: On Wed, 2 Feb 2011 21:33:39 +0100, Hans-Peter Jansen h...@urpla.net wrote: [Oops, sorry, send too fast] Dear Phil, On Tuesday 01 February 2011,

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 h...@urpla.net wrote: On Wednesday 02 February 2011, 22:16:46 Phil Thompson wrote: On Wed, 2 Feb 2011 21:33:39 +0100, Hans-Peter Jansen h...@urpla.net wrote: [Oops,