>Python 3.3 will definitely install independently of 3.0 on Windows. It's only 
>the minor versions that happen in place, like going from 3.3 >to 3.3.1

>If you're running your scripts explicitly, by something like:
>   python  myscript.py

>then you should be able to say
>    python3.3  myscript.py
>or   python3.0  myscript.py
 
thanks it installed independently like you said. and those  python3.3 or  
python3.0 in the command line seems to do the trick!
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to