Below is what I copy from the Internet:<br>
<br>
import binhex<br>
import sys<br>
<br>
infile = "in.txt"<br>
<br>
binhex.binhex(infile, sys.stdout)<br>
<br>
Every time I try to run this script, I get a message saying <br>
<br>
Traceback (most recent call last):<br>
  File "D:\eclipse_workspace\encode\src\<a href="http://binhex.sample.py">binhex.sample.py</a>", line 6, in <module><br>
    import binhex<br>
  File "C:\Python25\lib\binhex.py", line 12, in <module><br>
    # easy interface should work "as expected" on any platform.<br>
TypeError: 'module' object is not callable<br>
<br>
Does anyone encounter similar situation. Thank you for your help?