from __future__ import ... within an RExec?

Paul Rubin phr-n2002b at NOSPAMnightsong.com
Sat Aug 17 23:58:28 EDT 2002


Erik Max Francis <max at alcyone.com> writes:
> >>> x.r_exec('from __future__ import division')
> >>> x.r_eval('1/2')
> 0
> but no such luck.  Trying to use the .r_import method directly also
> didn't come up with anything.  I'm not getting an ImportError, just
> nothing's happening.  Is there any way to do this within a RExec?

Use x.r_eval(1.0/2.0).



More information about the Python-list mailing list