2 Replies - 862 Views - Last Post: 24 November 2014 - 04:42 PM Rate Topic: -----

#1 dag72   User is offline

  • D.I.C Head

Reputation: 1
  • View blog
  • Posts: 205
  • Joined: 02-March 11

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

from cli.log import LoggingApp #Makes a nice CLI logger

Is This A Good Question/Topic? 0
  • +

Replies To: ImportError:No Module named cli.log

#2 woooee   User is offline

  • D.I.C Head

Reputation: 46
  • View blog
  • Posts: 171
  • Joined: 21-November 12

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

Was This Post Helpful? 0
  • +
  • -

#3 dag72   User is offline

  • D.I.C Head

Reputation: 1
  • View blog
  • Posts: 205
  • Joined: 02-March 11

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
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1