This is the comparison of the two files (starting at offset 0):

-----------------------------------------------------
L0      B3 F2 0D 0A 94 BF 29 42 63 00 00 00 00 00 00 00  ³ò.."¿)Bc.......
R0      B3 F2 0D 0A A4 CD 29 42 63 00 00 00 00 00 00 00  ³ò..¤Í)Bc.......

L - the working version
R - the crashing version

The bytes that differ are the 5th and 6th. Any idea?

Roger, Thanks for your patients.


Ze'ev


On 6/29/07, Roger Upole <[EMAIL PROTECTED]> wrote:
> > I've uninstalled and reinstalled Pythonwin and indeed after
> > installation the pyc is present and when Pythonwin runs the first time
> > it overrides it. I've saved the original intpyapp.pyc and when I use
> > it Pythonwin runs without a problem. I've compared the "working" pyc
> > with the "non-working" one and the differ in 2 bytes.
> >
> > Ze'ev
>
> If the bytes that are different are the first 2 in the pyc file, that's the
> 'magic number' which is updated between python versions.  You might
> have a mismatch in the python libraries.  Try uninstalling and reinstalling
> Python itself.
>
>         Roger
>
> _______________________________________________
> Python-win32 mailing list
> Python-win32@python.org
> http://mail.python.org/mailman/listinfo/python-win32
>
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to