E:355,44: Module 'pywikibot.config2' has no 'tkhorsize' member (no-member)
E:355,62: Module 'pywikibot.config2' has no 'tkvertsize' member (no-member)
Version: core-(2.0)
Severity: major
E:355,44: Module 'pywikibot.config2' has no 'tkhorsize' member (no-member)
E:355,62: Module 'pywikibot.config2' has no 'tkvertsize' member (no-member)
Version: core-(2.0)
Severity: major
The config variables in 'compat' can be found here:
http://git.wikimedia.org/blob/pywikibot%2Fcompat.git/master/config.py#L153
Once done, the following should work in python 2.7
$ python pwb.py shell >>> from scripts import flickrripper >>> box = flickrripper.Tkdialog('foo', 'tests/data/MP_sounds.png', 'MP_sounds.png') # the box appears on this line >>> box.run() (u'foobar\n', 'blahblah.png', False)
Change 179122 had a related patch set uploaded (by Slepice1):
config2:added missing vars and tested them
Change 179162 had a related patch set uploaded (by Slepice1):
config2:added missing vars and tested them
Change 179167 had a related patch set uploaded (by Slepice1):
config2:added missing vars and tested them
Change 179167 abandoned by John Vandenberg:
config2:added missing vars and tested them
Reason:
A commit which should be an amendment of https://gerrit.wikimedia.org/r/#/c/179162/
Change 179187 had a related patch set uploaded (by Slepice1):
config2:added missing vars and tested them
Change 179162 abandoned by John Vandenberg:
config2:added missing vars and tested them
Reason:
copy of I51545f8f1a3e841bcfc6fe9b1da90f4265770725