binhex problem

fishboy fishboy at spamspamspam.com
Mon May 31 07:44:00 EDT 2004


On Mon, 31 May 2004 11:55:59 +0200, "MaximusBrood"
<topmas38({[AT]})hotmail({[DOT]})com> wrote:


>binhex.HexBin(file2, filename2) #translate hexed file 2 binary

I think you meant binhex.hexbin(..)

HexBin is a class inside Lib/binhex.py, which is why you're getting
that __init__ error.

hexbin() is the function to translate infile to outfile.

><{{{*>




More information about the Python-list mailing list