OverflowError in the debugger
Fixed via https://github.com/mhammond/pywin32/issues/727
ERROR_BAD_LENGTH in winfile.GetFileInformationByHandleEx on x86 - a struct alignment issue.
Sorry for the delay - fixed via https://github.com/mhammond/pywin32/issues/752
We do pass the name to the win32 function, so I suspect this is either misunderstanding of how this API works.
win32job.CreateJobObject name parameter doesn't seem to work.
Adding support for IExchangeModifyTables for Rules and ACLs
Add IExchangeManageStore::CreateStoreEntryId to mapi module
Provide enums dynamically
Add COM threads wrapper classes
Change PyIMAPIFolder method return types
Fixed in git commit 99217b26ce659fa381c58351f64a99e6b1776c55
fix missing PY_DECREF(Py_None) in typemap for SPropTagArray
Sadly installing via pip has issues due to the fact it doesn't run the postinstall script. You could try manually running "python pywin32_postinstall.py -install"
How to include win32crypt in py2exe?
As per my previous mail to you, this isn't a support forum - you should try the python-win32 mailing list for help.
My development machine still runs Windows 7
This works fine for me - I'm guessing something in your environment (eg, PATH) has a relative path rather than a fully-qualified path which includes the drive letter.
Thanks for the patch! Note I wont be able to get to this for a couple of weeks (I will before the next release though!), but in the meantime could you please: check we actually need to include winsock.h at all now you have added the windows.h include? add a new entry to changes.txt which is a brief summary of the bug, and giving yourself credit for the fix. upload a single patch with both the fix and the test, so I can commit it exactly as you provide. Thanks!
unable to start script with win32com as windows service
This is likely to be because services run with far less permissions by default - you should arrange to catch exceptions and dump them somewhere you can see them. You might also like to resend your question to the python-win32 mailing list. You need to be subscribed to the list before you can post to it - see http://mail.python.org/mailman/listinfo/python-win32 for subscription options.
This is GetFileSecurity failing based on the input you give it. There is a help file...
Unable to import modules
Error installing pywin32-220.win32-py3.6
This should be fixed i build 221.
pywintypes.com_error when querying WMI
There's no reson to believe this is a pywin32 issue, but rather a more general issue...
It's quite easy to misuse these functions and cause Python to crash, but without...
IOCP and memory management
This tracker isn't for general support - you might like to resend your question to...
Problem connecting to Outlook
Exception error occurring fairly regularly 2147352567 \ 21473525671
Shell_NotifyIcon not persisting notifications in the Action Center in Windows 10
You should send support requests to the python-win32 mailing list. You need to be...
You should try adding the directory which contains pywintypes27.dll to your PATH...
How to install in Autodesk Maya 2014?
doh - sourceforge sucks - I can now! This looks like the WScript.Shell object is...
Exception error occurring fairly regularly 2147352567 \ 21473525671
I can't see any attached code here
This is a problem with the pypiwin32 package, which isn't part of this project. setup.py...
Move all print text to new style print(text)
LGTM - I'll merge this next time I do a release, or let me know if you would like...
Change PyIMAPIFolder method return types
:( Sounds like a bug with easy_install. IIRC it's more than just that print statement,...
setup.py seems to fail on py3.x because of print "Building pywin32"
Use setup3.py
Thanks for the update - note that py2exe will have slightly different behaviour and...
The code remains in place in PythonService_main in PythonService.cpp - however, it's...
There's nothing here to indicate a bug in pywin32. You might like to resend your...
Unable to create service
Add PyIMAPISession::AdminServices method
Thanks! changeset 4394:85c1c99b1cb8
CastTo interface from specified library
Sorry for the delay, but I checked this in as changeset 4393:7a9466f06a9b. Thank...
Add StgOpenStorageOnILockBytes function
Thanks - checked in a slightly modified version (used 'k' for PyArg_ParseTuple flags...
Sorry for the delay, but better late than never :) I checked in a slightly modified...
Extend error information in case of failed dispatch call
This was fixed in: changeset: 4353:5bab1c62bff6 user: rupole@spideroak.com date:...
UnlockFileEx (Byte Range locking API) incorrectly uses signed int for lock len
Implement millisecond resolution for objects Win32 objects to Python Objects
I don't think I can take any of these patches. Getting non-zero ms does sound good,...
Because every language/environment sets up variants (and particularly arrays) differently,...
I'm leaning towards agreeing that this change really shouldn't break much, but it's...
In issue #712, the IDL specifies a specific interface and not IUnknown - and in that...
python 3, py2exe and pywin32 is a highly expiermental configuration - the py2exe...
Yeah, but it still seems something is wrong with the swig types there. HRESULT is...
Improve Py3 MAPI string handling
This looks like an improvement, thanks! 4390:cc08f2559b15
Change MAPI GetLastError()
4389:e32aa302e540
fix MAPIERROR typemap
4387:e0bd94265138
add support for mapi SPropProblemArray
fix PyIExchangeManageStore::CreateStoreEntryID for py3
4386:fd1a36d09647
Add mapi support for PT_MV_CLSID and PT_MV_I8
4385:40baafca4b98
Add PyIMAPIAdviseSink Interface and related methods.
Thanks! 4384:d932f03be686
Hrm - #149 is doing the same basic thing. I can see in the generated code that we...
Sadly I can't make this work. I installed the new SDK and while 32bit builds work,...
I don't understand the: if ($target == Py_None) Py_DECREF(Py_None); part of this...
Thanks - revision 4383:f1e7a597ee59
Add MAPI IExchangeManageStoreEx::CreateStoreEntryID2
Thanks - but I decided to fix this directly in PyMAPIObject_FromSPropTagArray (so...
Fix null deref crash in MAPI GetNamesFromIDs()
"Parameter not optional" when writing to property (ActiveQt)
Thanks!
Either a few days, or about 20 days (vacation:)
Revision aeed1c9d4bf9 and will be in the next pywin32 - thanks!
Incorrect IDispatch::Invoke property from CDispatch.__setattr__
spambayes doesn't have an imagebot. I suspect you are looking for a different tool...
Installation of pywin32-219 fails on windows server 2012
Thanks for the update.
This should be fixed by a new pywin32 build that is built using the same compiler...
I need to understand this a little better (and I've lost much of the context of this...
pywintypes.error: The function requested is not supported
This error is SEC_E_UNSUPPORTED_FUNCTION and comes from Windows itself - I've no...