-
the problem appears in r7599.
2009-11-10 19:28:20 UTC by dmitrynikitin
-
Pywikipedia [http] trunk/pywikipedia (r7621, 2009/11/10, 13:50:05)
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3]
MediaWiki version: 1.15.1
------------------
I can login as TestBot in browser. But when I use login.py and the same password I will get the 'login failed' message.
$python login.py
Password for user TestBot on wiki:ru:
Logging in to wiki:ru as TestBot...
2009-11-10 19:22:52 UTC by dmitrynikitin
-
Attached is a proposed patch to port the "old" usrlib.py into the rewrite branch.
Basically, this creates a class User(), which is a subclass of Page, with additional methods.
The patch adds:
* the class User() in page.py
* 2 new exceptions in exceptions.py
* an import statement for User() in __init__.py
* a minimal usrlib.py file is also provided for backwards-compatibility, in the...
2009-11-10 15:53:55 UTC by stanlekub
-
Pywikipedia [http] trunk/pywikipedia (r7621, 2009/11/10, 13:50:05)
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3]
MediaWiki: 1.15.1
------------------------
I've got the following error on console while uploading.
Uploading file to wiki:ru...
...
2009-11-10 14:51:07 UTC by dmitrynikitin
-
done in r7621.
2009-11-10 13:50:30 UTC by xqt
-
Pywikipedia [http] trunk/pywikipedia (r7616, 2009/11/09, 14:54:25)
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3]
MediaWiki 1.15.1
-------------------------------
I've got the following error while file uploading.
Traceback (most recent call last):
File "/export1/wiki/pywikipedia/upload.py", line 418, in
main(sys.argv[1:])
File...
2009-11-10 13:33:47 UTC by dmitrynikitin
-
done in r7618.
2009-11-09 17:29:47 UTC by xqt
-
done in r7618.
2009-11-09 17:29:26 UTC by xqt
-
done in r7614.
2009-11-09 12:54:25 UTC by xqt
-
done in r7613
Why does you login with double verbose option?.
2009-11-09 12:46:17 UTC by xqt