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
- another newbie question otenki
- Re: another newbie question Nitin Pawar
- Re: another newbie question Tim Golden
- Re: another newbie question Peter Otten
- Re: another newbie question David
- Re: another newbie question otenki
- Re: another newbie question Roy Smith
- Re: another newbie question MRAB
- Re: another newbie question Neil Cerutti
- Re: another newbie question Anssi Saari
- Re: another newbie question Slie