Re: [BangPypers] python zlib problem

2009-10-30 Thread Kenneth Gonsalves
On Saturday 31 Oct 2009 12:24:24 pm Amit Sethi wrote: > How do you force install a package ?? I have tries doing sudo apt-get > --force-yes install python and it has no effects.. > uninstall and install again? -- regards kg http://lawgon.livejournal.com ___

Re: [BangPypers] python zlib problem

2009-10-30 Thread Amit Sethi
How do you force install a package ?? I have tries doing sudo apt-get --force-yes install python and it has no effects.. -- A-M-I-T S|S ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] python zlib problem

2009-10-30 Thread Noufal Ibrahim
On Sat, Oct 31, 2009 at 11:19 AM, Amit Sethi wrote: > Hi , > For some unknown reason ,  a bug or a screw up I did myself their is no > python-zlib which is supposed to be in standard library(python2.6 on ubuntu > jaunty).What is the best > way to install this in a non-obtrusive way .Its a very imp

Re: [BangPypers] About llvm and llvm-py

2009-10-30 Thread Sriram Narayanan
On Tue, Oct 27, 2009 at 12:57 PM, Noufal Ibrahim wrote: > On Tue, Oct 27, 2009 at 12:19 PM, Sriram Narayanan > wrote: >> Folks: >> >> LLVM just got released: http://lwn.net/Articles/358646/ >> >> While reading up more about LLVM, I chanced upon llvm-py, and invited >> the author (Mahadevan R) to

Re: [BangPypers] python zlib problem

2009-10-30 Thread Sriram Narayanan
On Sat, Oct 31, 2009 at 11:19 AM, Amit Sethi wrote: > Hi , > For some unknown reason ,  a bug or a screw up I did myself their is no > python-zlib which is supposed to be in standard library(python2.6 on ubuntu > jaunty).What is the best > way to install this in a non-obtrusive way .Its a very imp

[BangPypers] python zlib problem

2009-10-30 Thread Amit Sethi
Hi , For some unknown reason , a bug or a screw up I did myself their is no python-zlib which is supposed to be in standard library(python2.6 on ubuntu jaunty).What is the best way to install this in a non-obtrusive way .Its a very important as many packages refer to this and also python-setuptool

Re: [BangPypers] How to search a word list very fast

2009-10-30 Thread Anand Balachandran Pillai
On Fri, Oct 30, 2009 at 1:49 PM, Navin Kabra wrote: > Amit, > Question: why do you want to build this yourself? > Depending on what exactly you want to do, it is quite likely that there > already exists an algorithm or a free service that does this for you. You > should search for that... > Yes

Re: [BangPypers] How to search a word list very fast

2009-10-30 Thread Navin Kabra
Amit, Question: why do you want to build this yourself? Depending on what exactly you want to do, it is quite likely that there already exists an algorithm or a free service that does this for you. You should search for that... On Fri, Oct 30, 2009 at 11:37 AM, Amit Sethi wrote: > Hi, > I am tryi