Good morning,
I have been learning Python for two or three months, but now I find some problems with my 2.7 installation as I studied modules like nltk.
However, when I want to list the modules using the help ("modules"), I have a basic error, which seems to me to explain the problem:
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/distribute-0.6.28-py2.7.egg/setuptools/command/install_scripts.py:3: UserWarning: Module numpy was already imported from /Library/Python/2.7/site-packages/numpy-override/numpy/__init__.pyc, but /Library/Python/2.7/site-packages/numpy-1.8.0.dev_5c944b9_20120828-py2.7-macosx-10.8-x86_64.egg is being added to sys.path from pkg_resources import Distribution, PathMetadata, ensure_directory
I also get the following error related to obsolete modules:
/Library/Python/2.7/site-packages/statsmodels-0.5.0-py2.7-macosx-10.8-intel.egg/scikits/statsmodels/__init__.py:2: UserWarning: scikits.statsmodels namespace is deprecated and will be removed in 0.5, please use statsmodels instead
I am still trying to handle the paths and wondering if anyone can help me avoid this problem in the future. Thanks.
elksie5000
source share