Advertisement
Guest User

pyodbc django 1.8 issue

a guest
Apr 27th, 2015
780
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.63 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/usr/local/lib/python3.4/dist-packages/django/core/management/commands/shell.py", line 69, in handle
  3.     self.run_shell(shell=options['interface'])
  4.   File "/usr/local/lib/python3.4/dist-packages/django/core/management/commands/shell.py", line 61, in run_shell
  5.     raise ImportError
  6. ImportError
  7.  
  8. During handling of the above exception, another exception occurred:
  9.  
  10. Traceback (most recent call last):
  11.   File "/usr/lib/python3.4/code.py", line 90, in runcode
  12.     exec(code, self.locals)
  13.   File "<console>", line 1, in <module>
  14. SystemError: initialization of pyodbc raised unreported exception
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement