PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Sunday the 25th of March, 2018

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[03:13:54] <aruna1234> hey
[03:14:13] <aruna1234> is there way to do logging using python?
[03:18:54] <thea> aruna1234: maybe a better question for the general ##python channel, but yes: https://docs.python.org/3/howto/logging.html
[03:19:12] <aruna1234> thanks!
[08:29:58] <akemot> i wrote a tool that allows to browse builtins and docs easily, i'd an idea while explained one guy in twitter how to install pkg that'd been built in for years
[08:32:47] <akemot> if you're interested please check it out https://github.com/ptytb/pips
[14:29:24] <t_zeebers> good morning everybody - can someone help me with some module issues I'm having with my project?
[20:27:00] <aquo> i have added additional commands using cmdclass in setup using setuptools. within one of the commands i run other commands using run_command. is there some way of getting a return value or error status?