简体   繁体   English

SUD的Python要求

[英]Python requirements for SUDs

I'm a noob to SOAP and SUDs. 我是SOAP和SUD的菜鸟。 I need to install SUDs on a windows 7 machine, on which I have Python 3.2. 我需要在Windows 7机器上安装SUD,我有Python 3.2。

I haven't heard of anyone installing SUDs in Python 3+. 我还没有听说过有人在Python 3+中安装SUD。

Should I install Python 2.7? 我应该安装Python 2.7吗? Or do I need to go earlier? 或者我需要更早出发吗?

If you look under the overview section you can see that SUDs was tested on Python 3.2 under Windows. 如果您查看概述部分,您可以看到在Windows下在Python 3.2上测试了SUD On this website you can also find instructions on how to install SUDs for Python using pip , easy install or from source. 在本网站上,您还可以找到有关如何使用pip ,轻松安装或从源安装Python的SUD的说明。

It looks like SUDs hasn't been ported to python 3 yet. 看起来SUD尚未移植到python 3。 2.7 should run it fine. 2.7应该运行得很好。

Update: I guess there's a fork of suds that works on 3.2: suds-jurko 更新:我想有一个适用于3.2的泡沫分叉suds-jurko

to setup sudo in windows : - Open a command prompt as before. 在Windows中设置sudo: - 像以前一样打开命令提示符。 - cd \\Python27\\scripts\\ - cd \\ Python27 \\ scripts \\
- now your location is : C\\Python27\\scripts\\ - Type easy_install suds - 现在你的位置是:C \\ Python27 \\ scripts \\ - 输入easy_install suds 在此输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM