2017-03-22 1 views
0

pywikibot 샘플 코드 을 실행했지만 AttributeError로 인해 중단되었습니다. 역 추적이 ... 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 

wikipedia.getSite의 교체() 무엇

? 아니면 여전히 사용할 수 있습니까?

답변

0

대신 pywikibot.Site()을 간단하게 사용할 수 있습니다.

관련 문제