Git Product home page Git Product logo

Comments (2)

cedricp avatar cedricp commented on August 22, 2024

On Ubuntu 16, python-qt4 installs this file : /usr/lib/python2.7/dist-packages/PyQt4/QtWebKit.so
Can you locate it ?

from ddt4all.

Sehok avatar Sehok commented on August 22, 2024

Thanks for the reply!
This file is missing, but I found information and solution why.
After version 4.11.2 python-qt4 package in Debian does not contain QtWebKit. For ddt4all need python-qt4=<4.11.2.
So, solution, may be useful:

  • First, install old python-sip 4.16.4. This is dependency of python-qt.
  • wget http://ftp.ru.debian.org/debian/pool/main/s/sip4/python-sip_4.16.4+dfsg-1_amd64.deb
  • sudo apt install --reinstall ./python-sip_4.16.4+dfsg-1_amd64.deb
  • download and install python-qt
  • wget http://ftp.ru.debian.org/debian/pool/main/p/python-qt4/python-qt4_4.11.2+dfsg-1_amd64.deb
  • sudo apt install --reinstall ./python-qt4_4.11.2+dfsg-1_amd64.deb
    Also add an old repository and install from there.

from ddt4all.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.