<html>
<head>
<style type="text/css">
body,p,td,div,span{
        font-size:14px;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
};
body p{
        margin:0px;
}
</style>
</head>
<body><div>Dear Florian,</div><div><br></div><div><div>Part 1 (module not found) I could solve by changing the Python Interpreter in <br></div><div>Pycharm: '<br>File->Settings->Prioject Interpreter-> to C:\Program Files\Python37\python.exe (Same as before, but other path)</div><div><br></div><div>Seems to be a virtual environment hassle.<br></div><div><br></div>Part 2: <br></div><div><br></div><div>Aarghhh, you are right. In that testing module I forgot the QApplication... I've got it just a minute before your mail.<br></div><div><br></div><div>Thanks a lot for your attention</div><div>Hans</div><div><br></div><div>I have to shut down earlier ;-)<br></div><div><br></div><div><br></div>Am Donnerstag, den 23.07.2020 um 22:40 schrieb Florian Bruhin:<br><blockquote style="border:0;border-left: 2px solid #22437f; padding:0px; margin:0px; padding-left:5px; margin-left: 5px; ">On Thu, Jul 23, 2020 at 07:46:05PM +0200, hjm wrote:<br>
> I've tested a script to use QPrinter and this ended up with Process finished<br>
> with exit code -1073740791 (0xC0000409) unable to debug (for me).<br>
> <br>
> from PyQt5import QtPrintSupport<br>
> myprinter= QtPrintSupport.QPrinter ()<br>
<br>
You most likely need to create a QApplication before using QPrinter.<br>
<br>
> After that I got an import error also frpm another script which contains<br>
> <br>
> from PyQt5import QtChart<br>
> <br>
> ImportError: cannot import name 'QtChart' from 'PyQt5'<br>
> (C:\Users\myname\IR-Check_Tablet\lib\site-packages\PyQt5\__init__.py).<br>
> <br>
> The files are installed, I have a directory with lot of files (53) called<br>
> c:\Program Files\Python37\Lib\site-packages\PyQt5\bindings\QtChart\<br>
<br>
Those paths are different. It looks like you have two PyQt5 installs now, one<br>
in C:\Users\myname\IR-Check_Tablet\ (without QtChart) and one in c:\Program<br>
Files\Python37 (with QtChart). According to the ImportError, you're using the<br>
former.<br>
<br>
Florian<br>
<br>
-- <br>
<a class="normal-link" href="mailto:me@the-compiler.org">me@the-compiler.org</a> (Mail/XMPP) | <a href="https://www.qutebrowser.org" target="_blank" class="normal-link">https://www.qutebrowser.org</a> <br>
       <a href="https://bruhin.software" target="_blank" class="normal-link">https://bruhin.software</a>/ | <a href="https://github.com/sponsors/The-Compiler" target="_blank" class="normal-link">https://github.com/sponsors/The-Compiler</a>/<br>
       GPG: 916E B0C8 FD55 A072 | <a href="https://the-compiler.org/pubkey.asc" target="_blank" class="normal-link">https://the-compiler.org/pubkey.asc</a><br>
             I love long mails! | <a href="https://email.is-not-s.ms" target="_blank" class="normal-link">https://email.is-not-s.ms</a>/</blockquote></body></html>