Steps to replicate the issue:
- Checkout any version of pywikibot since 7.0.0 from git
- Install it using pip (e.g., pip install .[mwparserfromhell])
- Attempt to use the installed pwb console script to run one of the install scripts (e.g., pwb version)
What happens?:
$ pwb version Traceback (most recent call last): File "/home/jjmc89/wrk/pwb/venv/bin/pwb", line 5, in <module> from pywikibot.scripts.pwb import run ModuleNotFoundError: No module named 'pywikibot.scripts.pwb' CRITICAL: Exiting due to uncaught exception <class 'ModuleNotFoundError'>
What should have happened instead?:
It should install via pip with a usable pwb console script.
Software version:
7.0.0 - current (feed2df)
Other information:
i18n is also not installed the same as it would be from PyPI.