Hello all,

I managed to do this once, but I forgot.

I want division always to be imported from __future__ at startup.

Putting
from __future__ import division
in a file sitecustomize.py doesn't work (which I think is counterintuitive). Do I have to use PYTHONSTARTUP variable? Is there any way at all?


I searched google and python.org but didn't find a quick answer to this.
Perhaps somebody can help me out?

Thanks,

Christian


_______________________________________________ Edu-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/edu-sig

Reply via email to