Python form Unix to Windows

Harry George harry.g.george at boeing.com
Thu Aug 17 01:06:09 EDT 2006


"Simon Forman" <rogue_pedro at yahoo.com> writes:
[snip]
> Simplest way: Run the app in windows, see what breaks (probably less
> than you might think), fix it.
> 
> I have written large apps that required less than a dozen, or no,
> changes to move between windows and *nix.  YMMV
> 
> Peace,
> ~Simon
> 

I agree with this-- just try it.  When I've helped others move code, I
found the biggest problem was when they had hardcoded file paths instead of
using os.path mechanisms.

-- 
Harry George
PLM Engineering Architecture



More information about the Python-list mailing list