[IronPython] True division error

Kristof Wagemans kristof.wagemans at gmail.com
Sun Jul 2 09:39:47 CEST 2006


IronPython 1.0.2365 (Beta) on .NET 2.0.50727.42

Copyright (c) Microsoft Corporation. All rights reserved.

>>> 1/2

0

>>> from __future__ import division

Traceback (most recent call last):

  File , line 0, in <stdin>##3

  File , line 0, in __import__##7

ImportError: No module named __future__

>>> 1/2

0.500

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20060702/f5265543/attachment.html>


More information about the Ironpython-users mailing list