You may need to add the path to Python to your system command path (so that it can find modules). In a DOS window, while in your LyX user directory, try the following:

set PATH=%PATH%;"C:\Program Files(x86)\LyX20\Python\"
python "C:\Program Files (x86)\LyX 2.0\Resources\configure.py"

Hopefully that will allow the script to execute.

Paul

On 06/07/2013 03:18 PM, Y.A. Sharif wrote:

2.I tried to run configuration script in DOS windows: C:\Program Files(x86)\LyX20\Python\Python.exe , this one did not show any error. But when I ran the other one with configure.py it showed the following messages: File "C:\Program Files (x86)\LyX 2.0\Resources\configure.py", line 11, in , <module>
import  sys, os, re , shutil, glob, logging, subprocess
File "C:\python25\lib\subprocess.py", line375, in<module>
import threading
File "C:\python25\lib\threading.py", line 13, in <module>
from collections import deque
Import error: No module named collections


Reply via email to