Advanced search
Log In
New Account
  
Home My Page Project Cloud Code Snippets Project Openings PyQt4 for Maemo
Summary Forums Tracker Lists Tasks Docs News SCM Files

Bugs: Browse | Download .csv

[#5546] python2.5-qt4-webkit depends from python2.5-qt4-network

Please login

State:
Closed
Date:
2010-04-13 16:50
Priority:
3
Submitted By:
Pavel Shiryaev (shiryaev)
Assigned To:
Attila Csipa (achipa)
Summary:
python2.5-qt4-webkit depends from python2.5-qt4-network

Detailed description
Hi, we using webkit in our python-based project.

I installed python2.5-qt4-network_4.7-maemo7_i386.deb on my sbox-FREMANTLE_X86:
#apt-get install python2.5-qt4-webkit

But:
$python2.5 <<< "from PyQt4 import QtWebKit; print 'Ok'"
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named QtNetwork

Because QtNetwork located in package python2.5-qt4-network, but
it package not in Depends list for python2.5-qt4-webkit.

Now I have python2.5-qt4-network:
#apt-get install python2.5-qt4-network
$python2.5 <<< "from PyQt4 import QtWebKit; print 'Ok'"
Ok

I think that it bug bug of  dependency.

Followup

Message
Date: 2010-04-28 16:11
Sender: Attila Csipa

Fixed in 4.7.3 release

Attached Files:

Name Download
No Files Currently Attached

Changes:

Field Old Value Date By
ResolutionNone2010-04-28 16:11achipa
close_date2010-04-28 16:112010-04-28 16:11achipa
assigned_tonone2010-04-28 16:11achipa
status_idOpen2010-04-28 16:11achipa

Terms of Use    Privacy Policy    Contribution Guidelines    Feedback

Powered By GForge Collaborative Development Environment