Xqt created this task.
Xqt added projects: Pywikibot, Pywikibot-compat-to-core.
Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
    C:\pwb\GIT\core>py -3 pwb.py touch
    ERROR: Unable to execute script because no generator was defined.
    Use -help for further information.
    
    C:\pwb\GIT\core>py -3 pwb.py touch
    Traceback (most recent call last):
      File "pwb.py", line 204, in <module>
        import pywikibot as pwb
      File "C:\pwb\GIT\core\pywikibot\__init__.py", line 25, in <module>
        from pywikibot.bot import (
      File "C:\pwb\GIT\core\pywikibot\bot.py", line 154, in <module>
        pywikibot.argvu = ui.argvu()
    AttributeError: 'UI' object has no attribute 'argvu'
    
    C:\pwb\GIT\core>
  
  In compat we had several user interfaces:
  
  - terminal_interface
  - tkinter_interface
  - wxpython_interface
  - cgi_interface
  
  But tkinter and wxpython where removed seven years ago because they didn't 
work correctly:
  https://mediawiki.org/wiki/Special:Code/pywikipedia/11620
  
  the cgi interface is also disfunctional, its interface, Attributes and 
methods does not match the usual terminal interface an must be rewritten if the 
interface should become a usefull interface. I propose to remove it.

TASK DETAIL
  https://phabricator.wikimedia.org/T248292

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Xqt
Cc: valhallasw, Aklapper, Dvorapa, Xqt, pywikibot-bugs-list, Zkhalido, Viztor, 
Wenyi, Tbscho, MayS, Mdupont, JJMC89, Altostratus, Avicennasis, mys_721tx, 
jayvdb, droid, Masti, Alchimista, Rxy, Jay8g
_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to