salesforce-python-sdk icon indicating copy to clipboard operation
salesforce-python-sdk copied to clipboard

Not supporting Python 3.x version

Open manjusha24 opened this issue 7 years ago • 2 comments

when tried to install in Python3.5, it runs but when importing it throws below error. `Python 3.5.1 (default, Jan 22 2016, 08:52:08) [GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)] on darwin Type "help", "copyright", "credits" or "license" for more information.

import salesforce as sf Traceback (most recent call last): File "", line 1, in File "/Users//SourceCode/environments/lib/python3.5/site-packages/salesforce/init.py", line 1, in from salesforce.api import Salesforce File "/Users/SourceCode/environments/lib/python3.5/site-packages/salesforce/api.py", line 1, in from salesforceSoapApi import SalesforceSoapAPI ImportError: No module named 'salesforceSoapApi'`

manjusha24 avatar Mar 03 '17 12:03 manjusha24

This is still an issue.

import salesforce Traceback (most recent call last): File "", line 1, in File "C:\data\python\project\env\lib\site-packages\salesforce_init_.py", line 1, in from salesforce.api import Salesforce File "C:\data\python\project\env\lib\site-packages\salesforce\api.py", line 1, in from salesforceSoapApi import SalesforceSoapAPI ImportError: No module named 'salesforceSoapApi'

mikep2016 avatar Feb 23 '18 11:02 mikep2016

Yep. I have this issue too. But in 3.6

christopherreece avatar Feb 13 '20 22:02 christopherreece