axitkhurana / buster

Brute force static site generator for Ghost
MIT License
800 stars 139 forks source link

Error at line 55 #29

Closed mii9000 closed 10 years ago

mii9000 commented 10 years ago

Since I could not install buster through pip I tried cloning and running the following command:

buster.py setup --gh-repo=myusername.github.io

But then I get following error:

File "D:\path\buster.py", line 55
    print "Rename", filename, "=>", newname
                 ^
SyntaxError: invalid syntax