RE: [Rest2web-develop] Nailed the File Keyword Bug
Brought to you by:
mjfoord
|
From: Andrew I. <and...@us...> - 2006-04-11 03:25:43
|
The verbosity option before the config file doesn't work:
$ python ~/code/dev/rest2web/r2w.py -a ~/www/rp.ini
Traceback (most recent call last):
File "/home/user/code/dev/rest2web/r2w.py", line 167, in ?
config = ConfigObj(cfg_file, file_error=True)
File "/home/user/code/dev/rest2web/pythonutils/configobj.py", line 1081,
in __init__
raise IOError, 'Config file not found: "%s".' % self.filename
IOError: Config file not found: "-a".
Same result for -w and -v.
Andrew
> -----Original Message-----
> From: res...@li...
> [mailto:res...@li...]On Behalf Of
> Michael Foord
> Sent: Monday, April 10, 2006 1:08 AM
> To: res...@li...
> Subject: Re: [Rest2web-develop] Nailed the File Keyword Bug
>
>
> Andrew Ittner wrote:
> > File keyword bug: fixed on Linux! Thank you - that feature is
> a big help.
> > However, given enough time, I'm sure I'll break it - but in a
> new and better
> > way!
> >
>
> Great (except the part about breaking it ;-)
> > As for the verbosity settings, they appear to give the exact
> same output at
> > the command line in Linux. I see no difference between -v, -a,
> and -w. I
> > run r2w thusly:
> >
> > python ~/code/dev/rest2web/r2w.py ~/www/rp.ini -w
> >
> > Anything obviously wrong with that syntax?
> >
> >
>
> Try :
>
> python ~/code/dev/rest2web/r2w.py -w ~/www/rp.ini
|