Re: Books for programmers

2008-06-03 Thread Rick Kwan
On Jun 3, 12:22 am, V <[EMAIL PROTECTED]> wrote: > I'm a C++, Java and C programmer, and I'm searching for a (preferably > printed) book that teaches me the "Python idioms", i.e. the "Python > way" of doing something. > > Ideally, I'm searching for a book like "Effective C++" or "Effective > Java",

Re: looking for membership management software -- Open Source, written in Python

2008-05-28 Thread Rick Kwan
On May 27, 6:13 am, Laura Creighton <[EMAIL PROTECTED]> wrote: > In a message of Mon, 26 May 2008 12:38:28 PDT, [EMAIL PROTECTED] writes: > > >I forgot to ask: what's your target platform? I mentioned Organizer's > >Database, but it only runs on Windows. If you need a Linux or OS X > >solution, t

Re: weird cgi problem w/ apache

2005-06-04 Thread Rick Kwan
If it is umask, then that would be umask for the Apache process, not the second script (which I presume doesn't run as Apache). The CGI script can explicitly set the permissions when creating the folder using mkdir() or makedirs() so that others can write into it. (Depending on how public or priv