Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255723 - dev-util/kodos-2.4.9: cant run, no PyQt module found
Summary: dev-util/kodos-2.4.9: cant run, no PyQt module found
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-21 04:22 UTC by ray keung
Modified: 2009-07-18 21:25 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ray keung 2009-01-21 04:22:18 UTC
after successful emerge on new install and run i received a "Could not locate the PyQt module" message when running kodos.

Reproducible: Didn't try

Steps to Reproduce:
1.emerge kodos
2.kodos
3.

Actual Results:  
Could not locate the PyQt module.

Expected Results:  
kodos gui running

I tried checking the python environment for qt by typing :
from qt import *
in the python interpreter.
that command didnt find qt module. im guessing that my PyQt is messed up so I did an emerge.

$ sudo emerge --update -av PyQt4

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U ] dev-python/sip-4.7.9 [4.7.3] USE="-debug" 461 kB
[ebuild     U ] dev-python/PyQt4-4.4.4-r1 [4.3.3] USE="X%* dbus%* opengl%* qt3support%* svg%* -debug -doc -examples -webkit%" 6,819 kB

This worked for me and it runs now.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-07-18 21:25:25 UTC
dev-util/kodos-2.4.9 uses dev-python/PyQt, not dev-python/PyQt4.