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

>> Is there are a way to tell Python to output this in Binary mode?

Bill> If you want to try it, change line 494 in parser/python/PyPlucker/Writer.py
Bill> from
Bill>             self._pdb_file = prc.File (sys.stdout, read=0, write=1)
Bill> to
Bill>             self._pdb_file = prc.File (os.fdopen(sys.stdout.fileno(), 'wb'), 
read=0, write=1)

Bill> Seems to work for me.

Sorry, it does not work :-(

BTW: Calling:

 plucker-build file://C:\test\textfile.txt" > out

Result in the DB name "file://C:\test\textfile.txt" and if its to
large it will be shorten from the _biginning_.

Calling:

 plucker-build -H file://C:\test\textfile.txt -f out

The DB are named "out" (Should it not be named "textfile"?)

(With Databasename i'm talking about the name on the palm)

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