Re: another newbie question

2010-11-14 Thread otenki
On Nov 14, 10:09 am, David wrote: > On 15/11/2010, otenki 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

another newbie question

2010-11-14 Thread otenki
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