Python 3.2.2 is far from the latest version.
But you probably need a Python 2.7.*
Text only client- done!
Re: Text only client- done!
Former programmer for the TMWA server.
Re: Text only client- done!
3.x is the future.kook wrote:python 2.7 is here to stay, no reason to run this in version 3..or is there?0x0BAL wrote:I cant get this working with Python 3.2.2 the last version
i get an invalid syntax error
Re: Text only client- done!
A year ago, I was making it a goal to support both python2 and python3 with all my code. Now, I write python3 unless I need to load a binary module.
Former programmer for the TMWA server.