Skip to content

Instantly share code, notes, and snippets.

@aminzai
Created October 16, 2010 07:43
Show Gist options
  • Save aminzai/629551 to your computer and use it in GitHub Desktop.
Save aminzai/629551 to your computer and use it in GitHub Desktop.
vimpyre error message
┌─ [ 15:41 aminzai@aminzai-laptop ]─(~/Code/vimpyre)─(git)─[master]
└─ $ git log --oneline
6661f0b FIX: README.rst
58de9f8 DONE: ver 0.1
a383d78 FIX: add fake update_all
5c08f18 DONE: install, search, remove, update, init, syncdb, remove_all
1221fc9 just sync
2e5d63e NEW: add python package files
74fffa2 Vimpyre init
┌─ [ 15:41 aminzai@aminzai-laptop ]─(~/Code/vimpyre)─(git)─[master]
└─ $ vimpyre init
Traceback (most recent call last):
File "/usr/local/bin/vimpyre", line 9, in <module>
load_entry_point('vimpyre==0.1', 'console_scripts', 'vimpyre')()
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 305, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2244, in load_entry_point
return ep.load()
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1954, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
ImportError: No module named main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment