metajack / tape

A simple, reverse proxy capable Web server for local JavaScript application development.
http://github.com/metajack/tape/tree/master
GNU General Public License v3.0
86 stars 15 forks source link

Tape on windows7 #10

Open RadicalKoncepts opened 9 years ago

RadicalKoncepts commented 9 years ago

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.

metajack commented 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.

RadicalKoncepts commented 9 years ago

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.

metajack commented 9 years ago

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).