Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named model #23

Closed
jonblack opened this issue Mar 17, 2014 · 2 comments
Closed

ImportError: No module named model #23

jonblack opened this issue Mar 17, 2014 · 2 comments

Comments

@jonblack
Copy link

I get the following error when running khal from the master branch.

Traceback (most recent call last):
  File "/usr/local/bin/khal", line 5, in <module>
    pkg_resources.run_script('khal==0.1.0.dev', 'khal')
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line 540, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line 1462, in run_script
    exec_(script_code, namespace, namespace)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line 41, in exec_
    exec("""exec code in globs, locs""")
  File "<string>", line 1, in <module>
  File "/usr/local/lib/python2.7/dist-packages/khal-0.1.0.dev-py2.7.egg/EGG-INFO/scripts/khal", line 27, in <module>

  File "build/bdist.linux-x86_64/egg/khal/controllers.py", line 31, in <module>
  File "build/bdist.linux-x86_64/egg/khal/backend.py", line 80, in <module>
ImportError: No module named model

I couldn't find a module called model, so it seems this is a bug.

@geier
Copy link
Member

geier commented Mar 17, 2014

looks like my last refactoring broke some stuff, please use the previous commit d981cb9 until I sort that out.

@geier geier added the bug label Mar 17, 2014
geier added a commit that referenced this issue Mar 17, 2014
this should fix github issue #23
@geier
Copy link
Member

geier commented Mar 17, 2014

should no be fixed, please reopen if the bug persists

@geier geier closed this as completed Mar 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants