Search Criteria
Package Details: pyglossary 5.2.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pyglossary.git (read-only, click to copy) |
|---|---|
| Package Base: | pyglossary |
| Description: | convert dictionary files/glossaries with various formats |
| Upstream URL: | https://github.com/ilius/pyglossary |
| Licenses: | GPL-3.0-or-later |
| Submitter: | sikmir |
| Maintainer: | envolution |
| Last Packager: | envolution |
| Votes: | 15 |
| Popularity: | 0.71 |
| First Submitted: | 2017-01-04 05:19 (UTC) |
| Last Updated: | 2025-12-05 13:34 (UTC) |
Dependencies (22)
- python
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR) (optional)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR, gtk4-develAUR) (optional) – Required for the new Gtk4-based interface
- libplist (libplist-gitAUR) (optional) – Required for AppleDict support
- python-beautifulsoup4 (optional) – HTML parsing
- python-gobject (optional) – Gtk3-based interface
- python-html5lib (python-html5lib-gitAUR) (optional) – Required to write to AppleDict
- python-lxml (optional) – Many optional flags and formats
- python-lzoAUR (optional) – Required for some MDX glossaries
- python-marisa (optional) – Writing to Kobo E-Reader Dictionary
- python-mistune (python-mistune2AUR, python-mistune1AUR) (optional)
- python-polib (optional) – Required for gettext support
- python-prompt_toolkit (optional) – interactive command-line interface
- python-psutil (optional) – Required to show memory usage
- python-pygments (optional)
- python-pyicu (optional) – Reading or writing Aard 2 (.slob) files
- python-tqdm (optional)
- Show 2 more dependencies...
Required by (1)
- goldendict-cc-cedict-content (make)
Latest Comments
« First ‹ Previous 1 2
jukan commented on 2021-03-20 16:23 (UTC)
Willing to take over this package, I've updated to 4.0.11 and it seems to be working well. @sikmir can you add me as a maintainer?
m040601 commented on 2020-12-08 16:34 (UTC) (edited on 2020-12-08 16:37 (UTC) by m040601)
Anyone willing to take over this so usefull python tool ? There's at least 10 new weekly releases since this last PKGBUILD was updated.
And furthemore this python tool is not suited for installing with pipx. Only pip, but that makes a mess on your system. Even if it's "pip install --user".
The only alternative would be a separate clean python virtual environment:
That works, but it's cumbersome.
So, conclusion, a PKGBUILD for a system wide Arch install for this tool is really usefull.
pix3l commented on 2020-11-11 15:57 (UTC)
@homocomputeri
CRITICAL] Traceback (most recent call last): File "/usr/bin/pyglossary", line 6, in <module> main() File "/usr/lib/python3.8/site-packages/pyglossary/ui/main.py", line 503, in main from ui.ui_cmd import UI ModuleNotFoundError: No module named 'ui.ui_cmd'; 'ui' is not a package
pyglossary [ERROR] error while importing UI module: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/pyglossary/ui/main.py", line 516, in main import(f"ui.ui_{ui_type2}"), ModuleNotFoundError: No module named 'ui.ui_gtk'; 'ui' is not a package Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/pyglossary/ui/main.py", line 516, in main import(f"ui.ui_{ui_type2}"), ModuleNotFoundError: No module named 'ui.ui_gtk'; 'ui' is not a packag
homocomputeris commented on 2020-11-08 16:39 (UTC)
m040601 commented on 2020-10-17 12:46 (UTC)
Getting this error trying to run it:
sikmir commented on 2020-10-13 10:28 (UTC)
Updated. Maintainer wanted.
m040601 commented on 2020-10-13 10:07 (UTC)
This PKGBUILD contains:
There is no package called "pyglossary-git". Please remove it and also update the package, there have been releases in May 2020, https://github.com/ilius/pyglossary/releases
« First ‹ Previous 1 2