Skip to content Skip to sidebar Skip to footer
Showing posts with the label Python 2to3

Using Z3py With Python 3.3

My Situation I've installed Microsoft Z3 (Z3 [version 4.3.0 - 64 bit]. (C) 2006) and it's p… Read more Using Z3py With Python 3.3

Attempted Relative Import In Non-package (after 2to3)

After converting to Python 3.x using 2to3 (see my previous question), I get this error during the b… Read more Attempted Relative Import In Non-package (after 2to3)