[issue7899] MemoryError While Executing Python Code

2010-07-06 Thread Mark Dickinson
Mark Dickinson added the comment: Closing the original issue: there's insufficient information to reproduce or analyze the problem. -- resolution: -> works for me status: open -> closed ___ Python tracker ___

[issue7899] MemoryError While Executing Python Code

2010-07-06 Thread Mark Dickinson
Mark Dickinson added the comment: Peter, this looks like a different problem; please could you open a new issue? When/if you do, please could you also report: - what version of Python you're using - your system details (what OS? 32-bit or 64-bit?) If you can give us a better idea of what'

[issue7899] MemoryError While Executing Python Code

2010-07-05 Thread Peter Wolf
Peter Wolf added the comment: I am new to this so apologies if I posting this in the wrong spot. I am also getting a memory error on an 86MB python data file.It is one long list.As far as I can tell the data file is valid python code.My computer has 3.4 GB of ram. When I type the following i

[issue7899] MemoryError While Executing Python Code

2010-02-11 Thread Antoine Pitrou
Antoine Pitrou added the comment: If these 8 million records are loaded into memory, it can be normal to get a MemoryError. It depends on the complexity of the records (number of fields) and the way they are kept in memory (tuples? dicts?); and of course of the amount of available RAM in your

[issue7899] MemoryError While Executing Python Code

2010-02-11 Thread Brian Curtin
Brian Curtin added the comment: Prashanth, I'm not even sure what to do with that file. Can you provide a Python script which demonstrates your issue? It should be something that myself or others could run on their computer, free of any third party packages. This will isolate the issue to Pyt

[issue7899] MemoryError While Executing Python Code

2010-02-11 Thread Prashanth noble
Prashanth noble added the comment: please find the testcase i am using -- Added file: http://bugs.python.org/file16208/Aura_Test_Scripts_FCT_ACTUSER_EVENT_L.tsv ___ Python tracker _

[issue7899] MemoryError While Executing Python Code

2010-02-10 Thread Brian Curtin
Brian Curtin added the comment: Can you provide a test case which can reproduce the issue? Specifically one which doesn't require the use of your DatabaseLibrary package? -- nosy: +brian.curtin priority: -> normal stage: -> test needed type: performance -> resource usage ___

[issue7899] MemoryError While Executing Python Code

2010-02-10 Thread Prashanth noble
New submission from Prashanth noble : we are executing two queries and storing the result sets and matching the data. the table has got around 8 million records and while executing the same i am getting the Memory Issue. TRACE Arguments: [ | ] FAIL MemoryError DEBUG Traceback (most rece