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 'errors' #14

Closed
pwilczynskiclearcode opened this issue Jun 5, 2015 · 0 comments · Fixed by #15
Closed

ImportError: No module named 'errors' #14

pwilczynskiclearcode opened this issue Jun 5, 2015 · 0 comments · Fixed by #15

Comments

@pwilczynskiclearcode
Copy link

Pymlconf 0.3.14 on both Python 3.3 and 3.4 raises:

    from pymlconf import ConfigManager

  File "/home/travis/virtualenv/python3.3.5/lib/python3.3/site-packages/pymlconf-0.3.14-py3.3.egg/pymlconf/__init__.py", line 2, in <module>

    from pymlconf.config_nodes import Mergable, ConfigList, ConfigDict, ConfigNamespace

  File "/home/travis/virtualenv/python3.3.5/lib/python3.3/site-packages/pymlconf-0.3.14-py3.3.egg/pymlconf/config_nodes.py", line 5, in <module>

    from pymlconf.yaml_helper import load_string

  File "/home/travis/virtualenv/python3.3.5/lib/python3.3/site-packages/pymlconf-0.3.14-py3.3.egg/pymlconf/yaml_helper.py", line 5, in <module>

    from errors import ConfigFileSyntaxError

ImportError: No module named 'errors'
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

Successfully merging a pull request may close this issue.

1 participant