memory error

Stephen Hansen apt.shansen at gmail.com
Thu Dec 3 22:22:07 EST 2009


On Thu, Dec 3, 2009 at 5:51 AM, Ahmed, Shakir <shahmed at sfwmd.gov> wrote:

> I am getting a memory error while executing a script. Any idea is highly
> appreciated.
>
> Error message: " The instruction at "0x1b009032" referenced memory at
> "0x00000804:, The memory could not be "written"
>
> This error is appearing and I have to exit from the script.
>

Vastly insufficient information; that basically is like saying, "Something
broke." People can't really help you with that. You sorta need to show some
code and/or at least describe what's going on at the time.

But-- the image does say Pythonwin... are you running this from the
Pythonwin editor/IDE? Does this script crash out if you run it through the
normal 'python'(or pythonw) commands? If not, are you attempting to do any
sort of GUI work in this script? That rarely works within Pythonwin
directly.


--S
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20091203/2d6b0e5c/attachment.html>


More information about the Python-list mailing list