Bug 44825 - wxfuzz: No module named 'wfuzz.ui.gui.ui
Summary: wxfuzz: No module named 'wfuzz.ui.gui.ui
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python3-module-wfuzz (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Anton Zhukharev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-06 19:05 MSK by Evgeny Shesteperov
Modified: 2023-01-15 16:57 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evgeny Shesteperov 2023-01-06 19:05:14 MSK
Версия
======

- python3-module-wfuzz-3.1.0-alt1

Дистрибутивы
============

- p10-kworkstation-10.1-x86-64, обновленный до Sisyphus

Шаги воспроизведения
====================

1. Установить пакет:

        # apt-get install -y python3-module-wfuzz

2. Проверить наличие справок:

        $ wxfuzz --help
        

Ожидаемый результат: наличие справки

Фактический результат: 

        19:00:54: Warning: Mismatch between the program and library build versions detected.
        The library used 3.0 (wchar_t,compiler with C++ ABI 1016,wx containers,compatible with 2.6,compatible with 2.8),
        and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1017,wx containers,compatible with 2.6,compatible with 2.8).
         /usr/lib64/python3/site-packages/wx/lib/pubsub/__init__.py:23: wxPyDeprecationWarning:wx.lib.pubsub has been deprecated, plese migrate your code to use pypubsub, available on PyPI.
        Traceback (most recent call last):
          File "/usr/bin/wxfuzz", line 9, in <module>
            sys.exit(main_gui())
          File "/usr/lib/python3/site-packages/wfuzz/wfuzz.py", line 237, in main_gui
            from .ui.gui.controller import GUIController
          File "/usr/lib/python3/site-packages/wfuzz/ui/gui/controller.py", line 3, in <module>
            from .ui.console.clparser import CLParser
        ModuleNotFoundError: No module named 'wfuzz.ui.gui.ui
Comment 1 Repository Robot 2023-01-15 16:57:40 MSK
python3-module-wfuzz-3.1.0-alt2 -> sisyphus:

 Sun Jan 15 2023 Anton Zhukharev <ancieg@altlinux> 3.1.0-alt2
 - fix wrong relative imports in ui/gui/controller.py (closes: #44825)
 - add explicit dependency on python3-module-pyparsing