Re: lyx2lyx --try-hard

2005-06-11 Thread Fernando Perez
Jose' Matos wrote: >> Feel free to lift any of that code and adapt it to your needs. With >> those detailed tracebacks, I've often been able to understand and fix >> ipython crashes which could only be produced via some obscure >> combinations of steps relying on specific user data, input or plat

Re: lyx2lyx --try-hard

2005-06-09 Thread Georg Baum
Jose' Matos wrote: > Are you volunteering yourself to do this work? ;-) I am a bit short on time right now, but if nobody beats me I may do so in a couple of days. Georg

Re: lyx2lyx --try-hard

2005-06-09 Thread Angus Leeming
Jose' Matos wrote: > That is an excellent suggestion, thank you. I know about the batteries > included of python but some windows packagers would kill me if I used > every possible library of standard python. ;-) Not this one. I think people should just download Python and be done with it. --

Re: lyx2lyx --try-hard

2005-06-09 Thread Jose' Matos
On Wednesday 08 June 2005 02:32, Fernando Perez wrote: > Jose' Matos wrote: > > Hello, > > I have implemented the --try-hard option. As you can see it will catch > > any python exception in the convertion step and ignore it. > > > > My question is how to warn the user that something wrong happened

Re: lyx2lyx --try-hard

2005-06-09 Thread Jose' Matos
On Wednesday 08 June 2005 08:30, G. Milde wrote: > On 7.06.05, Jose' Matos wrote: > > Hello, > > > > I have implemented the --try-hard option. As you can see it will catch > > any python exception in the convertion step and ignore it. > > > > My question is how to warn the user that something wron

Re: lyx2lyx --try-hard

2005-06-09 Thread Jose' Matos
On Wednesday 08 June 2005 08:46, Georg Baum wrote: > Jose' Matos wrote: > > Hello, > > I have implemented the --try-hard option. As you can see it will catch > > any python exception in the convertion step and ignore it. > > I did not try it, but if it does what it says it is good :-) It doesn't

Re: lyx2lyx --try-hard

2005-06-09 Thread Jose' Matos
On Thursday 09 June 2005 08:20, Georg Baum wrote: > Jose' Matos wrote: > > Hello, > > I have implemented the --try-hard option. As you can see it will catch > > any python exception in the convertion step and ignore it. > > José, what are your further plans? * Test it to be sure that there are n

Re: lyx2lyx --try-hard

2005-06-09 Thread Georg Baum
Jose' Matos wrote: > Hello, > I have implemented the --try-hard option. As you can see it will catch any > python exception in the convertion step and ignore it. José, what are your further plans? Is this needed for the 1.3 backport, or anything else? Georg

Re: lyx2lyx --try-hard

2005-06-08 Thread Georg Baum
Jose' Matos wrote: > Hello, > I have implemented the --try-hard option. As you can see it will catch any > python exception in the convertion step and ignore it. I did not try it, but if it does what it says it is good :-) > My question is how to warn the user that something wrong happened duri

Re: lyx2lyx --try-hard

2005-06-08 Thread G. Milde
On 7.06.05, Jose' Matos wrote: > Hello, > > I have implemented the --try-hard option. As you can see it will catch > any python exception in the convertion step and ignore it. > > My question is how to warn the user that something wrong happened > during the convertion? The goal would be t

Re: lyx2lyx --try-hard

2005-06-07 Thread Fernando Perez
Jose' Matos wrote: > Hello, > I have implemented the --try-hard option. As you can see it will catch any > python exception in the convertion step and ignore it. > > My question is how to warn the user that something wrong happened during > the convertion? The goal would be to ask the user to rep