pywin32
SMTP through Exchange using Integrated Windows Authentication (NTLM) using Python
I want to use the credentials of the logged-in Windows user to authenticate an SMTP connection to an Exchange 开发者_Python百科server using NTLM.[详细]
2023-01-01 08:16 分类:问答Howto install distribute for Python 3
I am trying to install distribute using ActivePython 3.1.2 on Windows. Running python distribute_setup.py as described on the cheese shop give me:[详细]
2022-12-30 01:22 分类:问答Python Windows File Copy with Wildcard Support
I\'ve been doing this all the time: result = subprocess.call([\'copy\', \'123*.xml\', \'out_folder\\\\.\', \'/y\'])[详细]
2022-12-25 14:45 分类:问答How do I watch a folder for changes and when changes are done using Python?
i need to watch a folder for incoming files. i did that with the following help: How do I watch a file for changes?[详细]
2022-12-22 02:35 分类:问答Downloading a File Protected by NTLM/SSPI Without Prompting For Credentials Using Python on Win32?
I need to download a file on a corporate Sharepoint site using CPython. Existing codebase prevents me from using Ironpython without porting the code, so .NET\'s WebClient library is out. I also want t[详细]
2022-12-18 02:30 分类:问答Python win32 service
I am fairly new to python, and have no experience with writing services for windows. I have tried to hack together a windows service based on afew tutorials i have found out there.[详细]
2022-12-17 20:32 分类:问答What's the correct way to use win32file.ReadFile to get the output from a pipe?
I\'m using the pywin32 extensions to access the win32 API under Python. I\'m new at doing Windows programming in Python -- I\'m a POSIX guy -- so I may be doing things in a bone-headed manner.[详细]
2022-12-16 17:17 分类:问答Get list of open windows in Python
I am writing an app in Python that must be able to send keys or text to another app. For example, if I have Firefox open, I should be able to send it an URL to open it.[详细]
2022-12-15 22:09 分类:问答PyWin32: Windows Classic theme
In the PyWin32 demos folder, the win32gui_dialog.py sample 开发者_如何转开发uses the classic windowscontrols.[详细]
2022-12-15 10:33 分类:问答registering python com server
I have a problem when registering a Python com server, I got a message box that says : Invalid command line argument. This[详细]
2022-12-15 07:05 分类:问答