Re: open file in dir independently of operating system

2005-05-25 Thread Andrew Bushnell
is being run. On Unix I would > say: > > f = open(dir + '/configuration.smo', 'r') > > What is the os-independent version of this line? > > (I have read the manual of the module os, but I didn't see how to do > it.) > > > Jörg Schuster >

Re: SSL (HTTPS) with 2.4

2005-05-20 Thread Andrew Bushnell
needs to be told first to set up a secure > connection with the web site, and only then do you pass the url to the > proxy. > > > Bloke > -- Andrew Bushnell Lead Development Engineer Fluent Inc. 10 Cavendish Court Centerra Resource Park L

Re: SSL (HTTPS) with 2.4

2005-05-19 Thread Andrew Bushnell
t; b) look around on the net for some patches to httplib (google is your friend) >be aware that these are quite old patches. > c) using some external solution, like pycURL. > > Andreas > > > On Thu, May 19, 2005 at 12:53:11PM -0400, Andrew Bushnell wrote: > >>Th

Re: SSL (HTTPS) with 2.4

2005-05-19 Thread Andrew Bushnell
into. > > Anyway, if you have any luck, _please_ let me know - I'm getting > desparate. > -- Andrew Bushnell Lead Development Engineer Fluent Inc. 10 Cavendish Court Centerra Resource Park Lebanon, NH 03766 [EMAIL PROTECTED] Pho

Re: SSL (HTTPS) with 2.4

2005-05-19 Thread Andrew Bushnell
ies fail as the "GET" request through the proxy is dismissed as a bad request. Any help is greatly appreciated. - Andrew Bushnell Bloke wrote: > Thanks Martin. > > The problem seems to lie with our company proxy (which requires > authentication). I have tried retri