Follow-up Comment #8, bug #17739 (project mypaint):

Bakhtiar, after reading again I'm not sure whether you were saying that my
one-liner did not work, or whether you just didn't try. If it didn't work,
please show me the logfile output of this code in main.py when reproducing the
problem:


    if options.logfile:
        print 'Python prints are redirected to', options.logfile, 'after this
one.'
        sys.stdout = sys.stderr = open(options.logfile, 'a', 1)
        print '--- mypaint log %s ---' % time.strftime('%Y-%m-%d %H:%M:%S')

    if args: print repr(args[0])

    args = [s.decode(sys.getfilesystemencoding()) for s in args]

    if args: print repr(args[0])



    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?17739>

_______________________________________________
  Nachricht geschickt von/durch Gna!
  http://gna.org/


_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs

Reply via email to