[PyQt] QWebKit issue with certain URLs

2008-09-23 Thread alan moore
Hello. I was trying to use QWebKit to create a basic browser to use with thin clients at our public library. Everything was looking good, but I have found a URL on our server that simply will not load in a QWebview. I have tried this using PyQT4.4 on Ubuntu Hardy Heron and on Windows XP, and

[PyQt] PyQt , trhead , asyncronous gui (newbie needs help)

2008-09-23 Thread Massimo Di Stefano
Hi, i've a problem, i'm tring to add a "start/stop" action on a simple gui, i can generalize the problem using these code : import sys, time, threading, Queue from PyQt4 import QtCore, QtGui from PyQt4.QtGui import * from PyQt4.QtCore import * class GuiPart(QtGui.QWidget): def __init

[PyQt] Eric4 make api/documentation?

2008-09-23 Thread [EMAIL PROTECTED]
Hello. I see on eric4 that can make the documentation of your application, but I cannot insert comments that appear on documentation. Does anybody know how you can comment and autogenerate the Api Documentation??? Tnx, Adonay my

Re: [PyQt] QScintilla code-completion bizarre behavior

2008-09-23 Thread Brian Kelley
On Sep 22, 2008, at 8:25 PM, Baz Walter wrote: 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 then (bizarrely) cr