Package Details: eric 24.5-1

Git Clone URL: https://aur.archlinux.org/eric.git (read-only, click to copy)
Package Base: eric
Description: A full-featured Python and Ruby IDE in PyQt
Upstream URL: https://eric-ide.python-projects.org/
Licenses: GPL3
Conflicts: eric-common
Replaces: eric-common
Submitter: Foxboron
Maintainer: derchef
Last Packager: derchef
Votes: 7
Popularity: 0.73
First Submitted: 2021-01-07 20:41 (UTC)
Last Updated: 2024-04-28 09:26 (UTC)

Latest Comments

« First ‹ Previous 1 2

jester commented on 2022-07-25 19:19 (UTC)

With the last update when I start Eric, a Pop Up shows

The background client for Python3 disconnected because of an unknown reason. Should it be restarted?

In the console you can See this. QProcess: Destroyed while process ("/usr/bin/python") is still running.

Finally the program does not start.

Xavion commented on 2022-04-28 08:57 (UTC)

Try installing the 'qt6-tools' package, and let us know if that fixes it.

rafdre commented on 2022-04-28 07:20 (UTC) (edited on 2022-04-28 07:24 (UTC) by rafdre)

when i use command 'eric7' program does not start. There is following error;


<class 'ImportError'>: 
libQt6Help.so.6: cannot open shared object file: No such file or directory

Here Version Numbers:


Python 3.10.4, 64-Bit
Qt 6.3.0
PyQt6 6.3.0
PyQt6-Charts 6.3.0
PyQt6-WebEngine 6.3.0
PyQt6-QScintilla 2.13.2
sip 6.6.1
WebEngine 94.0.4606.126
eric7 22.4 (rev. 429cc091bf0e)

derchef commented on 2022-04-15 13:27 (UTC)

Aktuellere Version von PKGBUILD

# Maintainer: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>
# Contributor: Evgeniy Alekseev <arcanis at archlinux dot org>
# Contributor: Ray Rashif <schiv at archlinux dot org>
# Contributor: Brad Fanella <bradfanellaat archlinux dot us>
# See .contrib for older/other contributors

pkgname=eric
pkgver=22.4
pkgrel=1
pkgdesc="A full-featured Python and Ruby IDE in PyQt"
arch=('any')
url="https://${pkgname}-ide.python-projects.org/"
license=('GPL3')
depends=('python-qscintilla-qt6' 'python-pyqt6-webengine' 'python-pyqt6-charts' 'qt6-svg' 'python-editorconfig' 'python-asttokens')
makedepends=('python-pip')
conflicts=(${pkgname}-common)
replaces=(${pkgname}-common)
source=("https://downloads.sourceforge.net/${pkgname}-ide/${pkgname}7-${pkgver}.tar.gz")
sha256sums=('420d04388ef365f6d886975b29e37d7bd8aa7fdcd9e4f18187adacb5a31f105b')

package_eric() {
    cd "${pkgname}7-${pkgver}"

    python install.py -c -b "/usr/bin" -i "${pkgdir}"

    # fix paths in desktop files
    find "${pkgdir}" -name '*.desktop' -exec sed -i "s|${pkgdir}||g" {} \;
}

Xavion commented on 2021-07-21 01:12 (UTC)

Unfortunately, v21.5 and newer won't run here. I have notified upstream of the problem in the following ticket: https://tracker.die-offenbachs.homelinux.org/eric/issue398