Peter Hansen wrote:
you should probably contact the author(s) for assistance since this is not a Python issue.
I contact the author and there is a bug in the version I'm using.
Now it works by running
$ cd /newspipe
$ python ./newspipe.py
Instead of
$ python /newspipe/newspipe.py
Thanks for
Peter Hansen wrote:
kael wrote
Dave Kuhlman wrote:
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 wh
kael wrote:
Dave Kuhlman wrote:
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
Dave Kuhlman wrote:
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
kael wrote:
> Hello,
>
> I'm trying to run _Newspipe_ but Python returns an error :
>
> ---
> [EMAIL PROTECTED] root]# python2.3 /home/kael/newspipe/newspipe.py
> newspipe.py - version 1.1.1 revision 1.42, Copyright (C) 2003-200
Hello,
I'm trying to run _Newspipe_ but Python returns an error :
---
[EMAIL PROTECTED] root]# python2.3 /home/kael/newspipe/newspipe.py
newspipe.py - version 1.1.1 revision 1.42, Copyright (C) 2003-2004
Ricardo M. Reyes <[EMAIL PR