How can I troubleshoot this import error? Thanks.
import scikits.statsmodels.api as sm
File "C:\Python27\lib\site-packages\scikits\__init__.py", line 1, in <module>
__import__('pkg_resources').declare_namespace(__name__)
ImportError: No module named pkg_resources
C:\Python27? Have you tried to do a:import pkg_resources? – ogrisel Dec 23 '11 at 10:40