On Donnerstag, 24. Mai 2007, Arve Knudsen wrote:
> Hi Detlev
>
> On 5/24/07, Detlev Offenbach <[EMAIL PROTECTED]> wrote:
> > On Mittwoch, 23. Mai 2007, Arve Knudsen wrote:
> > > Is it possible to register a hook with QApplication in order to be
> >
> > notified
> >
> > > of an unhandled exception?
On Fri 25-May-07, Uğur Çetin wrote:
> Hi,
>
> I tried to make a simple PyQt4 server that should work without a gui.
> But I think I'm missing some points in this, because the codes I wrote
> simply doesn't work(any connection is refused). Can you tell me where
> the problem is?
I had the same prob
On Friday 25 May 2007 3:22 pm, Uğur Çetin wrote:
> Hi,
>
> I tried to make a simple PyQt4 server that should work without a gui.
> But I think I'm missing some points in this, because the codes I wrote
> simply doesn't work(any connection is refused). Can you tell me where
> the problem is?
>
> con
Hi,
I tried to make a simple PyQt4 server that should work without a gui.
But I think I'm missing some points in this, because the codes I wrote
simply doesn't work(any connection is refused). Can you tell me where
the problem is?
content of servertry.py
-
from PyQt4
Hi,
I managed to write my own QTextEdit widget with line numbers and played a
little with the QSyntaxHighlighter class to bring it some highlightning power.
But damn it's really slow, very slow. ( a 1000 lines files takes about 1 ou 2 seconds to load,
So I asked myself if it was not just a V