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

ImportError: cannot import name SETTINGS_USER_FILE #76

Open
sebj54 opened this issue Oct 19, 2014 · 1 comment
Open

ImportError: cannot import name SETTINGS_USER_FILE #76

sebj54 opened this issue Oct 19, 2014 · 1 comment
Labels

Comments

@sebj54
Copy link

sebj54 commented Oct 19, 2014

Hi, I am using Sublime Text 3 Build 3065 on Windows 8. I am facing a problem which makes Sublimall unusable. In the "Package Settings -> Sublimall" menu, all options except settings are disabled. Here is my traceback:

  File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 157, in on_api_ready
    m.plugin_loaded()
  File "C:\Users\Sébastien\AppData\Roaming\Sublime Text 3\Packages\Sublimall\Sublimall.py", line 16, in plugin_loaded
    from .sublimall.utils import get_7za_bin
  File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 671, in load_module
    exec(compile(source, source_path, 'exec'), mod.__dict__)
  File "C:\Users\Sébastien\AppData\Roaming\Sublime Text 3\Packages\Sublimall\sublimall\utils.py", line 9, in <module>
    from . import SETTINGS_USER_FILE
ImportError: cannot import name SETTINGS_USER_FILE

My settings file is a copy of default settings with my email and api key.

Thanks for your help!

@toxinu toxinu added the bug label Oct 19, 2014
@toxinu
Copy link
Owner

toxinu commented Oct 30, 2014

Hi @sebj54 ,

Thank you for your feedback and sorry for this issue.
I'll do some searches and I return to you as quickly as I can.

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

No branches or pull requests

2 participants