another newbie question

Nitin Pawar nitinpawar432 at gmail.com
Sun Nov 14 10:00:09 EST 2010


>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.stephens.j at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20101114/2f9f1679/attachment-0001.html>


More information about the Python-list mailing list