"Jive Dadson" <[EMAIL PROTECTED]> writes:
> I like to use Pythonwin as my desktop calculator. It's bothersome
> to have to type in "from __future__ import division" into the
> interactive window every time I open it. I've tried various ways to
> attempt to get it to import new division at startu
I like to use Pythonwin as my desktop calculator. It's bothersome
to have to type in "from __future__ import division" into the
interactive window every time I open it. I've tried various ways to
attempt to get it to import new division at startup, but no luck. I
can get it to execute a file, bu