Package Details: pyspread 2.2.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
Upstream URL: https://pyspread.gitlab.io/
Licenses: GPL3
Submitter: None
Maintainer: Jake
Last Packager: Jake
Votes: 13
Popularity: 0.181042
First Submitted: 2010-11-09 14:49 (UTC)
Last Updated: 2023-12-30 17:52 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

Jake commented on 2023-06-03 10:25 (UTC)

The package is just installing the pyspread.desktop from the repo, then the mime cache gets automatically updated by the pacman hook /usr/share/libalpm/hooks/update-desktop-database.hook.

I experimented with spaces in the filename and directory/path, it all worked from dolphin, can't really reproduce the error. Let me know if you have an idea what we should change.

manns commented on 2023-05-04 20:07 (UTC)

I am getting an error when I am launching pyspread from a pys within the Dolphin file manager if the filename comprises spaces. Apparently, the filename is cut off after the first space. Therefore, file loading fails.

This does not happen when I am re-associating the file type with /usr/bin/pyspread

Is the AUR assigning the mime type correctly?

sirocco commented on 2021-12-20 02:19 (UTC)

Thanks!

Jake commented on 2021-12-19 10:56 (UTC)

@sirocco: From the changelog: 2.0.2 is a bugfix release for pyspread 2.0 for Python 3.10 compatibility. So the TypeErrors should be gone now.

sirocco commented on 2021-12-15 05:30 (UTC) (edited on 2021-12-15 06:57 (UTC) by sirocco)

With Python 3.10

Error: Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/pyspread/grid.py", line 1589, in paintSection
    unzoomed_rect = QRect(0, 0,
TypeError: arguments did not match any overloaded call:
  QRect(): too many arguments
  QRect(int, int, int, int): argument 3 has unexpected type 'float'
  QRect(QPoint, QPoint): argument 1 has unexpected type 'int'
  QRect(QPoint, QSize): argument 1 has unexpected type 'int'
  QRect(QRect): argument 1 has unexpected type 'int'

manns commented on 2021-06-20 08:43 (UTC)

@Jake Thank you for the downgrading tip. It seems that nothing is wrong with the package's menu entry. Apparently, the KDE menu has to be rebuilt manually once you have changed menu entries. Aftwards, everything works well.

Jake commented on 2021-06-16 15:48 (UTC)

@manns downgrade does not work with AUR packages. You can build+install without helpers:

git clone https://aur.archlinux.org/pyspread.git; cd pyspread
git checkout a0dcc03f37630b1dc350c81212ff12c40d2aad9d
makepkg -si

manns commented on 2021-06-16 15:20 (UTC) (edited on 2021-06-16 15:21 (UTC) by manns)

I am running KDE. I tried installing the previous release. However, downgrade is failing:

# export DOWNGRADE_FROM_ALA=1 && downgrade pyspread

Downgrading from A.L.A. is disabled on the stable branch. To override this behavior, set DOWNGRADE_FROM_ALA to 1 .
See https://archived-wiki.manjaro.org/index.php?title=Using_Downgrade  for more details.

Unable to downgrade pyspread

Jake commented on 2021-06-15 20:26 (UTC)

@manns: I can't confirm, the menu entry works on my system (desktop environment: KDE + Rofi). Does it show up if you install the previous release again? Any other changes on your setup?

manns commented on 2021-06-13 18:48 (UTC)

@Jake The latest release works well when started form the command line. However, the pyspread menu entry in the Office section seems to be missing.