>
> Dear all
> im trying to use BeautifulSoup
> however it seems to be unable to use it
>
> here I have
>>>> import urllib2
>>>> import BeautifulSoup
>>>> c=urllib2.urlopen('http://kiwitobes.com/wiki/
>>>> Programming_language.html')
>>>> soup=BeautifulSoup(c.read())
>
> but there is an error message
> Traceback (most recent call last):
> File "<pyshell#3>", line 1, in <module>
> soup=BeautifulSoup(c.read())
> TypeError: 'module' object is not callable
>
> please help me to solve this problem
from BeautifulSoup import BeautifulSoup
S
Bro i m getting same error as ur if u find any thing related to dis plzz update me..I will be highly oblige for ur kindness..
--You received this message because you are subscribed to the Google Groups "beautifulsoup" group.To unsubscribe from this group and stop receiving emails from it, send an email to beautifulsou...@googlegroups.com.
To post to this group, send email to beauti...@googlegroups.com.
Visit this group at http://groups.google.com/group/beautifulsoup?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.