José Abílio Matos wrote: > On Monday, 8 May 2017 18.48.30 WEST Richard Heck wrote: > > That's the error there. For some reason the called version of python > > does not see that module. Note that the two versions of python are very > > different: 2.7.5 and 3.6.1. I would guess that the argparse module may > > not be installed for 2.7.5. > > > > Richard > > argparse is in the standard library for both versions. So if the python > version is well/correctly installed it should be there. > > After all argparse was introduced in python 2.7. :-) > > Now I am also a bit confused because that means that we been requiring python > 2.7 for some time and no one complained. :-D
Jose, as mentioned in other thread, could you summarize the current python situation in master and put it into RELEASE_NOTES? As packager I would like to see: what versions of python are currently supported and which version is preffered for running lyx. Pavel