我用Python安装程序MA2C(v 2.7)。我已经在PATH中添加了Python和ma2c目录,在环境变量(系统变量)中将Python目录添加到PYTHONPATH(包括包含MA2C的站点包),但仍然得到'ma2c' is not recognized as an internal or external command, operable program or batch file
时的错误消息我在cmd.exe中运行ma2c example.tag。
我已经搜索过与其他Python程序类似的问题,但到目前为止已经空了。我有什么想法我做错了吗?
答案 0 :(得分:2)
复制ma2c文件,附加.py,然后在cmd中输入“ma2c.py”而不是“ma2c”以使程序运行。