From: Kevin A. <al...@se...> - 2005-09-02 17:51:48
|
On Sep 1, 2005, at 10:20 PM, richard k belew wrote: > and btw, i get this from enabling logging via the samples/sample.py > shell; while i can run my app from command line (pythonw bobNotes.py), > i guess i don't know how to pass the -l option in this way? You'll want to use python (python.exe) instead of pythonw (pythonw.exe) if you want to get stdout console output. ka |