Top "Python-2to3" questions

2to3 is a tool for automated Python 2 to 3 code translation.

BeautifulSoup4 can't be installed in python3.5 on Windows7

I have downloaded beautifulsoup4-4.5.3.tar.gz from https://www.crummy.com/software/BeautifulSoup/bs4/download/4.5/ and unzipped it to …

windows python-3.x beautifulsoup installation python-2to3
How are you planning on handling the migration to Python 3?

I'm sure this is a subject that's on most python developers' minds considering that Python 3 is coming out soon. Some …

python migration python-3.x python-2to3
Python 3 writing to a pipe

I'm trying to write some code to put data into a pipe, and I'd like the solution to be python 2.6+ …

python-3.x pipe typeerror python-2to3
How to fix ".dist-info directory not found" in my package?

I have a Python 2 package that I'm trying to upgrade to Python 3. It was written by someone who used to …

python pip python-2to3
How to use 2to3 to translate all files in a directory

I'm able to translate one file. But I don't understand how to translate whole directory. From docs: To translate an …

python python-2to3