[PyKDE] Problems with some C++ sintax

Patrick K. O'Brien pobrien at orbtech.com
Thu Dec 15 22:43:16 GMT 2005


Torsten Marek wrote:
> 
>>>class LicenseWizardPage(WizardPage): # (1)
>>>	def __init__(self, _wizard): # (2)
>>>		WizardParge.__init__(self, wizard) # (3)
>>>		self.wizard = wizard # (4)
>>>
> 
> 
> Hi,
> 
> and (2) should be
> def __init__(self, wizard):

and (3) should be WizardPage -- without the extra 'r'

-- 
Patrick K. O'Brien
Orbtech       http://www.orbtech.com
Schevo        http://www.schevo.org




More information about the PyQt mailing list