Page 2 of 2

Re: Text only client- done!

Posted: 28 May 2013, 01:53
by o11c
Python 3.2.2 is far from the latest version.

But you probably need a Python 2.7.*

Re: Text only client- done!

Posted: 28 May 2013, 02:08
by Jaxad0127
kook wrote:
0x0BAL wrote:I cant get this working with Python 3.2.2 the last version
i get an invalid syntax error
python 2.7 is here to stay, no reason to run this in version 3..or is there?
3.x is the future.

Re: Text only client- done!

Posted: 28 May 2013, 02:17
by o11c
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.