Page MenuHomePhabricator

Import by filename is not supported
Closed, ResolvedPublic

Description

Scripts which are using i18n on Windows are broken:

Retrieving 1000 moved pages via API...
...........

DOOM 4 <<<

Links to: [[Doom (upcoming video game)]].
Links to: [[Doom 4]].

Traceback (most recent call last):

File "C:\pwb\core\pwb.py", line 143, in <module>
  run_python_file(fn, argv, argvu)
File "C:\pwb\core\pwb.py", line 67, in run_python_file
  exec(compile(source, filename, "exec"), main_mod.__dict__)
File "C:\pwb\core\scripts\redirect.py", line 823, in <module>
  main()
File "C:\pwb\core\scripts\redirect.py", line 820, in main
  bot.run()
File "C:\pwb\core\scripts\redirect.py", line 730, in run
  self.fix_double_redirects()
File "C:\pwb\core\scripts\redirect.py", line 537, in fix_double_redirects
  self.fix_1_double_redirect(redir_name)
File "C:\pwb\core\scripts\redirect.py", line 683, in fix_1_double_redirect
  {'to': targetPage.title(asLink=True)}
File "C:\pwb\core\pywikibot\i18n.py", line 354, in twtranslate
  transdict = getattr(__import__(import_dir, fromlist=[package]), package).msg

ImportError: Import by filename is not supported.
<type 'exceptions.ImportError'>
CRITICAL: Waiting for 1 network thread(s) to finish. Press ctrl-c to abort

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\Administrator.KTC>cd ..

C:\Users>cd ..

C:\>cd pwb

C:\pwb>cd core

C:\pwb\core>pwb.py version
Pywikibot: pywikibot-core (f86097a, s4415, 2014/06/19, 22:34:52, ok)
Release version: 2.0b1
Python: 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]
unicode test: ok

C:\pwb\core>


Version: core-(2.0)
Severity: critical

Details

Reference
bz66881

Event Timeline

bzimport raised the priority of this task from to Unbreak Now!.Nov 22 2014, 3:26 AM
bzimport added a project: Pywikibot-i18n.
bzimport set Reference to bz66881.
bzimport added a subscriber: Unknown Object (????).