poliva / ggposrv

Unofficial ggpo server (re)implementation
GNU General Public License v2.0
128 stars 41 forks source link

execution error under windows #1

Closed Xgamerz closed 10 years ago

Xgamerz commented 10 years ago

after installing python from https://www.python.org/downloads/ on windows 2008 I get this error C:\Python34>python.exe c:\ggposrv\ggposrv.py File "c:\ggposrv\ggposrv.py", line 304 except AttributeError, e: ---------------------------^ SyntaxError: invalid syntax

poliva commented 10 years ago

It's python2 code, not python3.

poliva commented 10 years ago

Also, os.fork() will not work on windows... closing as will not fix.