Python Suds SyntaxError invalid syntax

2024-05-06 11:25:46 发布

您现在位置:Python中文网/ 问答频道 /正文

正在编译以下代码:

from suds.client import Client
import time

url = 'https://webapi.allegro.pl/service.php?wsdl'
client = Client(url)

shell的输出是:

^{pr2}$

我该怎么做?在


Tags: 代码fromhttpsimportclienturltimeservice