アットウィキロゴ

Python

シェル経由?
Java
IronPython
Cython
py2exe

CPythonは既に3.6が最新だというのに、IronPython、Jythonは、2.7止まりの様で...。
IronPythonで、MSILを出力しようものなら以下みたいにエラーが出るのも挫折感を誘発し。
うーん、やはり、IronPythonとJythonを使ったコードの共通化は上手くいかないんだろうなぁと考え始めてしまった。
...

\PycharmProjects\untitled>"C:\IronPython 2.7\ipy.exe" "C:\IronPython 2.7\Tools\Scripts\pyc.py" /target:exe /main:Test1.py
Input Files:
Output:
       Test1
Target:
       ConsoleApplication
Platform:
       ILOnly
Machine:
       I386

Compiling...
Traceback (most recent call last):
 File "C:\IronPython 2.7\Tools\Scripts\pyc.py", line 332, in <module>
 File "C:\IronPython 2.7\Tools\Scripts\pyc.py", line 327, in Main
 File "C:\IronPython 2.7\Tools\Scripts\pyc.py", line 181, in GenerateExe
SystemError: あいまいな一致が見つかりました。
最終更新:2017年04月24日 03:17