[issue32064] python msilib view.fetch is not returning none
New submission from uday kiran : Please see my script attached. Once the records are completed, the View.Fetch() function should give a none value but intsead giving runtime error: _msi.MSIError: unknown error 103 It is already mentioned in the bugs. https://bugs.python.org/issue29364 https://bugs.python.org/issue1102 The comments mentioned as it will be fixed in the coming release. But it is a long back comment,but still not fixed. Any update on this? -- components: Windows files: MSIFileRead.py messages: 306456 nosy: paul.moore, steve.dower, tim.golden, uday kiran, zach.ware priority: normal severity: normal status: open title: python msilib view.fetch is not returning none type: crash versions: Python 3.6 Added file: https://bugs.python.org/file47271/MSIFileRead.py ___ Python tracker <https://bugs.python.org/issue32064> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue32064] python msilib view.fetch is not returning none
uday kiran added the comment: It seems you have added some patches as .c files, but how do we apply those on windows machines? No documentation related to it. https://bugs.python.org/file24795/_msi_fetch.patch.txt https://bugs.python.org/file11840/_msi.patch.txt Could you please help me how to apply these patches on windows environment. -- ___ Python tracker <https://bugs.python.org/issue32064> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue32064] python msilib view.fetch is not returning none
uday kiran added the comment: I tried adding the bugs to the python source code and compile it by using the steps in https://docs.python.org/devguide/ and the fix in https://bugs.python.org/file24795/_msi_fetch.patch.txt, but ended up with many compilation errors -- ___ Python tracker <https://bugs.python.org/issue32064> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1102] Add support for _msi.Record.GetString() and _msi.Record.GetInteger()
uday kiran added the comment: Will it be added to 3.6 also? And when it will be available in the windows installations you release? -- ___ Python tracker <https://bugs.python.org/issue1102> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com