<html>   <head>       <style type="text/css">p {margin:2px 0px;font-family: Arial; font-size: 14px;}</style>   </head>   <body>       <p>Hi Prasun, </p>
<p>I just checked your recent work and stumbled about an issue with the check_python_module.py file and python2, which complains</p>
<p>Traceback (most recent call last):<br /> File "cmake/check_python_module.py", line 5, in <module><br />open("cmake/check_python_module.py", O_RDONLY) = 3<br /> except ModuleNotFoundError:<br />NameError: name 'ModuleNotFoundError' is not defined<br />+++ exited with 1 +++</p>
<p>except ModuleNotFoundError:</p>
<p> </p>
<p>According to https://stackoverflow.com/questions/54153106/why-does-my-code-throw-nameerror-name-modulenotfounderror-is-not-defined-er could this be fixed by using  except ImportError: instead.</p>
<p> </p>
<p>If I find more issue, I will report to this list.</p>
<p>Regards</p>
<p>Ralf</p>
<p><br /><span style="font-family: Arial; font-size: 11px;">-----ursprüngliche Nachricht-----<br /> Von: <a href="mailto:prasun.code@gmail.com" target="_blank" rel="noopener">prasun.code@gmail.com</a><br /> Gesendet: 24.07.2020 06:40 Uhr<br /> An: <a href="mailto:kde-finance-apps@kde.org" target="_blank" rel="noopener">kde-finance-apps@kde.org</a><br /> Betreff: Phase 2 commits</span><br /><br /></p>
<div dir="ltr">
<div>Hi mentors,</div>
<div>I have added the code to fetch bank data for Netherlands and Switzerland from their respective bank sites and to use them to generate the SQLite databases. </div>
<div>I have added this code as 'make target' so as to be able to run them without building the whole project. Since my semester exams are starting from tomorrow</div>
<div>(and lasting till 31st July), I would complete the rest of the work in Phase 3.</div>
<div> </div>
<div>My progress during this phase was slow due to some personal and family reasons. I apologise for this delay. However, since the next semester of my college</div>
<div>will proceed in online mode, I would have more time than what I promised in my proposal. So, I would be able to make up for the delay and complete this</div>
<div>project successfully. </div>
<div> </div>
<div>Thanks.</div>
<div>Prasun</div>
</div>
<p><br /> <span style="font-family: Arial; font-size: 11px;">-----ursprüngliche Nachricht Ende-----</span></p>   </body></html> <br><br>