[Python-Dev] Should 2to3 convert Exceptions from (original) (raw)

anatoly techtonik techtonik at gmail.com
Sun Sep 2 21:48:48 CEST 2012


I work offline from remote location about 2000m above the sea level. There is no internet connection here, so I can not use tracker online. I need a Python editor here, and I have Spyder checkout. The problem is that my installation has only Python3. I've tried using 2to3 from setup.py (attached), but it fails when I execute:

$ sudo python3 setup.py install

stderr.log and stdout.log are attached. Is it the intended behavior? It is also hard find "Porting Python 2 Code to Python 3" article, because it is not referenced from "Porting to Python 3.x" chapters.

--

anatoly t. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20120902/6f4e40af/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: setup.py Type: text/x-python Size: 5883 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-dev/attachments/20120902/6f4e40af/attachment.py> -------------- next part -------------- A non-text attachment was scrubbed... Name: stderr.log Type: text/x-log Size: 7008 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-dev/attachments/20120902/6f4e40af/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: stdout.log Type: text/x-log Size: 4528 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-dev/attachments/20120902/6f4e40af/attachment-0001.bin>



More information about the Python-Dev mailing list