편집 기록

편집 기록
  • 프로필 nowp님의 편집
    날짜2021.07.19

    파이썬 초보 질문드립니다 module 'pyscreeze' has no attribute 'locateOnWindow'


    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File "C:\Users\사용자\AppData\Local\Programs\Python\Python39\lib\site-packages\pyautogui\__init__.py", line 221, in <module>  
        locateOnWindow.__doc__ = pyscreeze.locateOnWindow.__doc__
    AttributeError: module 'pyscreeze' has no attribute 'locateOnWindow'
    

    모듈에 로케이드온윈도우가 없다고 뜨는데 이런경우는 어떻게 해야하나요?

  • 프로필 알 수 없는 사용자님의 편집
    날짜2021.07.18

    파이썬 초보 질문드립니다


    Traceback (most recent call last): File "", line 1, in File "C:\Users\사용자\AppData\Local\Programs\Python\Python39\lib\site-packages\pyautogui_init.py", line 221, in
    locateOnWindow.
    doc_ = pyscreeze.locateOnWindow.doc AttributeError: module 'pyscreeze' has no attribute 'locateOnWindow'

    모듈에 로케이드온윈도우가 없다고 뜨는데 이런경우는 어떻게 해야하나요?