Re: [BangPypers] About llvm and llvm-py

2009-10-31 Thread Sriram Narayanan
On Sat, Oct 31, 2009 at 1:46 PM, Ramdas S wrote: > Sriram, > > Can you send the right link for llvm-py http://code.google.com/p/llvm-py/ -- Sriram ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] python zlib problem

2009-10-31 Thread steve
Hi Amit, Please don't top-post. I've copied your comment below ... On 10/31/2009 12:33 PM, Amit Sethi wrote: On Sat, Oct 31, 2009 at 12:25 PM, Kenneth Gonsalves wrote: 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-

Re: [BangPypers] About llvm and llvm-py

2009-10-31 Thread Ramdas S
Sriram, Can you send the right link for llvm-py On Sat, Oct 31, 2009 at 11:59 AM, Sriram Narayanan wrote: > 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/Artic

Re: [BangPypers] python zlib problem

2009-10-31 Thread Noufal Ibrahim
On Sat, Oct 31, 2009 at 12: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.. Download the python2.6 (or whatever) package and install it with dpkg --force-all. This is of course assuming that your

Re: [BangPypers] python zlib problem

2009-10-31 Thread Amit Sethi
That is a very dangerous option ... tried it but uninstalls a lot of packages practically the whole ubuntu-desktop. On Sat, Oct 31, 2009 at 12:25 PM, Kenneth Gonsalves wrote: > On Saturday 31 Oct 2009 12:24:24 pm Amit Sethi wrote: > > How do you force install a package ?? I have tries doing sudo