On 15/11/2010, otenki <scott.stephen...@gmail.com> wrote: > When I enter 'from _future_ import division' at the command > line, I get the ImportError, no module named _future_.
The module name is "__future__" Notice that there are 2 underscore characters before the word "future" and 2 after it. This is a common convention in python. -- http://mail.python.org/mailman/listinfo/python-list