Re: [PyKDE] Two issues with QT Designer 3.3.0 and PyQt 3.8.1

2004-04-28 Thread Randy Carnahan
print "Error: \\%s in line %s" % (part, linenum) linenum = linenum + 1 fp.close() ...which gave this: [EMAIL PROTECTED] rcarn]$ ./hmmm.py Error: \3. in line 15 Error: \3. in line 15 Error: \0. in line 15 Error: \0. in line 15 -- Randy Carnahan Charter

Re: [PyKDE] Passing argument in QPopupMenu.insertItem(QString, reveiver)

2004-03-15 Thread Randy Carnahan
em('Open 3', self.openThree) class foo: def openOne(self): self.open(1) def openTwo(self): self.open(2) def openThree(self): self.open(3) -- Randy Carnahan Charter Communications 1-888-968-3442 Opt 3. SW::POP Michigan Region I am Geek. Hear me Code! __

Re: [PyKDE] QToolButton Problem ...

2003-11-18 Thread Randy Carnahan
> __init__ libqtc.sipCallCtor(20,self,args) > TypeError: Argument 1 of QToolButton() has an invalid type > > Is there a fix available ?? Is openIcon a valid QImage object? If not, that's most likely the problem. -- Randy Carnahan Charter Communications 1-8

[PyKDE] qtmod.sip error.

2003-11-17 Thread Randy Carnahan
exit code of 1. ** Any answers or clues? -- Randy Carnahan Charter Communications 1-888-968-3442 SW::POP Michigan Region I am Geek. Hear me Code! ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.im