Advertisement
david_david

mageiasync_log

Sep 8th, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. $ mageiasync
  2. Traceback (most recent call last):
  3. File "/usr/bin/mageiasync", line 9, in <module>
  4. load_entry_point('mageiasync==0.1', 'console_scripts', 'mageiasync')()
  5. File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 357, in load_entry_point
  6. return get_distribution(dist).load_entry_point(group, name)
  7. File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2394, in load_entry_point
  8. return ep.load()
  9. File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2113, in load
  10. raise ImportError("%r has no %r attribute" % (entry,attr))
  11. ImportError: <module 'mageiasync.mageiasync' from '/usr/lib/python2.7/site-packages/mageiasync/mageiasync.py'> has no 'main' attribute
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement