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

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)

Porting Cython Files From Python2 To Python3 With 2to3

I have a python package which was developed under python2.7, but I need to port it to python3.6 . I… Read more Porting Cython Files From Python2 To Python3 With 2to3