Re: ANN: eric 23.5 released

2023-05-02 Thread Mick Sulley

Hi Detlev,

I just installed the new release on Mint using the script on the web 
page but it won't start. This is what I see in a terminal


mick@DeskMint21:~/eric_env/bin$ ./eric7_ide qt.qpa.plugin: Could not 
load the Qt platform plugin "xcb" in "" even though it was found. This 
application failed to start because no Qt platform plugin could be 
initialized. Reinstalling the application may fix this problem. 
Available platform plugins are: vkkhrdisplay, linuxfb, minimalegl, 
offscreen, wayland-egl, vnc, wayland, minimal, eglfs, xcb. Aborted (core 
dumped) mick@DeskMint21:~/eric_env/bin$


Have I missed something?

Thanks

Mick

On 02/05/2023 09:56, Detlev Offenbach wrote:


Hello Pythonistas,

I just uploaded eric 23.5. It fixes some bugs and adds these new features.

  * JavaScript Support
  o Removed JavaScript functionality depending on the `jasy`
package because it has not been maintained for years.
  * MicroPython
  o Added support for STLink based devices.
  o Added the capability to select the device path manually in
case it could not be detected (e.g. because the device does
not have a volume name).
  o Added the capability to install the `mpy-cross` compiler from
the MicroPython page of the configuration dialog.
  o Added a package installer for devices lacking network
connectivity and the `mip` package manager.
  * Plugin Repository
  o Added the capability to enforce the download of plugin
packages using the `http://` protocol (in case of
missing/non-functional system `SSL` libraries).
  * Translator
  o Added support for the LibreTranslate translator (see
https://github.com/LibreTranslate/LibreTranslate).
  * Web Browser
  o Added the capability to enforce the download of spell check
dictionaries using the `http://` protocol (in case of
missing/non-functional system `SSL` libraries).

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

det...@die-offenbachs.de 


Re: ANN: eric 23.5 released

2023-05-02 Thread Detlev Offenbach

Hi Mick,

you need to install the 'libxcb-cursor0' system package using your 
package manager. I think, Qt 6.5.0 introduced this additional dependency.


Note to all: This or something similar might be necessary on ther Linux 
systems as well.


Regards, Detlev

Am 02.05.23 um 12:24 schrieb Mick Sulley:


Hi Detlev,

I just installed the new release on Mint using the script on the web 
page but it won't start. This is what I see in a terminal


mick@DeskMint21:~/eric_env/bin$ ./eric7_ide qt.qpa.plugin: Could not 
load the Qt platform plugin "xcb" in "" even though it was found. This 
application failed to start because no Qt platform plugin could be 
initialized. Reinstalling the application may fix this problem. 
Available platform plugins are: vkkhrdisplay, linuxfb, minimalegl, 
offscreen, wayland-egl, vnc, wayland, minimal, eglfs, xcb. Aborted 
(core dumped) mick@DeskMint21:~/eric_env/bin$


Have I missed something?

Thanks

Mick

On 02/05/2023 09:56, Detlev Offenbach wrote:


Hello Pythonistas,

I just uploaded eric 23.5. It fixes some bugs and adds these new 
features.


  * JavaScript Support
  o Removed JavaScript functionality depending on the `jasy`
package because it has not been maintained for years.
  * MicroPython
  o Added support for STLink based devices.
  o Added the capability to select the device path manually in
case it could not be detected (e.g. because the device does
not have a volume name).
  o Added the capability to install the `mpy-cross` compiler from
the MicroPython page of the configuration dialog.
  o Added a package installer for devices lacking network
connectivity and the `mip` package manager.
  * Plugin Repository
  o Added the capability to enforce the download of plugin
packages using the `http://` protocol (in case of
missing/non-functional system `SSL` libraries).
  * Translator
  o Added support for the LibreTranslate translator (see
https://github.com/LibreTranslate/LibreTranslate).
  * Web Browser
  o Added the capability to enforce the download of spell check
dictionaries using the `http://` protocol (in case of
missing/non-functional system `SSL` libraries).

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

det...@die-offenbachs.de 


--
Detlev Offenbach
det...@die-offenbachs.de



OpenPGP_0xBD1F26A5DA8A6150.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


Re: ANN: eric 23.5 released

2023-05-02 Thread Mick Sulley

Hi Detlev,

I installed that and it runs now. It reports an error when it starts, 
details attached, but it appears to be working OK.


Many thanks

Mick

On 02/05/2023 12:31, Detlev Offenbach wrote:


Hi Mick,

you need to install the 'libxcb-cursor0' system package using your 
package manager. I think, Qt 6.5.0 introduced this additional dependency.


Note to all: This or something similar might be necessary on ther 
Linux systems as well.


Regards, Detlev

Am 02.05.23 um 12:24 schrieb Mick Sulley:


Hi Detlev,

I just installed the new release on Mint using the script on the web 
page but it won't start. This is what I see in a terminal


mick@DeskMint21:~/eric_env/bin$ ./eric7_ide qt.qpa.plugin: Could not 
load the Qt platform plugin "xcb" in "" even though it was found. 
This application failed to start because no Qt platform plugin could 
be initialized. Reinstalling the application may fix this problem. 
Available platform plugins are: vkkhrdisplay, linuxfb, minimalegl, 
offscreen, wayland-egl, vnc, wayland, minimal, eglfs, xcb. Aborted 
(core dumped) mick@DeskMint21:~/eric_env/bin$


Have I missed something?

Thanks

Mick

On 02/05/2023 09:56, Detlev Offenbach wrote:


Hello Pythonistas,

I just uploaded eric 23.5. It fixes some bugs and adds these new 
features.


  * JavaScript Support
  o Removed JavaScript functionality depending on the `jasy`
package because it has not been maintained for years.
  * MicroPython
  o Added support for STLink based devices.
  o Added the capability to select the device path manually in
case it could not be detected (e.g. because the device does
not have a volume name).
  o Added the capability to install the `mpy-cross` compiler
from the MicroPython page of the configuration dialog.
  o Added a package installer for devices lacking network
connectivity and the `mip` package manager.
  * Plugin Repository
  o Added the capability to enforce the download of plugin
packages using the `http://` protocol (in case of
missing/non-functional system `SSL` libraries).
  * Translator
  o Added support for the LibreTranslate translator (see
https://github.com/LibreTranslate/LibreTranslate).
  * Web Browser
  o Added the capability to enforce the download of spell check
dictionaries using the `http://` protocol (in case of
missing/non-functional system `SSL` libraries).

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

det...@die-offenbachs.de 


--
Detlev Offenbach
det...@die-offenbachs.de
2023-05-02, 16:10:29

: 
type object 'Version' has no attribute 'isvalid'

  File "/home/mick/eric_env/lib/python3.10/site-packages/eric7/eric7_ide.py", line 218, in uiStartUp
mainWindow.performVersionCheck()
  File "/home/mick/eric_env/lib/python3.10/site-packages/eric7/UI/UserInterface.py", line 8271, in performVersionCheck
versionTuple = Globals.versionToTuple(VersionOnly)
  File "/home/mick/eric_env/lib/python3.10/site-packages/eric7/Globals/__init__.py", line 124, in versionToTuple
if semver.VersionInfo.isvalid(version):


Version Numbers:
  Python 3.10.6, 64-Bit
  Qt 6.4.3
  PyQt6 6.4.2
  PyQt6-Charts 6.4.0
  PyQt6-WebEngine 6.4.0
  PyQt6-QScintilla 2.13.4
  sip 6.7.6
  WebEngine 102.0.5005.177
(Security) 110.0.5481.78
  eric7 23.4.1 (rev. 983c73a7e9b1)

Platform: linux
3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0]

Desktop: X-Cinnamon

Session Type: X11

Plugins Version Numbers:
  PluginAbout 23.4.1
  PluginCodeStyleChecker 23.4.1
  PluginEricapi 23.4.1
  PluginEricdoc 23.4.1
  PluginSyntaxChecker 23.4.1
  PluginTranslator 23.4.1
  PluginVcsGit 23.4.1
  PluginVcsMercurial 23.4.1
  PluginVcsPySvn 23.4.1
  PluginVcsSubversion 23.4.1
  PluginVmListspace 23.4.1
  PluginVmTabview 23.4.1
  PluginWizardDotDesktop 23.4.1
  PluginWizardEricMessageBox 23.4.1
  PluginWizardEricPlugin 23.4.1
  PluginWizardPyRegExp 23.4.1
  PluginWizardQColorDialog 23.4.1
  PluginWizardQFileDialog 23.4.1
  PluginWizardQFontDialog 23.4.1
  PluginWizardQInputDialog 23.4.1
  PluginWizardQMessageBox 23.4.1
  PluginWizardQRegularExpression 23.4.1
  PluginWizardSetup 23.4.1

Distribution Info:
  /etc/os-release
NAME="Linux Mint"
VERSION="21 (Vanessa)"
ID=linuxmin