On Sun, Jun 1, 2014 at 1:51 PM, Kornel Benko <kor...@lyx.org> wrote: > Am Sonntag, 1. Juni 2014 um 20:48:03, schrieb Kornel Benko <kor...@lyx.org > > > > > > You could try to trace it, like this on linux: > > > > # strace -f -o xx /usr/bin/python2 -tt > "/usr/local/share/lyx-2.1/scripts/lyxpak.py" > > > > > S. > > >
Thanks Kornel. strace worked and found the root of the problem It is definitely an installation problem: the python module collections.py try to load an internal C module called _collections and fails to find it. The module is actually present on my system at /usr/lib/python2.7/lib-dynload/_collections.so but somehow python2 cannot find it. Still trying to find a solution. Cheers, S. -- __________________________________________________ Stefano Franchi Associate Research Professor Department of Hispanic Studies Ph: +1 (979) 845-2125 Texas A&M University Fax: +1 (979) 845-6421 College Station, Texas, USA stef...@tamu.edu http://stefano.cleinias.org