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: No module named 'terminaltables' #20

Closed
m-jumpi opened this issue Apr 13, 2018 · 5 comments
Closed

ImportError: No module named 'terminaltables' #20

m-jumpi opened this issue Apr 13, 2018 · 5 comments

Comments

@m-jumpi
Copy link

m-jumpi commented Apr 13, 2018

After installation in the console:

TSQLEasy: PyODBC was loaded successfully.
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 109, in reload_plugin
m = importlib.import_module(modulename)
File "./python3.3/importlib/init.py", line 90, in import_module
File "", line 1584, in _gcd_import
File "", line 1565, in _find_and_load
File "", line 1532, in _find_and_load_unlocked
File "", line 584, in _check_name_wrapper
File "", line 1022, in load_module
File "", line 1003, in load_module
File "", line 560, in module_for_loader_wrapper
File "", line 868, in load_module
File "", line 313, in call_with_frames_removed
File "C:\Users\AppData\Roaming\Sublime Text 3\Packages\TSQLEasy\tsqleasy.py", line 6, in
from .base import *
File "C:\Users\AppData\Roaming\Sublime Text 3\Packages\TSQLEasy\base_init
.py", line 4, in
from .te_set_active_server import TsqlEasySetActiveServerCommand
File "C:\Users\AppData\Roaming\Sublime Text 3\Packages\TSQLEasy\base\te_set_active_server.py", line 6, in
from . import te_utils as utils
File "C:\Users\AppData\Roaming\Sublime Text 3\Packages\TSQLEasy\base\te_utils.py", line 9, in
from ..libs.terminaltables.other_tables import WindowsTable as SingleTable
File "C:\Users\AppData\Roaming\Sublime Text 3\Packages\TSQLEasy\libs\terminaltables_init
.py", line 9, in
from terminaltables.ascii_table import AsciiTable # noqa
ImportError: No module named 'terminaltables'

Thank you in advance!

@tosher
Copy link
Owner

tosher commented Apr 13, 2018

Are the plugin was installed with Package Control?

@m-jumpi
Copy link
Author

m-jumpi commented Apr 14, 2018

Yes, sure, it was installed with Package Control.

@tosher
Copy link
Owner

tosher commented Apr 14, 2018

I haven't this error, but I'm using portable version.. will try to check with an installer.

@tosher
Copy link
Owner

tosher commented Apr 14, 2018

Please, try the new version:
https://github.com/tosher/TSQLEasy/releases/tag/v1.5.1
It will be available at Package Control after some time.

@m-jumpi
Copy link
Author

m-jumpi commented Apr 15, 2018

I've tried this new version and it seems it's working properly.

Thank you very much for that.

@tosher tosher closed this as completed Apr 15, 2018
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

2 participants