José,

that brings me further:

+checking for graphics driver... default
+checking for package psnfss [times.sty]... yes
+Inspection done.
+Read the file doc/LaTeXConfig.lyx for more information.
Traceback (most recent call last):
  File "/opt/lyx-1.4.2/share/lyx/configure.py", line 710, in ?
    checkLatexConfig( lyx_check_config and LATEX != '', bool_docbook, 
bool_linuxdoc)
  File "/afs/bb/data/d3197/galaxy2/zLinux/lyx-1.4.2/share/lyx/configure.py", 
line 562, in checkLatexConfig
    values[key] = val.strip("'")
TypeError: strip() takes no arguments (1 given)
LyX: Done!

Any ideas here?

Thanks,
Rainer


Am Mittwoch, 13. September 2006 21:39 schrieb José Matos:
> On Wednesday 13 September 2006 20:19, Rainer Dorsch wrote:
> > [EMAIL PROTECTED]:~> python -V
> > Python 2.2.1
> > [EMAIL PROTECTED]:~>
> >
> > Does not look bad (?)
>
>   Nope it is fine. :-)
>
> I found the reference to this in http://docs.python.org/lib/typesseq.html
>
> (1)
> When s is a string or Unicode string object the in and not in operations
> act like a substring test. In Python versions before 2.3, x had to be a
> string of length 1. In Python 2.3 and beyond, x may be a string of any
> length.
>
>   Could you replace the faulty line, line 635, in checkTeXAllowSpaces
>
>     if 'working' in latex_out:
>
> with
>     if latex_out.find('working') != -1:
>
> beware that indentations is significant in python, i.e., keep the same
> number of spaces in the left part of the expression.
>
> > Thanks,
> > Rainer

-- 
Rainer Dorsch
Alzentalstr. 28
D-71083 Herrenberg
07032-919495
jabber: [EMAIL PROTECTED]
GPG Fingerprint: 5966 C54C 2B3C 42CC 1F4F  8F59 E3A8 C538 7519 141E
Full GPG key: http://pgp.mit.edu/

Reply via email to