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. ><{{{*>