[IronPython] bug in commands module

Stuart Midgley sdm900 at gmail.com
Thu Mar 1 07:42:28 CET 2007


Hmmm... I appear to be getting an error inside the commands module

Traceback (most recent call last):
   File main, line unknown, in executestr
   File q, line unknown, in __init__
   File q, line unknown, in cache
   File commands, line unknown, in getstatusoutput
WindowsError: The system can not find command '{'

now, I suspect its got something to do with (from the python docs for  
getstatusoutput )

	cmd is actually run as { cmd ; } 2>&1

any ideas?

Stu.

--
Dr Stuart Midgley
sdm900 at gmail.com





More information about the Ironpython-users mailing list