Closed Devarshi87 closed 7 years ago
i am passing the username and the password in the SalesforceBulk class but being block at this error
Traceback (most recent call last): File "D:\pydevWorkplace\SALESFORCEBIN\BinMiser\LoginModule.py", line 6, in import salesforce_oauth_request File "C:\Python35\lib\site-packages\salesforce_oauth_request__init__.py", line 4, in from .utils import login, oauth_flow, token_login File "C:\Python35\lib\site-packages\salesforce_oauth_request\utils.py", line 9, in import urlparse File "C:\Python35\lib\urlparse.py", line 418 raise ValueError, "bad query field: %r" % (name_value,) ^ SyntaxError: invalid syntax
don't know y this is happening. I am following the documentation.
Fixed in #40
i am passing the username and the password in the SalesforceBulk class but being block at this error
don't know y this is happening. I am following the documentation.