Python Documentation
pywinauto sourceforge address - URL of pywinauto in SourceForge
pywinauto wiki - pywinauto enables you to automate the Windows GUI
pywinauto author blog - Mark Mc Mahon blogging with pywinauto
ctypes - advanced ffi (Foreign Function Interface) package for Python 2.3 and higher.
Pythonwin IDE docs
The following code may crash Pythonwin IDE
import os
os.execv("c:\\windows\\system32\\notepad.exe",["c:\\windows\\system32\\notepad.exe",""])
Note that running the same command using IDLE does cause any problems thereby I deduce that Pythonwin may have some issue with the command above.
pywinauto wiki - pywinauto enables you to automate the Windows GUI
pywinauto author blog - Mark Mc Mahon blogging with pywinauto
ctypes - advanced ffi (Foreign Function Interface) package for Python 2.3 and higher.
Pythonwin IDE docs
The following code may crash Pythonwin IDE
import os
os.execv("c:\\windows\\system32\\notepad.exe",["c:\\windows\\system32\\notepad.exe",""])
Note that running the same command using IDLE does cause any problems thereby I deduce that Pythonwin may have some issue with the command above.
0 Comments:
Post a Comment
<< Home