<div dir="ltr">Ilya,<div><br></div><div>Great idea!  Definitely more robust than my solution.  I'll probably find my own answers to these when I get around to playing with this module, but for that is likely to take some time.  Forgive the obvious questions ....</div><div><br></div><div>How are are these files expected to be packaged with pyqtdeploy?  Any chance you have tested this on iOS?</div><div><br></div><div>Thank you for the interesting module!</div><div>David</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 29, 2016 at 11:18 AM, Ilya Kulakov <span dir="ltr"><<a href="mailto:kulakov.ilya@gmail.com" target="_blank">kulakov.ilya@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div>I'm proud to announce a package named qrc_pathlib which extends pathlib and implements pythonic interface to access Qt Resource System.</div><div><a href="https://github.com/GreatFruitOmsk/qrc_pathlib" target="_blank">https://github.com/GreatFruitOmsk/qrc_pathlib</a></div><div><br></div><span style="white-space:pre-wrap"> </span>with QrcPath(':hello.txt').open('r') as f:<div>    <span style="white-space:pre-wrap">           </span>print(f.read())</div><div><br></div><div>It's especially helpful if you only use Qt for UI and would like to contain it within dedicated modules.</div><div><br></div><br><div>
<span style="border-collapse:separate;line-height:normal;border-spacing:0px"><div>Best Regards,</div><div>Ilya Kulakov</div><div><br></div></span></div></div><br>_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" target="_blank">PyQt@riverbankcomputing.com</a><br>
<a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br></blockquote></div><br></div></div>