使用 pyc 编译 IronPython - 没有名为 numpy 的模块
我有一些 IronPython 代码,可以在 Visual Studio 中正常运行。它使用了numpy。然而,当我用 pyc 编译它时,它编译成功,但是当我运行它时,我收到“No module named numpy”错误。
我尝试从 IronPython DLL 目录复制各种 DLL(基本上是所有 numpy 的),但仍然收到错误。
我尝试过谷歌但没有成功,因此非常感谢任何帮助。
我在 Windows 7 上运行 IronPython 版本 2.7.1。
I have some IronPython code which runs fine from within Visual Studio. It uses numpy. However when I compile it with pyc it compiles successfully BUT when I run it I get a "No module named numpy" error.
I've tried copying various DLLs from the IronPython DLLs directory (basically all the numpy ones) but I still get the error.
I've tried Google but no success, so any help much appreciated.
I'm running IronPython version 2.7.1 on Windows 7.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 Enthought 的 NumPy 实现:
http://www.enthought.com/repo/.iron/
Try Enthought's NumPy implementation:
http://www.enthought.com/repo/.iron/