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

Module import error #2

Closed
fonnesbeck opened this issue May 9, 2012 · 0 comments
Closed

Module import error #2

fonnesbeck opened this issue May 9, 2012 · 0 comments

Comments

@fonnesbeck
Copy link
Contributor

Not sure why, but mcex does not import properly. Your __init__.py looks okay, so I'm not sure why it is not seeing distributions.py:

In [1]: import mcex
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
/Users/fonnescj/<ipython-input-1-55abe0fd4132> in <module>()
----> 1 import mcex

/Library/Python/2.7/site-packages/mcex/__init__.py in <module>()
      1 from core import *
----> 2 from distributions import *
      3 
      4 from map import *
      5 from num_derivatives import *

ImportError: No module named distributions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants