1.2 version doesn't start om Fedora 20 after update - second attempt

I wrote the same post a week ago.
I can’t find a button to response, so I’m reposting it again.
You recommended me to re-install the package. I made it, but it didn’t fix the problem.

$ rpm -qa | grep insync
insync-1.2.3.35090-fc20.x86_64

$ insync start --no-daemon

Traceback (most recent call last):
File “”, line 6, in
File “main.py”, line 128, in
File “maininsync__.py”, line 165, in
File “maininsync__.py”, line 41, in main
File “isyncd/linux/platform_impl.py”, line 2, in
File “isyncd/linux/appui_impl.py”, line 2, in
ImportError: cannot import name appui

Hello,

If you can please check the md5sum of the downloaded Insync package by running md5sum /path/to/insync-1.2.3.35090-fc20.x86_64.rpm. It should be f16cdb74b2865809fefa84d85eb6249e if you got it from www.insynchq.com/downloads and 64c69d2af585f267d4db31d1708fbb2b if you downloaded it from the yum repo. The yum cache is located by default in /var/cache/yum.

If the md5sum if different please re-download and re-install it to see if that resolves the issue. Hope this helps.

Packages were verified.
The problem persists after I tried to re-install both RPMs.

$ md5sum /var/cache/yum/x86_64/20/insync/packages/insync-1.2.3.35090-fc20.x86_64.rpm ~/Downloads/insync-1.2.3.35090-fc20.x86_64.rpm

64c69d2af585f267d4db31d1708fbb2b /var/cache/yum/x86_64/20/insync/packages/insync-1.2.3.35090-fc20.x86_64.rpm
f16cdb74b2865809fefa84d85eb6249e /home/iliya/Downloads/insync-1.2.3.35090-fc20.x86_64.rpm

Thanks for the confirmation. If you re-install Insync is there an error in the terminal? Does it happen if you uninstall then install? Does it also happen immediately after you install Insync or does it work the first time then raise the error on reboot, for example?

I had installed Insync without any errors but it didn’t start.

PS: I’ve upgraded up to insync-1.2.3.35090-fc20.x86_64 but it failed to start too.

Does it have the same error? Please check by running “insync start --no-daemon”.

Let’s stop beating around the bush !
I’ve already written it in my first post:

$ insync start --no-daemon

Traceback (most recent call last):
File “”, line 6, in
File “main.py”, line 128, in
File “maininsync__.py”, line 165, in
File “maininsync__.py”, line 41, in main
File “isyncd/linux/platform_impl.py”, line 2, in
File “isyncd/linux/appui_impl.py”, line 2, in
ImportError: cannot import name appui