Converting library from Python 2.7 to 3.4 -


i'm writing equity calculator poker hands using library deuces hand evaluation https://github.com/worldveil/deuces

the library written python 2.7 , can installed command

pip install deuces 

the library works in python 2.7 need switch python 3.4.

i wanted use 2to3 convert library files , install library command pip doesn't allow operation

how can convert library python 2.7 python 3.4?

if doesn't work nothing would. should rewrite python 3 yourself. yet there other libraries used , habe rewrite them too.


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -

javascript - How to change image src on success AJAX -