访问Windows电脑使用py2exe
多年来,我一直使用 py2exe 和 py2app 分发我的 Python 应用程序。我无法再访问 Windows 计算机,现在我正在寻找对 Windows 计算机的网络访问,只是为了使用 py2exe 来构建我的应用程序。
我可以使用 Amazon EC2 实例来执行此操作吗?或者还有其他更好的解决方案吗?我愿意付钱,但想保持便宜。
For many years, I have been distributing my Python application using py2exe and py2app. I no longer have access to a windows computer, and I am now looking for network access to a windows computer solely to use py2exe to build my app.
Could I use an Amazon EC2 instance to do this? Or is there another, better solution out there? I am willing to pay but want to keep it cheap.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在某种虚拟机中运行窗口。
或者
测试 PyInstaller 它声称可以做到这一点(我自己没有测试过)。
Run windows within a Virtual Machine of some kind.
OR
Alternatively test PyInstaller it claims to do this (not tested myself).
如果你在Linux下,你可以尝试Wine:
If you are under Linux, you can try Wine:
我有一台MacBook。我运行 Microsoft 的 Mac 远程桌面连接并登录到我雇主的 Windows 计算机。也许当地图书馆会让你做类似的事情。
或者,也有供应商提供免费 shell 帐户,但这些帐户仅限 Linux 或 Unix。谁知道呢,你可能会发现有人愿意以同样的方式拿他们的 Windows 盒子冒险。
I have a MacBook. I run Microsoft's Remote Desktop Connection for Mac and log into my employer's Windows machine. Maybe the local library would let you do something like that.
Alternatively, there are vendors offering free shell accounts but these to be Linux or Unix only. Who knows, you might find someone willing to risk their Windows box in the same way.