Re: [PyKDE] Model indexes and internal pointers

2006-07-17 Thread Andreas Pakulat
On 16.07.06 12:34:34, Arve Knudsen wrote: Phil: Might it be an idea to make QModelIndex update the reference count for its internalPointer? This is only a suggestion on my part, as I'm in not an expert on Python/C++ interfacing. I just resolved some mysterious segfaults in an application of

Re: [PyKDE] PyQt 4.0.1 - howto ?

2006-07-17 Thread David Boddie
On Sun Jul 16 14:13:59 MEST 2006, Adrien Bourdet wrote: In my previous post, I paste an example of code that crash python on import of PyQt. I also have the crash with examples from the tutorial : tiggrou at TiggrouPB:~/Documents/Prog/Download/PyQt-mac-gpl-4.0.1/ examples/tutorial$

Re: [PyKDE] QScintilla snapshot not auto-indenting anymore

2006-07-17 Thread Detlev Offenbach
Hi, that will be fixed in the next release of eric3. Regards, Detlev PS: For those of you, who are willing to patch it themselves. In the Editor methods bindLexer and readSettings (Editor.py) make the lines dealing with autoindentation settings for Python read if

Re: [PyKDE] Re: [eric3]api file generation

2006-07-17 Thread Andreas Pakulat
On 17.07.06 18:58:10, Detlev Offenbach wrote: On Monday 17 July 2006 10:10, Andreas Pakulat wrote: @Detlev: If you read this, even though it might sound like I'm not complaining about eric3 having no proper code completion. I know code completion is not an easy thing to implement and I do

Re: [PyKDE] Starting a PyQt application from a console daemon

2006-07-17 Thread Kevin Cureton
While I haven't used it myself, Qt4 has support for console applications.http://doc.trolltech.com/4.1/qcoreapplication.htmlThe list can comment on whether or not this is fully supported in PyQt.To clarify, you want to run a daemon of some sort. The daemon then, depending on what signals it gets,

Re: [PyKDE] QScintilla snapshot not auto-indenting anymore

2006-07-17 Thread Andreas Pakulat
On 17.07.06 21:37:59, Andreas Pakulat wrote: On 17.07.06 19:04:21, Detlev Offenbach wrote: PS: For those of you, who are willing to patch it themselves. In the Editor methods bindLexer and readSettings (Editor.py) make the lines dealing with autoindentation settings for Python read

Re: [PyKDE] Trying to use VendorId

2006-07-17 Thread Giovanni Bajo
Chris Dunscombe [EMAIL PROTECTED] wrote: I am trying to make use of the VendorId program to create a signed Python interpreter but am having some dificulties. First some background. 1. I have a PyQt based application, for Windows, that I wish to distribute to users making use VendorId and