From: Florent R. <f.r...@fr...> - 2014-05-08 15:24:28
|
spam_and_junk <spa...@ii...> wrote: > Thanks to Florent for the help. > > Running under python3 with better results. No idea why it, but it is > not reccomended for the raspberry's default, hence trying to use 2.7 I wonder where this recommendation comes from... unless you have strong dependencies that have not been, and can't easily be ported to Python 3. Do you have a link? As reminded at: https://pypi.python.org/pypi/python2-pythondialog which you should definitely read, Python 3.0 was released on December 3, 2008. Python 2 is now more or less obsolete... or in end-of-line state, if you prefer. Just a few links I saw recently about the subject: http://legacy.python.org/dev/peps/pep-0404/ https://lists.debian.org/debian-python/2014/05/msg00037.html http://techs.enovance.com/6521/openstack_python3 If you still decide to work with Python 2, you should probably import many things from the future, as suggested in: https://linuxfr.org/users/thom/journaux/la-duree-de-vie-de-python-2-7-encore-repoussee#comment-1532573 Good luck... -- Florent |