error
Diez B. Roggisch
deets at nospam.web.de
Mon Apr 24 10:09:45 EDT 2006
markscala at gmail.com wrote:
> Anyone know what this error means?
>
> C:/Python24/pythonw.exe -u "C:/Python24/MyProjects/HeadsUp/cls_Bot.py"
> File "C:/Python24/MyProjects/HeadsUp/cls_Bot.py", line 10246
> elif handname == 'straightflush':
> SystemError: com_backpatch: offset too large
Google dead today?
http://mail.python.org/pipermail/python-list/2004-November/249799.html
Given the linenumber is over 10000, I presume that is your problem. I guess
you'd have to read upon modules... :)
Diez
More information about the Python-list
mailing list