Dear Maintainer,

As side note, this error is catched by tests:

#:> apt install python3-dbus
#:> ln -s python zeitgeist
#:> make test-dbus
...
./test/dbus/run-all-tests.py
Traceback (most recent call last):
  File "/build/zeitgeist-1.0.4/./test/dbus/run-all-tests.py", line 42, in 
<module>
    from testutils import RemoteTestCase
  File "/build/zeitgeist-1.0.4/test/dbus/testutils.py", line 42, in <module>
    from zeitgeist.client import ZeitgeistDBusInterface, ZeitgeistClient, \
  File "/build/zeitgeist-1.0.4/./test/dbus/../../zeitgeist/client.py", line 
1100, in <module>
    _FIND_EVENTS_FOR_TEMPLATES_ARGS = inspect.getargspec(
                                      ^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 
'getargs'?
make: *** [Makefile:984: test-dbus] Error 1

Soft link is "documented" in ./test/dbus/run-all-tests.py

 if not os.path.isdir("zeitgeist"):
         print("*** If you get unexpected failures, " \
                 "you may want to run: `ln -s python zeitgeist`", 
file=sys.stderr)

Kind Regards

Reply via email to