<div dir="ltr">Hi,<div><br></div><div>I'm not a frequent contributor to this list so others may have more acceptable solutions, but I ran into some similar challenges and I'd love to share what I did.</div><div><br></div><div>Regarding pyqt4 and pyqtgraph: I made a desktop application using pyqtgraph, and my solution was to compile it into a binary form with pyinstaller, so that people could use it without having to learn python or do any sort of compiling or terminal work.  The documentation[1] on this is pretty clear and I didn't run into many problems. </div><div><br></div><div>For the command line utilities, I'd usually make a "Utilities" directory to indicate that they're not part of the main application.</div><div><br></div><div>Chris</div><div><br></div><div>[1] <a href="https://wiki.python.org/moin/PyQt/Deploying_PyQt_Applications">https://wiki.python.org/moin/PyQt/Deploying_PyQt_Applications</a></div><div class="gmail_extra"><br></div></div>