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 edda.supporting_methods #136

Open
jlsjonas opened this issue Feb 22, 2016 · 1 comment
Open

ImportError: No module named edda.supporting_methods #136

jlsjonas opened this issue Feb 22, 2016 · 1 comment

Comments

@jlsjonas
Copy link

  File "run_edda.py", line 35, in <module>
    from filters import *
  File "/Users/jonas/git/edda/edda/filters/__init__.py", line 15, in <module>
    import rs_status
  File "/Users/jonas/git/edda/edda/filters/rs_status.py", line 17, in <module>
    from edda.supporting_methods import capture_address
ImportError: No module named edda.supporting_methods

tried several approaches to make sure it's not because of my pwd; not that experienced with python itself so might be a trivial bug (since I do see the supporting_method's file).

@samantharitter
Copy link
Contributor

Hi there @jlsjonas, have you been able to get this running? I was able to solve this issue locally by adding the working directory to my PYTHONPATH:

export PYTHONPATH="${PYTHONPATH}:/path/to/edda/dir"

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