Re: Reconfiguration Problem

2014-08-06 Thread tesm...@gmail.com
Dear Richard,

Attached is console log for lyx.

Starting Lyx from console solved the re-configuration errors.
Reconfiguration still fails when Lyx is started directly from GUI.

I still having errors in exporting Lyx document to OpenDocument.

Regards,
Tariq




On Tue, Aug 5, 2014 at 11:49 AM, Richard Heck rgh...@lyx.org wrote:

 On 08/05/2014 11:45 AM, tesm...@gmail.com wrote:

 Dear Richard,

 I get the following error message while Lyx Reconfiguration:

 The script '/usr/share/lyx/scriptes/TexFile.py' failed

 Secondly, All the document classes are unavailable in my Lyx installation

 I have Lyx 2.1.1 (July 2014 release)  and have installed texlive-base,
 and texlive-extra


 This sounds like a larger configuration issue.

 Can you run LyX from a terminal and see what error messages you get when
 you try to reconfigure?

 Richard

 PS I'm cc'ing this back to the devel list. I expect we will need more
 help. Remember to reply to all when you do reply.



tariq@ubuntu:~$ lyx
Creating file /tmp/lyx_tmpdir.DvnJAAHY3183/Buffer_importStringUX3183.lyx
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
 restricted \write18 enabled.
entering extended mode
(./textLyx.tex
LaTeX2e 2011/06/27
Babel v3.8m and hyphenation patterns for english, dumylang, nohyphenation, lo
aded.

support/Systemcall.cpp (292): Systemcall: 'pdflatex  textLyx.tex' finished 
with exit code 1
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
 restricted \write18 enabled.
entering extended mode
(./textLyx.tex
LaTeX2e 2011/06/27
Babel v3.8m and hyphenation patterns for english, dumylang, nohyphenation, lo
aded.

mk4ht (2008-06-28-19:09)
/usr/share/tex4ht/htlatex textLyx.tex xhtml,ooffice ooffice/! -cmozhtf 
-cooxtpipes -coo
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
 restricted \write18 enabled.
entering extended mode
LaTeX2e 2011/06/27
Babel v3.8m and hyphenation patterns for english, dumylang, nohyphenation, lo
aded.
(./textLyx.tex
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
 restricted \write18 enabled.
entering extended mode
LaTeX2e 2011/06/27
Babel v3.8m and hyphenation patterns for english, dumylang, nohyphenation, lo
aded.
(./textLyx.tex
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
 restricted \write18 enabled.
entering extended mode
LaTeX2e 2011/06/27
Babel v3.8m and hyphenation patterns for english, dumylang, nohyphenation, lo
aded.
(./textLyx.tex

tex4ht.c (2009-01-31-07:33 kpathsea)
tex4ht -f/textLyx.tex 
  -i/usr/share/texmf/tex4ht/ht-fonts/ooffice/! 
  -cmozhtf 
--- warning --- Can't find/open file `tex4ht.env | .tex4ht'
--- error --- Illegal storage address
--- warning --- Can't find/open file `textLyx.lg'

t4ht.c (2009-01-31-07:34 kpathsea)
t4ht -f/textLyx.tex 
  -cooxtpipes 
  -coo 
(/usr/share/texmf/tex4ht/tex4ht.env)
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
 restricted \write18 enabled.
entering extended mode
(./textLyx.tex
LaTeX2e 2011/06/27
Babel v3.8m and hyphenation patterns for english, dumylang, nohyphenation, lo
aded.

textLyx.tex:2   Unknown command '\batchmode'
textLyx.tex:5   Document format IEEEtran unknown, using article format
textLyx.tex:5   Package/option 'conference' unknown.





Re: Reconfiguration Problem

2014-08-06 Thread tesm...@gmail.com
Dear Richard,

Thanks for your reply.

I would like to participate in testing of the GSOC project to
LyxToWordConversion [http://wiki.lyx.org/GSoC/LyxToWordConversion].

Would someone please add me to the list and provide the binaries/code for
testing?

Regards,
Tariq


On Wed, Aug 6, 2014 at 3:40 PM, Richard Heck rgh...@lyx.org wrote:

 On 08/06/2014 04:52 AM, tesm...@gmail.com wrote:

 Dear Richard,

 Attached is console log for lyx.

 Starting Lyx from console solved the re-configuration errors.
 Reconfiguration still fails when Lyx is started directly from GUI.


 That probably means there is some difference in the two environments,
 e.g., in the paths. It is possible that LyX is calling python 3.x from the
 GUI and python 2.x from the console. Hard to know. You could try looking in
 the file $HOME/.xsession-errors and see if there is anything useful there.


  I still having errors in exporting Lyx document to OpenDocument.


 Unfortunately, there is not a lot we can do about that. The tex4ht package
 is known to have a lot of limiations. That said, there is a GSOC project
 going on right now that is focused on converting back and forth between LyX
 and ODT. If you'd be interested in helping to test that branch, send a
 message to the devel list.

 Richard




Re: Reconfiguration Problem

2014-08-06 Thread Richard Heck

On 08/06/2014 04:52 AM, tesm...@gmail.com wrote:

Dear Richard,

Attached is console log for lyx.

Starting Lyx from console solved the re-configuration errors. 
Reconfiguration still fails when Lyx is started directly from GUI.


That probably means there is some difference in the two environments, 
e.g., in the paths. It is possible that LyX is calling python 3.x from 
the GUI and python 2.x from the console. Hard to know. You could try 
looking in the file $HOME/.xsession-errors and see if there is anything 
useful there.



I still having errors in exporting Lyx document to OpenDocument.


Unfortunately, there is not a lot we can do about that. The tex4ht 
package is known to have a lot of limiations. That said, there is a GSOC 
project going on right now that is focused on converting back and forth 
between LyX and ODT. If you'd be interested in helping to test that 
branch, send a message to the devel list.


Richard



Re: Reconfiguration Problem

2014-08-06 Thread tesm...@gmail.com
Dear Richard,

Attached is console log for lyx.

Starting Lyx from console solved the re-configuration errors.
Reconfiguration still fails when Lyx is started directly from GUI.

I still having errors in exporting Lyx document to OpenDocument.

Regards,
Tariq




On Tue, Aug 5, 2014 at 11:49 AM, Richard Heck  wrote:

> On 08/05/2014 11:45 AM, tesm...@gmail.com wrote:
>
>> Dear Richard,
>>
>> I get the following error message while Lyx Reconfiguration:
>>
>> The script '/usr/share/lyx/scriptes/TexFile.py' failed
>>
>> Secondly, All the document classes are unavailable in my Lyx installation
>>
>> I have Lyx 2.1.1 (July 2014 release)  and have installed texlive-base,
>> and texlive-extra
>>
>
> This sounds like a larger configuration issue.
>
> Can you run LyX from a terminal and see what error messages you get when
> you try to reconfigure?
>
> Richard
>
> PS I'm cc'ing this back to the devel list. I expect we will need more
> help. Remember to reply to all when you do reply.
>
>
>
tariq@ubuntu:~$ lyx
Creating file /tmp/lyx_tmpdir.DvnJAAHY3183/Buffer_importStringUX3183.lyx
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
 restricted \write18 enabled.
entering extended mode
(./textLyx.tex
LaTeX2e <2011/06/27>
Babel  and hyphenation patterns for english, dumylang, nohyphenation, lo
aded.

support/Systemcall.cpp (292): Systemcall: 'pdflatex  "textLyx.tex"' finished 
with exit code 1
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
 restricted \write18 enabled.
entering extended mode
(./textLyx.tex
LaTeX2e <2011/06/27>
Babel  and hyphenation patterns for english, dumylang, nohyphenation, lo
aded.

mk4ht (2008-06-28-19:09)
/usr/share/tex4ht/htlatex textLyx.tex "xhtml,ooffice" "ooffice/! -cmozhtf" 
"-cooxtpipes -coo"
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
 restricted \write18 enabled.
entering extended mode
LaTeX2e <2011/06/27>
Babel  and hyphenation patterns for english, dumylang, nohyphenation, lo
aded.
(./textLyx.tex
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
 restricted \write18 enabled.
entering extended mode
LaTeX2e <2011/06/27>
Babel  and hyphenation patterns for english, dumylang, nohyphenation, lo
aded.
(./textLyx.tex
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
 restricted \write18 enabled.
entering extended mode
LaTeX2e <2011/06/27>
Babel  and hyphenation patterns for english, dumylang, nohyphenation, lo
aded.
(./textLyx.tex

tex4ht.c (2009-01-31-07:33 kpathsea)
tex4ht -f/textLyx.tex 
  -i/usr/share/texmf/tex4ht/ht-fonts/ooffice/! 
  -cmozhtf 
--- warning --- Can't find/open file `tex4ht.env | .tex4ht'
--- error --- Illegal storage address
--- warning --- Can't find/open file `textLyx.lg'

t4ht.c (2009-01-31-07:34 kpathsea)
t4ht -f/textLyx.tex 
  -cooxtpipes 
  -coo 
(/usr/share/texmf/tex4ht/tex4ht.env)
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
 restricted \write18 enabled.
entering extended mode
(./textLyx.tex
LaTeX2e <2011/06/27>
Babel  and hyphenation patterns for english, dumylang, nohyphenation, lo
aded.

textLyx.tex:2   Unknown command '\batchmode'
textLyx.tex:5   Document format  unknown, using article format
textLyx.tex:5   Package/option 'conference' unknown.





Re: Reconfiguration Problem

2014-08-06 Thread tesm...@gmail.com
Dear Richard,

Thanks for your reply.

I would like to participate in testing of the GSOC project to
LyxToWordConversion [http://wiki.lyx.org/GSoC/LyxToWordConversion].

Would someone please add me to the list and provide the binaries/code for
testing?

Regards,
Tariq


On Wed, Aug 6, 2014 at 3:40 PM, Richard Heck  wrote:

> On 08/06/2014 04:52 AM, tesm...@gmail.com wrote:
>
>> Dear Richard,
>>
>> Attached is console log for lyx.
>>
>> Starting Lyx from console solved the re-configuration errors.
>> Reconfiguration still fails when Lyx is started directly from GUI.
>>
>
> That probably means there is some difference in the two environments,
> e.g., in the paths. It is possible that LyX is calling python 3.x from the
> GUI and python 2.x from the console. Hard to know. You could try looking in
> the file $HOME/.xsession-errors and see if there is anything useful there.
>
>
>  I still having errors in exporting Lyx document to OpenDocument.
>>
>
> Unfortunately, there is not a lot we can do about that. The tex4ht package
> is known to have a lot of limiations. That said, there is a GSOC project
> going on right now that is focused on converting back and forth between LyX
> and ODT. If you'd be interested in helping to test that branch, send a
> message to the devel list.
>
> Richard
>
>


Re: Reconfiguration Problem

2014-08-06 Thread Richard Heck

On 08/06/2014 04:52 AM, tesm...@gmail.com wrote:

Dear Richard,

Attached is console log for lyx.

Starting Lyx from console solved the re-configuration errors. 
Reconfiguration still fails when Lyx is started directly from GUI.


That probably means there is some difference in the two environments, 
e.g., in the paths. It is possible that LyX is calling python 3.x from 
the GUI and python 2.x from the console. Hard to know. You could try 
looking in the file $HOME/.xsession-errors and see if there is anything 
useful there.



I still having errors in exporting Lyx document to OpenDocument.


Unfortunately, there is not a lot we can do about that. The tex4ht 
package is known to have a lot of limiations. That said, there is a GSOC 
project going on right now that is focused on converting back and forth 
between LyX and ODT. If you'd be interested in helping to test that 
branch, send a message to the devel list.


Richard



Reconfiguration Problem

2014-08-05 Thread Richard Heck

On 08/05/2014 11:45 AM, tesm...@gmail.com wrote:

Dear Richard,

I get the following error message while Lyx Reconfiguration:

The script '/usr/share/lyx/scriptes/TexFile.py' failed

Secondly, All the document classes are unavailable in my Lyx installation

I have Lyx 2.1.1 (July 2014 release)  and have installed texlive-base, 
and texlive-extra


This sounds like a larger configuration issue.

Can you run LyX from a terminal and see what error messages you get when 
you try to reconfigure?


Richard

PS I'm cc'ing this back to the devel list. I expect we will need more 
help. Remember to reply to all when you do reply.





Reconfiguration Problem

2014-08-05 Thread Richard Heck

On 08/05/2014 11:45 AM, tesm...@gmail.com wrote:

Dear Richard,

I get the following error message while Lyx Reconfiguration:

The script '/usr/share/lyx/scriptes/TexFile.py' failed

Secondly, All the document classes are unavailable in my Lyx installation

I have Lyx 2.1.1 (July 2014 release)  and have installed texlive-base, 
and texlive-extra


This sounds like a larger configuration issue.

Can you run LyX from a terminal and see what error messages you get when 
you try to reconfigure?


Richard

PS I'm cc'ing this back to the devel list. I expect we will need more 
help. Remember to reply to all when you do reply.