https://bugzilla.wikimedia.org/show_bug.cgi?id=72047

--- Comment #12 from JAn Dudík <[email protected]> ---
(In reply to Fabian from comment #10)
This might be the problem:

I:\py\rewrite>pwb.py shell
Welcome to the Pywikibot interactive shell!
>>> import pywikibot
>>> s = pywikibot.Site('cs', 'wikipedia')
>>> pywikibot.Link(":outreach:site", s)

Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "I:\py\rewrite\pywikibot\page.py", line 3975, in __repr__
    return "pywikibot.page.Link(%r, %r)" % (self.title, self.site)
  File "I:\py\rewrite\pywikibot\page.py", line 4151, in title
    self.parse()
  File "I:\py\rewrite\pywikibot\page.py", line 4057, in parse
    self._text, self._site, prefix))
SiteDefinitionError: :outreach:site is not a local page on wikipedia:cs, and
the
 interwiki prefix outreach is not supported by PyWikiBot!
>>>

I:\py\rewrite>pwb.py version
Pywikibot: pywikibot-core (74beb9e, s5354, 2014/10/20, 13:36:31, OUTDATED)
Release version: 2.0b2
Python: 2.7.6 (default, Nov 10 2013, 19:24:24) [MSC v.1500 64 bit (AMD64)]
unicode test: ok
httplib2 version: 0.8

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to