On Mon, 12 Feb 2018 16:13:03 -0500 Baho Utot <[email protected]> wrote:
> well I guess I am about to find out.... I am going with python 3 only so > I will see how far I get with that. Do let us know how it goes. Python 3 comes with a script, 2to3, that can convert Python 2 code to that of version 3: https://docs.python.org/2/library/2to3.html If it is just a case of fixing static python code, then this should be all that is needed. However, it can't address those cases where a python script is *dynamically* generated by/within another application. Cheers, Mike Shell -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
