Re: [BangPypers] Help: How to install beautiful soup in Python

2012-01-24 Thread Syed Mushtaq
pip install BeautifulSoup On Wed, Jan 25, 2012 at 10:52 AM, Sujit Ghosal wrote: > Hi Vishnu, > The easy way for you would be to use setup-tools and issue > easy_install or else you can download the corresponding > BeautifulSoup module zip file for your version of Python and install it > thr

Re: [BangPypers] Help: How to install beautiful soup in Python

2012-01-24 Thread Sujit Ghosal
Hi Vishnu, The easy way for you would be to use setup-tools and issue easy_install or else you can download the corresponding BeautifulSoup module zip file for your version of Python and install it through the command line like this: "C:\python32\python setup.py install" You can check this o

[BangPypers] Help: How to install beautiful soup in Python

2012-01-24 Thread vishnu prasad
How to install beautiful soup in python, i installed python on my c drive c:\Python32 Where i need to extract beautiful soup and please tell me the steps where i can test my soup application is installed or not ? please suggest me thanks and regards vishnu prasad [ challenge is the best to star