Import/Export Error Information (word2lyx)

2012-03-06 Thread Rob Oakes
Dear Developers,

I'm getting ready to publish the source for Word2LyX, but ran into one
last problem. I created an input filter/filetype to completely automate
the conversion of Word documents.

However, when run, I'm getting an error:

An error occurred while running:

python inputfile.docx outputfile.lyx

Is there any way to look at the debug output to try and track what might
be causing the error.

Cheers,

Rob


Re: Import/Export Error Information (word2lyx)

2012-03-06 Thread Richard Heck

On 03/06/2012 01:23 PM, Rob Oakes wrote:

Dear Developers,

I'm getting ready to publish the source for Word2LyX, but ran into one
last problem. I created an input filter/filetype to completely automate
the conversion of Word documents.

However, when run, I'm getting an error:

An error occurred while running:

python inputfile.docx outputfile.lyx

Is there any way to look at the debug output to try and track what might
be causing the error.

If that's the error, then the problem looks to be a missing command. 
You're asking python to run the docx file. I'd check the definition of 
the converter.


The file format and the definition of the converter should probably 
happen within LyX, anyway. I'll be happy to add this to 2.0.4.


Richard



Import/Export Error Information (word2lyx)

2012-03-06 Thread Rob Oakes
Dear Developers,

I'm getting ready to publish the source for Word2LyX, but ran into one
last problem. I created an input filter/filetype to completely automate
the conversion of Word documents.

However, when run, I'm getting an error:

An error occurred while running:

python inputfile.docx outputfile.lyx

Is there any way to look at the debug output to try and track what might
be causing the error.

Cheers,

Rob


Re: Import/Export Error Information (word2lyx)

2012-03-06 Thread Richard Heck

On 03/06/2012 01:23 PM, Rob Oakes wrote:

Dear Developers,

I'm getting ready to publish the source for Word2LyX, but ran into one
last problem. I created an input filter/filetype to completely automate
the conversion of Word documents.

However, when run, I'm getting an error:

An error occurred while running:

python inputfile.docx outputfile.lyx

Is there any way to look at the debug output to try and track what might
be causing the error.

If that's the error, then the problem looks to be a missing command. 
You're asking python to run the docx file. I'd check the definition of 
the converter.


The file format and the definition of the converter should probably 
happen within LyX, anyway. I'll be happy to add this to 2.0.4.


Richard



Import/Export Error Information (word2lyx)

2012-03-06 Thread Rob Oakes
Dear Developers,

I'm getting ready to publish the source for Word2LyX, but ran into one
last problem. I created an input filter/filetype to completely automate
the conversion of Word documents.

However, when run, I'm getting an error:

An error occurred while running:

python "inputfile.docx" "outputfile.lyx"

Is there any way to look at the debug output to try and track what might
be causing the error.

Cheers,

Rob


Re: Import/Export Error Information (word2lyx)

2012-03-06 Thread Richard Heck

On 03/06/2012 01:23 PM, Rob Oakes wrote:

Dear Developers,

I'm getting ready to publish the source for Word2LyX, but ran into one
last problem. I created an input filter/filetype to completely automate
the conversion of Word documents.

However, when run, I'm getting an error:

An error occurred while running:

python "inputfile.docx" "outputfile.lyx"

Is there any way to look at the debug output to try and track what might
be causing the error.

If that's the error, then the problem looks to be a missing command. 
You're asking python to run the docx file. I'd check the definition of 
the converter.


The file format and the definition of the converter should probably 
happen within LyX, anyway. I'll be happy to add this to 2.0.4.


Richard