Re: DeprecationWarning when installing master
On Monday, 18 October 2021 12.29.49 WEST Jean-Pierre Chrétien wrote: > Le 18/10/2021 à 13:22, Jean-Pierre Chrétien a écrit : > > Dear developers > > > > I get this : > > > > $ sudo make install-strip >>make.log > > -c:2: DeprecationWarning: the imp module is deprecated in favour of > > importlib; see the module's documentation for alternative uses I saw that and decided to ignore it for lyx2.4. I intend to get rid of it after lyx 2.4 is out and move us finally to python 3 only. So it is not forgotten it just does not pay off all the work required to test with python 2 now. :-) -- José Abílio -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel
Re: DeprecationWarning when installing master
Le 18/10/2021 à 13:22, Jean-Pierre Chrétien a écrit : Dear developers I get this : $ sudo make install-strip >>make.log -c:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses With some context : /usr/bin/install -c -m 644 ../../../master/lib/lyx2lyx/lyx2lyx lyx2lyx_version.py ../../../master/lib/lyx2lyx/lyx2lyx_lang.py ../../../master/lib/lyx2lyx/generate_encoding_info.py ../../../master/lib/lyx2lyx/parser_tools.py ../../../master/lib/lyx2lyx/lyx2lyx_tools.py ../../../master/lib/lyx2lyx/unicode_symbols.py ../../../master/lib/lyx2lyx/LyX.py ../../../master/lib/lyx2lyx/lyx_0_06.py ../../../master/lib/lyx2lyx/lyx_0_08.py ../../../master/lib/lyx2lyx/lyx_0_10.py ../../../master/lib/lyx2lyx/lyx_0_12.py ../../../master/lib/lyx2lyx/lyx_1_0.py ../../../master/lib/lyx2lyx/lyx_1_1.py ../../../master/lib/lyx2lyx/lyx_1_1_5.py ../../../master/lib/lyx2lyx/lyx_1_1_6_0.py ../../../master/lib/lyx2lyx/lyx_1_1_6_3.py ../../../master/lib/lyx2lyx/lyx_1_2.py ../../../master/lib/lyx2lyx/lyx_1_3.py ../../../master/lib/lyx2lyx/lyx_1_4.py ../../../master/lib/lyx2lyx/lyx_1_5.py ../../../master/lib/lyx2lyx/lyx_1_6.py ../../../master/lib/lyx2lyx/lyx_2_0.py ../../../master/lib/lyx2lyx/lyx_2_1.py ../../../master/lib/lyx2lyx/lyx_2_2.py ../../../master/lib/lyx2lyx/lyx_2_3.py ../../../master/lib/lyx2lyx/lyx_2_4.py ../../../master/lib/lyx2lyx/profiling.py ../../../master/lib/lyx2lyx/test_parser_tools.py '/usr/local/share/lyx-2.4.0dev/lyx2lyx' -c:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses Byte-compiling python modules... lyx2lyx_version.pylyx2lyx_lang.pygenerate_encoding_info.pyparser_tools.pylyx2lyx_tools.pyunicode_symbols.pyLyX.pylyx_0_06.pylyx_0_08.pylyx_0_10.pylyx_0_12.pylyx_1_0.pylyx_1_1.pylyx_1_1_5.pylyx_1_1_6_0.pylyx_1_1_6_3.pylyx_1_2.pylyx_1_3.pylyx_1_4.pylyx_1_5.pylyx_1_6.pylyx_2_0.pylyx_2_1.pylyx_2_2.pylyx_2_3.pylyx_2_4.pyprofiling.pytest_parser_tools.py -- Jean-Pierre -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel
DeprecationWarning when installing master
Dear developers I get this : $ sudo make install-strip >>make.log -c:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses -- Regards Jean-Pierre -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel