[IPython-user] Enabling Python warnings
Fernando Perez
fperez.net@gmail....
Tue Aug 28 07:26:01 CDT 2007
On 8/28/07, Stefan van der Walt <stefan@sun.ac.za> wrote:
> Hi all,
>
> I'd like to run ipython with the '-Wall' flag to enable warnings, but
> IPython aborts with 'Illegal option'. Would it make sense to pass
> unrecognised options onto Python instead?
How would you do that? The python interpreter is already up and
running, how do you 'pass it' the options?
And what's wrong with
python -Wall `which ipython`
? (alias it if you use it often).
Cheers,
f
More information about the IPython-user
mailing list