Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 297485 - dev-python/qscintilla-python-2.4 - Error: Unable to find either PyQt v3 or v4.
Summary: dev-python/qscintilla-python-2.4 - Error: Unable to find either PyQt v3 or v4.
Status: VERIFIED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-19 04:28 UTC by Geoff Madden
Modified: 2009-12-20 06:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log for x86 machine (build.log,2.60 KB, text/plain)
2009-12-19 09:05 UTC, Geoff Madden
Details

Note You need to log in before you can comment on or make changes to this bug.
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