Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 pyc 工具将 IronPython 脚本编译为可执行文件,但它们可以在没有安装 IronPython 的情况下运行吗?如果是这样,我必须包括什么?
是的,您可以在其他 PC 上运行它,而无需安装 IronPy 或 Visual Studi(ergo,即兴发挥)。有时您可能需要用于编译应用程序的 Windows 运行时库,但除此之外.. 是的,您可以在任何其他 Windows PC 上执行它,与您编译它的 PC 相同。(例如,在 win7 上编译很可能会立即在 win7 上运行,但不会在没有编译机上使用的运行时库的 XP 上运行)
我认为使用 py2exe 和 .net 框架