cjnaz / rclonesync-V2

A Bidirectional Cloud Sync Utility using rclone
MIT License
355 stars 39 forks source link

rclone not found #14

Closed trinaryouroboros closed 5 years ago

trinaryouroboros commented 5 years ago

Program thinks rclone isn't installed?

$ ./rclonesync.py gdrive:/ /gdrive/myuser/ --verbose --first-sync --dry-run
Traceback (most recent call last):
  File "./rclonesync.py", line 536, in <module>
    print("ERROR  rclone not installed?\nError message: {}\n".format(sys.exc_info()[1])); exit()
ValueError: zero length field name in format

$ which rclone
/usr/bin/rclone

$ rclone listremotes
gdrive:

Using CentOS 6 x86_64

trinaryouroboros commented 5 years ago

sorry realized I was using python 2.6.6

trinaryouroboros commented 5 years ago

python 3 works