[issue1102] Add support for _msi.Record.GetString() and _msi.Record.GetInteger()

2017-11-23 Thread uday kiran
uday kiran <uday1ki...@gmail.com> 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 <rep...@bugs.python.org> <https://bugs.pytho

[issue32064] python msilib view.fetch is not returning none

2017-11-17 Thread uday kiran
uday kiran <uday1ki...@gmail.com> 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

[issue32064] python msilib view.fetch is not returning none

2017-11-17 Thread uday kiran
uday kiran <uday1ki...@gmail.com> 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

[issue32064] python msilib view.fetch is not returning none

2017-11-17 Thread uday kiran
New submission from uday kiran <uday1ki...@gmail.com>: 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.