python imports suddenly not working -
python imports suddenly not working -
i had installed on laptop. working. today when wanted work projects 1 time again gives error on imports. it's not 1 package, multiple. thing think of windows update, uncertainty cause of problem.
i have installed in 32-bit since packages 32-bit. reinstalled , restarted several times. i'm not experienced python, thats why i'm wondering if more knowledge help me this.
the packages installed are: cherrypy, cython, oursql, pil, pywin32, setuptools
thanks in advance!!
are sure installed?
in python shell, run
help('modules')
then can check pythonpath with
import sys print sys.path
hope helps.
python
Comments
Post a Comment