[PyKDE] AttributeError: 'module' object has no attribute 'SIPConfig'

2004-12-12 Thread Mike Stoddart
I'm trying to build 3.13 of PyQT on Ubuntu Warty, but I'm getting the following error: python build.py Traceback (most recent call last): File "build.py", line 44, in ? config = sipconfig.SIPConfig("PyQt 3.13") AttributeError: 'module' object has no attribute 'SIPConfig' Has anyone else exp

Re: [PyKDE] AttributeError: 'module' object has no attribute 'SIPConfig'

2004-12-13 Thread Phil Thompson
> I'm trying to build 3.13 of PyQT on Ubuntu Warty, but I'm getting the > following error: > > python build.py > Traceback (most recent call last): > File "build.py", line 44, in ? > config = sipconfig.SIPConfig("PyQt 3.13") > AttributeError: 'module' object has no attribute 'SIPConfig' > > H