On Apr 29, 2010, at 9:49 AM, Philip Semanchuk wrote:
>
> On Apr 29, 2010, at 12:01 PM, someone wrote:
>
>> Hello!
>>
>> Is there a way to print a query for logging purpose as it was or will
>> be sent to database, if I don't escape values of query by myself?
>>
>> cursor.execute(query, [id, s
On Apr 29, 2010, at 9:49 AM, Philip Semanchuk wrote:
>
> On Apr 29, 2010, at 12:01 PM, someone wrote:
>
>> Hello!
>>
>> Is there a way to print a query for logging purpose as it was or will
>> be sent to database, if I don't escape values of query by myself?
>>
>> cursor.execute(query, [id, s
I have to write a quick and dirty ReverseProxy with Twisted, for one
of our internal project. I never used Twisted before, and I was
wondering of someone have an handy example of a ReverseProxy with
Twisted to help that I can use as bootstrap.
Many thanks.
Fred--
http://mail.python.org/m
I have a python program and when I install this program from the
module home directory using setup.py everything works fine.
But easy_install fails with the following error, because I am trying
to install some start up shell scripts into /etc/init.d
> The package setup script has attempte
Thanks, after I looked into it I realized that the output order can
change arbitarily. It just seems kind of strange that the first example
is one where your output might not match what the author tells you it
should be - and yet there's no mention of this in the book (at least at
that point.)
--
I feel like an idiot. I'm going thru "Dive Into Python" and running the
first program - odbchelper.py
My output is "pwd=secret;database=master;uid=sa;server=mpilgrim" which
has all the substrings reversed from the output documented in the book.
I've run the downloaded code in Komodo, PythonWin and