stat157 / recent-quakes

Stat 157 Homework 2 due on Monday 2013-10-21 at 11:59pm
0 stars 20 forks source link

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

Open GalaxyNight-day opened 10 years ago

GalaxyNight-day commented 10 years ago

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 commented 10 years ago

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.