salesforce-marketingcloud / FuelSDK-Python

FuelSDK for python
Other
127 stars 193 forks source link

Is that ready for Python 3? #60

Closed zhongdai closed 1 year ago

zhongdai commented 8 years ago

The suds is a problem, and I just comment out everything about Suds and Suds-patch, then it works.

But I just found many Python 2 in the code,

Is this package officially ready for Python 3? Or only for Python 2?

nxorable commented 8 years ago

The Python 3 branch has been released https://github.com/salesforce-marketingcloud/FuelSDK-Python/tree/v1.0.0

bachirelkhoury commented 7 years ago

@nxorable that still uses iteritems() https://github.com/salesforce-marketingcloud/FuelSDK-Python/blob/v1.0.0/FuelSDK/objects.py#L300

corby commented 7 years ago

Bump! Iteritems is forcing me to build my own module.

amagar088 commented 7 years ago

Thanks for your effort. This has been taken care.

bachirelkhoury commented 7 years ago

@corby this was fixed in https://github.com/salesforce-marketingcloud/FuelSDK-Python/pull/76

johnjiang commented 7 years ago

Can we please get some investment into this package and release it officially for python 3?