Search Criteria
Package Details: taskcoach 1.4.6-1
Git Clone URL: | https://aur.archlinux.org/taskcoach.git (read-only, click to copy) |
---|---|
Package Base: | taskcoach |
Description: | Todo manager to keep track of personal tasks, todo lists, with effort tracking, categories, notes and more. |
Upstream URL: | http://www.taskcoach.org |
Keywords: | todo |
Licenses: | |
Submitter: | encelo |
Maintainer: | mrxx |
Last Packager: | mrxx |
Votes: | 98 |
Popularity: | 0.27 |
First Submitted: | 2006-07-14 14:15 |
Last Updated: | 2019-04-27 16:42 |
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 ... Next › Last »
nv2r commented on 2016-09-11 22:34
I had the same problem and solved issue by deleting files
/usr/lib/python2.7/site-packages/taskcoachlib/thirdparty/pyparsing.py
/usr/lib/python2.7/site-packages/taskcoachlib/thirdparty/pyparsing.pyc
(found about pyparsing that may be the cause here: https://bbs.archlinux.org/viewtopic.php?id=209485)
skualito commented on 2016-09-10 19:10
I had the same problem. The fix for me was to uninstall python2 and all related packages and reinstall it. I don't know which package was causing the issue, some posts on the net mention pyparsing...
snuffop commented on 2016-09-07 19:03
Same
Traceback (most recent call last):
File "/usr/bin/taskcoach.py", line 72, in <module>
start()
File "/usr/bin/taskcoach.py", line 63, in start
app = application.Application(options, args)
File "/usr/lib/python2.7/site-packages/taskcoachlib/patterns/singleton.py", line 29, in __call__
class_.instance = super(Singleton, class_).__call__(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/taskcoachlib/application/application.py", line 114, in __init__
self.initTwisted()
File "/usr/lib/python2.7/site-packages/taskcoachlib/application/application.py", line 156, in initTwisted
from twisted.internet import wxreactor
File "/usr/lib/python2.7/site-packages/twisted/internet/wxreactor.py", line 35, in <module>
from twisted.internet import _threadedselect
File "/usr/lib/python2.7/site-packages/twisted/internet/_threadedselect.py", line 60, in <module>
from twisted.internet import posixbase
File "/usr/lib/python2.7/site-packages/twisted/internet/posixbase.py", line 18, in <module>
from twisted.internet import error, udp, tcp
File "/usr/lib/python2.7/site-packages/twisted/internet/tcp.py", line 29, in <module>
from twisted.internet._newtls import (
File "/usr/lib/python2.7/site-packages/twisted/internet/_newtls.py", line 21, in <module>
from twisted.protocols.tls import TLSMemoryBIOFactory, TLSMemoryBIOProtocol
File "/usr/lib/python2.7/site-packages/twisted/protocols/tls.py", line 41, in <module>
from OpenSSL.SSL import Error, ZeroReturnError, WantReadError
File "/usr/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
from OpenSSL import rand, crypto, SSL
File "/usr/lib/python2.7/site-packages/OpenSSL/crypto.py", line 13, in <module>
from cryptography.hazmat.backends.openssl.backend import backend
File "/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/__init__.py", line 7, in <module>
import pkg_resources
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 72, in <module>
__import__('pkg_resources.extern.packaging.requirements')
File "/usr/lib/python2.7/site-packages/pkg_resources/extern/__init__.py", line 43, in load_module
__import__(extant)
File "/usr/lib/python2.7/site-packages/packaging/requirements.py", line 59, in <module>
MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker")
TypeError: __call__() takes exactly 2 arguments (1 given)
capSAR commented on 2016-09-06 16:58
On the current version of task coach it will fail to launch. I'm not sure how to debug as I cannot figure out how to launch it from the terminal to see the output. I assume this is because it is launched via python.
encelo commented on 2016-02-13 13:04
Updated to 1.4.3
- Added libxss as a dependency
hennels commented on 2016-01-18 16:30
I found out that taskcoach uses libxss by trying to run it on a system without libxss. You might want to list it as a dependency.
encelo commented on 2015-02-13 22:21
Updated to 1.4.2
encelo commented on 2014-12-20 14:24
Updated to 1.4.1
encelo commented on 2014-08-14 21:58
Updated to 1.4.0
encelo commented on 2014-06-09 20:54
Updated to 1.3.40