Seite 1 von 1

Pywinauto installieren, dumme Frage eines Anfängers

Verfasst: Mittwoch 24. Oktober 2018, 09:59
von Rolfi56
Hallo,

habe Python 3.7 64 bit unter Windows10 64 bit.
Erbitte eine ausführliche deutsche Anleitung, wie man pywinauto installiert (bin Python-Anfänger und schon etwas älter):

https://pypi.org/project/pywinauto/

https://github.com/pywinauto/pywinauto

Wohin schreibt man den angegebenen Befehl

pip install pywinauto

Danke für Verständnis.

Re: Pywinauto installieren, dumme Frage eines Anfängers

Verfasst: Mittwoch 24. Oktober 2018, 10:04
von Rolfi56
Python 3.7.1rc2 (v3.7.1rc2:6c06ef7dc3, Oct 13 2018, 15:44:37) [MSC v.1914 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
>>> pip install pywinauto
SyntaxError: invalid syntax
>>>

Re: Pywinauto installieren, dumme Frage eines Anfängers

Verfasst: Mittwoch 24. Oktober 2018, 10:43
von pixewakb
Windows Eingabeaufforderung nutzen und den Befehl dort eingeben... Dann sollte es klappen.

Re: Pywinauto installieren, dumme Frage eines Anfängers

Verfasst: Mittwoch 24. Oktober 2018, 11:48
von Rolfi56
Danke!