Python Forum
Automating Windows GUI applications
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Automating Windows GUI applications
#4
Whit windows paths, don't use backslash. Use forward slash or raw-strings, e.g.
app.start("C:/Program Files/Microsoft Assessment and Planning Toolkit/bin/MapToolkit.exe")
or
app.start(r"C:\Program Files\Microsoft Assessment and Planning Toolkit\bin\MapToolkit.exe")
back-slash in combination with certain chars are escape sequences and have a different meaning
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
Automating Windows GUI applications - by metro17 - Feb-06-2020, 07:16 AM
RE: Automating Windows GUI applications - by buran - Feb-06-2020, 08:12 AM
Automating Windows GUI application - by metro17 - Feb-06-2020, 09:20 AM
RE: Automating Windows GUI application - by buran - Feb-06-2020, 09:24 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Is there a python program for automating this invoicing workflow? PG_Archipelago 3 1,079 Feb-02-2023, 11:01 PM
Last Post: Larz60+
  Help with Creating a Script for Automating Reports SunWers 1 1,918 Dec-29-2020, 10:21 PM
Last Post: jjc385
  Automating to run python script 100 times by changing parameters pmt 1 2,600 Dec-29-2020, 10:31 AM
Last Post: andydoc
  Opening and closing Mac applications and files Nickd12 5 5,691 Sep-05-2020, 04:39 AM
Last Post: perfringo
  Internationalization of applications ? JohnnyCoffee 1 1,740 Apr-17-2020, 09:39 PM
Last Post: Larz60+
  Handling Thick client applications using Python PraveenSubramaniyan 1 3,238 Jul-22-2019, 01:08 PM
Last Post: DeaD_EyE
  Automating Excel sheets with Python wendysling 1 2,566 Mar-15-2019, 01:39 PM
Last Post: Larz60+
  Automating unittest ichabod801 3 2,754 Oct-28-2018, 09:32 PM
Last Post: Gribouillis
  Glob and automating help Thunberd 0 2,372 Jun-13-2018, 04:42 PM
Last Post: Thunberd
  automating cli configs using python yumapath 1 2,504 Aug-30-2017, 01:23 PM
Last Post: sparkz_alot

Forum Jump:

User Panel Messages

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