如何使用 python 在 Windows 64 位中调用 32 位 exe?
我想在 64 位版本的 vista 上从 python 调用 exe。我知道使用子进程,但所有 32 位应用程序都存储在 C:\Program Files (x86)\ 中,并且它不喜欢我认为的空格。我尝试过转义字符,但不触发,有什么想法吗?
I want to call a exe from python on a 64bit version of vista. I know to use subprocess, but all the 32bit apps are store in C:\Program Files (x86)\, and it doesn't like the spaces I believe. i have tried escape characters, doesn't fire, any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对我有用。你怎么称呼波彭?
Works for me. How are you calling Popen?