Hi Jamie,

I saw these entries in your .ini file which you should consider changing.

1. 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'.
2. Is it correct, that you are using the debug client with Python 2?
   Note that Python 2 is obsolete!
3. 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.

Other than that the file looks good.

Regards,
Detlev

Am 19.11.23 um 19:59 schrieb Jamie Riotto:
Detlev,
Attached is the eri7.ini file. I'll try the --debug flag now.
- jamie



On Sun, Nov 19, 2023 at 7:57 AM Detlev Offenbach <[email protected]> wrote:

    Hi Jaimie,

    I just fired up my Windows 10 VM and everything is working fine.
    Can you
    send the configuration file
    '%USERPROFILE%\AppData\Roaming\Eric7\eric7.ini'? Maybe something
    in your
    configuration is weird and needs some special handling. In
    addition to
    that you could start 'eric7_ide' in a console window with the
    '--debug'
    switch.

    Regards,
    Detlev

    Am 19.11.23 um 16:03 schrieb Jamie Riotto:
    > Ok, still having issues with Eric7. Just did a clean install into a
    > venv with:
    >
    > python3 -m venv eric7_venv
    > cd eric7_venv
    > cd Scripts
    > activate
    > python.exe -m pip install --upgrade pip
    > python.exe -m pip install --prefer-binary eric-ide
    >
    > When I start Eric, it went through all the init screens, i.e.
    > PyInstaller, Rope, PyLint, Vulture, etc
    > and then the main app started. It took 2 full minutes to go from a
    > white screen with 'Eric7' in the
    > upper left corner to the app loading. Ok, perhaps it was still
    > initializing stuff. However, I
    > just loaded a project and it has been 10 minutes with no response.
    > That is, spinning wait cursor,
    > window is grayed out...
    >
    > This is a windows 10 system. A different venv with Eric6 behaves
    normally.
    > Do you need any info on my side to help debug this? Thanks again
    - jamie

-- Detlev Offenbach
    [email protected]

--
Detlev Offenbach
[email protected]

Attachment: OpenPGP_0xBD1F26A5DA8A6150.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to