<div dir="ltr">Yup, its a good start for me. I tried to run one of the examples in qt creator which has qrc files in it, i actually got what you are trying to convey with that. I also saw your documentation on using pyrcc instead of qrc in this url 

<a href="https://www.riverbankcomputing.com/static/Docs/pyqtdeploy/pyrcc.html">https://www.riverbankcomputing.com/static/Docs/pyqtdeploy/pyrcc.html</a> . I am able to open my qml files with this. But when i use .DB i cannot make it work even by executing python code. If i am going to port this to android i need to add some lines in qmake tab of .pdy file as well, correct? if yes can you please throw some light on it.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 26, 2019 at 10:18 AM Phil Thompson <<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 26/04/2019 02:15, krsna s wrote:<br>
> Thanks for showing the right direction to make it work, as you rightly <br>
> said<br>
> i am a typical python programmer, would you mind sharing any URL or <br>
> book<br>
> name that can make me get started to use pyqtdeploy in right way? <br>
> Thanks in<br>
> advance for all your help.<br>
<br>
Anything that exists you can find with Google. I would recommend <br>
starting by writing a trivial C++ Qt application (maybe one that uses <br>
rcc) for the platform you are targeting.<br>
<br>
Phil<br>
</blockquote></div>