On Sun, Mar 11, 2012 at 11:12 AM, Peter Bittner <[email protected]> wrote:
> Hello everyone,
>
> I found print statements (e.g. print "onhistory", kw) in the (pygit)
> code and was wondering whether there was a more appropriate way to
> print out debug information, i.e. do (console) logging. There is a
> ./library/pyjamas/log.py file in Pyjamas, but this doesn't work as a
> module you can import.

 it does!!

> Python's logging module doesn't print out
> anything when I run the application with pyjd, maybe I'm not using it
> correctly.

 compile with --print-statements

 l.

Reply via email to