Re: [PyQt] Help with help action

2007-09-26 Thread Michael Towers
Hi Thorsten, You're not 'show'ing your help widget, which I imagine should be some sort of pop-up. For example, something like: def help(self): dlg=QtGui.QDialog() browser = QtGui.QTextBrowser() browser.append('Help') layout = QtGui.QVBoxLayout(dlg) layout

[PyQt] Re: Build PyQt with sql Driver plugins

2007-09-26 Thread Paulino
Linos escreveu: [EMAIL PROTECTED] escribió: Citando Linos <[EMAIL PROTECTED]>: [EMAIL PROTECTED] escribió: Citando Linos <[EMAIL PROTECTED]>: Paulino escribió: *>Linos* info at linos.es

Re: [PyQt] Next SIP and PyQt4 Releases -> QDataWidgetMapper

2007-09-26 Thread Nicolas Girard
On mercredi 26 septembre 2007, Phil Thompson wrote: > The next releases of SIP and PyQt4 will be made in the next few days. Both > are maintenance releases (ie. mostly bug fixes). If anybody thinks there is > something that still needs fixing then now is the time to shout. > Hi Phil, a few days ag

[PyQt] Next SIP and PyQt4 Releases

2007-09-26 Thread Phil Thompson
The next releases of SIP and PyQt4 will be made in the next few days. Both are maintenance releases (ie. mostly bug fixes). If anybody thinks there is something that still needs fixing then now is the time to shout. Phil ___ PyQt mailing listPyQt@r

[PyQt] Help with help action

2007-09-26 Thread Thorsten Kampe
Hi, I'm trying to teach myself GUI programmming with the help of the new PyQt book and the examples from the PyQt package. Although I've been doing Python for five years I have a hard time doing OOP stuff. Frankly, I never know when and where to put this "self" thing. My script (see below) wor

Re: [PyQt] Eric3 issue: importing modules with the same name as an Eric module

2007-09-26 Thread Detlev Offenbach
On Mittwoch, 26. September 2007, Sundance wrote: > Detlev Offenbach wrote: > > That is strange. eric puts the path of the executable at sys.path[0] > > just before it's own path. Can you check sys.path in your main > > routine or just before the failing import? > > Hi Detlev, > > Thank you for your

[PyQt] Re: Build PyQt with sql Driver plugins

2007-09-26 Thread Linos
[EMAIL PROTECTED] escribió: > > Citando Linos <[EMAIL PROTECTED]>: > >> [EMAIL PROTECTED] escribió: >>> >>> Citando Linos <[EMAIL PROTECTED]>: >>> Paulino escribió: > *>Linos* info at linos.es >

[PyQt] Re: Build PyQt with sql Driver plugins

2007-09-26 Thread paulino1
Citando Linos <[EMAIL PROTECTED]>: [EMAIL PROTECTED] escribió: Citando Linos <[EMAIL PROTECTED]>: Paulino escribió: *>Linos* info at linos.es

[PyQt] Re: Build PyQt with sql Driver plugins

2007-09-26 Thread Linos
[EMAIL PROTECTED] escribió: > > Citando Linos <[EMAIL PROTECTED]>: > >> Paulino escribió: >>> *>Linos* info at linos.es >>> >>> >

[PyQt] Re: Build PyQt with sql Driver plugins

2007-09-26 Thread paulino1
Citando Linos <[EMAIL PROTECTED]>: Paulino escribió: *>Linos* info at linos.es />Tue Sep 25 22:21:33 BST 2007/ ---

[PyQt] Re: Build PyQt with sql Driver plugins

2007-09-26 Thread Linos
Paulino escribió: > *>Linos* info at linos.es > > />Tue Sep 25 22:21:33 BST 2007/ > ---

Re: [PyQt] Eric3 issue: importing modules with the same name as an Eric module

2007-09-26 Thread Sundance
Detlev Offenbach wrote: > That is strange. eric puts the path of the executable at sys.path[0] > just before it's own path. Can you check sys.path in your main > routine or just before the failing import? Hi Detlev, Thank you for your reply! I did check sys.path just before the failing import.