ConfigParser question

oliver fwang2 at yahoo.com
Tue May 2 16:02:53 EDT 2000


hi, 

here is a beginner question, I am testing out ConfigPaser module, and run
into error when I create the object instance, can anyone kindly point out
why?


>>> import ConfigParser
>>> x = ConfigParser()
Traceback (innermost last):
  File "<stdin>", line 1, in ?
TypeError: call of non-function (type module)

oliver





More information about the Python-list mailing list