ConfigParser question

oliver fwang2 at yahoo.com
Tue May 2 16:59:57 EDT 2000


sorry, I found the silly error, should have used "from ConfigParser import
*".

thanks

oliver

On Tue, 2 May 2000, oliver wrote:

> 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