0

I am new to the pyral module. I tried the demo code and I cannot get past the call to Rally.

rally = Rally(server, user, password, workspace=workspace, project=project)

I also tried.

rally = Rally(server, user, password, workspace=workspace, project=project, verify_ssl_cert=False)

Any ideas?

sorin
  • 161,544
  • 178
  • 535
  • 806
  • What was the error for the first line ? – asheeshr Jan 14 '13 at 14:30
  • Do you know if your site is using a proxy server for internet access? If so, you may wish to check out this answer: http://stackoverflow.com/questions/11770283/rally-python-api/11779016#11779016 –  Jan 14 '13 at 15:05

1 Answers1

0

If your site uses a proxy server for internet access, you may wish to check out this answer: Rally Python API

Community
  • 1
  • 1