"Bill" == Bill Janssen <[EMAIL PROTECTED]> writes:

>> I'm going to pursue this a bit further on Windows, first.  There must
>> be some way to write binary output.

Bill>  import sys

Bill>  if sys.platform == "win32":
Bill>      import os, msvcrt
Bill>      msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)

Bill> I've incorporated that into the code.  Try it out!

Yes, this work fine on Windows.

cu,
 Dirk

-- 
Permanent URLs to the latest Version (1.1.13) of the Plucker Windows installer
 - For the Webpage: http://www.dirk-heiser.de/plucker
 - Direct Download: http://www.dirk-heiser.de/plucker/plucker.exe [2.08MB]

Reply via email to