Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 297485

Summary: dev-python/qscintilla-python-2.4 - Error: Unable to find either PyQt v3 or v4.
Product: Gentoo Linux Reporter: Geoff Madden <mgmadden>
Component: [OLD] LibraryAssignee: Python Gentoo Team <python>
Status: VERIFIED WORKSFORME    
Severity: normal CC: qt
Priority: High    
Version: 10.1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log for x86 machine

Description Geoff Madden 2009-12-19 04:28:58 UTC
qscintilla-python fails to find PyQt 3 or 4 in the configuration
Comment 1 Rafał Mużyło 2009-12-19 08:17:16 UTC
Attach build.log.
Comment 2 Geoff Madden 2009-12-19 09:05:33 UTC
Created attachment 213453 [details]
build log for x86 machine
Comment 3 Rafał Mużyło 2009-12-19 13:12:33 UTC
Looks, like either PyQt4 was not built for pyhthon 3.1,
or the check doesn't work correctly for that python version.
Tried rebuilding PyQt4 ?
Comment 4 Rafał Mużyło 2009-12-19 13:13:47 UTC
(that's "with it's python dependencies" of course (i.e. sip)
Comment 5 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-12-19 15:35:13 UTC
Run:
emerge -1 sip PyQt4
Comment 6 Geoff Madden 2009-12-20 06:29:52 UTC
(In reply to comment #3)
> Looks, like either PyQt4 was not built for pyhthon 3.1,
> or the check doesn't work correctly for that python version.
> Tried rebuilding PyQt4 ?
> 

Rebuilt PyQt4 with sip and that fixed problem
Comment 7 Geoff Madden 2009-12-20 06:31:02 UTC
recompiled PyQt4 with sip and that fixed that problem