Open RadicalKoncepts opened 9 years ago
I've never run it on windows, and have no time to work on it anymore.
It's based on Twisted Python so it shouldn't have any specific platform dependencies. You might try posting the error your get to see if anyone else can help.
Thanks for your reply Metajack. I am new to Python language. Its my guess work here. I tried to run tape program using following step below:
D:\tape-master>python tape File "tape", line 83 print "WARNING: Skipping unparseable remote url: %s" % rurl ^ SyntaxError: Missing parentheses in call to 'print'
Thank you in advance.
This seems like you are using Python 3 instead of Python 2. I don't think Twisted is Python 3 compatible yet, so just download the latest 2.x release (2.7.8 I think right now).
Hi,
I tried to install Tape program on my windows 7 and I could not see executable in the folder. Does Tape program rub on Windows 7 platform? Please advice.