Search Criteria
Package Details: scheduler 1.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/scheduler.git (read-only, click to copy) |
---|---|
Package Base: | scheduler |
Description: | Alarms and reminders: tasks, events, calendar, pomodoro and timer widgets |
Upstream URL: | https://github.com/j4321/Scheduler |
Licenses: | GPL3 |
Submitter: | j_4321 |
Maintainer: | j_4321 |
Last Packager: | j_4321 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-01-03 10:32 (UTC) |
Last Updated: | 2020-02-03 10:44 (UTC) |
Dependencies (23)
- desktop-file-utils (desktop-file-utils-git)
- gettext (gettext-git)
- mpg123 (mpg321, mpg123-svn)
- python-apscheduler
- python-babel
- python-dateutil
- python-ewmh
- python-matplotlib (python-matplotlib-git)
- python-numpy (python-numpy1.22, python-numpy-flame, python-numpy-mkl-bin, python-numpy-git, python-numpy-openblas, python-numpy-mkl)
- python-pillow (python-pillow-git, python-pillow-simd)
- python-sqlalchemy (python-sqlalchemy-git, python-sqlalchemy1.3)
- python-tkcalendar
- tk (tk85, tk-fossil)
- python-setuptools (make)
- libnotify (libnotify-gtk2, libnotify-git) (optional) – desktop notifications
- pygtk (optional) – GUI toolkit for the system tray icon (at least one must be installed)
- python-pyqt4 (optional) – GUI toolkit for the system tray icon (at least one must be installed)
- python-pyqt5 (python-pyqt5-webkit, python-pyqt5-sip4) (optional) – GUI toolkit for the system tray icon (at least one must be installed)
- python-pyside (optional) – GUI toolkit for the system tray icon (at least one must be installed)
- python-tkcolorpicker (optional) – nicer color chooser
- Show 3 more dependencies...
Latest Comments
Freso commented on 2021-12-29 13:45 (UTC)
PKGBUILD builds and installs fine for me, but doesn’t actually run: https://github.com/j4321/Scheduler/issues/11
j_4321 commented on 2019-12-04 09:00 (UTC)
@the person that marked the package as outdated: The package is not outdated since the latest release on Github is 1.1.1. But you are welcome to make a scheduler-git package if you wish to use the latest development version.
j_4321 commented on 2019-12-04 08:59 (UTC)
@after Have you recompiled scheduler after the upgrade to python3.8? If not this is the reason for the error you got. I had to recompile all the package depending on python that I installed from the AUR after this upgrade.
after commented on 2019-12-03 20:17 (UTC)
If you get this error after upgrading your system:
Traceback (most recent call last): File "/usr/bin/scheduler", line 24, in <module> from schedulerlib.scheduler import EventScheduler ModuleNotFoundError: No module named 'schedulerlib'
then clone the latest version of scheduler from github, and follow the install from source instructions; that'll fix it until this package is upgraded.