Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. How import QWebChannel?

How import QWebChannel?

Scheduled Pinned Locked Moved Unsolved Qt for Python
7 Posts 4 Posters 1.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mikeeeeee
    wrote on last edited by
    #1

    Hi!
    how I can import QWebChannel?
    It is not work:

    webChanel = QtCore.QObject.QtWebChannel.QWebChannel
    
    eyllanescE 1 Reply Last reply
    0
    • M Mikeeeeee

      Hi!
      how I can import QWebChannel?
      It is not work:

      webChanel = QtCore.QObject.QtWebChannel.QWebChannel
      
      eyllanescE Offline
      eyllanescE Offline
      eyllanesc
      wrote on last edited by eyllanesc
      #2

      @Mikeeeeee

      from PySide2.QtWebChannel import QWebChannel
      # from PyQt5.QtWebChannel import QWebChannel
      
      webChanel = QWebChannel()
      

      If you want me to help you develop some work then you can write to my email: e.yllanescucho@gmal.com.

      1 Reply Last reply
      2
      • M Offline
        M Offline
        Mikeeeeee
        wrote on last edited by Mikeeeeee
        #3

        It is not work. I use PyQtStabs. How I can install QWebChannel?

        from PyQt5.QtWebChannel import QWebChannel
        
        JonBJ eyllanescE 2 Replies Last reply
        0
        • M Mikeeeeee

          It is not work. I use PyQtStabs. How I can install QWebChannel?

          from PyQt5.QtWebChannel import QWebChannel
          
          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by
          #4

          @Mikeeeeee
          How to Install python-pyqt5.qtwebchannel in Ubuntu 18.04

          1 Reply Last reply
          0
          • M Mikeeeeee

            It is not work. I use PyQtStabs. How I can install QWebChannel?

            from PyQt5.QtWebChannel import QWebChannel
            
            eyllanescE Offline
            eyllanescE Offline
            eyllanesc
            wrote on last edited by
            #5

            @Mikeeeeee said in How import QWebChannel?:

            PyQtStabs

            whay is PyQtStabs?

            If you want me to help you develop some work then you can write to my email: e.yllanescucho@gmal.com.

            1 Reply Last reply
            0
            • M Offline
              M Offline
              Mikeeeeee
              wrote on last edited by
              #6

              This is a stable version of PyQt, but it seems to be heavily stripped down.

              SGaistS 1 Reply Last reply
              0
              • M Mikeeeeee

                This is a stable version of PyQt, but it seems to be heavily stripped down.

                SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @Mikeeeeee said in How import QWebChannel?:

                This is a stable version of PyQt, but it seems to be heavily stripped down.

                Then you should contact the maintainers of that package.

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved