有人说我应该运行以下代码
python.exe market_price_edpgw_authentication.py --hostname emea-1.pricing.streaming.edp.thomsonreuters.com --user YourMachine --clientid YourMachine --password YourPassword
我有Python 3.7和PyCharm,但不了解如何运行此命令。我将这个python文件下载到桌面,然后在PyCharm中启动了新项目,然后在PyCharm中编写了此代码,输出中没有任何显示。 您能帮忙运行它吗?
答案 0 :(得分:1)
您可以打开market_price_edpgw_authentication.py
,然后转到“运行配置”窗口以为其添加程序参数
--hostname emea-1.pricing.streaming.edp.thomsonreuters.com --user YourMachine --clientid YourMachine --password YourPassword
否则,如果您不打算编辑此文件,则不需要Pycharm
您显示的“代码”应在CMD / Powershell中使用