[Python-Dev] Re: SystemError: com_backpatch: offset too large

Terry Reedy tjreedy at udel.edu
Fri May 21 18:15:20 EDT 2004


"Sebastian" <seba_woj at interia.pl> wrote in message
news:20040521143641.A721316341 at front.interia.pl...
> I've got a problem with python script.
> My script return exceptinon:
>
> SystemError: com_backpatch: offset too large
>
> I'm beginer in python programming, and don't known what do with this
message

Pydev mailing list and the gmane mirror are for discussion of future
Python.  Questions about using current Python should be directed to
comp.lang.python or the main Python mailing list.

For this question, you need to include more information: the system you are
running on; the version of Python you are running; if short, the code you
ran.  If the code is long, try to cut it down to get something short that
gives the same error.  At least say what modules you imported.  Also, can
you rerun with the same inputs and get the same error in the same place, or
is it variable.

Post that information in the proper place (not here) and you should get
answers or at least more suggestions.

Terry J. Reedy






More information about the Python-Dev mailing list