On Thu, Dec 3, 2009 at 5:51 AM, Ahmed, Shakir <shah...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to