Skip to content Skip to sidebar Skip to footer
Showing posts with the label Notepad++

Win32com (python) Error

i am trying to automate a action in notepad for a program im working on and i cant figure out an er… Read more Win32com (python) Error

Creating Utf-16 Newline Characters In Python For Windows Notepad

In Python 2.7 running in Ubuntu this code: f = open('testfile.txt', 'w') f.write(&#… Read more Creating Utf-16 Newline Characters In Python For Windows Notepad