From detlev at die-offenbachs.de Mon Sep 1 12:58:18 2025 From: detlev at die-offenbachs.de (Detlev Offenbach) Date: Mon, 1 Sep 2025 13:58:18 +0200 Subject: ANN: eric 25.9 released Message-ID: Hello Pythonistas, I just uploaded eric 25.9. It fixes some bugs and adds these new features. * General o Made the code compatible with Python 3.14. * Code Style Checker o Updated these checkers. + Security to `bandit` v1.8.6. o - Added these new checkers. + Checker based on `flake8_no_nested_comprehensions` v1.0.0 to detect comprehensions with multiple generators. * Editor o Added an information pane informing the user when an editor file is changed externally. It gives the option to activate the editor automatic reload capability, to reload the modified file, to ignore the current external modification and all further ones and to show a dialog with the differences between the externally modified file and the current editor text. * MicroPython o Added the capability to clear the graph and delete the recorded raw data to the graph view. o Migrated the graph widget to the QtGraphs package because the QtCharts package is deprecated. The wheel will therefore install PyQt6 ? 6.8.0. Using the provided install script, eric-ide can be used with older PyQt6 versions as well. o Added an action button to stop the running script. o Extended the file manager widget to deal with multi selection of files. o Updated the list of known CircuitPython boards. o Updated the list of known UF2 capable boards. * - Third Party packages o Upgraded `eradicate` to version 3.0.0. o Upgraded `pycodestyle` to version 2.14.0. o Upgraded `pyflakes` to version 3.4.0. It is available via the eric web site or PyPI. https://eric-ide.python-projects.org/index.html https://pypi.org/project/eric-ide/ Regards, Detlev -- Detlev Offenbach detlev at die-offenbachs.de -------------- next part -------------- An HTML attachment was scrubbed... URL: From kdere at gmu.edu Mon Sep 1 16:08:23 2025 From: kdere at gmu.edu (Kenneth P Dere) Date: Mon, 1 Sep 2025 15:08:23 +0000 Subject: eric7 in and virtual env is in Russian Message-ID: I need it in English I am using Version = "25.9 (rev. 8445137940e8)" VersionOnly = "25.9" Regards, Ken Dere Kenneth Dere Department of Physics and Astronomy George Mason University Fairfax VA USA -------------- next part -------------- An HTML attachment was scrubbed... URL: From detlev at die-offenbachs.de Mon Sep 1 16:13:26 2025 From: detlev at die-offenbachs.de (Detlev Offenbach) Date: Mon, 1 Sep 2025 17:13:26 +0200 Subject: eric7 in and virtual env is in Russian In-Reply-To: References: Message-ID: <0b72fecd-0e37-4658-a118-a2329cb748ef@die-offenbachs.de> You probably misconfigured the user interface and did not recognize it. The easiest way toclear that is to open the eric-ide settings file (eric7.ini) in an editor and delete the configuration key "UI/Language". Not knowing your platform I cannot give the path to that file. Regards, Detlev Am 01.09.25 um 17:08 schrieb Kenneth P Dere: > I need it in English > > I am using > > Version = "25.9 (rev. 8445137940e8)" > VersionOnly = "25.9" > > Regards, > > Ken Dere > > Kenneth Dere > Department of Physics and Astronomy > George Mason University > Fairfax VA > USA -- Detlev Offenbach detlev at die-offenbachs.de -------------- next part -------------- An HTML attachment was scrubbed... URL: From kdere at gmu.edu Mon Sep 1 18:08:13 2025 From: kdere at gmu.edu (Kenneth P Dere) Date: Mon, 1 Sep 2025 17:08:13 +0000 Subject: Eric Digest, Vol 226, Issue 1 In-Reply-To: References: Message-ID: Hi, I have followd the web page directions for installing on a linux system into a virtual env. I have reinstalled the whole thing today with Version = "25.9 (rev. 8445137940e8)" VersionOnly = "25.9" As far as I can tell, there is not eric7.ini file. Maybe with this info, you can tell me where to find it. Regards, Ken Kenneth Dere Department of Physics and Astronomy George Mason University Fairfax VA USA ________________________________ From: eric-request at riverbankcomputing.com Sent: Monday, September 1, 2025 11:13 AM To: eric at riverbankcomputing.com Subject: Eric Digest, Vol 226, Issue 1 External Message: Use Caution Send Eric mailing list submissions to eric at riverbankcomputing.com To subscribe or unsubscribe via the World Wide Web, visit https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.riverbankcomputing.com%2Fmailman%2Flistinfo%2Feric&data=05%7C02%7Ckdere%40gmu.edu%7Cb68efcfdded44017d70608dde96a2d15%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638923364565736341%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=uNjmyUhLzHHqNqnVSBVr8hnYKAu1O3tsezrrjv9X8O8%3D&reserved=0 or, via email, send a message with subject or body 'help' to eric-request at riverbankcomputing.com You can reach the person managing the list at eric-owner at riverbankcomputing.com When replying, please edit your Subject line so it is more specific than "Re: Contents of Eric digest..." Today's Topics: 1. ANN: eric 25.9 released (Detlev Offenbach) 2. eric7 in and virtual env is in Russian (Kenneth P Dere) 3. Re: eric7 in and virtual env is in Russian (Detlev Offenbach) ---------------------------------------------------------------------- Message: 1 Date: Mon, 1 Sep 2025 13:58:18 +0200 From: Detlev Offenbach To: eric at riverbankcomputing.com Subject: ANN: eric 25.9 released Message-ID: Content-Type: text/plain; charset="utf-8"; Format="flowed" Hello Pythonistas, I just uploaded eric 25.9. It fixes some bugs and adds these new features. * General o Made the code compatible with Python 3.14. * Code Style Checker o Updated these checkers. + Security to `bandit` v1.8.6. o - Added these new checkers. + Checker based on `flake8_no_nested_comprehensions` v1.0.0 to detect comprehensions with multiple generators. * Editor o Added an information pane informing the user when an editor file is changed externally. It gives the option to activate the editor automatic reload capability, to reload the modified file, to ignore the current external modification and all further ones and to show a dialog with the differences between the externally modified file and the current editor text. * MicroPython o Added the capability to clear the graph and delete the recorded raw data to the graph view. o Migrated the graph widget to the QtGraphs package because the QtCharts package is deprecated. The wheel will therefore install PyQt6 ? 6.8.0. Using the provided install script, eric-ide can be used with older PyQt6 versions as well. o Added an action button to stop the running script. o Extended the file manager widget to deal with multi selection of files. o Updated the list of known CircuitPython boards. o Updated the list of known UF2 capable boards. * - Third Party packages o Upgraded `eradicate` to version 3.0.0. o Upgraded `pycodestyle` to version 2.14.0. o Upgraded `pyflakes` to version 3.4.0. It is available via the eric web site or PyPI. https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Feric-ide.python-projects.org%2Findex.html&data=05%7C02%7Ckdere%40gmu.edu%7Cb68efcfdded44017d70608dde96a2d15%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638923364565757425%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=RviJj%2F18mKncjmHz8sSiJ3x5kppORvkq4YxO3n4JoLw%3D&reserved=0 > https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpypi.org%2Fproject%2Feric-ide%2F&data=05%7C02%7Ckdere%40gmu.edu%7Cb68efcfdded44017d70608dde96a2d15%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638923364565799432%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=LB3LO8lVErR3%2BlpRemOvJZx5zhhX5mg5fyN4GpFRIFs%3D&reserved=0 > Regards, Detlev -- Detlev Offenbach detlev at die-offenbachs.de -------------- next part -------------- An HTML attachment was scrubbed... URL: > ------------------------------ Message: 2 Date: Mon, 1 Sep 2025 15:08:23 +0000 From: Kenneth P Dere To: "eric at riverbankcomputing.com" Cc: Kenneth P Dere Subject: eric7 in and virtual env is in Russian Message-ID: Content-Type: text/plain; charset="iso-8859-1" I need it in English I am using Version = "25.9 (rev. 8445137940e8)" VersionOnly = "25.9" Regards, Ken Dere Kenneth Dere Department of Physics and Astronomy George Mason University Fairfax VA USA -------------- next part -------------- An HTML attachment was scrubbed... URL: > ------------------------------ Message: 3 Date: Mon, 1 Sep 2025 17:13:26 +0200 From: Detlev Offenbach To: Kenneth P Dere , "eric at riverbankcomputing.com" Subject: Re: eric7 in and virtual env is in Russian Message-ID: <0b72fecd-0e37-4658-a118-a2329cb748ef at die-offenbachs.de> Content-Type: text/plain; charset="utf-8"; Format="flowed" You probably misconfigured the user interface and did not recognize it. The easiest way toclear that is to open the eric-ide settings file (eric7.ini) in an editor and delete the configuration key "UI/Language". Not knowing your platform I cannot give the path to that file. Regards, Detlev Am 01.09.25 um 17:08 schrieb Kenneth P Dere: > I need it in English > > I am using > > Version = "25.9 (rev. 8445137940e8)" > VersionOnly = "25.9" > > Regards, > > Ken Dere > > Kenneth Dere > Department of Physics and Astronomy > George Mason University > Fairfax VA > USA -- Detlev Offenbach detlev at die-offenbachs.de -------------- next part -------------- An HTML attachment was scrubbed... URL: > ------------------------------ Subject: Digest Footer _______________________________________________ Eric mailing list Eric at riverbankcomputing.com https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.riverbankcomputing.com%2Fmailman%2Flistinfo%2Feric&data=05%7C02%7Ckdere%40gmu.edu%7Cb68efcfdded44017d70608dde96a2d15%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638923364565886728%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=L3xg08V7xYq4rtrOdcg%2BqLTvke3NVwRismtRzgaVa50%3D&reserved=0 ------------------------------ End of Eric Digest, Vol 226, Issue 1 ************************************ -------------- next part -------------- An HTML attachment was scrubbed... URL: From kdere at gmu.edu Mon Sep 1 18:29:12 2025 From: kdere at gmu.edu (Kenneth P Dere) Date: Mon, 1 Sep 2025 17:29:12 +0000 Subject: Eric Digest, Vol 226, Issue 2 In-Reply-To: References: Message-ID: OK, I have found it in my .config directory. It is a very long file but I cannot find anything in it about the language to be used. Regards, Ken Kenneth Dere Department of Physics and Astronomy George Mason University Fairfax VA USA ________________________________ From: eric-request at riverbankcomputing.com Sent: Monday, September 1, 2025 1:08 PM To: eric at riverbankcomputing.com Subject: Eric Digest, Vol 226, Issue 2 External Message: Use Caution Send Eric mailing list submissions to eric at riverbankcomputing.com To subscribe or unsubscribe via the World Wide Web, visit https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.riverbankcomputing.com%2Fmailman%2Flistinfo%2Feric&data=05%7C02%7Ckdere%40gmu.edu%7Ca4c2f21a311a472e003c08dde97a3196%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638923433207856789%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=XGEGfAqowmRLAnIZv9OssI392Pa0TiSjyxLiXywaMWo%3D&reserved=0 or, via email, send a message with subject or body 'help' to eric-request at riverbankcomputing.com You can reach the person managing the list at eric-owner at riverbankcomputing.com When replying, please edit your Subject line so it is more specific than "Re: Contents of Eric digest..." Today's Topics: 1. Re: Eric Digest, Vol 226, Issue 1 (Kenneth P Dere) ---------------------------------------------------------------------- Message: 1 Date: Mon, 1 Sep 2025 17:08:13 +0000 From: Kenneth P Dere To: "eric at riverbankcomputing.com" Subject: Re: Eric Digest, Vol 226, Issue 1 Message-ID: Content-Type: text/plain; charset="us-ascii" Hi, I have followd the web page directions for installing on a linux system into a virtual env. I have reinstalled the whole thing today with Version = "25.9 (rev. 8445137940e8)" VersionOnly = "25.9" As far as I can tell, there is not eric7.ini file. Maybe with this info, you can tell me where to find it. Regards, Ken Kenneth Dere Department of Physics and Astronomy George Mason University Fairfax VA USA ________________________________ From: eric-request at riverbankcomputing.com Sent: Monday, September 1, 2025 11:13 AM To: eric at riverbankcomputing.com Subject: Eric Digest, Vol 226, Issue 1 External Message: Use Caution Send Eric mailing list submissions to eric at riverbankcomputing.com To subscribe or unsubscribe via the World Wide Web, visit https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.riverbankcomputing.com%2Fmailman%2Flistinfo%2Feric&data=05%7C02%7Ckdere%40gmu.edu%7Ca4c2f21a311a472e003c08dde97a3196%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638923433207880788%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=6sWTzaBwqFBCgAfoXu4XTPnvBA7u8j5Zjlfru2zh4o8%3D&reserved=0 or, via email, send a message with subject or body 'help' to eric-request at riverbankcomputing.com You can reach the person managing the list at eric-owner at riverbankcomputing.com When replying, please edit your Subject line so it is more specific than "Re: Contents of Eric digest..." Today's Topics: 1. ANN: eric 25.9 released (Detlev Offenbach) 2. eric7 in and virtual env is in Russian (Kenneth P Dere) 3. Re: eric7 in and virtual env is in Russian (Detlev Offenbach) ---------------------------------------------------------------------- Message: 1 Date: Mon, 1 Sep 2025 13:58:18 +0200 From: Detlev Offenbach To: eric at riverbankcomputing.com Subject: ANN: eric 25.9 released Message-ID: Content-Type: text/plain; charset="utf-8"; Format="flowed" Hello Pythonistas, I just uploaded eric 25.9. It fixes some bugs and adds these new features. * General o Made the code compatible with Python 3.14. * Code Style Checker o Updated these checkers. + Security to `bandit` v1.8.6. o - Added these new checkers. + Checker based on `flake8_no_nested_comprehensions` v1.0.0 to detect comprehensions with multiple generators. * Editor o Added an information pane informing the user when an editor file is changed externally. It gives the option to activate the editor automatic reload capability, to reload the modified file, to ignore the current external modification and all further ones and to show a dialog with the differences between the externally modified file and the current editor text. * MicroPython o Added the capability to clear the graph and delete the recorded raw data to the graph view. o Migrated the graph widget to the QtGraphs package because the QtCharts package is deprecated. The wheel will therefore install PyQt6 ? 6.8.0. Using the provided install script, eric-ide can be used with older PyQt6 versions as well. o Added an action button to stop the running script. o Extended the file manager widget to deal with multi selection of files. o Updated the list of known CircuitPython boards. o Updated the list of known UF2 capable boards. * - Third Party packages o Upgraded `eradicate` to version 3.0.0. o Upgraded `pycodestyle` to version 2.14.0. o Upgraded `pyflakes` to version 3.4.0. It is available via the eric web site or PyPI. https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Feric-ide.python-projects.org%2Findex.html&data=05%7C02%7Ckdere%40gmu.edu%7Ca4c2f21a311a472e003c08dde97a3196%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638923433207914249%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=FeVpThRsDkY0eSatEEQFXxV1tFmjMRrWhLon%2BjVSOKM%3D&reserved=0 >> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpypi.org%2Fproject%2Feric-ide%2F&data=05%7C02%7Ckdere%40gmu.edu%7Ca4c2f21a311a472e003c08dde97a3196%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638923433208120555%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=%2BVMVLhrA1elf%2FovdUHbtxhfsM3THpWV7ZvW%2Fce8TeFs%3D&reserved=0 >> Regards, Detlev -- Detlev Offenbach detlev at die-offenbachs.de -------------- next part -------------- An HTML attachment was scrubbed... URL: >> ------------------------------ Message: 2 Date: Mon, 1 Sep 2025 15:08:23 +0000 From: Kenneth P Dere To: "eric at riverbankcomputing.com" Cc: Kenneth P Dere Subject: eric7 in and virtual env is in Russian Message-ID: Content-Type: text/plain; charset="iso-8859-1" I need it in English I am using Version = "25.9 (rev. 8445137940e8)" VersionOnly = "25.9" Regards, Ken Dere Kenneth Dere Department of Physics and Astronomy George Mason University Fairfax VA USA -------------- next part -------------- An HTML attachment was scrubbed... URL: >> ------------------------------ Message: 3 Date: Mon, 1 Sep 2025 17:13:26 +0200 From: Detlev Offenbach To: Kenneth P Dere , "eric at riverbankcomputing.com" Subject: Re: eric7 in and virtual env is in Russian Message-ID: <0b72fecd-0e37-4658-a118-a2329cb748ef at die-offenbachs.de> Content-Type: text/plain; charset="utf-8"; Format="flowed" You probably misconfigured the user interface and did not recognize it. The easiest way toclear that is to open the eric-ide settings file (eric7.ini) in an editor and delete the configuration key "UI/Language". Not knowing your platform I cannot give the path to that file. Regards, Detlev Am 01.09.25 um 17:08 schrieb Kenneth P Dere: > I need it in English > > I am using > > Version = "25.9 (rev. 8445137940e8)" > VersionOnly = "25.9" > > Regards, > > Ken Dere > > Kenneth Dere > Department of Physics and Astronomy > George Mason University > Fairfax VA > USA -- Detlev Offenbach detlev at die-offenbachs.de -------------- next part -------------- An HTML attachment was scrubbed... URL: >> ------------------------------ Subject: Digest Footer _______________________________________________ Eric mailing list Eric at riverbankcomputing.com https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.riverbankcomputing.com%2Fmailman%2Flistinfo%2Feric&data=05%7C02%7Ckdere%40gmu.edu%7Ca4c2f21a311a472e003c08dde97a3196%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638923433208297689%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=tjWR77uktNhTEpY7CfdKe6YQVWz5Kb9d57UyGnVUdso%3D&reserved=0 ------------------------------ End of Eric Digest, Vol 226, Issue 1 ************************************ -------------- next part -------------- An HTML attachment was scrubbed... URL: > ------------------------------ Subject: Digest Footer _______________________________________________ Eric mailing list Eric at riverbankcomputing.com https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.riverbankcomputing.com%2Fmailman%2Flistinfo%2Feric&data=05%7C02%7Ckdere%40gmu.edu%7Ca4c2f21a311a472e003c08dde97a3196%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638923433208350533%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=DkHRsiErvvIUgARUKWv%2FKOKXkLd5duTY4n3jI9C%2FQWQ%3D&reserved=0 ------------------------------ End of Eric Digest, Vol 226, Issue 2 ************************************ -------------- next part -------------- An HTML attachment was scrubbed... URL: