htarevern / salesforce-python-sdk

Salesforce Python SDK
BSD 3-Clause "New" or "Revised" License
34 stars 16 forks source link

Not supporting Python 3.x version #10

Open manjusha24 opened 7 years ago

manjusha24 commented 7 years ago

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'`

mikep2016 commented 6 years ago

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'

christopherreece commented 4 years ago

Yep. I have this issue too. But in 3.6