Bugs item #2865996, was opened at 2009-09-24 21:57 Message generated for change (Settings changed) made by xqt You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2865996...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: rewrite Group: None
Status: Closed
Resolution: Invalid Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Russell Blau (russblau) Summary: No output in replace.py
Initial Comment:
python Myreplace.py -fix:comunes -start:! -always -debug
No handlers could be found for logger "pywiki"
Very similar error as reported on: output() is broken - ID: 2618865 http://sourceforge.net/tracker/?func=detail&atid=603138&aid=2618865&...
##########TRANSCRIPT############ $python pywikibot/pagegenerators.py -cat:1918 No handlers could be found for logger "wiki.config2" Found 1 wikipedia:fr processes running, including this one. $
Nothing is ever printed =)
Turning on the debug parameters however prints correctly the page names:
$python pywikibot/pagegenerators.py -cat:1918 -debug No handlers could be found for logger "wiki.config2" Found 1 wikipedia:fr processes running, including this one. Grippe de 1918 1918 en bande dessinée Armistice de Moudros Déclaration d'indépendance de la Lituanie Guerre d'indépendance lettone 1918 [and so on...]
=) ##########################################
Using "-debug" in this case doesn't show anything more.
Using latest python version python 2.6.2 and r7292.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody) Date: 2009-09-27 04:14
Message: The error I was getting was:
No handlers could be found for logger "pywiki"
No handlers could be found for logger "wiki.config2" was just something similar I found. I don't seem to have the problem anymore (did a complete delete and started over again). Everything is working now, thanks anyway !
----------------------------------------------------------------------
Comment By: Russell Blau (russblau) Date: 2009-09-25 16:56
Message: I cannot replicate this bug. Are you sure you have updated _all_ of the files in the rewrite branch to their latest SVN versions? In particular, I do not see how the error:
No handlers could be found for logger "wiki.config2"
could ever occur, since no such logger is referenced anywhere in the SVN code. If you have modified the code, please post the actual program that you are running to allow diagnosis.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2865996...