heroku / salesforce-bulk

Python interface to the Salesforce.com Bulk API
MIT License
207 stars 154 forks source link

urlparse returning bad query errors, not able to login #37

Closed Devarshi87 closed 7 years ago

Devarshi87 commented 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.

lambacck commented 7 years ago

Fixed in #40