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

Phil Thompson phil at riverbankcomputing.co.uk
Mon Dec 13 10:28:08 GMT 2004


> 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 experienced this, or is my box not configured correctly?

build.py is the ancient (unsupported) build system. Use configure.py (same
applies to SIP).

Phil




More information about the PyQt mailing list