Jump to content

Help with Evernote-Backup ?


Go to solution Solved by PinkElephant,

Recommended Posts

Hello. I installed package evernote-backup in Python. I import the package, but when I call evernote-backup init-db as per the instructions, I get invalid syntax.

import evernote_backup
evernote-backup init-db

 File "C:\Users\cyril\PycharmProjects\EvernoteBackup\main.py", line 2
    evernote-backup init-db
                    ^^^^
SyntaxError: invalid syntax

Link to comment
  • Level 5
  • Solution

There is a readme  file somewhere in the repository.

What you describe looks like security software interfering, or a lack of user rights to install such a software.

No further advise, I’m on MacOS.

Link to comment

C:\Users\cyril>C:\Users\cyril\Downloads\bin_evernote_backup_1.9.3_win_x64\evernote-backup.exe init-db
Traceback (most recent call last):
  File "evernote_backup\__main__.py", line 1, in <module>
  File "PyInstaller\loader\pyimod02_importers.py", line 391, in exec_module
  File "evernote_backup\cli.py", line 7, in <module>
  File "PyInstaller\loader\pyimod02_importers.py", line 391, in exec_module
  File "click\__init__.py", line 7, in <module>
  File "PyInstaller\loader\pyimod02_importers.py", line 391, in exec_module
  File "click\core.py", line 16, in <module>
  File "PyInstaller\loader\pyimod02_importers.py", line 391, in exec_module
  File "click\types.py", line 9, in <module>
  File "PyInstaller\loader\pyimod02_importers.py", line 391, in exec_module
  File "click\_compat.py", line 510, in <module>
  File "PyInstaller\loader\pyimod02_importers.py", line 391, in exec_module
  File "click\_winconsole.py", line 13, in <module>
  File "PyInstaller\loader\pyimod02_importers.py", line 391, in exec_module
  File "ctypes\__init__.py", line 7, in <module>
ImportError: DLL load failed while importing _ctypes: Le module spécifié est introuvable.
[25568] Failed to execute script '__main__' due to unhandled exception!

Link to comment
  • Evernote Expert

I'm not sure I fully understand what is happening.

Unless you need python for a reason I would uninstall that. Then extract evernote-backup.exe from the zip file to It won't trying from within bin x64 archive. Then try again.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...