PTT
Submit
Submit
选择语言
正體中文
简体中文
PTT
Python
[问题] 如何呼叫 c++/c# 执行档
楼主:
jlindeberg
(jlindeberg)
2018-01-15 21:22:33
请问一下 python 要怎么呼叫 C++或C#执行档?
试着用 subprocess:
cmd = 'program1.exe'
retcode = subprocess.call(cmd, shell=True)
但是传回
'program1.exe' is not recognized as an internal or external command,
operable program or batch file.
请问要怎么用相对位址去呼叫其他程式?
作者:
uranusjr
(â†é€™äººæ˜¯è¶…級笨蛋)
2018-01-15 21:45:00
用绝对位置是最可靠的方法, 目前所在的档案位置可以用__file__ 变量拿到再搭配 os.path 或 pathlib 转成绝对位置
作者:
TitanEric
(泰坦)
2018-01-15 23:04:00
楼上正确
作者:
yoshien
(拉拉哩拉拉)
2018-01-15 23:32:00
Shell=False
楼主:
jlindeberg
(jlindeberg)
2018-01-16 22:03:00
好的 谢谢
继续阅读
[问题] 爬虫时href有空格
keroromoa
[问题] embedding in c, 用 ctypes delegate
b26168
Re: Selenium IDE 开新网页后字段输入问题
lalelee
[问题] keras图片翻译一直出现空白图
sss22213
[问题] pyinstaller编译问题
shoryo
[问题] 限制process数量
wind1776
[问题] python 虚拟环境在windows和mac开启
porn5566
[问题] python开发环境的差异?
paranoia5201
[问题] 工作排程器执行pyinstaller的exe
vi000246
[问题] 喂档给三个 submodule 共用
henry8168
Links
booklink
Contact Us: admin [ a t ] ucptt.com