在PyCharm中运行Python代码时遇到的问题

时间:2020-10-27 14:43:41

标签: python pycharm

我遇到以下问题https://community.developers.refinitiv.com/questions/68282/elektron-real-time-in-cloud-connection-errors-usin.html?childToView=68304#answer-68304

有人说我应该运行以下代码 python.exe market_price_edpgw_authentication.py --hostname emea-1.pricing.streaming.edp.thomsonreuters.com --user YourMachine --clientid YourMachine --password YourPassword

这来自:https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/RDP/python/market_price_edpgw_authentication.py

我有Python 3.7和PyCharm,但不了解如何运行此命令。我将这个python文件下载到桌面,然后在PyCharm中启动了新项目,然后在PyCharm中编写了此代码,输出中没有任何显示。 您能帮忙运行它吗?

1 个答案:

答案 0 :(得分:1)

您可以打开market_price_edpgw_authentication.py,然后转到“运行配置”窗口以为其添加程序参数

--hostname emea-1.pricing.streaming.edp.thomsonreuters.com --user YourMachine --clientid YourMachine --password YourPassword

否则,如果您不打算编辑此文件,则不需要Pycharm

您显示的“代码”应在CMD / Powershell中使用