futue feature division not found (embedded)

Bengt Richter bokr at oz.net
Sat Nov 27 20:14:32 EST 2004


On Sat, 27 Nov 2004 22:51:24 GMT, "Jive" <someone at microsoft.com> wrote:

>I've got a program with Python 2.3 embedded.  When I try to run a script
>containing "from __future__ import division", I get an exception:
>
>    File "main2.py", line 3
>    from __future__ import divison
>SyntaxError: future feature divison is not defined
                                 ^^ s/divison/division/  ;-)
>
>Anyone know how to fix that?  BTW, when I run the program with
>CO_FUTURE_DIVISION set in PyCompilerFlags, division works the new way, as it
                                                ^^^
>should.
>
>
HTH. On to the next bug ;-)

Regards,
Bengt Richter



More information about the Python-list mailing list