On Tue, 11 Feb 2003 at 18:42 +0100, Klaus Liebler <kl...@klaus-liebler.de>...:

>
> C:\Programme\Python>python c:\win32\_parjtag.pyd
>   File "c:\win32\_parjtag.pyd", line 1
>     MZÉ$
>       ^
> SyntaxError: invalid syntax
>
> <snap>
>
> What did I wrong?

the MZ is a code that is placed in the
first 2 characters of a Windows binary executable

I think you are supposed to run

> python jtag.py
and _parjtag.pyd should be in same directory as jtag.py

see
  http://mspgcc.sourceforge.net/tools.html

the python script jtag.py
 imports _parjtag
to read the binary file


Reply via email to