More Eric7 Windows weirdness

Detlev Offenbach detlev at die-offenbachs.de
Mon Nov 20 08:27:00 GMT 2023


Am 19.11.23 um 20:08 schrieb Jamie Riotto:
> Ok, I ran 'eric7_ide.exe --debug' in a console window with the venv 
> activated. I don't see anything on the console.
That will not work because pip generated this wrapper for GUI scripts 
using pythonw.exe during installation. That Python interpreter variant 
doesn't give any output. You should run 'python.exe -m eric7 --debug'.
>  Is there a log file or debug file that is generated?
All debug output is sent to the console.
> - jamie
>
> On Sun, Nov 19, 2023 at 10:59 AM Jamie Riotto <jamie.riotto at gmail.com> 
> wrote:
>
>     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
>     <detlev at die-offenbachs.de> 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
>         detlev at die-offenbachs.de
>
-- 
Detlev Offenbach
detlev at die-offenbachs.de

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/eric/attachments/20231120/40bed0c7/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0xBD1F26A5DA8A6150.asc
Type: application/pgp-keys
Size: 660 bytes
Desc: OpenPGP public key
URL: <https://www.riverbankcomputing.com/pipermail/eric/attachments/20231120/40bed0c7/attachment.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 236 bytes
Desc: OpenPGP digital signature
URL: <https://www.riverbankcomputing.com/pipermail/eric/attachments/20231120/40bed0c7/attachment.sig>


More information about the Eric mailing list