Re: Client-side cookies on Python in Mac OSX

2007-07-14 Thread John J. Lee
Adrian Petrescu <[EMAIL PROTECTED]> writes: > Oh, you're right! Silly me, I had always thought it was standard. > Thanks for pointing this out! I went and downloaded ClientCookie and > it works great on OS X. And since it is BSD-licensed, I can use it in > my app without any fear. Perfect. > > Tha

Re: Client-side cookies on Python in Mac OSX

2007-07-12 Thread Adrian Petrescu
Oh, you're right! Silly me, I had always thought it was standard. Thanks for pointing this out! I went and downloaded ClientCookie and it works great on OS X. And since it is BSD-licensed, I can use it in my app without any fear. Perfect. Thank you, Graham! On Jul 12, 10:28 pm, Graham Dumpleton <

Re: Client-side cookies on Python in Mac OSX

2007-07-12 Thread Graham Dumpleton
On Jul 13, 12:14 pm, Adrian Petrescu <[EMAIL PROTECTED]> wrote: > Hi, all. I'm writing an app for OS X; therefore I'd prefer to use only > the default python install that comes with Tiger. For the moment, > however, this means: > > NaviOSX:~ adrianpetrescu$ python -V > Python 2.3.5 > > Therefore, I

Client-side cookies on Python in Mac OSX

2007-07-12 Thread Adrian Petrescu
Hi, all. I'm writing an app for OS X; therefore I'd prefer to use only the default python install that comes with Tiger. For the moment, however, this means: NaviOSX:~ adrianpetrescu$ python -V Python 2.3.5 Therefore, I was not surprised to find out that cookielib did not exist here, since I knew