Python list Limit

2006-11-17 Thread Bugra Cakir
Hi, What is the size limit of list data type in Python ? I've found an MemoryError while extending a list with samplelist.extend("tail") Thanks !!! -- http://mail.python.org/mailman/listinfo/python-list

Heap Memory

2006-11-16 Thread Bugra Cakir
Hi my name is Bugra Cakir, I have a question. How can we increase heap memory or total memory Python interpreter will use in order to avoid memory problems ? -- http://mail.python.org/mailman/listinfo/python-list

MemoryError

2006-11-12 Thread Bugra Cakir
Hi,Within a Python program how can we avoid getting "MemoryError" problem ? -- http://mail.python.org/mailman/listinfo/python-list

Re: Help solving Python 2.5 crash: The instruction "0x7c168f1d" referenced memory at "0x00000001c

2006-11-08 Thread Bugra Cakir
Hi,I have came across this like problem in my simulations also. But the case is not for the program structure orpython version, the case is hardware :) . If you have time to try it on some other machine than the current and if the problem arises then there is something different! -- http://mail.py

Web Browser Pythonlet

2006-11-08 Thread Bugra Cakir
Hi,I'm wondering if there is an environment for any web browser that executes python codeand running a gui inside the web browser like applet, flash or like those ?Thanks -- http://mail.python.org/mailman/listinfo/python-list

MemoryError

2006-10-30 Thread Bugra Cakir
Hi,I have found a "MemoryError" exception in my program. How can i output Python interpreterlog or how can i find the root cause of this "MemoryError" exception ? Thank you. -- http://mail.python.org/mailman/listinfo/python-list