On 05/07/2014 09:54 PM, Hugh Medal wrote:
Here you go:
This is what happens with system python (2.7.5):
hmedal@ws113-16:~$ python -tt /usr/share/lyx/lyx2lyx/lyx2lyx
~/Documents/2_msu/1_MSU_Projects/PROJECT_CEED_ERS/what_I_can_offer/Optimal_Software_Design.lyx
> Optimal_Software_Design_converted.lyx
Traceback (most recent call last):
File "/usr/share/lyx/lyx2lyx/lyx2lyx", line 24, in <module>
import LyX
File "/usr/share/lyx/lyx2lyx/LyX.py", line 26, in <module>
import gzip
File "/usr/local/lib/python2.7/gzip.py", line 9, in <module>
import zlib
ImportError: No module named zlib
There is something wrong with your python installation if zlib is not found.
This is what happens with python 3 (3.3.2):
Python 3 is known not to work with LyX. You may have some kind of conflict.
Richard