Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError: name 'backup_tool' is not defined #4

Open
nsteinbach opened this issue Nov 24, 2018 · 0 comments
Open

NameError: name 'backup_tool' is not defined #4

nsteinbach opened this issue Nov 24, 2018 · 0 comments

Comments

@nsteinbach
Copy link

When trying to import a SMS backup (or just run the script with or without any options), I always get the following error message:

$ python sms_import.py
Traceback (most recent call last):
  File "sms_import.py", line 3, in <module>
    from sail_sms import SMSParser, SMSImporter, SMSBackup
  File "/home/nemo/Downloads/sail_sms.py", line 282, in <module>
    backup_tool.create_backup()
NameError: name 'backup_tool' is not defined

Running on SailfishOS 3.0.0.8 on Sony XPeria X ("Sailfish X").
Same error message, no matter if I use python2 or python3 to run the script.
What requirement is my device missing for the script to work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant