Package Details: pyspread 2.4.3-1

Git Clone URL: https://aur.archlinux.org/pyspread.git (read-only, click to copy)
Package Base: pyspread
Description: Python based non-traditional spreadsheet application with GUI
Upstream URL: https://pyspread.gitlab.io/
Licenses: GPL3
Submitter: None
Maintainer: SecByShresth
Last Packager: SecByShresth
Votes: 18
Popularity: 0.72
First Submitted: 2010-11-09 14:49 (UTC)
Last Updated: 2025-11-24 17:20 (UTC)

Dependencies (15)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

SecByShresth commented on 2025-11-24 17:21 (UTC)

Hello @manns & @radishfabio,

PKG has been updated to version 2.4.3. Please check and let me know if anything else is required from my end.

Thanks SecByShresth

manns commented on 2025-11-22 09:37 (UTC)

@radishfabio: I think that I have resolved your issue upstream in v2.4.3. Please check.

SecByShresth commented on 2025-11-21 21:03 (UTC)

Hello @manns & @radishfabio,

The package has been updated to version 2.4.2 and it's working fine on my end, even the GUI is working as expected. Let me know if anything else is required.

manns commented on 2025-11-21 17:10 (UTC)

@SecByShresth I have published a new release v2.4.2 that should resolve the issue with the About dialog.

radishfabio commented on 2025-11-17 09:07 (UTC)

1) @manns I am experiencing the same issue if I install pyspread by pipx. 2) Now if I install it by "paru -S pyspread" the GUI doesn't work and I don't get any error message unlike before (by pipx it works and I only have @manns issue).

Now I'm inspecting differences between AUR package and pipx package...

manns commented on 2025-11-16 08:23 (UTC)

@radishfabio: I cannot reproduce your issue on my system. Maybe, a dependency is missing?

I am experiencing another issue that the about dialog is not opening: Error: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/pyspread/main_window.py", line 740, in on_about devs_str = devs_string(self.gen_authors()) File "/usr/lib/python3.13/site-packages/pyspread/main_window.py", line 737, in devs_string devs_str = "".join(f"<li>{dev}</li>" for dev in devs) File "/usr/lib/python3.13/site-packages/pyspread/main_window.py", line 737, in <genexpr> devs_str = "".join(f"<li>{dev}</li>" for dev in devs) ^^^^ File "/usr/lib/python3.13/site-packages/pyspread/main_window.py", line 723, in gen_authors with open(Path(__file__).parents[1] / "AUTHORS") as infile: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: '/usr/lib/python3.13/site-packages/AUTHORS'

I would expect that the AUTHORS file would not be located in the site-packages folder but something like /usr/share/pyspread. Please advise, how I can help with this upstream.

SecByShresth commented on 2025-11-15 22:13 (UTC)

Hello @radishfabio,

As discussed, I have added the GUI version to this package, that means both the CLI and the GUI will be installed with this package. Let me know if any further changes are required. I will be happy to check and adjust them.

Thanks SecByShresth

radishfabio commented on 2025-11-13 11:57 (UTC)

By pipx pyspread works. How can I debug PKGBUILD and help you to solve this issue? Thank you

radishfabio commented on 2025-11-13 11:55 (UTC)

Now I have this issue (pyspread aborted)

pyspread
QFontDatabase: Must construct a QGuiApplication before accessing QFontDatabase
Annullato                  (core dump creato) pyspread

(sorry, it's in italian) Thank you for all