2017-03-22 13 views
0

pywikibotサンプルコード を実行しましたが、AttributeErrorのために中止されました。 トレースバックはwikipedia.getSite(の交換が何であるか...wikipedia.getSite()の置き換えは何ですか?それともまだ使えるのですか?

Traceback (most recent call last): 
    File "pwb.py", line 270, in <module> 
    if not main(): 
    File "pwb.py", line 264, in main 
    run_python_file(filename, [filename] + args, argvu, file_package) 
    File "pwb.py", line 109, in run_python_file 
    main_mod.__dict__) 
    File ".\cochonBot.py", line 81, in <module> 
    main() 
    File ".\cochonBot.py", line 52, in main 
    stub_list = cat_list_rec(u'遺꾨쪟:?좊쭑湲 遺꾨쪟', stub_ignore_cats) 
    File ".\cochonBot.py", line 14, in cat_list_rec 
    cat = catlib.Category(wikipedia.getSite(), top_cat) 
AttributeError: 'module' object has no attribute 'getSite' 
<type 'exceptions.AttributeError'> 
CRITICAL: Waiting for 1 network thread(s) to finish. Press ctrl-c to abort 

)ですか?それともまだ使えるのですか?

答えて

0

代わりに代わりにpywikibot.Site()を使用できます。

関連する問題