SliTaz SliTaz Forum

You are not logged in.

#1 2022-06-23 08:54:33

Rantanplan
Member
Registered: 2022-06-06
Posts: 187

qarte ne fonctionnerait pas / qarte fails to run

Bonjour,

j'ai installé qarte avec toutes ses dépendances sous SliTaz Rolling v20220529.

la commande tazpkg depends --mark qarte donne :

"  + python (37.6M)

    + bzlib (100K)

      + glibc-base (4M)

    + gdbm (100K)

    + libffi (84K)

    + ncursesw (440K)

      + ncurses-common (120K)

    + openssl (1M)

      + libcrypto (2.1M)

      + libssl (484K)

    + readline (316K)

    + sqlite (956K)

      + libsqlite (772K)

    + zlib (116K)

  + PyQt-x11-gpl (16.4M)

    + libQtDesigner (8.1M)

      + libQtCore (3.1M)

        + glib (1.5M)

          + pcre (1.2M)

          + libxml2 (1.2M)

          + elfutils (868K)

        - gcc-lib-base (920K)

      + libQtGui (11.6M)

        + expat (204K)

        + fontconfig (716K)

          + freetype (628K)

            + harfbuzz (1.4M)

              + cairo (1.1M)

                + libpng (372K)

                + libxcb (1.1M)

                  + xorg-libXau (52K)

                  + xorg-libXdmcp (60K)

                + pixman (576K)

                + xorg-libX11 (2M)

                + xorg-libXext (96K)

                + xorg-libXrender (64K)

              + gcc83-lib-base (1.4M)

        + xorg-libICE (116K)

        + xorg-libSM (60K)

          + util-linux-uuid (120K)

        + xorg-libXi (88K)

        + xorg-libXrandr (68K)

      + libQtScript (2.6M)

      + libQtXml (4.4M)

        + libQtNetwork (1.4M)

    + libQtWebkit (23.5M)

    + libQtSvg (476K)

    + libQtSql (376K)

    + libQtDBus (656K)

    + libQtClucene (1.1M)

    + sip (672K)

    + dbus (784K)

      + slitaz-base-files (568K)

        + gettext-base (132K)

  + notify-python (104K)

    + libnotify (80K)

      + gtk+ (5.3M)

        + atk (168K)

        + gdk-pixbuf (632K)

          + jpeg (156K)

            + libjpeg (228K)

          + libgio (1.5M)

          + shared-mime-info (2.4M)

          + tiff (524K)

        + pango (624K)

          + xorg-libXft (104K)

        + xcb-util (48K)

        + xorg-libXcomposite (40K)

        + xorg-libXcursor (64K)

          + xorg-libXfixes (48K)

        + xorg-libXdamage (40K)

        + xorg-libXinerama (40K)

      + dbus-glib (260K)

  + rtmpdump (248K)"

gcc-lib-base manquerait, donc :

root@slitaz:/home/tux# tazpkg -gi gcc-lib-base

gcc83-lib-base-8.3.0 100% |********************************|  337k  0:00:00 ETA

Le paquet « gcc83-lib-base » est déjà installé.

Vous pouvez utiliser l'option --forced pour forcer son installation.

root@slitaz:/home/tux# tazpkg -gi gcc-lib-base --forced

Le paquet « gcc83-lib-base-8.3.0 » est déjà dans le cache

Installation du paquet « gcc83-lib-base »

================================================================================

GCC base libraries, libgcc_s and libstdc++.

--------------------------------------------------------------------------------

Copie du paquet...                                                   [ Fait ]

Extraction du paquet...                                              [ Fait ]

Mémorisation des paquets modifiés...                                 [ Fait ]

Exécution des commandes pré-installation...                           cp: 'libstdc++.so.6.0.25' and 'prev.libstdc++.so.6.0.25' are the same file

cp: 'libgcc_s.so' and 'prev.libgcc_s.so' are the same file

cp: 'libgcc_s.so.1' and 'prev.libgcc_s.so.1' are the same file

                                                                     [ Fait ]

Installation du paquet...                                            [ Fait ]

Suppression des fichiers temporaires...                              [ Fait ]

Exécution des commandes post-installation...                         [ Fait ]

================================================================================

Le paquet « gcc83-lib-base » (8.3.0) est installé.

Puis, dans un terminal, je tape et j'obtiens :

root@slitaz:/home/tux# qarte

Traceback (most recent call last):

  File "/usr/bin/qarte", line 40, in <module>

    from PyQt4 import QtCore, QtGui

ImportError: No module named sip

Pourtant le module "sip" est installé :

   + sip (672K)

Pouvez-vous m'aider à résoudre ce problème ?

Merci.

Amitiés.

================english================

Hi,

I installed qarte with all dependencies.

I work with SliTaz Rolling v20220529.

The "tazpkg depends --mark qarte" returns :

"  + python (37.6M)

    + bzlib (100K)

      + glibc-base (4M)

    + gdbm (100K)

    + libffi (84K)

    + ncursesw (440K)

      + ncurses-common (120K)

    + openssl (1M)

      + libcrypto (2.1M)

      + libssl (484K)

    + readline (316K)

    + sqlite (956K)

      + libsqlite (772K)

    + zlib (116K)

  + PyQt-x11-gpl (16.4M)

    + libQtDesigner (8.1M)

      + libQtCore (3.1M)

        + glib (1.5M)

          + pcre (1.2M)

          + libxml2 (1.2M)

          + elfutils (868K)

        - gcc-lib-base (920K)

      + libQtGui (11.6M)

        + expat (204K)

        + fontconfig (716K)

          + freetype (628K)

            + harfbuzz (1.4M)

              + cairo (1.1M)

                + libpng (372K)

                + libxcb (1.1M)

                  + xorg-libXau (52K)

                  + xorg-libXdmcp (60K)

                + pixman (576K)

                + xorg-libX11 (2M)

                + xorg-libXext (96K)

                + xorg-libXrender (64K)

              + gcc83-lib-base (1.4M)

        + xorg-libICE (116K)

        + xorg-libSM (60K)

          + util-linux-uuid (120K)

        + xorg-libXi (88K)

        + xorg-libXrandr (68K)

      + libQtScript (2.6M)

      + libQtXml (4.4M)

        + libQtNetwork (1.4M)

    + libQtWebkit (23.5M)

    + libQtSvg (476K)

    + libQtSql (376K)

    + libQtDBus (656K)

    + libQtClucene (1.1M)

    + sip (672K)

    + dbus (784K)

      + slitaz-base-files (568K)

        + gettext-base (132K)

  + notify-python (104K)

    + libnotify (80K)

      + gtk+ (5.3M)

        + atk (168K)

        + gdk-pixbuf (632K)

          + jpeg (156K)

            + libjpeg (228K)

          + libgio (1.5M)

          + shared-mime-info (2.4M)

          + tiff (524K)

        + pango (624K)

          + xorg-libXft (104K)

        + xcb-util (48K)

        + xorg-libXcomposite (40K)

        + xorg-libXcursor (64K)

          + xorg-libXfixes (48K)

        + xorg-libXdamage (40K)

        + xorg-libXinerama (40K)

      + dbus-glib (260K)

  + rtmpdump (248K)"

gcc-lib-base will missing, so :

root@slitaz:/home/tux# tazpkg -gi gcc-lib-base

gcc83-lib-base-8.3.0 100% |********************************|  337k  0:00:00 ETA

Le paquet « gcc83-lib-base » est déjà installé.

Vous pouvez utiliser l'option --forced pour forcer son installation.

root@slitaz:/home/tux# tazpkg -gi gcc-lib-base --forced

Le paquet « gcc83-lib-base-8.3.0 » est déjà dans le cache

Installation du paquet « gcc83-lib-base »

================================================================================

GCC base libraries, libgcc_s and libstdc++.

--------------------------------------------------------------------------------

Copie du paquet...                                                   [ Fait ]

Extraction du paquet...                                              [ Fait ]

Mémorisation des paquets modifiés...                                 [ Fait ]

Exécution des commandes pré-installation...                           cp: 'libstdc++.so.6.0.25' and 'prev.libstdc++.so.6.0.25' are the same file

cp: 'libgcc_s.so' and 'prev.libgcc_s.so' are the same file

cp: 'libgcc_s.so.1' and 'prev.libgcc_s.so.1' are the same file

                                                                     [ Fait ]

Installation du paquet...                                            [ Fait ]

Suppression des fichiers temporaires...                              [ Fait ]

Exécution des commandes post-installation...                         [ Fait ]

================================================================================

Le paquet « gcc83-lib-base » (8.3.0) est installé.

Then, in a terminal, I type and obtain :

root@slitaz:/home/tux# qarte

Traceback (most recent call last):

  File "/usr/bin/qarte", line 40, in <module>

    from PyQt4 import QtCore, QtGui

ImportError: No module named sip

"sip" is ok (see above) :

   + sip (672K)

Can you help me to solve this ?

Thank you.

Friendly.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.55 MiB (Peak: 1.77 MiB) ]