system: ubuntu 6.06 user-config.py have use.
shizhao@shizhao-acer-NB:~/bot2$ python login.py WARNING: Skipped 'user-config.py': writeable by others. Checked for running processes. 1 processes currently running, including the current process. Traceback (most recent call last): File "login.py", line 220, in ? main() File "login.py", line 215, in main loginMan = LoginManager(password, sysop = sysop) File "login.py", line 79, in __init__ raise wikipedia.NoUsername(u'ERROR: Username for %s:%s is undefined.\nIf you have an account for that site, please add such a line to user-config.py:\n\nusernames['%s']['%s'] = 'myUsername'' % (self.site.family.name, self.site.lang, self.site.family.name, self.site.lang)) wikipedia.NoUsername: ERROR: Username for wikipedia:zh is undefined. If you have an account for that site, please add such a line to user-config.py:
usernames['wikipedia']['zh'] = 'myUsername' shizhao@shizhao-acer-NB:~/bot2$