RE: system error - api-ms-win-crt-runtime-l1-1-0.dll

2015-10-29 Thread Nagu Koppula
Hi Laura, Thanks for your quick response and help! It is windows 7 and it is working after I downloaded the Microsoft's Universal CRT. Regards, Nagu -Original Message- From: Laura Creighton [mailto:l...@openend.se] Sent: Thursday, October 29, 2015 4:34 PM To: Nagu Ko

system error - api-ms-win-crt-runtime-l1-1-0.dll

2015-10-28 Thread Nagu Koppula
Hi Could you help me to resolve below error in my windows 7 laptop? I had tried re-installing / repair, still error persists. Error - screenshot Regards, Nagu -- https://mail.python.org/mailman/listinfo/python-list

Re: Memory error while saving dictionary of size 65000X50 using pickle

2008-07-07 Thread Nagu
Thank you very much Martin. It worked like a charm. -- http://mail.python.org/mailman/listinfo/python-list

Re: Memory error while saving dictionary of size 65000X50 using pickle

2008-07-07 Thread Nagu
onary object with 65000 keys and a list of 15-tuple values to a file. But I could not do the same when I have a list of 25-tuple values for 65000 keys. You exmple works just fine on my side. Thank you, Nagu -- http://mail.python.org/mailman/listinfo/python-list

Memory error while saving dictionary using pickle

2008-07-07 Thread Nagu
, with 4GB RAM). Please advice. Thank you, Nagu Here is the detail description of the error: Traceback (most recent call last): File "", line 1, in s = pickle.dumps(itemsim) File "C:\Python25\lib\pickle.py", line 1366, in dumps Pickler(file, protocol).dump(obj) F

Memory error while saving dictionary of size 65000X50 using pickle

2008-07-07 Thread Nagu
I am trying to save a dictionary of size 65000X50 to a local file and I get the memory error problem. How do I go about resolving this? Is there way to partition the pickle object and combine later if this is a problem due to limited resources (memory) on the machine (it is 32 bit machine Win XP,

Re: Copyright issues for an application developed using django, python and mySQL

2008-07-04 Thread Nagu
Thank you for your explanations. On Jul 3, 6:27 pm, Ben Finney <[EMAIL PROTECTED]> wrote: > Nagu <[EMAIL PROTECTED]> writes: > > I made a small recommendation engine for our company using python, > > django, and mySQL. My supervisor and the senior management are >

Copyright issues for an application developed using django, python and mySQL

2008-07-03 Thread Nagu
the copyright and licensing issues? (I do not know if licensing is the right word here). Please advice. Thank you, Nagu -- http://mail.python.org/mailman/listinfo/python-list