Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. python manage.py runserver
  2.  
  3. ImportError at /
  4.  
  5. cannot import name dajaxice_config
  6.  
  7. Request Method: GET
  8. Request URL: http://127.0.0.1:8000/
  9. Django Version: 1.6.2
  10. Exception Type: ImportError
  11. Exception Value:
  12. cannot import name dajaxice_config
  13.  
  14. Exception Location: /var/www/etelavm/etela2/urls.py in <module>, line 3
  15. Python Executable: /usr/bin/python
  16. Python Version: 2.7.3
  17. Python Path:
  18. ['/var/www/etelavm',
  19. '/usr/lib/python2.7',
  20. '/usr/lib/python2.7/plat-linux2',
  21. '/usr/lib/python2.7/lib-tk',
  22. '/usr/lib/python2.7/lib-old',
  23. '/usr/lib/python2.7/lib-dynload',
  24. '/usr/local/lib/python2.7/dist-packages',
  25. '/usr/lib/python2.7/dist-packages',
  26. '/var/www/etela.vm',
  27. '/var/www/etela.vm/etela2']
  28.  
  29. import dajaxice
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement