Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [PyWinAuto] Please help me with Typekeys ()
Post: RE: [PyWinAuto] Please help me with Typekeys ()

(Apr-22-2019, 09:39 AM)Yoriz Wrote: backslash \ is a special character in strings use double backslash \\ to get a normal \ dlg.TypeKeys('cd /d C:\\Program Files (x86)\\',with_spaces = True) Thank y...
mattroi261192 General Coding Help 2 7,940 Apr-23-2019, 01:55 AM
    Thread: [PyWinAuto] Please help me with Typekeys ()
Post: [PyWinAuto] Please help me with Typekeys ()

Hello everyone, I have some code as below: from pywinauto import application from pywinauto import keyboard app = application.Application() app.connect(path= r"C:\Windows\system32\cmd.exe") dlg = app....
mattroi261192 General Coding Help 2 7,940 Apr-22-2019, 04:48 AM
    Thread: Please help me error "AttributeError: 'module' object has no attribute 'ElementTree'"
Post: RE: Please help me error "AttributeError: 'module'...

(Nov-11-2018, 03:30 AM)ichabod801 Wrote: Please post the full error text when posting tracebacks. Thanks for your support. I unchecked break exception. :( and my program is still running normally....
mattroi261192 General Coding Help 4 7,027 Nov-11-2018, 05:01 AM
    Thread: Please help me error "AttributeError: 'module' object has no attribute 'ElementTree'"
Post: RE: Please help me error "AttributeError: 'module'...

(Nov-09-2018, 02:42 PM)ichabod801 Wrote: Your file location string looks like it might be a problem. The backslashes will generally try to make the next character into a special character. Try one o...
mattroi261192 General Coding Help 4 7,027 Nov-11-2018, 02:48 AM
    Thread: Please help me error "AttributeError: 'module' object has no attribute 'ElementTree'"
Post: Please help me error "AttributeError: 'module' obj...

Hi everyone, I have trouble when I code python as below. I have a simple code: import xlrd file_location = "D:\Training\Python\Email\aa.xlsx" workbook = xlrd.open_workbook(file_location) sheet = workb...
mattroi261192 General Coding Help 4 7,027 Nov-09-2018, 10:08 AM

User Panel Messages

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