Robert K <[email protected]> writes: > Hello Patrick, > > I did a second test, and it was also not successfull. > > What I did today on a Linux Mint 19.3 well running system: > (1) Timeshift snapshot > (2) Download and extract "syncevolution-1.99.1-bundle-amd64.tar.gz" > (3) sudo cp -a usr/* /usr > (4) Reboot > (5) Try to start syncevo-http-server end up in this: > > robert@T550:~$ syncevo-http-server http://localhost:9000/syncevolution > Traceback (most recent call last): > File "/usr/bin/syncevo-http-server", line 8, in <module> > from twisted.internet import gireactor # for non-GUI apps > ModuleNotFoundError: No module named 'twisted'
The script is now using Python3. You have to install python3-twisted instead of python-twisted. This is not covered by package dependencies because not everyone will need this. -- Best Regards Patrick Ohly _______________________________________________ SyncEvolution mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
