Re: [PyQt] QScintilla code-completion bizarre behavior

2008-09-22 Thread Baz Walter
Brian Kelley wrote: [snip] def start(self): lexer = self.lexer = QsciLexerPython() api = QsciAPIs(lexer) # write the API to a file self.api = api you save references to your lexer and api here [snip] def finished(self): # save the api to a bin

[PyQt] QScintilla code-completion bizarre behavior

2008-09-22 Thread Brian Kelley
I have spent some time making an example code-completion application, mostly to educate myself. This simple application (1) reads a raw .api file, (2) prepares the file for loading into a lexer (3) finally loads it and creates a new QScintilla object using the prepared API and turns code-com

[PyQt] runtime error on the last PyQt binaries

2008-09-22 Thread kib2
Hi, I've installed the latest binaries of PyQt 4.4.3 on my Windows XP machine and I can't launch the Designer from the menu (or from the demos), I've got a runtime error. Does anybody has the same issue ? Thanks. ___ PyQt mailing listPyQt@rive