Joe-Palmer / rtmplite

Automatically exported from code.google.com/p/rtmplite
0 stars 0 forks source link

Can't run on windows system?? #96

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Here is the error I get when I try to run it. 

File "C:\Users\Matthew\Desktop\rtmplite\rtmp.py", line 89
    if _debug: print 'socket.read[%d] calling recv()'%(count,)
                                                    ^
SyntaxError: invalid syntax

Original issue reported on code.google.com by tankerki...@gmail.com on 23 Aug 2013 at 3:25

GoogleCodeExporter commented 9 years ago
Check you version of Python, your probably trying to use 3.X, install 2.7 and 
it should work.

Original comment by bran...@batt3.com on 12 Mar 2015 at 10:24