from cli.log import LoggingApp #Makes a nice CLI logger
ImportError:No Module named cli.log
Page 1 of 12 Replies - 862 Views - Last Post: 24 November 2014 - 04:42 PM
#1
ImportError:No Module named cli.log
Posted 23 November 2014 - 04:16 PM
I imported the following module in my application but received error: ImportError:No Module named cli.log. Any advice on how to fix this? Thanks
Replies To: ImportError:No Module named cli.log
#2
Re: ImportError:No Module named cli.log
Posted 24 November 2014 - 02:06 PM
Python does not come with anything named like cli.log. You will have to find the external package for this and install it before it can be imported.
This post has been edited by woooee: 24 November 2014 - 05:58 PM
#3
Re: ImportError:No Module named cli.log
Posted 24 November 2014 - 04:42 PM
Thank you, I figured that was the case and have already resolved this
Page 1 of 1

New Topic/Question
Reply



MultiQuote


|