First question - If we have 2 different versions of python(say 2.6,2.7) on the same platform. Can you execute the bytecode (generated with python 2.6 interpreter) on python 2.7 interpreter?
Second question - If we have exact same version of python say 2.7.2 on unix and windows - can you run the bytecode generated on unix machine with the python on windows machine?