[IronPython] Bug when calling ironpythonconsole from powershell

Dino Viehland dinov at exchange.microsoft.com
Thu Jun 29 23:48:14 CEST 2006


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: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] 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
users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list