Quote:
	
	
		
			
				
					Originally Posted by  PeterT
					 
				 
				I was sure beautiful soup was in Calibre; I'm sure it's used by many of the recipes for news downloads. 
			
		 | 
	
	
 AFAIK, all bundled Python packages are supposed to be in the C:\Program Files\Calibre2\app\pylib.zip archive, but I didn't see beautiful soup. Is there any Calibre folder or file that contains optional Python packages?
EDIT: I just checked the recipe documentation and it looks that your right, because one of the examples contain the following import:
	Code:
	from calibre.ebooks.BeautifulSoup import BeautifulSoup