Re: lyx/python problem(s)

2006-09-11 Thread Bo Peng
Do you (or anyone) an idea of where/why lyx add those characters to the script paths? If they are in a script that could be easyly fixed. It it is in binary code it could be more difficult, but still feasible. As far as I remember, it is binary. '' is added to get around path-with-blank problems

Re: lyx/python problem(s)

2006-09-11 Thread Piersante Sestini
Bo Peng wrote: All the python problems seem easy but I do not have a os2 system to test. That is maybe why os2 support was dropped. Maybe I found the problem. It is not the forward slashes (os2 doesn't care about them). They could be the apex: pithon D:/lyx/share/lyx/configure.py does work

Re: lyx/python problem(s)

2006-09-11 Thread Bo Peng
1)Lyx seems unable to find python scripts: if I press "reconfigure", I get "python: can't open file ''D:/lyx/share/lyx/configure.py'': [Errno Do not know ... 2] No such file or directory" Of course configure.py *is* there, but with reversed slashes 'D:\lyx\share\lyx\configure.py' Should

Re: lyx/python problem(s)

2006-09-11 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >> I would nevertheless be interested to see what the port is. If it >> is done cleanly and somebody is willing to support it, why not? Georg> Yes, why not, but I doubt that somebody is willing. Mr. Smedle

Re: lyx/python problem(s)

2006-09-11 Thread Jean-Marc Lasgouttes
> "Piersante" == Piersante Sestini <[EMAIL PROTECTED]> writes: Piersante> You can find it at http://smedley.info Google told me so, but it was unavailable this morning. It works now. JMarc

Re: lyx/python problem(s)

2006-09-11 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > I would nevertheless be interested to see what the port is. If it is > done cleanly and somebody is willing to support it, why not? Yes, why not, but I doubt that somebody is willing. Georg

Re: lyx/python problem(s)

2006-09-11 Thread Piersante Sestini
Jean-Marc Lasgouttes wrote: I would nevertheless be interested to see what the port is. If it is done cleanly and somebody is willing to support it, why not? You can find it at http://smedley.info As far as I understand, it is a plain port fom the n*x version. I don't think that there were a

Re: lyx/python problem(s)

2006-09-11 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Piersante Sestini wrote: >> I m trying to run Lyx 1.4.2 (grat program!) under os/2 (ported by >> Paul Smedley) >> >> I have two problems related to python: Georg> You will probably get many more. OS/2 support in LyX has been Georg> d

Re: lyx/python problem(s)

2006-09-11 Thread Georg Baum
Piersante Sestini wrote: > I m trying to run Lyx 1.4.2 (grat program!) under os/2 (ported by Paul > Smedley) > > I have two problems related to python: You will probably get many more. OS/2 support in LyX has been dropped after it has not been used for years. You can of course try to fix all th

lyx/python problem(s)

2006-09-10 Thread Piersante Sestini
I m trying to run Lyx 1.4.2 (grat program!) under os/2 (ported by Paul Smedley) I have two problems related to python: 1)Lyx seems unable to find python scripts: if I press "reconfigure", I get "python: can't open file ''D:/lyx/share/lyx/configure.py'': [Errno 2] No such file or directory"