[SVN] Revision 1397 (Latex)

Jeroen van der Ham jeroen at je-ju.net
Sat Jul 30 10:26:42 UTC 2005


On 29-07-2005 15:02, Brad Miller wrote:
> However, the 'Run number' message is spit out by a Perl warn
> command which does not seem to be part of stdout or stderr.  Is there
> a way to tie whatever stream warn corresponds to with stdout?  I tried
> 2>&1 but that did not seem to work.
> 

If you're running a python script to detect the errors, why don't you use
popen or the new subprocess library to run the perl script?

Jeroen.



More information about the textmate-dev mailing list