>From the error, you are importing wrong module which actually does not exists
try importing something from maths On Sun, Nov 14, 2010 at 8:21 PM, otenki <scott.stephen...@gmail.com> wrote: > Hello Pythonistas! > I'm trying to get floating point division to work; I'm using Python > 2.6.5. When I enter 'from _future_ import division' at the command > line, I get the ImportError, no module named _future_. How can I > rectify this? > Sorry for this basic question, but I don't know where else to turn. > Thanks, > Scott > -- > http://mail.python.org/mailman/listinfo/python-list > -- Nitin Pawar
-- http://mail.python.org/mailman/listinfo/python-list