1. Read about ConfigParser here:
http://docs.python.org/lib/module-ConfigParser.html
Thank you very for this link.
2. Read the traceback from the bottom up: (1) The exception is raised in ConfigParser.py on line 240 in function/method options. (2) This was called from newspipe.py on line 895 in function/method LeerConfig.
Should the changes be made in the newspipe/* directory only ? Or should I manage the ConfigParser.py ?
3. It's looking for a section named "NewsPipe" in your options/config file. Check your config file. Is that section name misspelled? Is the section missing? Does the NewsPipe documentation tell you where the config file should be and what it's name is? If not, look in newspipe.py.
According to the Newspipe documentation http://newspipe.sourceforge.net/#configuration, only the 'smtp_server' and 'opml' lines are absolutely needed in newspipe.py.
Please, see newspipe.py below: ---------------------------------- [NewsPipe] log_console=1 smtp_server=smtp.free.fr opml=test.opml sleep_time=30 check_online=http://www.google.com ----------------------------------
Do you think any lines are missing ?
Unless, it could come from the OPML file ?
Hope this helps.
Yes. But, unfortunately, not enough - it's hard to be a newbie. :-/
I thank you very much for your help.
-- kael
@759 .beats, 2004-12-10 -- http://mail.python.org/mailman/listinfo/python-list