[PyKDE] Minor feature request for goto dialogue

2004-09-16 Thread Mike C. Fletcher
I realise this is trivial, but I'm tripping up for a few seconds every time I use it, so I'd imagine others do as well... Any chance that on load the number (1) could be selected (or absent) so that pasting in a number from a traceback and/or just starting to type the number from memory doesn't

[PyKDE] Eric project browser glitch with really long method signature

2004-09-16 Thread Mike C. Fletcher
class Test( object ): def createSaleResponse( self, protocol, sale, communicationControl = 0, # approval terminalDisplay="Approved", approvalCode="", authorizationCode="AUTHORISED", timestamp=None, **named ): """Just a sample with a real

[PyKDE] Minor bug in ModuleParser.py handling of nested scopes with self. references...

2004-09-16 Thread Mike C. Fletcher
This rather common Twisted idiom causes the "Application diagram" plugin to choke on line 328 of ModuleParser: class Test(object): def connect(self ): """Connect to the remote host, returns deferred returning protocol""" df = ncrprotocol.connectTCP( self.host, self.port )

[PyKDE] migrating to sip 4

2004-09-16 Thread Toby Dickenson
We have just finished migrating a large application from PyQt 3.8.1, sip 3.8, and python 2.2 - to version 3.12, 4, and 2.3. Upgrading those tools has caused us _zero_ issues so far. Thats the right way to manage change. Many thanks to all who have contributed. -- Toby Dickenson __

Re: [PyKDE] A few minor (but irritating :) ) editor bugs in Eric 3.4.2

2004-09-16 Thread Mike C. Fletcher
More info, and one correction: Mike C. Fletcher wrote: .ebuild for Gentoo with KDE 3.3/Xorg-X11 on an AMD64 native build. Was wrong about the KDE version, it's KDE 3.2.2, I'll try compiling KDE 3.2.3 this evening to see if that helps. 1) Arrow-key-after select+(ctrl-c) does not clear the selectio

[PyKDE] A few minor (but irritating :) ) editor bugs in Eric 3.4.2

2004-09-16 Thread Mike C. Fletcher
Hi all, Once again trying to make Eric my primary working environment (as part of switching from Windows+PythonWin to Linux), and have run into 2 bugs that tend to make it very frustrating to work in the source-code editor. I'm using the Eric 3.4.2 .ebuild for Gentoo with KDE 3.3/Xorg-X11 on a

Re: [PyKDE] Event chaining and passing parameters

2004-09-16 Thread Jim Bublitz
On Thursday 16 September 2004 12:22, Timothy Grant wrote: > On Thu, 16 Sep 2004 05:18:25 -0700, David Boddie <[EMAIL PROTECTED]> wrote: > > On Wed, 15 Sep 2004 13:54:04, Timothy Grant wrote: > > > I have QListView that connects to a context menu (QPopupMenu) and > > > passes the item(s) to my show

Re: [PyKDE] ANN: QScintilla v1.4 Released

2004-09-16 Thread Rex Dieter
Rex Dieter wrote: Phil Thompson wrote: QScintilla v1.4 has been released and can be downloaded from the usual place. Here's a patch that fixes the designer plugin build (for me, when building RPMS). Without the patch, it assumes there's already installed qscintilla headers. Updated patch that

Re: [PyKDE] Event chaining and passing parameters

2004-09-16 Thread Timothy Grant
On Thu, 16 Sep 2004 05:18:25 -0700, David Boddie <[EMAIL PROTECTED]> wrote: > On Wed, 15 Sep 2004 13:54:04, Timothy Grant wrote: > > > I have QListView that connects to a context menu (QPopupMenu) and > > passes the item(s) to my showPopup method. > > > > The QActions that populate the QpopupMenu

Re: [PyKDE] PyQt + multiple Interpreters

2004-09-16 Thread Phil Thompson
On Thursday 16 September 2004 2:01 pm, Christoph Wiedemann wrote: > Hi all, > > i think i found a bug in sipRegisterModule(...). I'm using Sip 3.8. I have > a program which uses embedded python. It allocates several independent > interpreters with Py_NewInterpreter. > > Now, if more than one interp

Re: [PyKDE] ANN: QScintilla v1.4 Released

2004-09-16 Thread Rex Dieter
Phil Thompson wrote: QScintilla v1.4 has been released and can be downloaded from the usual place. Here's a patch that fixes the designer plugin build (for me, when building RPMS). Without the patch, it assumes there's already installed qscintilla headers. -- Rex --- qscintilla-1.61-gpl-1.4/de

Re: [PyKDE] PyQt + multiple Interpreters

2004-09-16 Thread Christoph Wiedemann
Sorry for answering my own mail. I've just tried my suggested fix, but now i get exceptions.RuntimeError: SIP - module "qt" implements QObject but it has already been implemented File "", line 47, in getWidget File "./PyCute.py", line 3, in ? from qt import * File "/home/wiedeman/.use

[PyKDE] PyQt + multiple Interpreters

2004-09-16 Thread Christoph Wiedemann
Hi all, i think i found a bug in sipRegisterModule(...). I'm using Sip 3.8. I have a program which uses embedded python. It allocates several independent interpreters with Py_NewInterpreter. Now, if more than one interpreter imports the qt module, the program hangs in an endless loop inside sipli

Re: [PyKDE] Event chaining and passing parameters

2004-09-16 Thread David Boddie
On Wed, 15 Sep 2004 13:54:04, Timothy Grant wrote: > I have QListView that connects to a context menu (QPopupMenu) and > passes the item(s) to my showPopup method. > > The QActions that populate the QpopupMenu then call their own > processing methods. You might need to post some code that

[PyKDE] ANN: QScintilla v1.4 Released

2004-09-16 Thread Phil Thompson
QScintilla v1.4 has been released and can be downloaded from the usual place. Highlights include... - based on Scintilla v1.61 - support for the Bash lexer added to the high-level API - a plugin for Qt Designer - French and Russian translations added to the existing German ones