Hi All,
I am writing a python script which is basically connecting to a web site using userid and password.I am getting all the site and login information from a configuration file.Inorder to access those parameters I have used ConfigObject.But when I run that program I am getting the error
import ConfigObj
ImportError: No module named ConfigObj
Can anyone please help me in this regard???

Reply With Quote


