Package Details: python-pympress 1.8.6-1

Git Clone URL: https://aur.archlinux.org/python-pympress.git (read-only, click to copy)
Package Base: python-pympress
Description: Simple and powerful dual-screen PDF reader designed for presentations
Upstream URL: https://github.com/Cimbali/pympress
Licenses: GPL-2.0-or-later
Submitter: jose1711
Maintainer: jose1711 (carlosal1015)
Last Packager: carlosal1015
Votes: 16
Popularity: 0.027710
First Submitted: 2018-02-13 20:49 (UTC)
Last Updated: 2025-05-06 18:20 (UTC)

Latest Comments

1 2 Next › Last »

lstngr commented on 2026-04-01 09:18 (UTC) (edited on 2026-04-01 09:23 (UTC) by lstngr)

Hi, I'd like to second the suggestion by @qwjyh! It's currently not possible to launch pympress:

> pympress
Traceback (most recent call last):
  File "/usr/bin/pympress", line 5, in <module>
    from pympress.__main__ import main
ModuleNotFoundError: No module named 'pympress'
> # Lazy workaround:
> ln -s /usr/lib/python3.13/site-packages/pympress /usr/lib/python3.14/site-packages/pympress

qwjyh commented on 2026-01-15 07:56 (UTC)

Could you please bump pkgrel to trigger rebuilding for python 3.14?

carlosal1015 commented on 2024-05-02 17:53 (UTC)

@kflak, base-devel group provides debugedit.

kflak commented on 2024-05-02 05:47 (UTC)

This package requires debugedit in order to build.

errt commented on 2021-12-02 10:40 (UTC)

Without python-babel installed, building 1.7.0-1 fails with errors in msgfmt for pympress/share/locale/de/LC_MESSAGES/pympress.po

No problems when python-babel is installed.

<deleted-account> commented on 2020-09-24 10:15 (UTC)

This package needs python-cairo installed for me as well. This depends on cairo so it might not be necessary to explicitly depend on it.

JBlocklove commented on 2020-01-24 19:44 (UTC)

I ran into a problem where it wouldn't start with normal poppler installed. I had to install poppler-glib.

jose1711 commented on 2019-12-16 21:13 (UTC)

@n0s3 upon running i am presented with the application window and a file selector in which i am supposed to navigate to a pdf file to open. i have no idea why it's not working on your system.

twiggers commented on 2019-12-16 14:03 (UTC)

It's also missing a python-setuptools makedepends.

n0s3 commented on 2019-12-15 17:02 (UTC)

Does not work. Poppler missing in the dependency list. After installing it by hand, i just get a black screen. No log information even with DEBUG as log level. Any thoughts? regards