I'm using the pyc tool to compile IronPython scripts to executables, but can they be run without IronPython installed? If so what do I have to include?

我正在使用pyc工具将IronPython脚本编译为可执行文件,但它们可以在没有安装IronPython的情况下运行吗?如果是这样,我必须包括哪些内容?

2 个解决方案

#1


2

Yes, you can run it on other PC's without installing IronPy or Visual Studi (ergo, off the bat). Sometimes you'd might need the Windows runtime libraries that you compiled the application with, but other then that.. yes you can execute it on any other Windows PC equal to the one your compiled it on. (example, compiling on win7 will most likely run on win7 off the bat but not on a XP without the runtime libraries used on the compiling machine)

是的,您可以在其他PC上运行它,而无需安装IronPy或Visual Studi(ergo,蝙蝠)。有时您可能需要使用编译应用程序的Windows运行时库,但除此之外......是的,您可以在任何其他Windows PC上执行它,等同于您编译它的那台PC。 (例如,在win7上进行编译很可能会在win7上运行,但在没有编译器上使用的运行时库的XP上运行)

更多相关文章

  1. 轮询Web服务的最佳方式(例如,对于Twitter应用程序)
  2. 乘客的Django应用程序显示空主页
  3. 用于在Google App Engine上构建应用程序的最佳开源IDE?
  4. 获取Android应用程序的Linux UID
  5. 在Linux中的脚本中安装应用程序
  6. 如何发送一个字节(或字节)来测试在我的应用程序中监听的套接字?
  7. 〖Linux〗使用Qt5.2.0开发Android的NDK应用程序
  8. 如何测试已部署的Web应用程序
  9. window下使用vnc远程登录linux图形界面和运行应用程序 和odroid

随机推荐

  1. Android--ListView滑动时出现黑屏解决方
  2. An exisiting Android(安卓)SDK was dete
  3. 网络---《第一行代码Android》笔记
  4. android 常用代码备份
  5. Android+Junit单元测试1
  6. android 实现类似Iphone底部消息数量提示
  7. android JNI cocos2dx调用对话框
  8. Android 修改项目名称
  9. android AnimationDrawable类实现动画效
  10. 通话距离感应实现源码