hey all,
im really new to python, im trying to import a third party module called primes.py, i have placed this module C:\Python26\Lib ( the location where i installed python) i then have another file which is trying to import this module, this file is located at C:\Python26 in my python file i have the following two lines
import primes
import sys
when i run this file i get the following error
ImportError: No module named primes
can any one help me out