Advertisement
naej

ST3.SQLTools.console.log

Jul 30th, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. SQLTools v0.3.1: SQLTools.SQLTools loaded successfully
  2. SQLTools v0.3.1: Default database set to Connection 1. Loading options and auto complete.
  3. SQLTools v0.3.1: Usgin cli args mysql --login-path=local -f --table -f --table --skip-column-names -D offinote
  4. SQLTools v0.3.1: Usgin cli args mysql --login-path=local -f --table -f --table -D offinote
  5. Exception in thread Thread-2:
  6. Traceback (most recent call last):
  7. File "./python3.3/threading.py", line 901, in _bootstrap_inner
  8. File "C:\Users\NAEJ\AppData\Roaming\Sublime Text 3\Installed Packages\SQLTools.sublime-package\SQLToolsModels.py", line 262, in run
  9. self.tmp = tempfile.NamedTemporaryFile(mode='w', delete=False, suffix='.sql')
  10. File "./python3.3/tempfile.py", line 483, in NamedTemporaryFile
  11. LookupError: unknown encoding: cp1252
  12.  
  13. Package Control: No updated packages
  14. Could not import subprocess32 module, falling back to subprocess module
  15. Traceback (most recent call last):
  16. File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 377, in on_query_completions
  17. res = callback.on_query_completions(v, prefix, locations)
  18. File "SQLTools in C:\Users\NAEJ\AppData\Roaming\Sublime Text 3\Installed Packages\SQLTools.sublime-package", line 84, in on_query_completions
  19. File "SQLTools in C:\Users\NAEJ\AppData\Roaming\Sublime Text 3\Installed Packages\SQLTools.sublime-package", line 102, in getAutoCompleteList
  20. AttributeError: type object 'ST' has no attribute 'functions'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement