I am trying to figure out what is happening by editing test db.py 
(C:\Python27\lib\site-packages\web.py-0.37-py2.7.egg\web\db.py). I need 
help figuring out why these two print statements are either (1) bank or (2) 
ignored.

Thanks,

Erik

        try:
            a = time.time()
            query, params = self._process_query(sql_query)
            print params        # <- This line and the next does not print 
on the trace
            print query           # <- Does not print
            out = cur.execute(query, params)   # <- This is where the error 
is
            b = time.time()

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/webpy/-/10NG9CfAoWMJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to