c4software / python-sitemap

Mini website crawler to make sitemap from a website.
GNU General Public License v3.0
366 stars 110 forks source link

sintax error #53

Closed francisco-baptista closed 5 years ago

francisco-baptista commented 5 years ago

Just pulled the code and I get this:

$ python main.py www.cafonline.com --output sitemap.xml --verbose
Traceback (most recent call last): File "main.py", line 8, in import crawler File "/home/francisco/python-sitemap/crawler.py", line 105 print(config.xml_header, file=self.output_file) ^ SyntaxError: invalid syntax

c4software commented 5 years ago

What is your python version ?