I tried to run the login.py script for our own wikipedia with the local IP 10.0.0.3. But I always get the error message "Wrong password" (see below) I don't think that I used the wrong password. What else could be wrong?
--- My user-config.py file contains:
family = u'ANA' mylang = 'de' usernames['ANA']['de'] = u'ANA-BOT'
--- The output of the command line window: (I'm using WindowsXP SP2)
C:\Python25\pywikipedia>python login.py -pass:AIANA-BOT1 WARNING: Type of 'family' changed Was: <type 'str'> Now: <type 'unicode'> C:\Python25\pywikipedia\simplejson\scanner.py:6: DeprecationWarning: The sre mod ule is deprecated, please import re. from sre import VERBOSE, MULTILINE, DOTALL Checked for running processes. 1 processes currently running, including the curr ent process.
Logging in to ANA:de as ANA-BOT
Login failed. Wrong password?
C:\Python25\pywikipedia>
Thanks Friedrich
pywikipedia-l@lists.wikimedia.org