Re: [Pywikipedia-l] All bots are broken

2009-09-22 Thread Milos Rancic
On Mon, Sep 21, 2009 at 09:55, Nicolas Dumazet nicd...@gmail.com wrote: 2009/9/21 Milos Rancic mill...@gmail.com: I've found one more thing... Inside of query.py there are lines for loading json or simplejson: try:    #For Python 2.6 newer    import json except ImportError:    import

Re: [Pywikipedia-l] All bots are broken

2009-09-21 Thread Nicolas Dumazet
2009/9/21 Milos Rancic mill...@gmail.com: I've found one more thing... Inside of query.py there are lines for loading json or simplejson: try:    #For Python 2.6 newer    import json except ImportError:    import simplejson as json I am not using 2.6, but 2.5.4, but I have module json.

Re: [Pywikipedia-l] All bots are broken

2009-09-21 Thread Alex Brollo
2009/9/21 Nicolas Dumazet nicd...@gmail.com What module is this? A json module, under 2.5? Where did you get it? Thanks for mentioning json, I never met it before (now I can understand what it is), this being a good key to realize my level of competence about informatics. ;-) Back to the

Re: [Pywikipedia-l] All bots are broken

2009-09-20 Thread Milos Rancic
I've found one more thing... Inside of query.py there are lines for loading json or simplejson: try: #For Python 2.6 newer import json except ImportError: import simplejson as json I am not using 2.6, but 2.5.4, but I have module json. However, there are two json.loads commands:

Re: [Pywikipedia-l] All bots are broken

2009-09-17 Thread Nicolas Dumazet
2009/9/17 Maarten Dammers maar...@mdammers.nl: Hi everyone, After last nights mediawiki code update on all Wikimedia wiki's (see http://techblog.wikimedia.org/2009/09/software-updates-wednesday-morning/ ) all bots are broken. This is probably because Special:AllMessages was changed. See

Re: [Pywikipedia-l] All bots are broken

2009-09-17 Thread Alex Brollo
2009/9/17 Nicolas Dumazet nicd...@gmail.com 2009/9/17 Maarten Dammers maar...@mdammers.nl: Hi everyone, After last nights mediawiki code update on all Wikimedia wiki's (see http://techblog.wikimedia.org/2009/09/software-updates-wednesday-morning/ ) all bots are broken. This is

Re: [Pywikipedia-l] All bots are broken

2009-09-17 Thread Nicolas Dumazet
Folks, it is more than time for us to switch to the rewrite branch. We've been talking of it for months. It just needs little more attention to be ready. I really don't want to spend time fixing this oh no the UI changed again bugs, because the interface WILL change again and we'll be endlessly

Re: [Pywikipedia-l] All bots are broken

2009-09-17 Thread Alex Brollo
Any idea about time needed to fix the bot block, please? Alex ___ Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l

Re: [Pywikipedia-l] All bots are broken

2009-09-17 Thread Alex Brollo
2009/9/18 Maarten Dammers maar...@mdammers.nl Looks like the bots are patched up for now, but we can't keep on patching up the trunk like this, it's time to start moving to the rewrite branch. Maarten I can't understand details, but I followed the suggestions from #piwikipediabot and my