Flask-User-starter-app icon indicating copy to clipboard operation
Flask-User-starter-app copied to clipboard

Fixing Python3 error message

Open Kentoseth opened this issue 8 years ago • 0 comments

Actual error is:

import manage_commands
ImportError: No module named 'manage_commands'

Explicit importing fixes this

Kentoseth avatar Dec 29 '16 06:12 Kentoseth