Advertisement
Guest User

Untitled

a guest
Oct 5th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. $ ./scripts/noc-sync.py -f start
  2. Traceback (most recent call last):
  3. File "./scripts/noc-sync.py", line 11, in <module>
  4. from noc.main.sync.daemon import SyncDaemon
  5. File "/opt/noc/main/sync/daemon.py", line 12, in <module>
  6. from noc.lib.solutions import get_solution
  7. File "/opt/noc/lib/solutions.py", line 13, in <module>
  8. from django.core import exceptions
  9. ImportError: No module named django.core
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement