• woody3549
  • NEWBIE
  • 5 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hello,

I am currently try to use the Salesforce Python toolkit (http://code.google.com/p/salesforce-python-toolkit/).
However, most of the time, I get an annoying
"Connecting to Salesforce...
URL Connection ERROR :  <urlopen error [Errno 54] Connection reset by peer>".

Here is my code extract:

print "Connecting to Salesforce..."
from sforce.enterprise import SforceEnterpriseClient
h = SforceEnterpriseClient('enterprise.wsdl.xml')
h.login('user', 'pass', 'token')
print "Connection to Salesforce OK"


Can anyone please let me know what I might be doing wrong ?

Thanks,
Boris

Hello,

I am currently try to use the Salesforce Python toolkit (http://code.google.com/p/salesforce-python-toolkit/).
However, most of the time, I get an annoying
"Connecting to Salesforce...
URL Connection ERROR :  <urlopen error [Errno 54] Connection reset by peer>".

Here is my code extract:

print "Connecting to Salesforce..."
from sforce.enterprise import SforceEnterpriseClient
h = SforceEnterpriseClient('enterprise.wsdl.xml')
h.login('user', 'pass', 'token')
print "Connection to Salesforce OK"


Can anyone please let me know what I might be doing wrong ?

Thanks,
Boris