Hello,

second message Today

I am making the setting of Pywikibot and I get a small issue by login. I followed the steps from https://wikitech.wikimedia.org/wiki/Help:Toolforge/Pywikibot#Submitting,_managing_and_scheduling_job... to create the user_config.py and user_password.py, this one should work as I used it previously on other platforms. In my Django app I have some import pywikibot... However when I try to make pwb.py login, it asks my password instead to read user_password.py (nevertheless it created the throttle file). When Django tries to run a script, it wants the password to be typed which is impossible, so it returns an error. It must be a small detail but I don't know how to solve that right now.

Psemdel