[PyKDE] Revisiting an old khtml crash

Jim Bublitz jbublitz at nwinternet.com
Fri Jul 16 08:35:06 BST 2004


On Thursday 15 July 2004 15:39, Brian Thomason wrote:
> Jim Bublitz wrote:
> I just slapped it at the top and all seems to work well here with both
> versions of KDE.

Shouldn't hurt anything.

> We ran into another event related problem that has stopped us in our
> tracks though :-(.  When switching to a khtml view, then switching back
> to any already displayed view that contains a custom event, our
> application (Lsongs) dies.  This is with the text commented out in
> event.sip.  I even went so far as to comment out that same event related
> code in every file that contained it, to no avail.  The behavior
> displayed was the same each and every time.

> If you need it, I'll send you the source code of lsongs right over, but
> it is alot to wade through and I didn't want to spam you with it.  I can
> also send you a traceback. (didn't want to spam you with it either)  I
> can write a simple app that displays the problem too if you like, and
> don't want to wade through the lsongs code.

A simple app would be best if that isn't too hard to do. Otherwise send your 
full code, but that'll probably take longer to figure out.  The traceback 
would be helpful too.

> Sorry to keep bugging you.  We just need this capability to deploy
> shoutcast support in lsongs as well as our future music warehouse..

Please do bug me - PyKDE is a large chunk of code and I can't write enough 
test code to verify everything, so info like this is really useful.

> >>Great work you've done here.  I'm shocked more people don't use this.

> >I've actually been writing an app with PyQt/PyKDE the last few weeks (and
> > the next few weeks too) and the GUI parts have been a breeze. I'm always
> > amazed at how fast this stuff runs, at least on the GUI level, and it's
> > much easier than trying to do it in C++.

> Out of curiosity, what type of app are you writing?

Accounting software - I have the General Ledger stuff pretty much done and 
need to add Purchasing, Invoicing and Inventory modules. My accounting needs 
are pretty trivial (up til now I've "done the books" once a year on 
spreadsheets), but cashflow management is pretty complicated.  So my system 
is kind of "inside out" - the cashflow management part does accounting as a 
side effect rather than the other way around that something like QuickBooks 
would do.  

Jim




More information about the PyQt mailing list