Wednesday, April 14, 2010

Porting Python applications from Unix to Windows

os.open

Note the difference between open and os.open and ensure that all os.open calls have os.O_BINARY flag for Windows.

See also Stani and Nadia talk about cross platform application development and distribution

No comments:

Post a Comment