[Pythonmac-SIG] Is Python bytecode cross-platform?
Sean Hummel
seanh at unforgettable.com
Wed Mar 10 12:53:35 EST 2004
Python bytecode will indeed work cross platform, (of course omitting
bugs,) however it is possible that some of the modules you are linked
to, are not available or not the same between the two platforms, this
is what causes me the most grief when doing the same thing.
On Mar 5, 2004, at 10:12 PM, Mailing List wrote:
> Should a pyc file created on my Panther Mac run on other platforms?
> My initial observations are that it won't, is this correct or am I
> just doing something wrong?
>
>
> _______________________________________________
> Pythonmac-SIG maillist - Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
>
More information about the Pythonmac-SIG
mailing list