>>>>> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes:

Joost> There are still two major issues:

Joost> * The rest of the code doesn't wait for configure.py to
Joost> complete. Since this takes a few seconds, it attempts to read
Joost> textclass.lst and friends before they are even generated.

Joost> * lyxrc.dist is read before reconfiguring, but path_prefix is
Joost> added to PATH later. This should probably be done twice, once
Joost> after reading lyxrc.dist and once after reading the other ones.

Wow! You always manage to both find new bugs...

I assume the problem is that system() does not wait for completion on
windows, right?

So how do we execute a program and wait for termination?

JMarc

Reply via email to