I want to read configuration file in stax and downloaded configobj
module from web. Here is my code. I have configobj in my c drive. 

 

************************************************************

import sys

sys.path.append('c:/')

 

from configobj import ConfigObj

 

************************************************************

The error message is:

 

 " com.ibm.staf.service.stx.STAXPythonEvaluationException: 

   Traceback (innermost last):

            File "<pyExec string>",line 22, in ?

    SyntaxError: ('invalid sybtax', ('c:\\configobj.py', 112,19,' yield
I, item'))

 

Thanks,

Chi

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
staf-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/staf-users

Reply via email to