Re: [Tutor] trouble with beautiful soup

2015-12-25 Thread Walter Prins
Hi, On 25 December 2015 at 20:28, Walter Prins wrote: > As mentioned previously, for BeautifulSoup 4, the package name is "bt4", > so you would do > > import bt4 > > to test it. > Of course, that should have been "bs4" not "bt4". Apologies. W ___ Tu

Re: [Tutor] trouble with beautiful soup

2015-12-25 Thread Walter Prins
Hi On 25 December 2015 at 12:32, marcus lütolf wrote: > dear pythonistas, dear contributors Danny and Walter, > > I tried all instructions given to my without any success: > If I type the install commands in the command line - even after having > installed pip - I invariably get the notion that

Re: [Tutor] trouble with beautiful soup

2015-12-25 Thread Alan Gauld
On 25/12/15 12:32, marcus lütolf wrote: > dear pythonistas, dear contributors Danny and Walter, > > I tried all instructions given to my without any success: > If I type the install commands in the command line Which command line are you using? The pip command is not a python command but a shell

Re: [Tutor] trouble with beautiful soup

2015-12-25 Thread marcus lütolf
dear pythonistas, dear contributors Danny and Walter, I tried all instructions given to my without any success: If I type the install commands in the command line - even after having installed pip - I invariably get the notion that beautifulsoup is not found. If I run the directory C:\Python27\Li

[Tutor] mutiply file download

2015-12-25 Thread Dima Kulik
Hi to all. Can you tell me, how can I make an asynchronous file downloading? I have a list of links from where to get files, but I'd like to save time and make all downloads parallel. At the moment I make download as: import urllib urls={"skype.msi": "http://www.skype.com/go/getskype-msi";,