Attached are screenshots (right click: View Image to see in full size):
The intellisense doesn't recognize the module. Am I missing a step? Thank you for the help.
Attached are screenshots (right click: View Image to see in full size):
The intellisense doesn't recognize the module. Am I missing a step? Thank you for the help.
I am surprised that BeautifulSoup.py landed in 'c:\Python27\lib', shouldn't it be in 'c:\Python27\lib\site-packages'. How did you install BeautifulSoup?
[Edit:]
The links provided by S.Lott tells why this should be the case.
This may help: http://www.cs.washington.edu/homes/borning/python.html
And this: http://docs.python.org/library/site.html
And this: http://docs.python.org/install/