[IronPython] True division error

Kristof Wagemans kristof.wagemans at gmail.com
Sun Jul 2 00:39:47 PDT 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: /pipermail/users-ironpython.com/attachments/20060702/f5265543/attachment.htm


More information about the users mailing list