<div dir="ltr">Ok, taking a deep dive into my file structure, I noticed I had Eric7 directories under my system Python directory (no doubt from <div>old source installs), as well as some of the confusing references in the eric7 ini file you pointed out. So, I removed all eric7</div><div>directories and references I could find and did another clean install into a venv. Everything comes up working great! <br></div><div><br></div><div>Thanks for all your help - jamie</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 20, 2023 at 12:48 AM Detlev Offenbach <<a href="mailto:detlev@die-offenbachs.de">detlev@die-offenbachs.de</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"><u></u>

  
    
  
  <div>
    <p>Hi Jamie,</p>
    <p>I saw these entries in your .ini file which you should consider
      changing.</p>
    <ol>
      <li>The Python interpreter for the debugger is set to
        'pythonw.exe'. This should be changed to 'python.exe' because
        'pythonw.exe' is only meant for GUI scripts. The debugger
        backend (aka. debug client) is a console script to be used with
        'python.exe'.</li>
      <li>Is it correct, that you are using the debug client with Python
        2? Note that Python 2 is obsolete!</li>
      <li>The 'Multi Process Debugging' option of the 'Start' dialog
        should only be activated, when a multiprocess program is
        debugged. However, this will not cause the described behavior.</li>
    </ol>
    <p>Other than that the file looks good.</p>
    <p>Regards,<br>
      Detlev<br>
    </p>
    <div>Am 19.11.23 um 19:59 schrieb Jamie
      Riotto:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">Detlev,
        <div>Attached is the eri7.ini file. I'll try the --debug flag
          now.</div>
        <div>- jamie<br>
          <div><br>
          </div>
          <div><br>
          </div>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Sun, Nov 19, 2023 at
          7:57 AM Detlev Offenbach <<a href="mailto:detlev@die-offenbachs.de" target="_blank">detlev@die-offenbachs.de</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">Hi
          Jaimie,<br>
          <br>
          I just fired up my Windows 10 VM and everything is working
          fine. Can you <br>
          send the configuration file <br>
          '%USERPROFILE%\AppData\Roaming\Eric7\eric7.ini'? Maybe
          something in your <br>
          configuration is weird and needs some special handling. In
          addition to <br>
          that you could start 'eric7_ide' in a console window with the
          '--debug' <br>
          switch.<br>
          <br>
          Regards,<br>
          Detlev<br>
          <br>
          Am 19.11.23 um 16:03 schrieb Jamie Riotto:<br>
          > Ok, still having issues with Eric7. Just did a clean
          install into a <br>
          > venv with:<br>
          ><br>
          > python3 -m venv eric7_venv<br>
          > cd eric7_venv<br>
          > cd Scripts<br>
          > activate<br>
          > python.exe -m pip install --upgrade pip<br>
          > python.exe -m pip install --prefer-binary eric-ide<br>
          ><br>
          > When I start Eric, it went through all the init screens,
          i.e. <br>
          > PyInstaller, Rope, PyLint, Vulture, etc<br>
          > and then the main app started. It took 2 full minutes to
          go from a <br>
          > white screen with 'Eric7' in the<br>
          > upper left corner to the app loading. Ok, perhaps it was
          still <br>
          > initializing stuff. However, I<br>
          > just loaded a project and it has been 10 minutes with no
          response. <br>
          > That is, spinning wait cursor,<br>
          > window is grayed out...<br>
          ><br>
          > This is a windows 10 system. A different venv with Eric6
          behaves normally.<br>
          > Do you need any info on my side to help debug this?
          Thanks again - jamie<br>
          <br>
          -- <br>
          Detlev Offenbach<br>
          <a href="mailto:detlev@die-offenbachs.de" target="_blank">detlev@die-offenbachs.de</a><br>
          <br>
        </blockquote>
      </div>
    </blockquote>
    <pre cols="72">-- 
Detlev Offenbach
<a href="mailto:detlev@die-offenbachs.de" target="_blank">detlev@die-offenbachs.de</a></pre>
  </div>

</blockquote></div>