This actually sounds more like a PowerShell bug than an IronPython bug (it's splitting a command line option or maybe : is a special character in PowerShell?).
I don't currently have PowerShell installed, but does \: instead of : work (it's just a crazy guess that maybe it needs to be escaped). -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörgen Stenarson Sent: Wednesday, June 28, 2006 11:37 AM To: Discussion of IronPython Subject: [IronPython] Bug when calling ironpythonconsole from powershell Hi I have a problem calling ironpythonconsole from windows powershell using the -X: options. Below are excerpts from sessions both in cmd.exe and powershell: From cmd.exe: C:\IronPython>IronPythonConsole.exe -X:SaveAssemblies hej.py HELLO WORLD! From windows powershell: PS C:\IronPython> IronPythonConsole.exe -X:SaveAssemblies hej.py File -X: does not exist looks like there is some issue with commandline parsing. Best regards, Jörgen Stenarson _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
