Comments on: How to Build a Basic Web Crawler in Python https://fossbytes.wiki/how-to-build-a-basic-web-crawler-in-python/ Technology Simplified Sun, 01 Jan 2017 17:24:43 +0000 hourly 1 https://wordpress.org/?v=6.6.4 By: Chow Kinmeng https://fossbytes.wiki/how-to-build-a-basic-web-crawler-in-python/#comment-107267 Tue, 13 Oct 2015 11:18:14 +0000 https://fossbytes.wiki/?p=17233#comment-107267 it just stuck at there and a html file appears with nothing

]]>
By: Chow Kinmeng https://fossbytes.wiki/how-to-build-a-basic-web-crawler-in-python/#comment-107266 Tue, 13 Oct 2015 11:17:20 +0000 https://fossbytes.wiki/?p=17233#comment-107266 won't work

]]>
By: Anonymous https://fossbytes.wiki/how-to-build-a-basic-web-crawler-in-python/#comment-105502 Sat, 12 Sep 2015 21:40:08 +0000 https://fossbytes.wiki/?p=17233#comment-105502 _thread

]]>
By: Anonymous https://fossbytes.wiki/how-to-build-a-basic-web-crawler-in-python/#comment-103760 Wed, 19 Aug 2015 14:07:01 +0000 https://fossbytes.wiki/?p=17233#comment-103760 Traceback (most recent call last):
File "pythonCrawler.py", line 1, in <module>
import sys, thread, Queue, re, urllib, urlparse, time, os, sys
ImportError: No module named 'thread'

]]>
By: Anonymous https://fossbytes.wiki/how-to-build-a-basic-web-crawler-in-python/#comment-103715 Tue, 18 Aug 2015 16:22:33 +0000 https://fossbytes.wiki/?p=17233#comment-103715 interesting material….

]]>
By: Anonymous https://fossbytes.wiki/how-to-build-a-basic-web-crawler-in-python/#comment-103694 Tue, 18 Aug 2015 10:06:43 +0000 https://fossbytes.wiki/?p=17233#comment-103694 You are welcome :)

]]>
By: Anonymous https://fossbytes.wiki/how-to-build-a-basic-web-crawler-in-python/#comment-103610 Sat, 15 Aug 2015 23:17:07 +0000 https://fossbytes.wiki/?p=17233#comment-103610 Ran Geva Thanks.

]]>
By: Anonymous https://fossbytes.wiki/how-to-build-a-basic-web-crawler-in-python/#comment-103602 Sat, 15 Aug 2015 17:37:05 +0000 https://fossbytes.wiki/?p=17233#comment-103602 Jean Paul Ruiz It works since version 2.5:
https://mail.python.org/pipermail/python-dev/2005-September/056846.html

]]>
By: Anonymous https://fossbytes.wiki/how-to-build-a-basic-web-crawler-in-python/#comment-103514 Thu, 13 Aug 2015 18:55:09 +0000 https://fossbytes.wiki/?p=17233#comment-103514 Ran Geva That must be the reason, Python 2.4.3. Do you know what would be the old supported format for this piece of code?

]]>
By: Anonymous https://fossbytes.wiki/how-to-build-a-basic-web-crawler-in-python/#comment-103513 Thu, 13 Aug 2015 18:48:21 +0000 https://fossbytes.wiki/?p=17233#comment-103513 What python version are you using? This condition formatting works on python 2.6+

]]>