[Twisted-Python] web.client.readbody

2016-04-03 Thread John Aherne
I was obviously half-asleep when I posted the previous email. Doing more tests, it would seem that only googlemaps is giving me this problem. -- *John Aherne* *www.rocs.co.uk * 020 7223 7567 ___ Twisted-Python mailing list T

[Twisted-Python] Running trial on windows

2016-04-03 Thread John Aherne
When I run trial in a virtualenv it seems to miss some imports and skips some tests. It would seem to be mainly wincertstore that it can't import. To make it work I have to include wincertstore in my main python setup and then it starts to test the wincertstore tests. Anyone else seen this happe

[Twisted-Python] web.client.readBody

2016-04-03 Thread John Aherne
I have been using deliverBody to process in responses but decided that readBody might be a better fit. So far it works with http, but as soon as I switch to https it fails. I get a response http code 200 OK but no data. I've puzzled over this but can't see what the problem is. Has anyone else s

[Twisted-Python] SSL wincertstore Ticket 6371

2016-04-03 Thread John Aherne
I have picked up on this again. There would appear to be a failing test in test_agent.py. I have added a new test to check that certificateOptions.trustRoot is an instance of OpensSSLWindowsCertificateAuthorities if wincertstore is available And I have modified the existing test test_setsTrust