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

2017-11-18 Thread Berker Peksag
Berker Peksag added the comment: Issue 1102 is still open so this bug is not fixed yet. I've just opened PR 4459 to fix it. -- nosy: +berker.peksag resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Add support for

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

2017-11-17 Thread uday kiran
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

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

2017-11-17 Thread uday kiran
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

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

2017-11-17 Thread uday kiran
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.