Python Forum
pyautogui attribuyes not found
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pyautogui attribuyes not found
#3
>>>import pyautogui
bash: import: command not found

I put

import pyautogui
print(dir(pyautogui))

into a script and ran it:
pi@raspberrypi:~ $ nano pyautogui.py
pi@raspberrypi:~ $ python pyautogui.py
['__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', 'pyautogui']
['__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', 'pyautogui']
pi@raspberrypi:~ $
Reply


Messages In This Thread
pyautogui attribuyes not found - by rfresh737 - Feb-22-2021, 10:32 PM
RE: pyautogui attribuyes not found - by deanhystad - Feb-23-2021, 02:54 AM
RE: pyautogui attribuyes not found - by rfresh737 - Feb-23-2021, 03:40 AM
RE: pyautogui attribuyes not found - by deanhystad - Feb-23-2021, 03:48 AM
RE: pyautogui attribuyes not found - by rfresh737 - Feb-23-2021, 03:23 PM
RE: pyautogui attribuyes not found - by rfresh737 - Feb-23-2021, 11:58 PM
RE: pyautogui attribuyes not found - by deanhystad - Feb-24-2021, 12:01 AM
RE: pyautogui attribuyes not found - by rfresh737 - Apr-14-2021, 01:32 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Please help me in regards to pyAutoGUI andrewtuk 2 1,502 Jan-01-2023, 05:22 PM
Last Post: gradlon93
  How can I loop PyAutoGUI's locateCenterOnScreen until the image is found? Tiel 2 7,775 Sep-26-2021, 09:39 AM
Last Post: Tiel
  PyAutoGUI issues with detection Bizzy_ 0 4,994 May-03-2021, 01:36 AM
Last Post: Bizzy_

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020