[python-win32] PyCEdit issue

Marc-André Belzile mbelzile at softimage.com
Mon Aug 18 15:11:10 CEST 2008


Ok that works. Is it a limitation with the windows control or PyCEdit? 

Thanks

-mab

-----Original Message-----
From: python-win32-bounces+mbelzile=softimage.com at python.org [mailto:python-win32-bounces+mbelzile=softimage.com at python.org] On Behalf Of Roger Upole
Sent: Saturday, August 16, 2008 11:32 AM
To: python-win32 at python.org
Subject: [python-win32] Re: PyCEdit issue

Try opening the file in binary mode.  In text mode, all the cr/lf's get automatically translated to '\n'.

         Roger

_______________________________________________
python-win32 mailing list
python-win32 at python.org
http://mail.python.org/mailman/listinfo/python-win32


More information about the python-win32 mailing list