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

packages is being added to sys.path from pkg_resources import resource_stream #6

Open
GalaxyNight-day opened this issue Oct 19, 2013 · 1 comment
Labels

Comments

@GalaxyNight-day
Copy link
Member

I got an error when I import read_json

/usr/local/lib/python2.7/dist-packages/pytz-2013.7-py2.7.egg/pytz/init.py:29: UserWarning: Module dap was already imported from None, but /usr/lib/python2.7/dist-packages is being added to sys.path
from pkg_resources import resource_stream

I wonder why i'm having this error

@aculich
Copy link
Member

aculich commented Oct 19, 2013

Everyone gets this (it is from my original code). It is not actually an error, but only a warning. This warning is safe to ignore. It is annoying, but it won't hurt anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants