Greetings!
I am attempting to synchronize my Gnome Evolution calendar between two computers.
For that, I chose SyncEvolution.
There are great posts out there that describe how synchronization is done, but I have a problem with even starting the process.
The first part of the synchronization process is setting up the SyncEvolution http server, so I install:
And when I try to run it via the syncevo-http-server command, I get the following output:
If I run it via bash -x, this is the output:
The executable in /user/bin/ seems to be a python file that can be ran from Bash, and there are some commands that aren't found.
If anyone has any ideas, I'd greatly appreciate the help!
I am attempting to synchronize my Gnome Evolution calendar between two computers.
For that, I chose SyncEvolution.
There are great posts out there that describe how synchronization is done, but I have a problem with even starting the process.
The first part of the synchronization process is setting up the SyncEvolution http server, so I install:
Code:
syncevolution-http/stable,stable,now 2.0.0-3 all Sync personal information data via SyncML/CalDAV/CardDAV (HTTP server)
Code:
/usr/bin/syncevo-http-server: cannot execute: required file not found
Code:
+ 'Usage: syncevo-http-server.py <URL>Runs a SyncML HTTP server under the given base URL.'/usr/bin/syncevo-http-server: line 4: $'Usage: syncevo-http-server.py <URL>\nRuns a SyncML HTTP server under the given base URL.': command not found+ from dbus.mainloop.glib import DBusGMainLoop/usr/bin/syncevo-http-server: line 7: from: command not found+ from twisted.internet import gireactor/usr/bin/syncevo-http-server: line 8: from: command not found/usr/bin/syncevo-http-server: syncevo-http-server: line 9: syntax error near unexpected token `set_as_default=True'/usr/bin/syncevo-http-server: syncevo-http-server: line 9: `DBusGMainLoop(set_as_default=True)'
If anyone has any ideas, I'd greatly appreciate the help!
Statistics: Posted by mshade — 2024-02-25 08:21 — Replies 5 — Views 92