your user-config is:
# -*- coding: utf-8  -*-
family = 'mediawiki'
mylang = 'en'
usernames['mediawiki']['en'] = u'shalini'
but it should be:
# -*- coding: utf-8  -*-
family = 'mediawiki'
mylang = 'mediawiki'
usernames['mediawiki']['mediawiki'] = u'shalini'


Best

On Thu, Oct 9, 2014 at 10:15 PM, Kumari Shalini <shaliniroy012@gmail.com> wrote:
pwb.py file and user.py file is in the same directory. And
user-config.py file is in the attachment and i didnot made any changes
in the file.

--
Kumari Shalini

_______________________________________________
Pywikipedia-l mailing list
Pywikipedia-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l




--
Amir