> File "C:/Users/Vincent/OpenSource/LyX/svn-trunk/lib/configure.py", line 11, in
> import sys, os, re, shutil, glob, logging
> ImportError: No module named logging
Then your Python installation misses the folder "logging" under "Lib". I can reconfigure without
problems.
regards Uwe
Traceback (most recent call last):
File "C:/Users/Vincent/OpenSource/LyX/svn-trunk/lib/configure.py",
line 11, in
import sys, os, re, shutil, glob, logging
ImportError: No module named logging
WinVista
Python 2.6
Vincent