Text only client- done!

A place for The Mana World players to discuss game-related topics outside the scope of development including guilds, player interactions, game meta and more.


User avatar
o11c
Grand Knight
Grand Knight
Posts: 2262
Joined: 20 Feb 2011, 21:09
Location: ^ ^

Re: Text only client- done!

Post by o11c »

Python 3.2.2 is far from the latest version.

But you probably need a Python 2.7.*
Former programmer for the TMWA server.
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: Text only client- done!

Post 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.
Image
User avatar
o11c
Grand Knight
Grand Knight
Posts: 2262
Joined: 20 Feb 2011, 21:09
Location: ^ ^

Re: Text only client- done!

Post 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.
Former programmer for the TMWA server.
Post Reply