I cannot generate pdf's since the view button is is not active.
Pdf's cannot be generated since in tools->preferences->file handling-> file formats i cannot select a default output format, there are non available.
When i try to reconfigure lyx i get the following error:
The system reconfiguration has failed.
default textclass is used but lyx may not be able to work properly.
please reconfigure again if needed.
When i look at the message plane it gives the following trace back for the reconfiguration error:
Code: Select all
Traceback (most recent call last):
10:09:05.738: File "C:/Program Files (x86)/LyX 2.1/Resources/configure.py", line 1536, in <module>
10:09:05.753: LATEX = checkLatex(dtl_tools)
10:09:05.753: File "C:/Program Files (x86)/LyX 2.1/Resources/configure.py", line 480, in checkLatex
10:09:05.753: if cmdOutput(PLATEX + ' chklatex.ltx').find('pLaTeX2e') != -1:
10:09:05.753: File "C:/Program Files (x86)/LyX 2.1/Resources/configure.py", line 68, in cmdOutput
10:09:05.753: cmd = 'cmd /d /c pushd ' + shortPath(os.getcwdu()) + '&' + cmd
10:09:05.753: File "C:/Program Files (x86)/LyX 2.1/Resources/configure.py", line 84, in shortPath
10:09:05.753: from ctypes import windll, create_unicode_buffer
10:09:05.753: File "C:\Python27\lib\ctypes\__init__.py", line 10, in <module>
10:09:05.753: from _ctypes import Union, Structure, Array
10:09:05.753: ImportError: DLL load failed: %1 is not a valid Win32 application.
From the last line it looks as if there is a clash between a 64 bit python and 32 bit parts of lyx, but i am a bit out of my depth here.
Does anybody have any idea's what the root cause might be, and how i might go about fixing it?