How can I get Windows special folders like My Documents, Desktop, etc. from my Python script? Do I need win32 extensions?
I have installed PythonWin installed.. I can read and write to Excel from Python, not a problem. Not the usage I need.
I downloaded the win32 for python 2.6 from this site. This is the code to get/set the clipboard. def test():
I have python as an embedded scripting environment in my application. I supply the python bits (python26.dll, DLLs & Lib folders) with 开发者_StackOverflow中文版my application. All this to avoid a
I extended the win32comext MAPI with the Interface IExchangeModifyTable to edit ACLs via the MAPI. I can modify existing ACL entries, but I stuck in adding new entries. I need the users entry ID to ad
while my script is updating one excel same time if i am going to do any other work manually with another excel error occursi am using dispatch
Is there a way to detect when a window that doesn\'t belong to my application is being dragged in windows using python/pywin32? I want to set it up so that when I drag a window whose title matches a p
I need to list all Active Directory group\'s members - can I do this without using LDAP queries with PyWi开发者_如何学编程n\'s win32security, for instance?
When launching a script-type python file from Windows you get a windows shell type window where the script runs. How can the script determine and also set/control the Window开发者_开发知识库 Size, Scr
I would like to be able to save my session state within the PythonWin editor (e.g. th开发者_JAVA技巧ese three files are opened and positioned in these particular locations within the PythonWin window)