Hello,
 I cloned the ironpython main and followed the instructions to set up the
environment. For the cmd shell this worked flawless, but for the powershell
I got errors:

(Sorry, German powershell I am going to fix this :-) )

C:\Users\jmfra_000\Documents\GitHub\IronLanguages\main\Scripts\Bat\invoke-cmdscript.ps1
: No separator line encounted,
cmdscript exited with error
In
C:\Users\jmfra_000\Documents\GitHub\IronLanguages\main\Scripts\Bat\psdev.ps1:114
Zeichen:1
+ . $PWD\invoke-cmdscript.ps1 Dev.bat $args
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error],
WriteErrorException
    + FullyQualifiedErrorId :
Microsoft.PowerShell.Commands.WriteErrorException,invoke-cmdscript.ps1

resolve-path : Der Pfad
"C:\Users\jmfra_000\Documents\GitHub\IronLanguages\main\Scripts\Bat\aliasInternal.txt"
kann
nicht gefunden werden, da er nicht vorhanden ist.
In
C:\Users\jmfra_000\Documents\GitHub\IronLanguages\main\Scripts\Bat\psdev.ps1:116
Zeichen:31
+ (resolve-path "./alias.txt"),(resolve-path "./aliasInternal.txt") |
+                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound:
(C:\Users\jmfra_...iasInternal.txt:String) [Resolve-Path], ItemNotFoundE
   xception
    + FullyQualifiedErrorId :
PathNotFound,Microsoft.PowerShell.Commands.ResolvePathCommand

Das Argument kann nicht verarbeitet werden, da der Wert des Arguments
"path" ungültig ist. Ändern Sie den Wert des
Arguments "path", und führen Sie den Vorgang erneut aus.
In Zeile:2 Zeichen:1
+ ${function:..} = { invoke-expression('& cd ..') }
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [], PSArgumentException
    + FullyQualifiedErrorId : Argument


Is powershell maintained or do I just do something stupidly wrong (as I am
new to IronPython)?

Thank you.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to