-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
win32com Cannot Handle Decimal In COM Objects #1149
Comments
Error can be overcome with 1 change to genpy.py (win32com/client) Add after line 848
Additional checking will need done on the specific COM object I have to see if it operates correctly. |
Thanks for the report - please let me if you testing shows that is the only change needed. |
I'm still testing to be sure, but so far this does seem to work. I also found an interesting comment at http://docs.activestate.com/activepython/3.2/pywin32/html/com/win32com/readme.htm under "Important Currency changes"
|
I have probably encountered the same kind of problem.
Please refer to this for the reproducer: enthought/comtypes#693 (comment) |
Attempting to makepy for a COM object which has parameters of type Decimal [i.e. .NET Decimal] fails with an error "NameError: name 'Decimal' is not defined"
The text was updated successfully, but these errors were encountered: